From 8d414cb3c21fe5a956604b8d085596f04096068b Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Sun, 28 Jul 2024 23:33:33 +0200 Subject: [PATCH] Delete trig_tables_bss.c (#650) --- 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 aa2bc38d1..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