Merge pull request #1549 from GriffinRichards/doc-binterface

Document remaining symbols in battle_interface, palette, and save
This commit is contained in:
GriffinR
2021-11-13 23:19:08 -05:00
committed by GitHub
26 changed files with 723 additions and 640 deletions
+2 -2
View File
@@ -5035,12 +5035,12 @@ static void Msg_SavingDontTurnOff(void)
case 2:
if (!IsDma3ManagerBusyWithBgCopy())
{
CreateTask(Task_LinkSave, 0);
CreateTask(Task_LinkFullSave, 0);
sGfx->state++;
}
break;
case 3:
if (!FuncIsActiveTask(Task_LinkSave))
if (!FuncIsActiveTask(Task_LinkFullSave))
sGfx->state++;
break;
default: