aboutsummaryrefslogtreecommitdiffstats
path: root/main.s
diff options
context:
space:
mode:
Diffstat (limited to 'main.s')
-rw-r--r--main.s6
1 files changed, 1 insertions, 5 deletions
diff --git a/main.s b/main.s
index 2a6357f..42fd93a 100644
--- a/main.s
+++ b/main.s
@@ -352,15 +352,11 @@ maybe_eat_apple:
eat_apple:
LDX length
INX
- TXA
BEQ collision ; for now - this is the win condition
STX length
- AND #$07
- BNE +
- LDX length
LDA speed.w, x
STA frame_skip
-+ JSR new_apple
+ JSR new_apple
draw_sprites:
LDX #$00