Decompiled z_title.c

`z_title.c` : matching
This commit is contained in:
Random
2020-03-19 23:29:33 +01:00
parent c5f388b2ac
commit c931cd5837
15 changed files with 223 additions and 728 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ void TitleSetup_InitImpl(GameState* gameState)
osSyncPrintf("ゼルダ共通データ初期化\n");
SaveContext_Init();
gameState->running = false;
gameState->init = func_80800878; gameState->size = sizeof(TitleContext);
gameState->init = Title_Init; gameState->size = sizeof(TitleContext);
}
void TitleSetup_Destroy(GameState* gameState)