1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-09 08:20:17 +00:00

rename 800636C0 to gameinfo_init

This commit is contained in:
playerskel 2022-01-06 11:30:52 +01:00
parent d3426e225f
commit c74e255929
3 changed files with 3 additions and 4 deletions

View file

@ -65,7 +65,7 @@ void Main(void* arg) {
}
osSyncPrintf("debug_InitArena(%08x, %08x)\n", debugHeap, debugHeapSize);
DebugArena_Init(debugHeap, debugHeapSize);
func_800636C0();
GameInfo_Init();
R_ENABLE_ARENA_DBG = 0;