From 8c5b4232c1d0a97fa212d6f4ee3347695bdd9bff Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Fri, 29 May 2015 08:04:38 -0400 Subject: [PATCH] Add a period. --- pewpew.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/pewpew.asm b/pewpew.asm index 44239f5..fc9f5d7 100644 --- a/pewpew.asm +++ b/pewpew.asm @@ -492,6 +492,7 @@ UpdateWorld: sta spriteTableScratchStart ; Move shot coords and copy into sprite table. + ldx #0 ; Position in main sprite table. ldy #0 ; Position in secondary scratch sprite table. ; To modify sprite table 2 - one bit set for each active shot. ; These bits will be *removed* from the sprite table entry.