mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 15:04:31 +00:00
Decompiled z_title.c
`z_title.c` : matching
This commit is contained in:
parent
c5f388b2ac
commit
c931cd5837
15 changed files with 223 additions and 728 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue