mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add gen 9 cries
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user