diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-22 12:15:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 12:15:19 -0500 |
commit | fc3d6eb178be7efcf0f09644c9567f3b4fd83efd (patch) | |
tree | 9e9e27350001aa1ce211ccb87c6888a1400d14ec /include/constants/pokemon.h | |
parent | 65433c790ebe11da158453a794c649034ad9640a (diff) | |
parent | 8634710996fc440105d8be6dc354b1e9fef303b1 (diff) |
Merge pull request #1328 from GriffinRichards/doc-pokeuseitem
Document PokemonUseItemEffects
Diffstat (limited to 'include/constants/pokemon.h')
-rw-r--r-- | include/constants/pokemon.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index e32ddf496..c8c25266b 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -290,6 +290,12 @@ #define EVOS_PER_MON 5 +// Evolution 'modes,' for GetEvolutionTargetSpecies +#define EVO_MODE_NORMAL 0 +#define EVO_MODE_TRADE 1 +#define EVO_MODE_ITEM_USE 2 +#define EVO_MODE_ITEM_CHECK 3 // If an Everstone is being held, still want to show that the stone *could* be used on that Pokémon to evolve + #define NUM_MALE_LINK_FACILITY_CLASSES 8 #define NUM_FEMALE_LINK_FACILITY_CLASSES 8 |