From 6638671397077b572d14f0ff6bdb157cd1316470 Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 26 Oct 2020 00:55:11 -0400 Subject: [PATCH] shave some cycles --- src/fx/fx.hgr.48boxes.common.a | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fx/fx.hgr.48boxes.common.a b/src/fx/fx.hgr.48boxes.common.a index 0d228c7d7..dbaeb3ccd 100644 --- a/src/fx/fx.hgr.48boxes.common.a +++ b/src/fx/fx.hgr.48boxes.common.a @@ -203,8 +203,8 @@ BoxLoop stx box inc any clc j jsr $FD00 ; [SMC] call drawing routine for this stage -NextBox ldx box - inc BoxStages-1, x ; increment every box's stage every time through the loop, + ldx box +NextBox inc BoxStages-1, x ; increment every box's stage every time through the loop, ; even if we didn't call a drawing routine dex bne BoxLoop