| 2432 | } |
| 2433 | |
| 2434 | static U32 FallCheck(xAnimTransition*, xAnimSingle* anim, void*) |
| 2435 | { |
| 2436 | return !((anim && anim->State && |
| 2437 | (strcmp(anim->State->Name, "LCopter01") == 0 || |
| 2438 | strcmp(anim->State->Name, "LCopterHeadUp01") == 0)) && |
| 2439 | (globals.player.ControlOff == 0 && (globals.pad0->on & XPAD_BUTTON_X) && |
| 2440 | sLassoInfo->copterTime > 0.0f)) && |
| 2441 | globals.player.JumpState != 0 && globals.player.JumpState != 1; |
| 2442 | } |
| 2443 | |
| 2444 | static U32 BoulderRollMoveCheck(xAnimTransition*, xAnimSingle*, void*) |
| 2445 | { |