diff --git a/pewpew.asm b/pewpew.asm index a1354d6..5604b64 100644 --- a/pewpew.asm +++ b/pewpew.asm @@ -492,7 +492,7 @@ SpawnEnemyShots: beq + rts + - lda #8 ; Sprite number. + lda #12 ; Sprite number. sta enemyShotArray lda #254 diff --git a/sprites32.pcx b/sprites32.pcx index 9eea697..1c802b4 100644 Binary files a/sprites32.pcx and b/sprites32.pcx differ