diff --git a/sim/pokemon.ts b/sim/pokemon.ts index b9ba0fc4f056..09077ac76c62 100644 --- a/sim/pokemon.ts +++ b/sim/pokemon.ts @@ -131,6 +131,7 @@ export class Pokemon { faintQueued: boolean; subFainted: boolean | null; + /** If this Pokemon faints will change to this species */ regressionForme: {species: Species, ability: ID} | null; types: string[];