diff --git a/Timberman.asm b/Timberman.asm index 22e5dc6..5d9fc9d 100644 --- a/Timberman.asm +++ b/Timberman.asm @@ -1807,6 +1807,8 @@ RIPLoop jsr GetKeyFast cmp #@kbcode._space ; space, Start beq restart + lda STRIG0 + beq restart ; cmp #@kbcode._tab ; TAB, 1st joy button ; beq restart lda RTCLOK+1 diff --git a/Timberman.xex b/Timberman.xex index bcd78c5..49a7c4c 100644 Binary files a/Timberman.xex and b/Timberman.xex differ