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/egg_hatch.c | |
parent | 6967caefb246f9709032049b0ae2baee71f71eb6 (diff) |
Use fadescreen constants
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r-- | src/egg_hatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c index 2ce2c04bb..2a942c9d9 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -461,7 +461,7 @@ void EggHatch(void) { ScriptContext2_Enable(); CreateTask(Task_EggHatch, 10); - FadeScreen(1, 0); + FadeScreen(FADE_TO_BLACK, 0); } static void Task_EggHatch(u8 taskID) |