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

Function zSaveLoad_DamagedSaveGameErrorPrompt

src/SB/Game/zSaveLoad.cpp:628–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628S32 zSaveLoad_DamagedSaveGameErrorPrompt(S32 cardNumber)
629{
630 zSaveLoad_UIEvent(0x3c, eEventUIFocusOn_Select);
631 promptSel = -1;
632 while (promptSel == -1)
633 {
634 zSaveLoad_Tick();
635 }
636 zSaveLoad_UIEvent(0x3c, eEventUIFocusOff_Unselect);
637 return promptSel;
638}
639
640S32 zSaveLoad_CardWrongDeviceErrorPrompt(S32 mode)
641{

Callers 1

zSaveLoad_LoadLoopFunction · 0.85

Calls 2

zSaveLoad_UIEventFunction · 0.85
zSaveLoad_TickFunction · 0.70

Tested by

no test coverage detected