mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-31 05:07:11 +00:00
[Bug] Add missing snowscape TM mons (#1742)
This commit is contained in:
parent
041519a78f
commit
c499f351d1
@ -63123,9 +63123,12 @@ export const tmSpecies: TmSpecies = {
|
|||||||
[Moves.SNOWSCAPE]: [
|
[Moves.SNOWSCAPE]: [
|
||||||
Species.SLOWPOKE,
|
Species.SLOWPOKE,
|
||||||
Species.SLOWBRO,
|
Species.SLOWBRO,
|
||||||
|
Species.SEEL,
|
||||||
|
Species.DEWGONG,
|
||||||
Species.SHELLDER,
|
Species.SHELLDER,
|
||||||
Species.CLOYSTER,
|
Species.CLOYSTER,
|
||||||
Species.CHANSEY,
|
Species.CHANSEY,
|
||||||
|
Species.LAPRAS,
|
||||||
Species.ARTICUNO,
|
Species.ARTICUNO,
|
||||||
Species.DRAGONITE,
|
Species.DRAGONITE,
|
||||||
Species.MEW,
|
Species.MEW,
|
||||||
@ -63140,6 +63143,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.PILOSWINE,
|
Species.PILOSWINE,
|
||||||
Species.DELIBIRD,
|
Species.DELIBIRD,
|
||||||
Species.BLISSEY,
|
Species.BLISSEY,
|
||||||
|
Species.SUICUNE,
|
||||||
Species.WINGULL,
|
Species.WINGULL,
|
||||||
Species.PELIPPER,
|
Species.PELIPPER,
|
||||||
Species.SPOINK,
|
Species.SPOINK,
|
||||||
@ -63148,11 +63152,20 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.SNORUNT,
|
Species.SNORUNT,
|
||||||
Species.GLALIE,
|
Species.GLALIE,
|
||||||
Species.LUVDISC,
|
Species.LUVDISC,
|
||||||
|
Species.REGICE,
|
||||||
Species.PIPLUP,
|
Species.PIPLUP,
|
||||||
Species.PRINPLUP,
|
Species.PRINPLUP,
|
||||||
Species.EMPOLEON,
|
Species.EMPOLEON,
|
||||||
|
[
|
||||||
Species.SHELLOS,
|
Species.SHELLOS,
|
||||||
|
"east",
|
||||||
|
"west",
|
||||||
|
],
|
||||||
|
[
|
||||||
Species.GASTRODON,
|
Species.GASTRODON,
|
||||||
|
"east",
|
||||||
|
"west",
|
||||||
|
],
|
||||||
Species.MISMAGIUS,
|
Species.MISMAGIUS,
|
||||||
Species.HAPPINY,
|
Species.HAPPINY,
|
||||||
Species.SNOVER,
|
Species.SNOVER,
|
||||||
@ -63170,7 +63183,17 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.CUBCHOO,
|
Species.CUBCHOO,
|
||||||
Species.BEARTIC,
|
Species.BEARTIC,
|
||||||
Species.CRYOGONAL,
|
Species.CRYOGONAL,
|
||||||
|
[
|
||||||
Species.TORNADUS,
|
Species.TORNADUS,
|
||||||
|
"incarnate",
|
||||||
|
"therian",
|
||||||
|
],
|
||||||
|
[
|
||||||
|
Species.KYUREM,
|
||||||
|
"",
|
||||||
|
"black",
|
||||||
|
"white",
|
||||||
|
],
|
||||||
Species.FROAKIE,
|
Species.FROAKIE,
|
||||||
Species.FROGADIER,
|
Species.FROGADIER,
|
||||||
[
|
[
|
||||||
@ -63184,8 +63207,13 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.BERGMITE,
|
Species.BERGMITE,
|
||||||
Species.AVALUGG,
|
Species.AVALUGG,
|
||||||
Species.DIANCIE,
|
Species.DIANCIE,
|
||||||
|
Species.PRIMARINA,
|
||||||
Species.CRABOMINABLE,
|
Species.CRABOMINABLE,
|
||||||
|
[
|
||||||
Species.MAGEARNA,
|
Species.MAGEARNA,
|
||||||
|
"",
|
||||||
|
"original",
|
||||||
|
],
|
||||||
Species.INTELEON,
|
Species.INTELEON,
|
||||||
Species.FROSMOTH,
|
Species.FROSMOTH,
|
||||||
Species.EISCUE,
|
Species.EISCUE,
|
||||||
@ -63633,12 +63661,21 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.WEAVILE,
|
Species.WEAVILE,
|
||||||
Species.GLACEON,
|
Species.GLACEON,
|
||||||
Species.FROSLASS,
|
Species.FROSLASS,
|
||||||
|
[
|
||||||
Species.PALKIA,
|
Species.PALKIA,
|
||||||
|
"",
|
||||||
|
"origin",
|
||||||
|
],
|
||||||
Species.ARCEUS,
|
Species.ARCEUS,
|
||||||
Species.OSHAWOTT,
|
Species.OSHAWOTT,
|
||||||
Species.DEWOTT,
|
Species.DEWOTT,
|
||||||
Species.SAMUROTT,
|
Species.SAMUROTT,
|
||||||
|
[
|
||||||
Species.BASCULIN,
|
Species.BASCULIN,
|
||||||
|
"red-striped",
|
||||||
|
"blue-striped",
|
||||||
|
"white-striped",
|
||||||
|
],
|
||||||
Species.DUCKLETT,
|
Species.DUCKLETT,
|
||||||
Species.SWANNA,
|
Species.SWANNA,
|
||||||
Species.ALOMOMOLA,
|
Species.ALOMOMOLA,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user