| 626 | } |
| 627 | |
| 628 | S32 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 | |
| 640 | S32 zSaveLoad_CardWrongDeviceErrorPrompt(S32 mode) |
| 641 | { |
no test coverage detected