mirror of
https://github.com/Pecusx/Young-lumberjack.git
synced 2026-05-20 22:33:54 +02:00
No reaction for TAB and Button after death
This commit is contained in:
+3
-7
@@ -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
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user