mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-29 10:33:08 +00:00
fix Treasure Dive
This commit is contained in:
parent
1482f1dc69
commit
84f0aa598c
Binary file not shown.
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
jmp +
|
jmp +
|
||||||
|
|
||||||
|
*=$110
|
||||||
callback
|
callback
|
||||||
cmp #$DD
|
cmp #$DD
|
||||||
beq callback_e
|
beq callback_e
|
||||||
@ -18,7 +19,7 @@ callback_e
|
|||||||
+ +ENABLE_ACCEL
|
+ +ENABLE_ACCEL
|
||||||
|
|
||||||
lda #$60
|
lda #$60
|
||||||
sta $409E
|
sta $40A0
|
||||||
jsr $4000 ; decompress
|
jsr $4000 ; decompress
|
||||||
|
|
||||||
ldy #5
|
ldy #5
|
||||||
|
Loading…
Reference in New Issue
Block a user