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