diff --git a/lumber.asm b/lumber.asm index bd7373c..613df30 100644 --- a/lumber.asm +++ b/lumber.asm @@ -1806,13 +1806,17 @@ LevelDeath mva #0 TimeCount ; stop time jsr SetRIPscreen RMTsong song_game_over + jsr ZeroClock jsr WaitForKeyRelease -@ +RIPLoop jsr GetKeyFast cmp #@kbcode._space ; space, Start beq restart cmp #@kbcode._tab ; TAB, 1st joy button - bne @- + beq restart + lda RTCLOK+1 + cmp #2 + bne RIPLoop restart ; restart game rts diff --git a/lumber.xex b/lumber.xex index 2a3cfde..466c785 100644 Binary files a/lumber.xex and b/lumber.xex differ