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