Don't reset background color on each game.

This commit is contained in:
Colin McMillen 2015-06-07 13:29:21 -04:00
parent bc0049edaf
commit 12a51ea9ec

View File

@ -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