mirror of
https://github.com/n64decomp/mk64
synced 2026-07-08 21:04:48 -04:00
Delete trig_tables_bss.c (#650)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user