Browse Source

Use symbolic constant for backgroundBlue.

main
Colin McMillen 9 years ago
parent
commit
f324413101
  1. 2
      pewpew.asm

2
pewpew.asm

@ -284,7 +284,7 @@ InitializeSpriteTables:
InitializeWorld:
; Start the background color as a dark blue.
lda #4
sta $24
sta backgroundBlue
; Player's initial starting location.
lda #(256 / 4)

Loading…
Cancel
Save