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
dta d"1.06" ; number of this build (4 bytes)
dta d"1.07" ; number of this build (4 bytes)
.endm
.macro RMTSong
@@ -1468,10 +1468,6 @@ gameOver
;game over
;RMTSong song_game_over
;jsr HiScoreCheckWrite
pause 50
jsr WaitForKeyRelease
pause 50
jsr WaitForKeyRelease
RMTsong song_scores
jsr GameOverScreen
jmp GameStart
@@ -1811,8 +1807,8 @@ RIPLoop
jsr GetKeyFast
cmp #@kbcode._space ; space, Start
beq restart
cmp #@kbcode._tab ; TAB, 1st joy button
beq restart
; cmp #@kbcode._tab ; TAB, 1st joy button
; beq restart
lda RTCLOK+1
cmp #2
bne RIPLoop
BIN
View File
Binary file not shown.