From 3d190c2cb96ddc331b2affadef6bd4212ab23be2 Mon Sep 17 00:00:00 2001 From: Pablo <72659707+Pepe20129@users.noreply.github.com> Date: Sun, 6 Oct 2024 20:32:12 +0200 Subject: [PATCH] Add note --- src/overlays/actors/ovl_player_actor/z_player.c | 2 ++ 1 file changed, 2 insertions(+) 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);