diff --git a/src/battle-phases.ts b/src/battle-phases.ts index 96d896ca874..13b4525d4a1 100644 --- a/src/battle-phases.ts +++ b/src/battle-phases.ts @@ -2501,7 +2501,7 @@ export class GameOverPhase extends BattlePhase { this.scene.ui.clearText(); this.handleUnlocks(this.scene.getParty()); this.scene.reset(); - this.scene.newBattle(); + this.scene.unshiftPhase(new CheckLoadPhase(this.scene)); this.end(); }); });