diff --git a/src/phases.ts b/src/phases.ts index 6a9e25b8b5e..26c638f1731 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -2577,12 +2577,6 @@ export class BattleEndPhase extends BattlePhase { this.scene.unshiftPhase(new GameOverPhase(this.scene, true)); } - for (const pokemon of this.scene.getField()) { - if (pokemon) { - pokemon.resetBattleSummonData(); - } - } - for (const pokemon of this.scene.getParty().filter(p => p.isAllowedInBattle())) { applyPostBattleAbAttrs(PostBattleAbAttr, pokemon); }