summaryrefslogtreecommitdiff
path: root/src/normal.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-30 20:48:09 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-31 07:55:32 -0400
commit4134baf3eb64cc6c17ade48ed27507f9f84a96c5 (patch)
tree1f084ab4f2a0c2b10837204c2049d3aa56fceae0 /src/normal.c
parent24ae03ff3012401e4fd14f371c33e748dd096afe (diff)
Some more docs in battle anims
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index 97851e244..366219c72 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -406,7 +406,7 @@ static void sub_80B9B8C(struct Sprite *sprite)
sprite->callback(sprite);
}
-void sub_80B9BDC(u8 taskId)
+void AnimTask_CurseBlendEffect(u8 taskId)
{
gTasks[taskId].data[0] = gBattleAnimArgs[0];
gTasks[taskId].data[1] = gBattleAnimArgs[1];