Add comment about Keldeo

This commit is contained in:
NightKev 2025-06-29 01:43:50 -07:00
parent 76a4fc40b5
commit 29d50f7b73

View File

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