diff --git a/src/data/ability.ts b/src/data/ability.ts index 1df852ccceb..7090c55bd87 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -4767,7 +4767,6 @@ class ForceSwitchOutHelper { pokemon.scene.prependToPhase(new SwitchPhase(pokemon.scene, this.switchType, switchOutTarget.getFieldIndex(), true, true), MoveEndPhase); return true; } - // If the battle is not a wild Pokémon encounter /** * For non-wild battles, it checks if the opposing party has any available Pokémon to switch in. * If yes, the Pokémon leaves the field and a new SwitchSummonPhase is initiated.