| 2731 | } |
| 2732 | |
| 2733 | static U32 PatrickAttackCheck(xAnimTransition*, xAnimSingle*, void*) |
| 2734 | { |
| 2735 | if (globals.player.cheat_mode || zEntTeleportBox_playerIn()) |
| 2736 | { |
| 2737 | return 0; |
| 2738 | } |
| 2739 | |
| 2740 | return !globals.player.ControlOff && globals.pad0->pressed & XPAD_BUTTON_TRIANGLE; |
| 2741 | } |
| 2742 | |
| 2743 | static U32 PatrickStunCheck(xAnimTransition*, xAnimSingle*, void*) |
| 2744 | { |
nothing calls this directly
no test coverage detected