From 506b074dd789b01718a1845aa33f6c95abafa6bb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 11 Oct 2014 23:49:31 -0400 Subject: oops, this isn't necessary anymore --- main.s | 6 +----- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-54-g00ecf