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();