mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 04:33:10 +00:00
shave some cycles
This commit is contained in:
parent
a9cd08e6b4
commit
6638671397
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user