diff --git a/src/overlays/actors/ovl_player_actor/z_player.c b/src/overlays/actors/ovl_player_actor/z_player.c index 1cdf4c05af..a2da72802c 100644 --- a/src/overlays/actors/ovl_player_actor/z_player.c +++ b/src/overlays/actors/ovl_player_actor/z_player.c @@ -13825,6 +13825,8 @@ static BottleCatchInfo sBottleCatchInfos[] = { }; void Player_Action_SwingBottle(Player* this, PlayState* play) { + //! @note: after av2 is set as startedTextbox, this will not necessarily get the correct animations, + //! this doesn't matter as at that point this is not used anymore BottleCatchAnimationData* bottleCatchAnimationData = &sBottleCatchAnimationDatas[this->av2.useWaterBottleSwingAnimations]; Player_StepHorizontalSpeedToZero(this);