summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-01-17 10:49:57 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-01-17 10:49:57 -0500
commit29ef1708792b652ae4aa4d7f7db6091888fdb854 (patch)
tree7684be171c06a051d00ffc4b8d43c6eeed9bcac2 /src/main.c
parentfc9a00848115282ceebd61bfa43e937c1f951bfa (diff)
Finish save_failed_screen
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 336584ab3..b88326cda 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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();