summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-01-17 11:14:25 -0500
committerGitHub <noreply@github.com>2020-01-17 11:14:25 -0500
commit055e5d2bbff31a98bcdffec0d7392e7ce77bcd46 (patch)
tree44873a5ffa58b0ee53bc5dcf17a73ccaf57d89fa /src/main.c
parent8bdd942c9e087148a4b5c47a990550b2b363250a (diff)
parentb786145272491ea33924ffc0526b268a9b102619 (diff)
Merge pull request #230 from PikalaxALT/save_failed_screen
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();