From 29d50f7b73a6fa5a80d91989ce6ff61e74c213e0 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Sun, 29 Jun 2025 01:43:50 -0700 Subject: [PATCH] Add comment about Keldeo --- src/field/pokemon.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index ab35e4d86f8..0cbcc87f270 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -5630,6 +5630,7 @@ export class PlayerPokemon extends Pokemon { if (!dataSource) { if ( globalScene.gameMode.isDaily || + // Keldeo is excluded due to crashes involving its signature move and the associated form change (Overrides.STARTER_SPECIES_OVERRIDE && Overrides.STARTER_SPECIES_OVERRIDE !== SpeciesId.KELDEO) ) { this.generateAndPopulateMoveset();