| 1780 | } |
| 1781 | |
| 1782 | static U32 BbowlTossEndCB(xAnimTransition* tran, xAnimSingle* anim, void* param_3) |
| 1783 | { |
| 1784 | xEntBoulder_BubbleBowl(sBubbleBowlMultiplier); |
| 1785 | globals.player.IsBubbleBowling = false; |
| 1786 | zEntPlayer_SNDStop(ePlayerSnd_BowlWindup); |
| 1787 | zEntPlayer_SNDPlay(ePlayerSnd_BowlRelease, 0.0f); |
| 1788 | return false; |
| 1789 | } |
| 1790 | |
| 1791 | static U32 BbowlRecoverWalkCheck(xAnimTransition* tran, xAnimSingle* anim, void* param_3) |
| 1792 | { |
nothing calls this directly
no test coverage detected