Files
SpaghettiKart/include/segments.h
T
MegaMech 614ae13215 fix audio pointers allowing rom shifts again (#169)
* fix audio pointers allowing rom shifts again
2022-03-03 21:21:06 -07:00

12 lines
240 B
C

#ifndef SEGMENTS_H
#define SEGMENTS_H
#define SEG_MAIN 0x80000400
#define SEG_80280000 0x80280000
#define SEG_8028DF00 0x8028DF00
#define SEG_FRAMEBUFFERS 0x802BA290
#define SEG_802BA370 0x802BA370
#define SEG_AUDIO 0x803AF780
#endif