mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 20:30:29 +00:00
shave some cycles
This commit is contained in:
parent
a9cd08e6b4
commit
6638671397
@ -203,8 +203,8 @@ BoxLoop stx box
|
|||||||
inc any
|
inc any
|
||||||
clc
|
clc
|
||||||
j jsr $FD00 ; [SMC] call drawing routine for this stage
|
j jsr $FD00 ; [SMC] call drawing routine for this stage
|
||||||
NextBox ldx box
|
ldx box
|
||||||
inc BoxStages-1, x ; increment every box's stage every time through the loop,
|
NextBox inc BoxStages-1, x ; increment every box's stage every time through the loop,
|
||||||
; even if we didn't call a drawing routine
|
; even if we didn't call a drawing routine
|
||||||
dex
|
dex
|
||||||
bne BoxLoop
|
bne BoxLoop
|
||||||
|
Loading…
Reference in New Issue
Block a user