Sync berry crush from Emerald

This commit is contained in:
PikalaxALT
2021-05-05 13:03:39 -04:00
parent 9ed87063f1
commit ee6b3c1acf
46 changed files with 1776 additions and 1456 deletions
+2 -2
View File
@@ -941,11 +941,11 @@ static void task50_after_link_battle_save(u8 taskId)
DestroyTask(taskId);
break;
case 5:
CreateTask(Task_SaveGame_UpdatedLinkRecords, 5);
CreateTask(Task_LinkSave, 5);
data[0] = 6;
break;
case 6:
if (!FuncIsActiveTask(Task_SaveGame_UpdatedLinkRecords))
if (!FuncIsActiveTask(Task_LinkSave))
data[0] = 3;
break;
}