Add missing save status use

This commit is contained in:
GriffinR 2020-01-12 17:50:27 -05:00 committed by huderlem
parent 58e64b9524
commit 0284014e0e

View File

@ -649,7 +649,7 @@ static void Task_MainMenuCheckSaveFile(u8 taskId)
tMenuType++;
gTasks[taskId].func = Task_MainMenuCheckBattery;
break;
case 2:
case SAVE_STATUS_CORRUPT:
CreateMainMenuErrorWindow(gText_SaveFileErased);
tMenuType = HAS_NO_SAVED_GAME;
gTasks[taskId].func = Task_WaitForSaveFileErrorWindow;