From 2a9201b5aa65e90faa6431025d2c97a1a58f5a92 Mon Sep 17 00:00:00 2001 From: 4am Date: Fri, 13 Nov 2020 21:41:50 -0500 Subject: [PATCH] shave some bytes --- src/fx/fx.hgr.precomputed.1bit.a | 5 ----- src/fx/fx.hgr.precomputed.2bit.a | 1 - 2 files changed, 6 deletions(-) diff --git a/src/fx/fx.hgr.precomputed.1bit.a b/src/fx/fx.hgr.precomputed.1bit.a index 76a7c209f..f9093fb30 100644 --- a/src/fx/fx.hgr.precomputed.1bit.a +++ b/src/fx/fx.hgr.precomputed.1bit.a @@ -134,8 +134,6 @@ InitOnce } !macro FX_REVERSE_1BIT { - lda #$80 - sta Coordinates1Bit + $3480 ldy #0 ; Coordinates1Bit @@ -177,9 +175,6 @@ InitOnce } !macro FX_RIPPLE_1BIT { - lda #$80 - sta Coordinates1Bit + $3480 - lda #2 ; <(Coordinates1Bit + 2) sta $f0 ldy #0 diff --git a/src/fx/fx.hgr.precomputed.2bit.a b/src/fx/fx.hgr.precomputed.2bit.a index 0550dc95f..52c181b13 100644 --- a/src/fx/fx.hgr.precomputed.2bit.a +++ b/src/fx/fx.hgr.precomputed.2bit.a @@ -136,7 +136,6 @@ InitOnce !macro FX_RIPPLE_2BIT { ldy #0 - sty Coordinates2Bit + $3C00 ldx #$33 - lda ptrtbl, x