mirror of
https://github.com/a2-4am/4cade.git
synced 2025-04-07 16:39:56 +00:00
upgrade to Bejeweled 2.7
This commit is contained in:
parent
7a7724130a
commit
29995a7510
Binary file not shown.
@ -9,23 +9,23 @@
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #<callback
|
||||
sta $4569
|
||||
sta $467F
|
||||
lda #>callback
|
||||
sta $456A
|
||||
sta $4680
|
||||
jmp $800 ; decompress
|
||||
|
||||
helper
|
||||
lda $86EA
|
||||
lda $89A0
|
||||
cmp #$CB ; write file
|
||||
bne nohelp
|
||||
lda $8AFF ; write address (low)
|
||||
lda $8DB5 ; write address (low)
|
||||
cmp #$F3 ; erasing save
|
||||
beq nohelp
|
||||
cmp #$F5 ; writing "valid"
|
||||
beq nocall ; ignore it
|
||||
cmp #$A9 ; writing options
|
||||
cmp #$5E ; writing options
|
||||
beq nohelp
|
||||
dec $8AFF ; write address
|
||||
dec $8DB5 ; write address (low)
|
||||
|
||||
nohelp
|
||||
jmp iProDOS_enter
|
||||
|
Loading…
x
Reference in New Issue
Block a user