update Million Perfect Tiles to 1.1

This commit is contained in:
4am 2024-05-03 16:20:01 -04:00
parent 36ecaa1ce4
commit 3200c06506
8 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1 @@
110 ||| ||+---CHEAT (0/1) |+---SOUND (0/1) +---PREFS VERSION (DO NOT CHANGE)

View File

@ -1 +0,0 @@
111 ||| ||+---CHEAT (0/1) |+---SOUND (0/1) +---PREFS VERSION (DO NOT CHANGE)

View File

@ -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

View File

@ -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 ", *