Add gen 9 cries

This commit is contained in:
Dragon Fire
2024-03-21 19:03:07 -04:00
parent d354980a04
commit c7b33cc2c8
133 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = class PokemonStore extends Collection {
super(options);
this.pokemonCount = 1025;
this.pokemonCountWithCry = 893;
this.pokemonCountWithCry = 1025;
this.smogonData = {};
this.moves = new MoveStore();
this.abilities = new AbilityStore();