fix Mazeblox launch

This commit is contained in:
Peter Ferrie 2024-04-29 17:17:34 -07:00
parent f26e9f1763
commit 13f3461621
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@
+ENABLE_ACCEL
lda #<hook1
sta $A19+1
sta $A18+1
lda #>hook1
sta $A1A+2
sta $A18+2
jmp $800 ; decompress1
hook1 lda #<hook2