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:
Vince Weaver 2023-08-14 16:10:15 -04:00
parent 1464010226
commit ec2c38f0ea
1 changed files with 6 additions and 5 deletions

View File

@ -91,6 +91,12 @@ done_game:
bit KEYRESET
jsr wait_until_keypress
lda #$A0
jsr hgr_copy
jsr flip_page
lda #0
sta WHICH_LOAD
rts
@ -226,11 +232,6 @@ done_back_off:
bit KEYRESET ; clear any keypresses during asplode
lda #$A0
jsr hgr_copy
jsr flip_page
rts