Browse Source

Don't reset background color on each game.

main
Colin McMillen 9 years ago
parent
commit
12a51ea9ec
  1. 5
      pewpew.asm

5
pewpew.asm

@ -223,11 +223,6 @@ LoadPaletteAndTileData:
InitWorld:
; Start the background color as black.
stz backgroundRed
stz backgroundGreen
stz backgroundBlue
; Clear the memory that's used to keep track of normal game state.
SetA16Bit
lda #0

Loading…
Cancel
Save