From 4c2ac4453dc78dee06143ec7f08b3ae7720bfb90 Mon Sep 17 00:00:00 2001 From: 4am Date: Sun, 25 Oct 2020 00:09:35 -0400 Subject: [PATCH] shave some bytes --- src/fx/fx.hgr.48boxes.common.a | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/fx/fx.hgr.48boxes.common.a b/src/fx/fx.hgr.48boxes.common.a index c54a7ffd7..a648b9cdc 100644 --- a/src/fx/fx.hgr.48boxes.common.a +++ b/src/fx/fx.hgr.48boxes.common.a @@ -131,9 +131,9 @@ hgrlo = $300 ; [$C0 bytes] ldy #o_rightmask sta (o_dst), y - ldx stage - lda CopyFlags, x - bne + + lda stage + cmp #7 + bcs + lda #$A9 ; LDA #$44 opcode ldy #m_lda @@ -488,9 +488,6 @@ RightMasks !byte %10010000 !byte %10100000 !byte %11000000 -CopyFlags - !byte 0,0,0,0,0,0,0 - !byte 1,1,1,1,1,1,1 MiddleBits !byte m_bit1, m_bit2, m_bit3, m_bit4, m_bit4, m_bit4 OuterBits