Delete trig_tables_bss.c (#23)

This commit is contained in:
coco875
2024-07-28 23:34:45 +02:00
committed by GitHub
parent 599d17b012
commit 4e989b05cc
-13
View File
@@ -1,13 +0,0 @@
#include <libultraship.h>
#include <macros.h>
/**
* 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