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 mva #0 TimeCount ; stop time
jsr SetRIPscreen jsr SetRIPscreen
RMTsong song_game_over RMTsong song_game_over
jsr ZeroClock
jsr WaitForKeyRelease jsr WaitForKeyRelease
@ RIPLoop
jsr GetKeyFast jsr GetKeyFast
cmp #@kbcode._space ; space, Start cmp #@kbcode._space ; space, Start
beq restart beq restart
cmp #@kbcode._tab ; TAB, 1st joy button cmp #@kbcode._tab ; TAB, 1st joy button
bne @- beq restart
lda RTCLOK+1
cmp #2
bne RIPLoop
restart restart
; restart game ; restart game
rts rts
BIN
View File
Binary file not shown.