diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-02-10 23:49:54 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-02-11 13:29:15 -0800 |
commit | 4fe6a8bd80ff947661aea391060207a53895338e (patch) | |
tree | 01b570b02b904eea2255beb2e402c0a944cb1c4a /src/battle/anim/hop.c | |
parent | 9bf6448707a36bf7d530bf932347c1adb508192e (diff) |
Document battle anim things related to SWIFT and TWISTER
Diffstat (limited to 'src/battle/anim/hop.c')
-rw-r--r-- | src/battle/anim/hop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle/anim/hop.c b/src/battle/anim/hop.c index 4006e2d43..0697e83a0 100644 --- a/src/battle/anim/hop.c +++ b/src/battle/anim/hop.c @@ -91,7 +91,7 @@ void sub_80CB94C(struct Sprite* sprite) { s16 e1; s16 e2; - sub_80787B0(sprite, 0); + InitAnimSpritePos(sprite, 0); e1 = GetBankPosition(gAnimBankTarget, 0); e2 = GetBankPosition(gAnimBankTarget, 1); if ((gAnimBankAttacker ^ 2) == gAnimBankTarget) |