diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-19 20:22:53 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-25 12:54:08 -0600 |
commit | 208057d7ae3913523f4bfe43623becff38a80e10 (patch) | |
tree | 3601bf39376456921194f921893b6b6e9dd309bd /src/ghost.c | |
parent | 0d651c7c9e2834229e14d60c00c203d7798d3890 (diff) |
Document move anims S-Z
Diffstat (limited to 'src/ghost.c')
-rw-r--r-- | src/ghost.c | 3 |
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; |