RIP Screen auto change after 5s.

This commit is contained in:
Pecusx
2025-06-12 15:29:19 +02:00
parent cb40d6abcc
commit a16060ce22
2 changed files with 6 additions and 2 deletions
+6 -2
View File
@@ -1806,13 +1806,17 @@ LevelDeath
mva #0 TimeCount ; stop time
jsr SetRIPscreen
RMTsong song_game_over
jsr ZeroClock
jsr WaitForKeyRelease
@
RIPLoop
jsr GetKeyFast
cmp #@kbcode._space ; space, Start
beq restart
cmp #@kbcode._tab ; TAB, 1st joy button
bne @-
beq restart
lda RTCLOK+1
cmp #2
bne RIPLoop
restart
; restart game
rts
BIN
View File
Binary file not shown.