mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-07 00:27:28 +00:00
Fix TM moves for Beldum line (#1090)
This commit is contained in:
parent
ab64eb5d5b
commit
344a17c8fc
@ -20889,7 +20889,6 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.BAGON,
|
Species.BAGON,
|
||||||
Species.SHELGON,
|
Species.SHELGON,
|
||||||
Species.SALAMENCE,
|
Species.SALAMENCE,
|
||||||
Species.METANG,
|
|
||||||
Species.METAGROSS,
|
Species.METAGROSS,
|
||||||
Species.REGIROCK,
|
Species.REGIROCK,
|
||||||
Species.REGICE,
|
Species.REGICE,
|
||||||
@ -32522,6 +32521,8 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.DUSCLOPS,
|
Species.DUSCLOPS,
|
||||||
Species.CHIMECHO,
|
Species.CHIMECHO,
|
||||||
Species.ABSOL,
|
Species.ABSOL,
|
||||||
|
Species.METANG,
|
||||||
|
Species.METAGROSS,
|
||||||
Species.LATIAS,
|
Species.LATIAS,
|
||||||
Species.LATIOS,
|
Species.LATIOS,
|
||||||
Species.JIRACHI,
|
Species.JIRACHI,
|
||||||
@ -35468,6 +35469,8 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.ZANGOOSE,
|
Species.ZANGOOSE,
|
||||||
Species.KECLEON,
|
Species.KECLEON,
|
||||||
Species.DUSCLOPS,
|
Species.DUSCLOPS,
|
||||||
|
Species.METANG,
|
||||||
|
Species.METAGROSS,
|
||||||
Species.REGIROCK,
|
Species.REGIROCK,
|
||||||
Species.REGICE,
|
Species.REGICE,
|
||||||
Species.REGISTEEL,
|
Species.REGISTEEL,
|
||||||
@ -37725,6 +37728,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.BANETTE,
|
Species.BANETTE,
|
||||||
Species.CHIMECHO,
|
Species.CHIMECHO,
|
||||||
Species.ABSOL,
|
Species.ABSOL,
|
||||||
|
Species.METAGROSS,
|
||||||
[
|
[
|
||||||
Species.DEOXYS,
|
Species.DEOXYS,
|
||||||
'',
|
'',
|
||||||
@ -47702,6 +47706,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.GOREBYSS,
|
Species.GOREBYSS,
|
||||||
Species.RELICANTH,
|
Species.RELICANTH,
|
||||||
Species.SALAMENCE,
|
Species.SALAMENCE,
|
||||||
|
Species.METANG,
|
||||||
Species.METAGROSS,
|
Species.METAGROSS,
|
||||||
Species.REGIROCK,
|
Species.REGIROCK,
|
||||||
Species.REGICE,
|
Species.REGICE,
|
||||||
@ -48471,6 +48476,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.BAGON,
|
Species.BAGON,
|
||||||
Species.SHELGON,
|
Species.SHELGON,
|
||||||
Species.SALAMENCE,
|
Species.SALAMENCE,
|
||||||
|
Species.METAGROSS,
|
||||||
Species.REGISTEEL,
|
Species.REGISTEEL,
|
||||||
Species.LATIAS,
|
Species.LATIAS,
|
||||||
Species.LATIOS,
|
Species.LATIOS,
|
||||||
@ -50632,6 +50638,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.ABSOL,
|
Species.ABSOL,
|
||||||
Species.RELICANTH,
|
Species.RELICANTH,
|
||||||
Species.SALAMENCE,
|
Species.SALAMENCE,
|
||||||
|
Species.METAGROSS,
|
||||||
Species.REGIROCK,
|
Species.REGIROCK,
|
||||||
Species.GROUDON,
|
Species.GROUDON,
|
||||||
Species.RAYQUAZA,
|
Species.RAYQUAZA,
|
||||||
@ -52586,6 +52593,8 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.CAMERUPT,
|
Species.CAMERUPT,
|
||||||
Species.TORKOAL,
|
Species.TORKOAL,
|
||||||
Species.WALREIN,
|
Species.WALREIN,
|
||||||
|
Species.METANG,
|
||||||
|
Species.METAGROSS,
|
||||||
Species.REGIROCK,
|
Species.REGIROCK,
|
||||||
Species.REGICE,
|
Species.REGICE,
|
||||||
Species.REGISTEEL,
|
Species.REGISTEEL,
|
||||||
@ -62371,6 +62380,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.BAGON,
|
Species.BAGON,
|
||||||
Species.SHELGON,
|
Species.SHELGON,
|
||||||
Species.SALAMENCE,
|
Species.SALAMENCE,
|
||||||
|
Species.BELDUM,
|
||||||
Species.METANG,
|
Species.METANG,
|
||||||
Species.METAGROSS,
|
Species.METAGROSS,
|
||||||
Species.REGIROCK,
|
Species.REGIROCK,
|
||||||
@ -63367,6 +63377,8 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.TROPIUS,
|
Species.TROPIUS,
|
||||||
Species.SNORUNT,
|
Species.SNORUNT,
|
||||||
Species.GLALIE,
|
Species.GLALIE,
|
||||||
|
Species.METANG,
|
||||||
|
Species.METAGROSS,
|
||||||
Species.TURTWIG,
|
Species.TURTWIG,
|
||||||
Species.GROTLE,
|
Species.GROTLE,
|
||||||
Species.TORTERRA,
|
Species.TORTERRA,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user