From 2067b846e7d9a8a58650b24cee45a86d0d23ba43 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 8 Oct 2014 17:14:28 -0400 Subject: these are alrady initialized to 0 just before --- main.s | 6 ------ 1 file changed, 6 deletions(-) (limited to 'main.s') diff --git a/main.s b/main.s index 222aac8..3d52888 100644 --- a/main.s +++ b/main.s @@ -90,12 +90,6 @@ clrmem: BNE clrmem ; initialize variables in ram - LDA #$00 - STA buttons_pressed - STA sleeping - STA game_state - STA direction - STA frame_count LDA #$03 LDX #$01 STA head, x -- cgit v1.2.3-54-g00ecf