mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Add support for Scarlet/Violet pokemon
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user