mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Fix Close Combat TM for Granbull, Pignite, Emboar, and Scraggy
This commit is contained in:
parent
6fa7412465
commit
661d32c22e
@ -43762,6 +43762,7 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.TAUROS,
|
Species.TAUROS,
|
||||||
Species.MEW,
|
Species.MEW,
|
||||||
Species.SNUBBULL,
|
Species.SNUBBULL,
|
||||||
|
Species.GRANBULL,
|
||||||
Species.SCIZOR,
|
Species.SCIZOR,
|
||||||
Species.HERACROSS,
|
Species.HERACROSS,
|
||||||
Species.TEDDIURSA,
|
Species.TEDDIURSA,
|
||||||
@ -43785,11 +43786,14 @@ export const tmSpecies: TmSpecies = {
|
|||||||
Species.LUCARIO,
|
Species.LUCARIO,
|
||||||
Species.TOXICROAK,
|
Species.TOXICROAK,
|
||||||
Species.GALLADE,
|
Species.GALLADE,
|
||||||
|
Species.PIGNITE,
|
||||||
|
Species.EMBOAR,
|
||||||
Species.TIMBURR,
|
Species.TIMBURR,
|
||||||
Species.GURDURR,
|
Species.GURDURR,
|
||||||
Species.CONKELDURR,
|
Species.CONKELDURR,
|
||||||
Species.SAWK,
|
Species.SAWK,
|
||||||
Species.KROOKODILE,
|
Species.KROOKODILE,
|
||||||
|
Species.SCRAGGY,
|
||||||
Species.SCRAFTY,
|
Species.SCRAFTY,
|
||||||
Species.ESCAVALIER,
|
Species.ESCAVALIER,
|
||||||
Species.EELEKTROSS,
|
Species.EELEKTROSS,
|
||||||
|
Loading…
Reference in New Issue
Block a user