upgrade to Bejeweled 2.7

This commit is contained in:
Peter Ferrie 2021-03-18 15:19:21 -07:00
parent 7a7724130a
commit 29995a7510
2 changed files with 6 additions and 6 deletions

View File

@ -9,23 +9,23 @@
+ENABLE_ACCEL +ENABLE_ACCEL
lda #<callback lda #<callback
sta $4569 sta $467F
lda #>callback lda #>callback
sta $456A sta $4680
jmp $800 ; decompress jmp $800 ; decompress
helper helper
lda $86EA lda $89A0
cmp #$CB ; write file cmp #$CB ; write file
bne nohelp bne nohelp
lda $8AFF ; write address (low) lda $8DB5 ; 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 #$A9 ; writing options cmp #$5E ; writing options
beq nohelp beq nohelp
dec $8AFF ; write address dec $8DB5 ; write address (low)
nohelp nohelp
jmp iProDOS_enter jmp iProDOS_enter