diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-20 14:46:01 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-20 14:46:01 -0500 |
commit | ac5bfcf1ce9c0f1dfe240dca3aeb0f3fcaa83280 (patch) | |
tree | d5fc9e8f137d06ff17c7beb4f22744c318d19b4f /src/quest_log.c | |
parent | 8d5af5332934f47f022907d2acb2e71d96b04449 (diff) |
through sub_8117A0C
Diffstat (limited to 'src/quest_log.c')
-rw-r--r-- | src/quest_log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quest_log.c b/src/quest_log.c index 38b3733ea..0cda4eb77 100644 --- a/src/quest_log.c +++ b/src/quest_log.c @@ -1049,7 +1049,7 @@ static void sub_811175C(u8 sceneNum, struct UnkStruct_203AE98 * a1) static void sub_81118F4(s8 a0) { - fade_screen(1, a0); + FadeScreen(1, a0); sQuestLogCB = QuestLog_AdvancePlayhead; } @@ -1309,7 +1309,7 @@ static void QuestLog_CloseTextWindow(void) static void QuestLog_SkipToEndOfPlayback(s8 a0) { - fade_screen(1, a0); + FadeScreen(1, a0); sQuestLogCB = QuestLog_WaitFadeAndCancelPlayback; } |