diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-16 21:16:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-16 21:16:31 -0400 |
commit | 4d86834d12f788d78ec0ae9fc4ba999f7a0e1fc7 (patch) | |
tree | 4ebf603b351499e969df85896f7d1b860fd297bb /include/constants | |
parent | c4b61cc0ed966a194942256ce6c2936f8183d414 (diff) |
Document item use functions in pokemon.c
Diffstat (limited to 'include/constants')
-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 0371f874f..d2d4c9d86 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -213,4 +213,9 @@ #define UNOWN_FORM_COUNT 28 #define BOX_NAME_LENGTH 8 +#define EVOTRIGGER_LEVEL_UP 0 +#define EVOTRIGGER_TRADE 1 +#define EVOTRIGGER_STONE 2 +#define EVOTRIGGER_STONE_2 3 + #endif // GUARD_CONSTANTS_POKEMON_H |