trainerproc: Support Ogerpon
This commit is contained in:
parent
062856cc6c
commit
5b251b614c
2 changed files with 7 additions and 0 deletions
|
@ -1704,6 +1704,10 @@
|
|||
#define SPECIES_MR_MIME_GALAR SPECIES_MR_MIME_GALARIAN
|
||||
#define SPECIES_MUK_ALOLA SPECIES_MUK_ALOLAN
|
||||
#define SPECIES_NINETALES_ALOLA SPECIES_NINETALES_ALOLAN
|
||||
#define SPECIES_OGERPON_TEAL SPECIES_OGERPON_TEAL_MASK
|
||||
#define SPECIES_OGERPON_WELLSPRING SPECIES_OGERPON_WELLSPRING_MASK
|
||||
#define SPECIES_OGERPON_HEARTHFLAME SPECIES_OGERPON_HEARTHFLAME_MASK
|
||||
#define SPECIES_OGERPON_CORNERSTONE SPECIES_OGERPON_CORNERSTONE_MASK
|
||||
#define SPECIES_ORBEETLE_GMAX SPECIES_ORBEETLE_GIGANTAMAX
|
||||
#define SPECIES_PERSIAN_ALOLA SPECIES_PERSIAN_ALOLAN
|
||||
#define SPECIES_PIKACHU_ALOLA SPECIES_PIKACHU_ALOLA_CAP
|
||||
|
|
|
@ -1057,6 +1057,9 @@ static const struct {
|
|||
{ "Genesect-Chill", "Genesect", "Chill Drive" },
|
||||
{ "Genesect-Douse", "Genesect", "Douse Drive" },
|
||||
{ "Genesect-Shock", "Genesect", "Shock Drive" },
|
||||
{ "Ogerpon-Cornerstone", "Ogerpon", "Cornerstone Mask" },
|
||||
{ "Ogerpon-Hearthflame", "Ogerpon", "Hearthflame Mask" },
|
||||
{ "Ogerpon-Wellspring", "Ogerpon", "Wellspring Mask" },
|
||||
{ "Silvally-Bug", "Silvally", "Bug Memory" },
|
||||
{ "Silvally-Dark", "Silvally", "Dark Memory" },
|
||||
{ "Silvally-Dragon", "Silvally", "Dragon Memory" },
|
||||
|
|
Loading…
Reference in a new issue