From bd199664be11576e1eb1c269d9b1695b2d016ef3 Mon Sep 17 00:00:00 2001 From: muscode Date: Fri, 1 Nov 2024 10:17:30 -0600 Subject: [PATCH] remove extra comment Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/ability.ts | 1 - 1 file changed, 1 deletion(-) 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.