diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-18 00:32:28 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-18 01:47:58 -0500 |
commit | c89dfd9f5618eef74f2d39d7c1ea3a5a5448ed8e (patch) | |
tree | 5143b9ee26928e9a75999cc587c62f8323eb22bf /src/field_screen_effect.c | |
parent | b5b5d95de64a00d3d9dce395100808406f50b0ed (diff) |
Finish updating macro comments
Diffstat (limited to 'src/field_screen_effect.c')
-rw-r--r-- | src/field_screen_effect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_screen_effect.c b/src/field_screen_effect.c index 9155903af..eda146725 100644 --- a/src/field_screen_effect.c +++ b/src/field_screen_effect.c @@ -502,7 +502,7 @@ void DoDiveWarp(void) CreateTask(Task_WarpAndLoadMap, 10); } -void DoSootopolisLegendWarp(void) +void DoWhiteFadeWarp(void) { ScriptContext2_Enable(); TryFadeOutOldMapMusic(); |