aboutsummaryrefslogtreecommitdiffstats
path: root/main.s
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-08 17:14:28 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-08 17:14:28 -0400
commit2067b846e7d9a8a58650b24cee45a86d0d23ba43 (patch)
tree6051244e74c6daec66cb8061bbf4330c471e00f2 /main.s
parent612c344a775d4475e898e7442d62d44d6bf23cd7 (diff)
downloadnes-snake-2067b846e7d9a8a58650b24cee45a86d0d23ba43.tar.gz
nes-snake-2067b846e7d9a8a58650b24cee45a86d0d23ba43.zip
these are alrady initialized to 0 just before
Diffstat (limited to 'main.s')
-rw-r--r--main.s6
1 files changed, 0 insertions, 6 deletions
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