mirror of
https://github.com/n64decomp/mk64
synced 2026-09-01 17:20:03 -04:00
trig tables shiftable (#596)
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
#ifndef HARDCODED_SEGMENTS_H
|
||||
#define HARDCODED_SEGMENTS_H
|
||||
|
||||
/**
|
||||
* @file Contains hardcoded segment addresses
|
||||
* Only used in the linker
|
||||
**/
|
||||
|
||||
|
||||
#define LINKER_MAIN 0x80000400
|
||||
|
||||
#define LINKER_ENDING 0x80280000
|
||||
|
||||
#define LINKER_RACING 0x8028DF00
|
||||
|
||||
#define LINKER_TRIG_TABLES 0x802BA370
|
||||
|
||||
// End of Jumper pak memory
|
||||
#define RDRAM_END 0x807FFFFF
|
||||
|
||||
#endif /* HARDCODED_SEGMENTS_H */
|
||||
Reference in New Issue
Block a user