| 528 | } |
| 529 | |
| 530 | void zGameStall() |
| 531 | { |
| 532 | if (!zGameIsPaused()) |
| 533 | { |
| 534 | zGameModeSwitch(eGameMode_Stall); |
| 535 | xSndPauseAll(1, 1); |
| 536 | iPadStopRumble(globals.pad0); |
| 537 | zEntEvent("techbutton6_click", eEventPlay); |
| 538 | } |
| 539 | } |
| 540 | |
| 541 | static void zGame_HackDrawCard(F32 x, F32 y, F32 w, F32 h, RwRaster* rast); |
| 542 |
no test coverage detected