Skip to content

Commit

Permalink
Update TM compatibility for Knock Off (#2762)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fontbane authored Jul 6, 2024
1 parent 6316d08 commit 6f17301
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions src/data/tms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38685,13 +38685,17 @@ export const tmSpecies: TmSpecies = {
Species.GOLDEEN,
Species.SEAKING,
Species.SCYTHER,
Species.ELECTABUZZ,
Species.MAGMAR,
Species.PINSIR,
Species.OMANYTE,
Species.OMASTAR,
Species.KABUTO,
Species.KABUTOPS,
Species.MEWTWO,
Species.MEW,
Species.BAYLEEF,
Species.MEGANIUM,
Species.SENTRET,
Species.FURRET,
Species.LEDYBA,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -38767,6 +38768,8 @@ export const tmSpecies: TmSpecies = {
Species.WEAVILE,
Species.LICKILICKY,
Species.TANGROWTH,
Species.ELECTIVIRE,
Species.MAGMORTAR,
Species.LEAFEON,
Species.GLISCOR,
Species.MAMOSWINE,
Expand All @@ -38781,6 +38784,8 @@ export const tmSpecies: TmSpecies = {
Species.SNIVY,
Species.SERVINE,
Species.SERPERIOR,
Species.PIGNITE,
Species.EMBOAR,
Species.OSHAWOTT,
Species.DEWOTT,
Species.SAMUROTT,
Expand Down Expand Up @@ -38837,6 +38842,8 @@ export const tmSpecies: TmSpecies = {
Species.ACCELGOR,
Species.MIENFOO,
Species.MIENSHAO,
Species.GOLETT,
Species.GOLURK,
Species.PAWNIARD,
Species.BISHARP,
Species.VULLABY,
Expand Down Expand Up @@ -38873,6 +38880,7 @@ export const tmSpecies: TmSpecies = {
Species.SALAZZLE,
Species.STEENEE,
Species.TSAREENA,
Species.COMFEY,
Species.ORANGURU,
Species.PASSIMIAN,
Species.GOLISOPOD,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -61853,6 +61862,7 @@ export const tmSpecies: TmSpecies = {
Species.METANG,
Species.METAGROSS,
Species.JIRACHI,
Species.DEOXYS,
Species.BRONZOR,
Species.BRONZONG,
Species.GALLADE,
Expand Down

0 comments on commit 6f17301

Please sign in to comment.