mirror of
https://github.com/Pecusx/Young-lumberjack.git
synced 2026-05-20 22:33:54 +02:00
RIP Screen auto change after 5s.
This commit is contained in:
+6
-2
@@ -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
Binary file not shown.
Reference in New Issue
Block a user