diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-24 08:56:14 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-24 08:56:14 -0400 |
commit | 87b2c7f34b5a734d3af98ea2dc7d9fafecd809a6 (patch) | |
tree | 87a4de4237f54ffc8ede79f886543df929d5334a /src/new_menu_helpers.c | |
parent | 58535acf885934feb524057dcf2b773b070cd258 (diff) |
through PlayerSetAnimId; some quest log doc
Diffstat (limited to 'src/new_menu_helpers.c')
-rw-r--r-- | src/new_menu_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_menu_helpers.c b/src/new_menu_helpers.c index 959370398..d184bae05 100644 --- a/src/new_menu_helpers.c +++ b/src/new_menu_helpers.c @@ -496,7 +496,7 @@ void ClearDialogWindowAndFrame(u8 windowId, bool8 copyToVram) if (copyToVram == TRUE) CopyWindowToVram(windowId, 3); if (gQuestLogState == 2) - sub_8111134(); + CommitQuestLogWindow1(); } void ClearStdWindowAndFrame(u8 windowId, bool8 copyToVram) |