From 48db4aca58183b6a61b673bb2825b6cd31a14284 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Sat, 30 May 2015 11:32:35 -0400 Subject: [PATCH] Don't bother storing zeroes to joypad registers. --- pewpew.asm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pewpew.asm b/pewpew.asm index 2eeaa77..76aa61b 100644 --- a/pewpew.asm +++ b/pewpew.asm @@ -100,12 +100,6 @@ Start: SetXY16Bit SetA8Bit - ; Store zeroes to the controller status registers. - ; TODO(mcmillen): is this needed? I think the system will overwrite these - ; automatically. - stz joy1 - stz joy1 + 1 - jsr LoadPaletteAndTileData jsr InitializeSpriteTables jsr InitializeWorld