summaryrefslogtreecommitdiff
path: root/src/ground.c
diff options
context:
space:
mode:
authorfieldy101 <fieldy101@gmail.com>2020-04-22 22:29:35 +1000
committerfieldy101 <fieldy101@gmail.com>2020-04-22 23:30:44 +1000
commit9634b58d7ae9acb42c1cad41553a1806879d47cf (patch)
treeb476adc421013dc2ed420db9345aadac1e854a4e /src/ground.c
parentcdc705f7e36436924b4ce5f7815983a862c52873 (diff)
Port emerald water functions into firered
Diffstat (limited to 'src/ground.c')
-rw-r--r--src/ground.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ground.c b/src/ground.c
index 423671112..5c4291623 100644
--- a/src/ground.c
+++ b/src/ground.c
@@ -538,7 +538,7 @@ static void AnimDigDirtMound(struct Sprite *sprite)
sprite->callback = WaitAnimForDuration;
}
-void sub_80B94B4(u8 taskId)
+void AnimTask_HorizontalShake(u8 taskId)
{
u16 i;
struct Task *task = &gTasks[taskId];