summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-17 15:47:47 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-11-17 15:47:47 -0500
commitc1970a4bc827cffbaccdd8af11ecd054f6a5728f (patch)
treed71231c9f8ac5943be957dcf40f8ff05351a8c35 /src
parenteb95ac0b9ce342a39955679bbd7df32e54675d70 (diff)
Remove dead sub references
Diffstat (limited to 'src')
-rw-r--r--src/pokeball.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokeball.c b/src/pokeball.c
index 501d86ca3..cb68d6883 100644
--- a/src/pokeball.c
+++ b/src/pokeball.c
@@ -1138,7 +1138,7 @@ static void SpriteCB_TradePokeball(struct Sprite *sprite)
sprite->callback = SpriteCB_TradePokeballSendOff;
#ifdef BUGFIX
// FIX: If this is used on a sprite that has previously had an affine animation, it will not
- // play the shrink anim properly due to being paused. Works together with the fix to `sub_817F77C`.
+ // play the shrink anim properly due to being paused. Works together with the fix to ResetSpriteAfterAnim.
gSprites[monSpriteId].affineAnimPaused = FALSE;
#endif // BUGFIX
StartSpriteAffineAnim(&gSprites[monSpriteId], BATTLER_AFFINE_RETURN);