Document main_menu

This commit is contained in:
Diegoisawesome
2018-09-14 12:15:46 -05:00
parent 8026188e36
commit b860d583e4
12 changed files with 568 additions and 512 deletions

View File

@@ -866,7 +866,7 @@ static void InitSave(void)
static u8 RunSaveCallback(void)
{
// True if text is still printing
if (sub_8197224() == TRUE)
if (RunTextPrintersAndIsPrinter0Active() == TRUE)
{
return SAVE_IN_PROGRESS;
}