Add support for Scarlet/Violet pokemon

This commit is contained in:
Dragon Fire
2024-03-20 19:16:36 -04:00
parent 2cfafb83f8
commit e5d4fe9a63
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = class PokemonStore extends Collection {
constructor(options) {
super(options);
this.pokemonCount = 898;
this.pokemonCount = 1025;
this.pokemonCountWithCry = 893;
this.smogonData = {};
this.moves = new MoveStore();