Fix intro gfx and start doccing intro methods

This commit is contained in:
PikalaxALT
2020-04-01 08:57:03 -04:00
parent af32535610
commit 1d399a41dd
18 changed files with 410 additions and 404 deletions
+1 -1
View File
@@ -779,7 +779,7 @@ static u8 SaveDialogCB_AskOverwriteOrReplacePreviousFileHandleInput(void)
static u8 SaveDialogCB_PrintSavingDontTurnOffPower(void)
{
sub_8112450();
SaveQuestLogData();
PrintSaveTextWithFollowupFunc(gText_SavingDontTurnOffThePower, SaveDialogCB_DoSave);
return SAVECB_RETURN_CONTINUE;
}