No reaction for TAB and Button after death

This commit is contained in:
Pecusx
2026-03-15 14:02:28 +01:00
parent 066efdcd20
commit eef5b53030
2 changed files with 3 additions and 7 deletions
+3 -7
View File
@@ -12,7 +12,7 @@
;--------------------------------------------------- ;---------------------------------------------------
.macro build .macro build
dta d"1.06" ; number of this build (4 bytes) dta d"1.07" ; number of this build (4 bytes)
.endm .endm
.macro RMTSong .macro RMTSong
@@ -1468,10 +1468,6 @@ gameOver
;game over ;game over
;RMTSong song_game_over ;RMTSong song_game_over
;jsr HiScoreCheckWrite ;jsr HiScoreCheckWrite
pause 50
jsr WaitForKeyRelease
pause 50
jsr WaitForKeyRelease
RMTsong song_scores RMTsong song_scores
jsr GameOverScreen jsr GameOverScreen
jmp GameStart jmp GameStart
@@ -1811,8 +1807,8 @@ 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
beq restart ; beq restart
lda RTCLOK+1 lda RTCLOK+1
cmp #2 cmp #2
bne RIPLoop bne RIPLoop
BIN
View File
Binary file not shown.