From 0fc86a65bea74465460e2b3d59a4300a70906dd7 Mon Sep 17 00:00:00 2001 From: 4am Date: Tue, 24 Nov 2020 21:25:41 -0500 Subject: [PATCH] shave some bytes --- src/fx/fx.hgr.radial.common.a | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fx/fx.hgr.radial.common.a b/src/fx/fx.hgr.radial.common.a index 6dd39d9a0..55b66531d 100644 --- a/src/fx/fx.hgr.radial.common.a +++ b/src/fx/fx.hgr.radial.common.a @@ -9,15 +9,15 @@ dest2 = $F6 ; word reverse_input = $FC ; word input = $FE ; word - +BUILD_HGR_LOOKUP_TABLES hgrlo, hgr1hi - +BUILD_HGR_MIRROR_LOOKUP_TABLES hgrlomirror, hgr1himirror +BUILD_MIRROR_COLS mirror_cols + +BUILD_HGR_LOOKUP_TABLES_X_IS_ALREADY_0 hgrlo, hgr1hi + +BUILD_HGR_MIRROR_LOOKUP_TABLES hgrlomirror, hgr1himirror +BUILD_SPARSE_BITMASKS copymasks, mirror_copymasks +LDADDR Coordinates +ST16 input +LDADDR EndCoordinates-2 +ST16 reverse_input - jmp Loop + +HIDE_NEXT_BYTE Exit rts Loop ldy #0 lda (input),y