From 829d394ded54bcc091b36ce3f8a6c2065a96d1e9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 8 Oct 2014 15:55:11 -0400 Subject: reset the snake position on game start --- main.s | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.s') diff --git a/main.s b/main.s index 65902fe..f43c894 100644 --- a/main.s +++ b/main.s @@ -307,6 +307,10 @@ start_game: ; {{{ LDA #$02 STA game_state + LDA #$80 + STA head_x + STA head_y + - BIT $2002 BPL - -- cgit v1.2.3-54-g00ecf