Use symbolic constant for backgroundBlue.
This commit is contained in:
parent
292cb079a5
commit
f324413101
@ -284,7 +284,7 @@ InitializeSpriteTables:
|
|||||||
InitializeWorld:
|
InitializeWorld:
|
||||||
; Start the background color as a dark blue.
|
; Start the background color as a dark blue.
|
||||||
lda #4
|
lda #4
|
||||||
sta $24
|
sta backgroundBlue
|
||||||
|
|
||||||
; Player's initial starting location.
|
; Player's initial starting location.
|
||||||
lda #(256 / 4)
|
lda #(256 / 4)
|
||||||
|
Loading…
Reference in New Issue
Block a user