summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-03-16 21:16:31 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-03-16 21:16:31 -0400
commit4d86834d12f788d78ec0ae9fc4ba999f7a0e1fc7 (patch)
tree4ebf603b351499e969df85896f7d1b860fd297bb /include/constants
parentc4b61cc0ed966a194942256ce6c2936f8183d414 (diff)
Document item use functions in pokemon.c
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/pokemon.h5
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