Don't reset background color on each game.
This commit is contained in:
parent
bc0049edaf
commit
12a51ea9ec
@ -223,11 +223,6 @@ LoadPaletteAndTileData:
|
|||||||
|
|
||||||
|
|
||||||
InitWorld:
|
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.
|
; Clear the memory that's used to keep track of normal game state.
|
||||||
SetA16Bit
|
SetA16Bit
|
||||||
lda #0
|
lda #0
|
||||||
|
Loading…
Reference in New Issue
Block a user