Browse Source

Don't bother storing zeroes to joypad registers.

main
Colin McMillen 9 years ago
parent
commit
48db4aca58
  1. 6
      pewpew.asm

6
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

Loading…
Cancel
Save