From 4e989b05cc70a8af316ae3ac348084662f1073f1 Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Sun, 28 Jul 2024 23:34:45 +0200 Subject: [PATCH] Delete trig_tables_bss.c (#23) --- src/data/trig_tables_bss.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/data/trig_tables_bss.c diff --git a/src/data/trig_tables_bss.c b/src/data/trig_tables_bss.c deleted file mode 100644 index 6caec65c2..000000000 --- a/src/data/trig_tables_bss.c +++ /dev/null @@ -1,13 +0,0 @@ -#include -#include - -/** - * Trig tables get loaded into memory at this location. - * See trig_tables.c for the real file. - */ - -#ifdef VERSION_EU -ALIGNED8 u8 trigTablesPadding[0x5750]; -#else -ALIGNED8 u8 trigTablesPadding[0x5810]; -#endif