mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-16 08:05:31 +00:00
sb: back_off: fix order of screen clear
this was lurking on a different devel machine, but I think it is necessary?
This commit is contained in:
parent
1464010226
commit
ec2c38f0ea
@ -91,6 +91,12 @@ done_game:
|
|||||||
bit KEYRESET
|
bit KEYRESET
|
||||||
jsr wait_until_keypress
|
jsr wait_until_keypress
|
||||||
|
|
||||||
|
lda #$A0
|
||||||
|
jsr hgr_copy
|
||||||
|
|
||||||
|
jsr flip_page
|
||||||
|
|
||||||
|
|
||||||
lda #0
|
lda #0
|
||||||
sta WHICH_LOAD
|
sta WHICH_LOAD
|
||||||
rts
|
rts
|
||||||
@ -226,11 +232,6 @@ done_back_off:
|
|||||||
|
|
||||||
bit KEYRESET ; clear any keypresses during asplode
|
bit KEYRESET ; clear any keypresses during asplode
|
||||||
|
|
||||||
lda #$A0
|
|
||||||
jsr hgr_copy
|
|
||||||
|
|
||||||
jsr flip_page
|
|
||||||
|
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user