Finish save_failed_screen

This commit is contained in:
PikalaxALT
2020-01-17 10:49:57 -05:00
parent fc9a008481
commit 29ef170879
12 changed files with 162 additions and 374 deletions
+2 -2
View File
@@ -115,7 +115,7 @@ void AgbMain()
gSoftResetDisabled = FALSE;
gHelpSystemEnabled = FALSE;
sub_80F50F4();
SetNotInSaveFailedScreen();
AGBPrintInit();
@@ -186,7 +186,7 @@ static void InitMainCallbacks(void)
static void CallCallbacks(void)
{
if (!sub_80F5118() && !RunHelpSystemCallback())
if (!RunSaveFailedScreen() && !RunHelpSystemCallback())
{
if (gMain.callback1)
gMain.callback1();