Fix Close Combat TM for Granbull, Pignite, Emboar, and Scraggy (#1113)
This commit is contained in:
parent
d017198460
commit
5e9ded2b8e
|
@ -43762,6 +43762,7 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.TAUROS,
|
||||
Species.MEW,
|
||||
Species.SNUBBULL,
|
||||
Species.GRANBULL,
|
||||
Species.SCIZOR,
|
||||
Species.HERACROSS,
|
||||
Species.TEDDIURSA,
|
||||
|
@ -43785,11 +43786,14 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.LUCARIO,
|
||||
Species.TOXICROAK,
|
||||
Species.GALLADE,
|
||||
Species.PIGNITE,
|
||||
Species.EMBOAR,
|
||||
Species.TIMBURR,
|
||||
Species.GURDURR,
|
||||
Species.CONKELDURR,
|
||||
Species.SAWK,
|
||||
Species.KROOKODILE,
|
||||
Species.SCRAGGY,
|
||||
Species.SCRAFTY,
|
||||
Species.ESCAVALIER,
|
||||
Species.EELEKTROSS,
|
||||
|
|
Loading…
Reference in New Issue