Mario Kart 64
Loading...
Searching...
No Matches
linker_segments.h
Go to the documentation of this file.
1#ifndef HARDCODED_SEGMENTS_H
2#define HARDCODED_SEGMENTS_H
3
10#define LINKER_MAIN 0x80000400
11
12#define LINKER_ENDING 0x80280000
13
14#define LINKER_RACING 0x8028DF00
15
16#define LINKER_TRIG_TABLES 0x802BA370
17
18// End of Jumper pak memory
19#define RDRAM_END 0x807FFFFF
20
21#endif /* HARDCODED_SEGMENTS_H */