shave exactly 1 byte

This commit is contained in:
4am 2020-10-26 00:45:45 -04:00
parent e5a6c0ee2f
commit 5596943ed5

View File

@ -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