Equivalent: sda relocation scheduling + regswap
| 2323 | |
| 2324 | // Equivalent: sda relocation scheduling + regswap |
| 2325 | static U32 BounceCB(xAnimTransition*, xAnimSingle*, void*) |
| 2326 | { |
| 2327 | zCameraSetBbounce(true); |
| 2328 | globals.player.Bounced = 0; |
| 2329 | globals.player.Jump_CanDouble = 1; |
| 2330 | globals.player.Jump_CanFloat = 1; |
| 2331 | sLassoInfo->canCopter = 1; |
| 2332 | |
| 2333 | return 0; |
| 2334 | } |
| 2335 | |
| 2336 | static U32 BounceStopLCopterCB(xAnimTransition* tran, xAnimSingle* anim, void* param_3) |
| 2337 | { |
no test coverage detected