mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-22 06:45:31 +00:00
Add note
This commit is contained in:
parent
aeb7ea83ab
commit
3d190c2cb9
1 changed files with 2 additions and 0 deletions
|
@ -13825,6 +13825,8 @@ static BottleCatchInfo sBottleCatchInfos[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
void Player_Action_SwingBottle(Player* this, PlayState* play) {
|
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];
|
BottleCatchAnimationData* bottleCatchAnimationData = &sBottleCatchAnimationDatas[this->av2.useWaterBottleSwingAnimations];
|
||||||
|
|
||||||
Player_StepHorizontalSpeedToZero(this);
|
Player_StepHorizontalSpeedToZero(this);
|
||||||
|
|
Loading…
Add table
Reference in a new issue