diff --git a/averybreakout.asm b/averybreakout.asm index 8304e88..a033a48 100644 --- a/averybreakout.asm +++ b/averybreakout.asm @@ -1199,7 +1199,7 @@ brickcolorTab mwa #dl dlptrs vdli DLI - +ClearTables ; prepare mem address tables (for "snake" routine) @@ -1230,7 +1230,6 @@ initLoop1 cpx #maxMemory-1 bne initLoop1 ;snake memory addressess initialized! -ClearTables ;clear the balleXistenZ (nothing is bouncing!) ;and other tables ldx #0 diff --git a/averybreakout.xex b/averybreakout.xex index 6837d11..d0bd477 100644 Binary files a/averybreakout.xex and b/averybreakout.xex differ