From 3806a780b5e0ea72fd5024cfcada81d7c00b0ef5 Mon Sep 17 00:00:00 2001 From: 4am Date: Wed, 15 Dec 2021 22:02:43 -0500 Subject: [PATCH] remove unused macro --- src/fx/fx.shr.iris.a | 5 ----- src/fx/fx.shr.ripple.a | 5 ----- 2 files changed, 10 deletions(-) diff --git a/src/fx/fx.shr.iris.a b/src/fx/fx.shr.iris.a index 4ea464466..ed447ee8b 100644 --- a/src/fx/fx.shr.iris.a +++ b/src/fx/fx.shr.iris.a @@ -12,11 +12,6 @@ shrhi = $301 ; $C8 bytes coords = $9F00 ; $1F40 bytes mirror_rows = $BE40 ; $C0 bytes -!macro BUILD_MIRROR_COLS .mirror_cols { - ; build lookup table to get $9F-y for y in $00..$9F -; X=0 -} - !source "src/constants.a" !source "src/macros.a" !source "src/fx/fx.shr.common.a" diff --git a/src/fx/fx.shr.ripple.a b/src/fx/fx.shr.ripple.a index bd3988f5f..770c5520b 100644 --- a/src/fx/fx.shr.ripple.a +++ b/src/fx/fx.shr.ripple.a @@ -12,11 +12,6 @@ shrhi = $301 ; $C8 bytes coords = $9F00 ; $1F40 bytes mirror_rows = $BE40 ; $C0 bytes -!macro BUILD_MIRROR_COLS .mirror_cols { - ; build lookup table to get $9F-y for y in $00..$9F -; X=0 -} - !source "src/constants.a" !source "src/macros.a" !source "src/fx/fx.shr.common.a"