unevolve the buddies

This commit is contained in:
Blitzy 2025-03-29 14:10:19 -05:00 committed by GitHub
parent 4a60ede5af
commit d22871e747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,8 +101,8 @@ const AQUA: TrainerTierPools = {
Species.WIMPOD,
Species.DHELMISE,
Species.ARROKUDA,
Species.GRAPPLOCT,
Species.OVERQWIL,
Species.CLOBBOPUS,
Species.HISUI_QWILFISH,
Species.WIGLETT,
],
[TrainerPoolTier.RARE]: [Species.BASCULEGION, Species.DONDOZO],
@ -113,29 +113,29 @@ const GALACTIC: TrainerTierPools = {
Species.ZUBAT,
Species.MAGNEMITE,
Species.RHYHORN,
Species.TANGELA,
Species.LICKITUNG,
Species.MAGIKARP,
Species.YANMA,
Species.MURKROW,
Species.SWINUB,
Species.ELEKID,
Species.MAGBY,
Species.MURKROW,
Species.BRONZOR,
Species.SKORUPI,
Species.LICKILICKY,
Species.TANGROWTH,
Species.YANMEGA,
Species.MAMOSWINE,
],
[TrainerPoolTier.UNCOMMON]: [
Species.ABRA,
Species.GLIGAR,
Species.SNEASEL,
Species.DUSKULL,
Species.DRIFLOON,
Species.GLISCOR,
Species.CRANIDOS,
Species.SHIELDON,
Species.ROTOM,
Species.OVERQWIL,
Species.HISUI_QWILFISH,
],
[TrainerPoolTier.RARE]: [Species.SPIRITOMB, Species.URSALUNA, Species.HISUI_SNEASEL, Species.HISUI_LILLIGANT],
[TrainerPoolTier.RARE]: [Species.SPIRITOMB, Species.TEDDIURSA, Species.HISUI_SNEASEL, Species.HISUI_LILLIGANT],
};
const PLASMA_ZINZOLIN: TrainerTierPools = {
@ -230,7 +230,7 @@ const FLARE: TrainerTierPools = {
Species.PHANTUMP,
Species.PUMPKABOO,
],
[TrainerPoolTier.RARE]: [Species.SLIGGOO, Species.HISUI_SLIGGOO, Species.HISUI_AVALUGG],
[TrainerPoolTier.RARE]: [Species.GOOMY, Species.HISUI_AVALUGG],
};
const AETHER: TrainerTierPools = {