Update TM compatibility for Knock Off (#2762)
This commit is contained in:
parent
6316d08d35
commit
6f17301aeb
|
@ -38685,6 +38685,8 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.GOLDEEN,
|
||||
Species.SEAKING,
|
||||
Species.SCYTHER,
|
||||
Species.ELECTABUZZ,
|
||||
Species.MAGMAR,
|
||||
Species.PINSIR,
|
||||
Species.OMANYTE,
|
||||
Species.OMASTAR,
|
||||
|
@ -38692,6 +38694,8 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.KABUTOPS,
|
||||
Species.MEWTWO,
|
||||
Species.MEW,
|
||||
Species.BAYLEEF,
|
||||
Species.MEGANIUM,
|
||||
Species.SENTRET,
|
||||
Species.FURRET,
|
||||
Species.LEDYBA,
|
||||
|
@ -38708,8 +38712,10 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.SNEASEL,
|
||||
Species.PHANPY,
|
||||
Species.DONPHAN,
|
||||
Species.ELEKID,
|
||||
Species.TYRANITAR,
|
||||
Species.BLAZIKEN,
|
||||
Species.SWAMPERT,
|
||||
Species.LOMBRE,
|
||||
Species.LUDICOLO,
|
||||
Species.NUZLEAF,
|
||||
|
@ -38740,12 +38746,7 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.CHIMECHO,
|
||||
Species.ABSOL,
|
||||
Species.METAGROSS,
|
||||
[
|
||||
Species.DEOXYS,
|
||||
"",
|
||||
"defense",
|
||||
"speed",
|
||||
],
|
||||
Species.DEOXYS,
|
||||
Species.CHIMCHAR,
|
||||
Species.MONFERNO,
|
||||
Species.INFERNAPE,
|
||||
|
@ -38767,6 +38768,8 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.WEAVILE,
|
||||
Species.LICKILICKY,
|
||||
Species.TANGROWTH,
|
||||
Species.ELECTIVIRE,
|
||||
Species.MAGMORTAR,
|
||||
Species.LEAFEON,
|
||||
Species.GLISCOR,
|
||||
Species.MAMOSWINE,
|
||||
|
@ -38781,6 +38784,8 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.SNIVY,
|
||||
Species.SERVINE,
|
||||
Species.SERPERIOR,
|
||||
Species.PIGNITE,
|
||||
Species.EMBOAR,
|
||||
Species.OSHAWOTT,
|
||||
Species.DEWOTT,
|
||||
Species.SAMUROTT,
|
||||
|
@ -38837,6 +38842,8 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.ACCELGOR,
|
||||
Species.MIENFOO,
|
||||
Species.MIENSHAO,
|
||||
Species.GOLETT,
|
||||
Species.GOLURK,
|
||||
Species.PAWNIARD,
|
||||
Species.BISHARP,
|
||||
Species.VULLABY,
|
||||
|
@ -38873,6 +38880,7 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.SALAZZLE,
|
||||
Species.STEENEE,
|
||||
Species.TSAREENA,
|
||||
Species.COMFEY,
|
||||
Species.ORANGURU,
|
||||
Species.PASSIMIAN,
|
||||
Species.GOLISOPOD,
|
||||
|
@ -38945,6 +38953,7 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.GALAR_FARFETCHD,
|
||||
Species.GALAR_ZAPDOS,
|
||||
Species.GALAR_ZIGZAGOON,
|
||||
Species.GALAR_LINOONE,
|
||||
Species.HISUI_SAMUROTT,
|
||||
Species.HISUI_ZORUA,
|
||||
Species.HISUI_ZOROARK,
|
||||
|
@ -61853,6 +61862,7 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.METANG,
|
||||
Species.METAGROSS,
|
||||
Species.JIRACHI,
|
||||
Species.DEOXYS,
|
||||
Species.BRONZOR,
|
||||
Species.BRONZONG,
|
||||
Species.GALLADE,
|
||||
|
|
Loading…
Reference in New Issue