mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Fix TM compatibility for Terapagos and Knock Off
This commit is contained in:
parent
5ef88a6d4d
commit
d253c31c78
@ -5988,6 +5988,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
SpeciesId.FEZANDIPITI,
|
SpeciesId.FEZANDIPITI,
|
||||||
SpeciesId.ARCHALUDON,
|
SpeciesId.ARCHALUDON,
|
||||||
SpeciesId.IRON_CROWN,
|
SpeciesId.IRON_CROWN,
|
||||||
|
SpeciesId.TERAPAGOS,
|
||||||
SpeciesId.ALOLA_RATICATE,
|
SpeciesId.ALOLA_RATICATE,
|
||||||
SpeciesId.ALOLA_RAICHU,
|
SpeciesId.ALOLA_RAICHU,
|
||||||
SpeciesId.ALOLA_SANDSLASH,
|
SpeciesId.ALOLA_SANDSLASH,
|
||||||
@ -16248,6 +16249,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
SpeciesId.CALYREX,
|
SpeciesId.CALYREX,
|
||||||
SpeciesId.SANDY_SHOCKS,
|
SpeciesId.SANDY_SHOCKS,
|
||||||
SpeciesId.IRON_JUGULIS,
|
SpeciesId.IRON_JUGULIS,
|
||||||
|
SpeciesId.TERAPAGOS,
|
||||||
SpeciesId.ALOLA_DUGTRIO,
|
SpeciesId.ALOLA_DUGTRIO,
|
||||||
SpeciesId.GALAR_SLOWPOKE,
|
SpeciesId.GALAR_SLOWPOKE,
|
||||||
SpeciesId.GALAR_SLOWBRO,
|
SpeciesId.GALAR_SLOWBRO,
|
||||||
@ -39466,6 +39468,8 @@ export const tmSpecies: TmSpecies = {
|
|||||||
SpeciesId.FARFETCHD,
|
SpeciesId.FARFETCHD,
|
||||||
SpeciesId.DODUO,
|
SpeciesId.DODUO,
|
||||||
SpeciesId.DODRIO,
|
SpeciesId.DODRIO,
|
||||||
|
SpeciesId.DEWGONG,
|
||||||
|
SpeciesId.GRIMER,
|
||||||
SpeciesId.MUK,
|
SpeciesId.MUK,
|
||||||
SpeciesId.GASTLY,
|
SpeciesId.GASTLY,
|
||||||
SpeciesId.HAUNTER,
|
SpeciesId.HAUNTER,
|
||||||
@ -39477,6 +39481,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
SpeciesId.CUBONE,
|
SpeciesId.CUBONE,
|
||||||
SpeciesId.MAROWAK,
|
SpeciesId.MAROWAK,
|
||||||
SpeciesId.HITMONLEE,
|
SpeciesId.HITMONLEE,
|
||||||
|
SpeciesId.HITMONCHAN,
|
||||||
SpeciesId.LICKITUNG,
|
SpeciesId.LICKITUNG,
|
||||||
SpeciesId.TANGELA,
|
SpeciesId.TANGELA,
|
||||||
SpeciesId.GOLDEEN,
|
SpeciesId.GOLDEEN,
|
||||||
@ -48806,6 +48811,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
SpeciesId.GARGANACL,
|
SpeciesId.GARGANACL,
|
||||||
SpeciesId.GLIMMET,
|
SpeciesId.GLIMMET,
|
||||||
SpeciesId.GLIMMORA,
|
SpeciesId.GLIMMORA,
|
||||||
|
SpeciesId.TERAPAGOS,
|
||||||
SpeciesId.ALOLA_GEODUDE,
|
SpeciesId.ALOLA_GEODUDE,
|
||||||
SpeciesId.ALOLA_GRAVELER,
|
SpeciesId.ALOLA_GRAVELER,
|
||||||
SpeciesId.ALOLA_GOLEM,
|
SpeciesId.ALOLA_GOLEM,
|
||||||
@ -53077,6 +53083,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
SpeciesId.MIRAIDON,
|
SpeciesId.MIRAIDON,
|
||||||
SpeciesId.ARCHALUDON,
|
SpeciesId.ARCHALUDON,
|
||||||
SpeciesId.IRON_CROWN,
|
SpeciesId.IRON_CROWN,
|
||||||
|
SpeciesId.TERAPAGOS,
|
||||||
[
|
[
|
||||||
SpeciesId.WORMADAM,
|
SpeciesId.WORMADAM,
|
||||||
"trash",
|
"trash",
|
||||||
|
Loading…
Reference in New Issue
Block a user