Make enemy sprites red.

This commit is contained in:
Colin McMillen 2015-05-31 18:08:52 -04:00
parent 526bc9e320
commit 4bf0033962
2 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ SpawnEnemyShots:
beq +
rts
+
lda #8 ; Sprite number.
lda #12 ; Sprite number.
sta enemyShotArray
lda #254

Binary file not shown.