diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-18 18:23:41 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-18 18:23:41 -0400 |
commit | 815636f271584b06b778c0d7a3046458e1f42276 (patch) | |
tree | 56c893d7f09e862e3fae3cf00270d5b01496934d /include/constants/pokemon.h | |
parent | 27897b05812638d0648163c01b37341d09694aad (diff) |
Document ShouldIgnoreDeoxysForm
Diffstat (limited to 'include/constants/pokemon.h')
-rw-r--r-- | include/constants/pokemon.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 1b4c6ef53..d58c51d72 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -219,4 +219,9 @@ #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 +// used by ShouldIgnoreDeoxysForm +#define DEOXYS_CHECK_BATTLE_SPRITE 1 +#define DEOXYS_CHECK_TRADE_MAIN 3 +#define DEOXYS_CHECK_BATTLE_ANIM 5 + #endif // GUARD_CONSTANTS_POKEMON_H |