mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 04:33:10 +00:00
Bejewled v2.5
This commit is contained in:
parent
1f7c227e4e
commit
cffa523f92
Binary file not shown.
@ -9,23 +9,23 @@
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #<callback
|
||||
sta $4534
|
||||
sta $455C
|
||||
lda #>callback
|
||||
sta $4535
|
||||
sta $455D
|
||||
jmp $800 ; decompress
|
||||
|
||||
helper
|
||||
lda $8696
|
||||
lda $86E9
|
||||
cmp #$CB ; write file
|
||||
bne nohelp
|
||||
lda $8AAB ; write address (low)
|
||||
lda $8AFE ; write address (low)
|
||||
cmp #$F3 ; erasing save
|
||||
beq nohelp
|
||||
cmp #$F5 ; writing "valid"
|
||||
beq nocall ; ignore it
|
||||
cmp #$55 ; writing options
|
||||
cmp #$A8 ; writing options
|
||||
beq nohelp
|
||||
dec $8AAB ; write address
|
||||
dec $8AFE ; write address
|
||||
|
||||
nohelp
|
||||
jmp $D670 ; ProDOS_enter
|
||||
|
Loading…
Reference in New Issue
Block a user