diff options
| author | Random <28494085+Random0666@users.noreply.github.com> | 2020-03-19 23:29:33 +0100 |
|---|---|---|
| committer | Random <28494085+Random0666@users.noreply.github.com> | 2020-03-19 23:29:33 +0100 |
| commit | c931cd58376a6a9bda2290063974d2cfb371685b (patch) | |
| tree | c5485091e371f76177fcb0d1b5bf7011be91a007 /src/code/title_setup.c | |
| parent | c5f388b2ac02b8f26a2ff551e03d186b5797181c (diff) | |
Decompiled z_title.c
`z_title.c` : matching
Diffstat (limited to 'src/code/title_setup.c')
| -rw-r--r-- | src/code/title_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/title_setup.c b/src/code/title_setup.c index 22ee8b181..d7ac9cc87 100644 --- a/src/code/title_setup.c +++ b/src/code/title_setup.c @@ -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) |
