[Bug] Add rest of trailblaze Pokemon (#2239)
This commit is contained in:
parent
4e8a2e87d2
commit
fdf139d529
|
@ -63324,12 +63324,18 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.HYDRAPPLE,
|
||||
],
|
||||
[Moves.TRAILBLAZE]: [
|
||||
Species.BULBASAUR,
|
||||
Species.IVYSAUR,
|
||||
Species.VENUSAUR,
|
||||
Species.EKANS,
|
||||
Species.ARBOK,
|
||||
Species.PIKACHU,
|
||||
Species.RAICHU,
|
||||
Species.JIGGLYPUFF,
|
||||
Species.WIGGLYTUFF,
|
||||
Species.ODDISH,
|
||||
Species.GLOOM,
|
||||
Species.VILEPLUME,
|
||||
Species.MEOWTH,
|
||||
Species.PERSIAN,
|
||||
Species.PSYDUCK,
|
||||
|
@ -63337,8 +63343,10 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.BELLSPROUT,
|
||||
Species.WEEPINBELL,
|
||||
Species.VICTREEBEL,
|
||||
Species.DODRIO,
|
||||
Species.DROWZEE,
|
||||
Species.HYPNO,
|
||||
Species.HITMONCHAN,
|
||||
Species.CHANSEY,
|
||||
Species.SCYTHER,
|
||||
Species.TAUROS,
|
||||
|
@ -63349,6 +63357,12 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.SNORLAX,
|
||||
Species.MEWTWO,
|
||||
Species.MEW,
|
||||
Species.CHIKORITA,
|
||||
Species.BAYLEEF,
|
||||
Species.MEGANIUM,
|
||||
Species.TOTODILE,
|
||||
Species.CROCONAW,
|
||||
Species.FERALIGATR,
|
||||
Species.SENTRET,
|
||||
Species.FURRET,
|
||||
Species.SPINARAK,
|
||||
|
@ -63358,6 +63372,7 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.MAREEP,
|
||||
Species.FLAAFFY,
|
||||
Species.AMPHAROS,
|
||||
Species.BELLOSSOM,
|
||||
Species.MARILL,
|
||||
Species.AZUMARILL,
|
||||
Species.SUDOWOODO,
|
||||
|
@ -63372,6 +63387,8 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.ESPEON,
|
||||
Species.UMBREON,
|
||||
Species.GIRAFARIG,
|
||||
Species.SNUBBULL,
|
||||
Species.GRANBULL,
|
||||
Species.SCIZOR,
|
||||
Species.HERACROSS,
|
||||
Species.SNEASEL,
|
||||
|
@ -63385,7 +63402,14 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.PHANPY,
|
||||
Species.DONPHAN,
|
||||
Species.STANTLER,
|
||||
Species.ELEKID,
|
||||
Species.BLISSEY,
|
||||
Species.RAIKOU,
|
||||
Species.ENTEI,
|
||||
Species.SUICUNE,
|
||||
Species.TREECKO,
|
||||
Species.GROVYLE,
|
||||
Species.SCEPTILE,
|
||||
Species.POOCHYENA,
|
||||
Species.MIGHTYENA,
|
||||
Species.LOTAD,
|
||||
|
@ -63398,6 +63422,8 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.SLAKING,
|
||||
Species.MEDITITE,
|
||||
Species.MEDICHAM,
|
||||
Species.PLUSLE,
|
||||
Species.MINUN,
|
||||
Species.VOLBEAT,
|
||||
Species.ILLUMISE,
|
||||
Species.NUMEL,
|
||||
|
@ -63422,6 +63448,10 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.SHINX,
|
||||
Species.LUXIO,
|
||||
Species.LUXRAY,
|
||||
Species.CRANIDOS,
|
||||
Species.RAMPARDOS,
|
||||
Species.SHIELDON,
|
||||
Species.BASTIODON,
|
||||
Species.PACHIRISU,
|
||||
Species.AMBIPOM,
|
||||
Species.STUNKY,
|
||||
|
@ -63433,9 +63463,21 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.SNOVER,
|
||||
Species.ABOMASNOW,
|
||||
Species.WEAVILE,
|
||||
Species.ELECTIVIRE,
|
||||
Species.LEAFEON,
|
||||
Species.GLACEON,
|
||||
Species.MAMOSWINE,
|
||||
Species.FROSLASS,
|
||||
Species.SHAYMIN,
|
||||
Species.ARCEUS,
|
||||
Species.SNIVY,
|
||||
Species.SERVINE,
|
||||
Species.SERPERIOR,
|
||||
Species.TEPIG,
|
||||
Species.PIGNITE,
|
||||
Species.EMBOAR,
|
||||
Species.BLITZLE,
|
||||
Species.ZEBSTRIKA,
|
||||
Species.SEWADDLE,
|
||||
Species.SWADLOON,
|
||||
Species.LEAVANNY,
|
||||
|
@ -63444,6 +63486,8 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.SCRAGGY,
|
||||
Species.SCRAFTY,
|
||||
Species.DUCKLETT,
|
||||
Species.MINCCINO,
|
||||
Species.CINCCINO,
|
||||
Species.SWANNA,
|
||||
Species.DEERLING,
|
||||
Species.SAWSBUCK,
|
||||
|
@ -63475,6 +63519,8 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.FLORGES,
|
||||
Species.SKIDDO,
|
||||
Species.GOGOAT,
|
||||
Species.MEOWSTIC,
|
||||
Species.MALAMAR,
|
||||
Species.SYLVEON,
|
||||
Species.HAWLUCHA,
|
||||
Species.DEDENNE,
|
||||
|
@ -63490,6 +63536,8 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.RIBOMBEE,
|
||||
Species.ROCKRUFF,
|
||||
Species.LYCANROC,
|
||||
Species.DEWPIDER,
|
||||
Species.ARAQUANID,
|
||||
Species.FOMANTIS,
|
||||
Species.LURANTIS,
|
||||
Species.SALANDIT,
|
||||
|
@ -63497,6 +63545,7 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.BOUNSWEET,
|
||||
Species.STEENEE,
|
||||
Species.TSAREENA,
|
||||
Species.COMFEY,
|
||||
Species.ORANGURU,
|
||||
Species.PASSIMIAN,
|
||||
Species.KOMALA,
|
||||
|
@ -63508,6 +63557,7 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.RABOOT,
|
||||
Species.CINDERACE,
|
||||
Species.SKWOVET,
|
||||
Species.GREEDENT,
|
||||
Species.FLAPPLE,
|
||||
Species.APPLETUN,
|
||||
Species.TOXTRICITY,
|
||||
|
|
Loading…
Reference in New Issue