mirror of
https://github.com/n64decomp/mk64
synced 2026-05-24 23:01:36 -04:00
a0e31c27ff
* Added bss * Decompiled course vertex data and moved packed.s * Added recomp * Added new line char to the end of a few audio files
9 lines
143 B
C
9 lines
143 B
C
#ifndef SEGMENTS_H
|
|
#define SEGMENTS_H
|
|
|
|
#define SEG_MAIN 0x80000400
|
|
#define SEG_80280000 0x80280000
|
|
#define SEG_8028DF00 0x8028DF00
|
|
|
|
#endif
|