Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebastosdias committed Jan 10, 2025
1 parent 72b7af0 commit f185f65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/pokemon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
Expand Down

0 comments on commit f185f65

Please sign in to comment.