diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-28 10:02:40 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-28 10:02:40 -0500 |
commit | 1779aedbf0e321188ff239095a3e20f38cf22575 (patch) | |
tree | c21416e1aa4824283bb3340d316befea33d7fdb5 /src/seagallop.c | |
parent | db12644f0001346604c19e4004eead5cd2203fea (diff) |
Escalator field effect
Diffstat (limited to 'src/seagallop.c')
-rw-r--r-- | src/seagallop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seagallop.c b/src/seagallop.c index aa0c48da1..3257819aa 100644 --- a/src/seagallop.c +++ b/src/seagallop.c @@ -295,7 +295,7 @@ static void Task_Seagallop_1(u8 taskId) if (++task->data[1] == 140) { Overworld_FadeOutMapMusic(); - sub_807DC18(); + WarpFadeOutScreen(); task->func = Task_Seagallop_2; } } |