diff options
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; } } |