mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-18 21:06:31 +00:00
space_bars: allow continuing back to title screen
much faster. Need code to re-init the unrolled code though, artifacts left behind.
This commit is contained in:
parent
4ca9d6f1c1
commit
5ef69c16e9
@ -18,7 +18,7 @@ space_bars_begin:
|
||||
;==================
|
||||
; show title screen
|
||||
;==================
|
||||
|
||||
view_title:
|
||||
jsr title_screen
|
||||
|
||||
;==================
|
||||
@ -54,6 +54,9 @@ space_bars_begin:
|
||||
game_over_man:
|
||||
jsr game_over
|
||||
|
||||
bit KEYRESET
|
||||
jmp view_title
|
||||
|
||||
loop_forever:
|
||||
jmp loop_forever
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user