diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-15 11:42:50 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-12-15 11:42:50 -0500 |
commit | 96ec5e1b84f2c1d189dc67b53a113d0299b4f37b (patch) | |
tree | d7836932a7ee4a3ebf3eb766ddbc6b4c9a0022a2 /src/union_room.c | |
parent | 6967caefb246f9709032049b0ae2baee71f71eb6 (diff) |
Use fadescreen constants
Diffstat (limited to 'src/union_room.c')
-rw-r--r-- | src/union_room.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/union_room.c b/src/union_room.c index ba973a7d9..1655b78da 100644 --- a/src/union_room.c +++ b/src/union_room.c @@ -1583,7 +1583,7 @@ void sub_8014790(u8 taskId) case 1: if (!ScriptContext1_IsScriptSetUp()) { - FadeScreen(1, 0); + FadeScreen(FADE_TO_BLACK, 0); data[0] = 2; } break; |