Files
mk64/include/segments.h
T
iProgramInCpp 4c4efd28f8 Match func_80000D3C (renamed) and thread5_game_logic (#35)
* match func_80000D3C + some renames

* Improved matching for init_game().

* Match thread5_game_logic

* Added osViModeTable and osCreateViManager from libultra
2021-10-16 15:18:38 -06:00

10 lines
175 B
C

#ifndef SEGMENTS_H
#define SEGMENTS_H
#define SEG_MAIN 0x80000400
#define SEG_80280000 0x80280000
#define SEG_8028DF00 0x8028DF00
#define SEG_802BA370 0x802BA370
#endif