Bejewled v2.5

This commit is contained in:
Peter Ferrie 2020-04-02 14:30:23 -07:00
parent 1f7c227e4e
commit cffa523f92
2 changed files with 6 additions and 6 deletions

View File

@ -9,23 +9,23 @@
+ENABLE_ACCEL +ENABLE_ACCEL
lda #<callback lda #<callback
sta $4534 sta $455C
lda #>callback lda #>callback
sta $4535 sta $455D
jmp $800 ; decompress jmp $800 ; decompress
helper helper
lda $8696 lda $86E9
cmp #$CB ; write file cmp #$CB ; write file
bne nohelp bne nohelp
lda $8AAB ; write address (low) lda $8AFE ; 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 #$55 ; writing options cmp #$A8 ; writing options
beq nohelp beq nohelp
dec $8AAB ; write address dec $8AFE ; write address
nohelp nohelp
jmp $D670 ; ProDOS_enter jmp $D670 ; ProDOS_enter