1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-21 14:25:22 +00:00
This commit is contained in:
Pablo 2024-10-06 20:32:12 +02:00
parent aeb7ea83ab
commit 3d190c2cb9

View file

@ -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);