diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-18 13:16:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-18 13:16:38 -0500 |
commit | 949509aade2627ded031669c296453c3d0ea9e59 (patch) | |
tree | 5e8ba850c7592a5cf85dc07971e756b8963ecdfb /src/easy_chat.c | |
parent | db8a5c6c2be2ceedadf836a8e61c71eb0ff6407b (diff) | |
parent | f8cef9a6a86fb85634e21370e5a7a0d2ac4a9ba2 (diff) |
Merge branch 'master' into fix-eventobj
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r-- | src/easy_chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index 77e57ffaf..3aa709732 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -1341,7 +1341,7 @@ static void CB2_QuizLadyQuestion(void) switch (gMain.state) { case 0: - FadeScreen(1, 0); + FadeScreen(FADE_TO_BLACK, 0); break; case 1: if (!gPaletteFade.active) |