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
|
.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
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user