summaryrefslogtreecommitdiff
path: root/src/ghost.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-02-19 20:22:53 -0500
committerhuderlem <huderlem@gmail.com>2020-02-25 12:54:08 -0600
commit208057d7ae3913523f4bfe43623becff38a80e10 (patch)
tree3601bf39376456921194f921893b6b6e9dd309bd /src/ghost.c
parent0d651c7c9e2834229e14d60c00c203d7798d3890 (diff)
Document move anims S-Z
Diffstat (limited to 'src/ghost.c')
-rw-r--r--src/ghost.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ghost.c b/src/ghost.c
index fa6679926..32fd427ed 100644
--- a/src/ghost.c
+++ b/src/ghost.c
@@ -586,7 +586,8 @@ static void sub_8111D78(u8 taskId)
}
}
-void sub_8111E50(u8 taskId)
+// Creates a blended copy of the target that wavers in front of them
+void AnimTask_SpiteTargetShadow(u8 taskId)
{
struct Task *task;