aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-11 23:49:31 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-11 23:49:31 -0400
commit506b074dd789b01718a1845aa33f6c95abafa6bb (patch)
treeba5b2c4c513021b8f708c28272f298becd6f680c
parent07e8706295edc27718d881579b495ba06998ee19 (diff)
downloadnes-snake-506b074dd789b01718a1845aa33f6c95abafa6bb.tar.gz
nes-snake-506b074dd789b01718a1845aa33f6c95abafa6bb.zip
oops, this isn't necessary anymore
-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