diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-24 03:03:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-24 03:03:45 -0500 |
commit | 39556605cd27a567a45bfc2c46af745ac031ab90 (patch) | |
tree | c2ff7645625d62e94b369080ba37071eb98426d1 /src/quest_log.c | |
parent | ef1f9ead0ba44c67185dccc616846646d7ce9257 (diff) | |
parent | 85e5c57e8c86cca00e8bfc7d54e21d08c9e62e69 (diff) |
Merge branch 'master' into doc-ttower
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 fd0e0a754..11f93329d 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; } |