Delete trig_tables_bss.c (#650)

This commit is contained in:
coco875
2024-07-28 23:33:33 +02:00
committed by GitHub
parent 84680fa6e7
commit 8d414cb3c2
-13
View File
@@ -1,13 +0,0 @@
#include <ultra64.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