diff --git a/src/phases/encounter-phase.ts b/src/phases/encounter-phase.ts index a0bf8b035b7..5b799bd9316 100644 --- a/src/phases/encounter-phase.ts +++ b/src/phases/encounter-phase.ts @@ -336,7 +336,8 @@ export class EncounterPhase extends BattlePhase { } for (const pokemon of globalScene.getPlayerParty()) { - // Only reset wave data, not battle data + // Currently, a new wave is not considered a new battle if there is no arena reset + // Therefore, we only reset wave data here if (pokemon) { pokemon.resetWaveData(); }