mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-08 11:30:54 +00:00
shave exactly 1 byte
This commit is contained in:
parent
e5a6c0ee2f
commit
5596943ed5
@ -194,9 +194,8 @@ k_right_mask = 17
|
||||
; any (zero page $0D) was initialized by the BoxStages copy loop
|
||||
MainLoop ldx #48
|
||||
BoxLoop stx box
|
||||
lda BoxStages-1, x ; for each box, get its current stage
|
||||
ldy BoxStages-1, x ; for each box, get its current stage
|
||||
bmi NextBox ; if stage >= $80, nothing to do
|
||||
tay
|
||||
lda StagesHi, y
|
||||
beq NextBox ; if stage's drawing routine is 0, nothing to do
|
||||
sta j+2
|
||||
|
Loading…
x
Reference in New Issue
Block a user