From 7b172c1c8405055b0d4a2fe4b354706d1304f008 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 9 Oct 2014 13:32:12 -0400 Subject: if the length is 256, you win --- main.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.s b/main.s index f5b4e2c..b9654cd 100644 --- a/main.s +++ b/main.s @@ -325,6 +325,8 @@ maybe_eat_apple: eat_apple: LDX length INX + TXA + BEQ collision ; for now - this is the win condition STX length JSR new_apple -- cgit v1.2.3