diff --git a/src/battle/objectives.c b/src/battle/objectives.c index 1c42bb4..a39f193 100644 --- a/src/battle/objectives.c +++ b/src/battle/objectives.c @@ -78,6 +78,8 @@ void doObjectives(void) { if (!battle.manualComplete && !hasHidden && battle.numObjectivesTotal > 0 && battle.numObjectivesComplete == battle.numObjectivesTotal) { + runScriptFunction("ALL_OBJECTIVES_COMPLETE"); + completeMission(); }