Skip to content

Commit

Permalink
Trainerproc: Support Ogerpon (#5035)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedara90 authored Jul 25, 2024
2 parents c69107a + 5b251b6 commit a372035
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/constants/species.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions tools/trainerproc/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit a372035

Please sign in to comment.