Equivalent: sda relocation scheduling
| 2697 | |
| 2698 | // Equivalent: sda relocation scheduling |
| 2699 | static U32 LedgeFinishCB(xAnimTransition*, xAnimSingle*, void* object) |
| 2700 | { |
| 2701 | idle_tmr = 0.0f; |
| 2702 | globals.player.JumpState = 1; |
| 2703 | globals.player.JumpTimer = 0.0f; |
| 2704 | xCameraDoCollisions(1, 2); |
| 2705 | return 0; |
| 2706 | } |
| 2707 | |
| 2708 | static U32 PatrickGrabCheck(xAnimTransition*, xAnimSingle*, void*) |
| 2709 | { |
nothing calls this directly
no test coverage detected