mirror of
https://github.com/n64decomp/mk64
synced 2026-05-25 15:05:18 -04:00
4c4efd28f8
* match func_80000D3C + some renames * Improved matching for init_game(). * Match thread5_game_logic * Added osViModeTable and osCreateViManager from libultra
10 lines
175 B
C
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
|