mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 16:26:25 +00:00
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.GOLDEEN,
|
||||||
Species.SEAKING,
|
Species.SEAKING,
|
||||||
Species.SCYTHER,
|
Species.SCYTHER,
|
||||||
|
Species.ELECTABUZZ,
|
||||||
|
Species.MAGMAR,
|
||||||
Species.PINSIR,
|
Species.PINSIR,
|
||||||
Species.OMANYTE,
|
Species.OMANYTE,
|
||||||
Species.OMASTAR,
|
Species.OMASTAR,
|
||||||
@ -38692,6 +38694,8 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.KABUTOPS,
|
Species.KABUTOPS,
|
||||||
Species.MEWTWO,
|
Species.MEWTWO,
|
||||||
Species.MEW,
|
Species.MEW,
|
||||||
|
Species.BAYLEEF,
|
||||||
|
Species.MEGANIUM,
|
||||||
Species.SENTRET,
|
Species.SENTRET,
|
||||||
Species.FURRET,
|
Species.FURRET,
|
||||||
Species.LEDYBA,
|
Species.LEDYBA,
|
||||||
@ -38708,8 +38712,10 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.SNEASEL,
|
Species.SNEASEL,
|
||||||
Species.PHANPY,
|
Species.PHANPY,
|
||||||
Species.DONPHAN,
|
Species.DONPHAN,
|
||||||
|
Species.ELEKID,
|
||||||
Species.TYRANITAR,
|
Species.TYRANITAR,
|
||||||
Species.BLAZIKEN,
|
Species.BLAZIKEN,
|
||||||
|
Species.SWAMPERT,
|
||||||
Species.LOMBRE,
|
Species.LOMBRE,
|
||||||
Species.LUDICOLO,
|
Species.LUDICOLO,
|
||||||
Species.NUZLEAF,
|
Species.NUZLEAF,
|
||||||
@ -38740,12 +38746,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.CHIMECHO,
|
Species.CHIMECHO,
|
||||||
Species.ABSOL,
|
Species.ABSOL,
|
||||||
Species.METAGROSS,
|
Species.METAGROSS,
|
||||||
[
|
Species.DEOXYS,
|
||||||
Species.DEOXYS,
|
|
||||||
"",
|
|
||||||
"defense",
|
|
||||||
"speed",
|
|
||||||
],
|
|
||||||
Species.CHIMCHAR,
|
Species.CHIMCHAR,
|
||||||
Species.MONFERNO,
|
Species.MONFERNO,
|
||||||
Species.INFERNAPE,
|
Species.INFERNAPE,
|
||||||
@ -38767,6 +38768,8 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.WEAVILE,
|
Species.WEAVILE,
|
||||||
Species.LICKILICKY,
|
Species.LICKILICKY,
|
||||||
Species.TANGROWTH,
|
Species.TANGROWTH,
|
||||||
|
Species.ELECTIVIRE,
|
||||||
|
Species.MAGMORTAR,
|
||||||
Species.LEAFEON,
|
Species.LEAFEON,
|
||||||
Species.GLISCOR,
|
Species.GLISCOR,
|
||||||
Species.MAMOSWINE,
|
Species.MAMOSWINE,
|
||||||
@ -38781,6 +38784,8 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.SNIVY,
|
Species.SNIVY,
|
||||||
Species.SERVINE,
|
Species.SERVINE,
|
||||||
Species.SERPERIOR,
|
Species.SERPERIOR,
|
||||||
|
Species.PIGNITE,
|
||||||
|
Species.EMBOAR,
|
||||||
Species.OSHAWOTT,
|
Species.OSHAWOTT,
|
||||||
Species.DEWOTT,
|
Species.DEWOTT,
|
||||||
Species.SAMUROTT,
|
Species.SAMUROTT,
|
||||||
@ -38837,6 +38842,8 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.ACCELGOR,
|
Species.ACCELGOR,
|
||||||
Species.MIENFOO,
|
Species.MIENFOO,
|
||||||
Species.MIENSHAO,
|
Species.MIENSHAO,
|
||||||
|
Species.GOLETT,
|
||||||
|
Species.GOLURK,
|
||||||
Species.PAWNIARD,
|
Species.PAWNIARD,
|
||||||
Species.BISHARP,
|
Species.BISHARP,
|
||||||
Species.VULLABY,
|
Species.VULLABY,
|
||||||
@ -38873,6 +38880,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.SALAZZLE,
|
Species.SALAZZLE,
|
||||||
Species.STEENEE,
|
Species.STEENEE,
|
||||||
Species.TSAREENA,
|
Species.TSAREENA,
|
||||||
|
Species.COMFEY,
|
||||||
Species.ORANGURU,
|
Species.ORANGURU,
|
||||||
Species.PASSIMIAN,
|
Species.PASSIMIAN,
|
||||||
Species.GOLISOPOD,
|
Species.GOLISOPOD,
|
||||||
@ -38945,6 +38953,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.GALAR_FARFETCHD,
|
Species.GALAR_FARFETCHD,
|
||||||
Species.GALAR_ZAPDOS,
|
Species.GALAR_ZAPDOS,
|
||||||
Species.GALAR_ZIGZAGOON,
|
Species.GALAR_ZIGZAGOON,
|
||||||
|
Species.GALAR_LINOONE,
|
||||||
Species.HISUI_SAMUROTT,
|
Species.HISUI_SAMUROTT,
|
||||||
Species.HISUI_ZORUA,
|
Species.HISUI_ZORUA,
|
||||||
Species.HISUI_ZOROARK,
|
Species.HISUI_ZOROARK,
|
||||||
@ -61853,6 +61862,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.METANG,
|
Species.METANG,
|
||||||
Species.METAGROSS,
|
Species.METAGROSS,
|
||||||
Species.JIRACHI,
|
Species.JIRACHI,
|
||||||
|
Species.DEOXYS,
|
||||||
Species.BRONZOR,
|
Species.BRONZOR,
|
||||||
Species.BRONZONG,
|
Species.BRONZONG,
|
||||||
Species.GALLADE,
|
Species.GALLADE,
|
||||||
|
Loading…
Reference in New Issue
Block a user