mirror of
https://github.com/a2-4am/4sports.git
synced 2025-01-03 15:30:17 +00:00
update Million Perfect Tiles to 1.1
This commit is contained in:
parent
36ecaa1ce4
commit
3200c06506
Binary file not shown.
1
res/ports/million-perfect-tiles/res/MPT.PREFS#040000
Normal file
1
res/ports/million-perfect-tiles/res/MPT.PREFS#040000
Normal file
@ -0,0 +1 @@
|
||||
110
|||
||+---CHEAT (0/1)
|+---SOUND (0/1)
+---PREFS VERSION (DO NOT CHANGE)
|
@ -1 +0,0 @@
|
||||
111
|||
||+---CHEAT (0/1)
|+---SOUND (0/1)
+---PREFS VERSION (DO NOT CHANGE)
|
Binary file not shown.
Binary file not shown.
@ -15,7 +15,7 @@ SHOW_PROGRESS_DURING_DECRUNCH = 0
|
||||
|
||||
start
|
||||
+INIT_MACHINE
|
||||
!if * != $A6A5 {
|
||||
!if * != $A6AC {
|
||||
!serious "Adjust prelaunch to patch JSR at ", *, " to JMP"
|
||||
}
|
||||
jsr decrunch ; compressed data contains target address
|
||||
|
@ -8,10 +8,10 @@
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$4C
|
||||
sta $A6A5
|
||||
sta $A6AC
|
||||
jsr $8000
|
||||
+DISABLE_ACCEL
|
||||
jmp $A6A8
|
||||
jmp $A6AC+3
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
|
Loading…
Reference in New Issue
Block a user