mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-10 06:25:04 +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:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user