Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trainerproc: Support Ogerpon #5035

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading