mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 13:33:01 +02:00
[Balance] Update TM compatibility for Curse (#5791)
* Update Curse TM compat with former egg moves/level ups * Pumpkaboo is not Phantump
This commit is contained in:
parent
abb4ec2781
commit
23e1d88c3a
@ -19057,8 +19057,15 @@ export const tmSpecies: TmSpecies = {
|
||||
Species.SLAKING,
|
||||
Species.HARIYAMA,
|
||||
Species.NOSEPASS,
|
||||
Species.ARON,
|
||||
Species.LAIRON,
|
||||
Species.AGGRON,
|
||||
Species.ELECTRIKE,
|
||||
Species.MANECTRIC,
|
||||
Species.GULPIN,
|
||||
Species.SWALOT,
|
||||
Species.WAILMER,
|
||||
Species.WAILORD,
|
||||
Species.NUMEL,
|
||||
Species.CAMERUPT,
|
||||
Species.TORKOAL,
|
||||
@ -19067,18 +19074,28 @@ export const tmSpecies: TmSpecies = {
|
||||
Species.ZANGOOSE,
|
||||
Species.SEVIPER,
|
||||
Species.WHISCASH,
|
||||
Species.LILEEP,
|
||||
Species.CRADILY,
|
||||
Species.ANORITH,
|
||||
Species.ARMALDO,
|
||||
Species.SHUPPET,
|
||||
Species.BANETTE,
|
||||
Species.DUSKULL,
|
||||
Species.DUSCLOPS,
|
||||
Species.TROPIUS,
|
||||
Species.CHIMECHO,
|
||||
Species.ABSOL,
|
||||
Species.SPHEAL,
|
||||
Species.SEALEO,
|
||||
Species.WALREIN,
|
||||
Species.REGIROCK,
|
||||
Species.REGICE,
|
||||
Species.REGISTEEL,
|
||||
Species.TURTWIG,
|
||||
Species.GROTLE,
|
||||
Species.TORTERRA,
|
||||
Species.BIDOOF,
|
||||
Species.BIBAREL,
|
||||
Species.CRANIDOS,
|
||||
Species.RAMPARDOS,
|
||||
Species.SHIELDON,
|
||||
@ -19120,6 +19137,11 @@ export const tmSpecies: TmSpecies = {
|
||||
Species.TEPIG,
|
||||
Species.PIGNITE,
|
||||
Species.EMBOAR,
|
||||
Species.MUNNA,
|
||||
Species.MUSHARNA,
|
||||
Species.ROGGENROLA,
|
||||
Species.BOLDORE,
|
||||
Species.GIGALITH,
|
||||
Species.DRILBUR,
|
||||
Species.EXCADRILL,
|
||||
Species.TIMBURR,
|
||||
@ -19128,28 +19150,44 @@ export const tmSpecies: TmSpecies = {
|
||||
Species.SANDILE,
|
||||
Species.KROKOROK,
|
||||
Species.KROOKODILE,
|
||||
Species.DWEBBLE,
|
||||
Species.CRUSTLE,
|
||||
Species.SCRAGGY,
|
||||
Species.SCRAFTY,
|
||||
Species.YAMASK,
|
||||
Species.COFAGRIGUS,
|
||||
Species.COFAGRIGUS,
|
||||
Species.TRUBBISH,
|
||||
Species.GARBODOR,
|
||||
Species.SAWSBUCK,
|
||||
Species.FERROSEED,
|
||||
Species.FERROTHORN,
|
||||
Species.LITWICK,
|
||||
Species.LAMPENT,
|
||||
Species.CHANDELURE,
|
||||
Species.BEARTIC,
|
||||
Species.SHELMET,
|
||||
Species.ACCELGOR,
|
||||
Species.STUNFISK,
|
||||
Species.GOLETT,
|
||||
Species.GOLURK,
|
||||
Species.HEATMOR,
|
||||
Species.CHESPIN,
|
||||
Species.QUILLADIN,
|
||||
Species.CHESNAUGHT,
|
||||
Species.TYRUNT,
|
||||
Species.TYRANTRUM,
|
||||
Species.SYLVEON,
|
||||
Species.GOOMY,
|
||||
Species.SLIGGOO,
|
||||
Species.GOODRA,
|
||||
Species.PHANTUMP,
|
||||
Species.TREVENANT,
|
||||
Species.PUMPKABOO,
|
||||
Species.GOURGEIST,
|
||||
Species.BERGMITE,
|
||||
Species.AVALUGG,
|
||||
Species.ROWLET,
|
||||
Species.DARTRIX,
|
||||
Species.DECIDUEYE,
|
||||
Species.GUMSHOOS,
|
||||
Species.MUDBRAY,
|
||||
@ -19157,7 +19195,9 @@ export const tmSpecies: TmSpecies = {
|
||||
Species.PASSIMIAN,
|
||||
Species.SANDYGAST,
|
||||
Species.PALOSSAND,
|
||||
Species.PYUKUMUKU,
|
||||
Species.KOMALA,
|
||||
Species.TURTONATOR,
|
||||
Species.MIMIKYU,
|
||||
Species.SKWOVET,
|
||||
Species.GREEDENT,
|
||||
@ -19169,6 +19209,7 @@ export const tmSpecies: TmSpecies = {
|
||||
Species.SINISTEA,
|
||||
Species.POLTEAGEIST,
|
||||
Species.PERRSERKER,
|
||||
Species.CURSOLA,
|
||||
Species.RUNERIGUS,
|
||||
Species.PINCURCHIN,
|
||||
Species.STONJOURNER,
|
||||
@ -19236,6 +19277,7 @@ export const tmSpecies: TmSpecies = {
|
||||
Species.GALAR_WEEZING,
|
||||
Species.GALAR_SLOWKING,
|
||||
Species.GALAR_YAMASK,
|
||||
Species.GALAR_STUNFISK,
|
||||
Species.HISUI_ELECTRODE,
|
||||
Species.HISUI_TYPHLOSION,
|
||||
Species.HISUI_QWILFISH,
|
||||
|
Loading…
Reference in New Issue
Block a user