From d4b23d2084d5241eb03b49a6444ffd69971ace97 Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 7 Sep 2020 17:01:07 -0400 Subject: [PATCH] shave some bytes --- src/fx/fx.hgr.2bit.fizzle.a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fx/fx.hgr.2bit.fizzle.a b/src/fx/fx.hgr.2bit.fizzle.a index 0ef2c779b..6cfb28a5c 100644 --- a/src/fx/fx.hgr.2bit.fizzle.a +++ b/src/fx/fx.hgr.2bit.fizzle.a @@ -6,7 +6,7 @@ *=$6000 addrs = $6100 ; [256 bytes, page-aligned] -copymasks = $6200 ; [128 bytes, should not cross page boundary] +copymasks = $80 ; [128 bytes, should not cross page boundary] ldx #(end-start) ; copy LFSR code to zero page - lda start-1, x