mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-10 23:31:05 +00:00
upgrade Bejeweled to v2.3
This commit is contained in:
parent
17d76a16d9
commit
059719fa42
Binary file not shown.
@ -9,23 +9,23 @@
|
|||||||
|
|
||||||
+ENABLE_ACCEL
|
+ENABLE_ACCEL
|
||||||
lda #<callback
|
lda #<callback
|
||||||
sta $4494
|
sta $4489
|
||||||
lda #>callback
|
lda #>callback
|
||||||
sta $4495
|
sta $448A
|
||||||
jmp $800 ; decompress
|
jmp $800 ; decompress
|
||||||
|
|
||||||
helper
|
helper
|
||||||
lda $863B
|
lda $862A
|
||||||
cmp #$CB ; write file
|
cmp #$CB ; write file
|
||||||
bne nohelp
|
bne nohelp
|
||||||
lda $8A50 ; write address (low)
|
lda $8A3F ; write address (low)
|
||||||
cmp #$F3 ; erasing save
|
cmp #$F3 ; erasing save
|
||||||
beq nohelp
|
beq nohelp
|
||||||
cmp #$F5 ; writing "valid"
|
cmp #$F5 ; writing "valid"
|
||||||
beq nocall ; ignore it
|
beq nocall ; ignore it
|
||||||
cmp #$F6 ; writing options
|
cmp #$E5 ; writing options
|
||||||
beq nohelp
|
beq nohelp
|
||||||
dec $8A50 ; write address
|
dec $8A3F ; write address
|
||||||
|
|
||||||
nohelp
|
nohelp
|
||||||
jmp $D670 ; ProDOS_enter
|
jmp $D670 ; ProDOS_enter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user