mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
Fix Pokemon names
This commit is contained in:
parent
5e8de8f414
commit
7d989fda01
@ -49,7 +49,7 @@ const MAGMA: TrainerTierPools = {
|
||||
Species.RHYHORN,
|
||||
Species.SLUGMA,
|
||||
Species.HOUNDOUR,
|
||||
Species.POOCHEYENA,
|
||||
Species.POOCHYENA,
|
||||
Species.TORKOAL,
|
||||
Species.ZANGOOSE,
|
||||
Species.SOLROCK,
|
||||
@ -79,7 +79,7 @@ const AQUA: TrainerTierPools = {
|
||||
Species.AZURILL,
|
||||
Species.CHINCHOU,
|
||||
Species.REMORAID,
|
||||
Species.POOCHEYENA,
|
||||
Species.POOCHYENA,
|
||||
Species.LOTAD,
|
||||
Species.WINGULL,
|
||||
Species.WAILMER,
|
||||
@ -176,7 +176,7 @@ const PLASMA_COLRESS: TrainerTierPools = {
|
||||
Species.BELDUM,
|
||||
Species.SIGILYPH,
|
||||
Species.TIRTOUGA,
|
||||
Species.ARCEN,
|
||||
Species.ARCHEN,
|
||||
Species.GOLETT,
|
||||
Species.BLIPBUG,
|
||||
Species.VAROOM,
|
||||
@ -210,7 +210,7 @@ const FLARE: TrainerTierPools = {
|
||||
Species.SKRELP,
|
||||
Species.NOIBAT,
|
||||
Species.PHANTUMP,
|
||||
Species.PUMPKABOO,,
|
||||
Species.PUMPKABOO,
|
||||
],
|
||||
[TrainerPoolTier.RARE]: [Species.SLIGGOO, Species.HISUI_SLIGGOO, Species.HISUI_AVALUGG],
|
||||
};
|
||||
@ -265,7 +265,7 @@ const SKULL: TrainerTierPools = {
|
||||
Species.VULLABY,
|
||||
Species.TOXEL,
|
||||
Species.GLIMMET,
|
||||
Species.GALAR_WOOPER,
|
||||
Species.PALDEA_WOOPER,
|
||||
Species.GALAR_SLOWPOKE,
|
||||
],
|
||||
[TrainerPoolTier.RARE]: [Species.SKRELP, Species.HISUI_SNEASEL],
|
||||
@ -356,7 +356,7 @@ const STAR_POISON: TrainerTierPools = {
|
||||
Species.MAREANIE,
|
||||
Species.TOXEL,
|
||||
Species.GRAFAIAI,
|
||||
Species.GALAR_WOOPER,
|
||||
Species.PALDEA_WOOPER,
|
||||
],
|
||||
[TrainerPoolTier.UNCOMMON]: [
|
||||
Species.ZUBAT,
|
||||
|
Loading…
Reference in New Issue
Block a user