MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / zGameStall

Function zGameStall

src/SB/Game/zGame.cpp:530–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530void 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
541static void zGame_HackDrawCard(F32 x, F32 y, F32 w, F32 h, RwRaster* rast);
542

Callers 2

zGamePauseFunction · 0.85
zGameUpdateModeFunction · 0.85

Calls 5

zGameIsPausedFunction · 0.85
iPadStopRumbleFunction · 0.85
zGameModeSwitchFunction · 0.70
xSndPauseAllFunction · 0.50
zEntEventFunction · 0.50

Tested by

no test coverage detected