summaryrefslogtreecommitdiff
path: root/src/field_tasks.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-28 10:42:23 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-28 10:42:23 -0400
commit816e7ad1f8f38f3eee152913c416200e4caf1f5e (patch)
treea0094a0e256a2bb8ea430aee5823a68b2064440d /src/field_tasks.c
parentfe9c3d3b58b2cf13f9bd7e61eceb249dfcf398a7 (diff)
through ChooseAmbientCrySpecies
Diffstat (limited to 'src/field_tasks.c')
-rw-r--r--src/field_tasks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_tasks.c b/src/field_tasks.c
index 6bd4b6f46..4c7b93f20 100644
--- a/src/field_tasks.c
+++ b/src/field_tasks.c
@@ -63,7 +63,7 @@ static void Task_RunTimeBasedEvents(u8 taskId)
{
if (gQuestLogState != 2 && gQuestLogState != 3)
{
- sub_8056078(&data[1], &data[2]);
+ UpdateAmbientCry(&data[1], &data[2]);
}
}
}