summaryrefslogtreecommitdiff
path: root/include/constants/pokemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants/pokemon.h')
-rw-r--r--include/constants/pokemon.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h
index c83847c6..afaa0fb0 100644
--- a/include/constants/pokemon.h
+++ b/include/constants/pokemon.h
@@ -24,6 +24,13 @@
#define TYPE_DARK 17
#define NUMBER_OF_MON_TYPES 18
+// Contest types
+#define COOL 0
+#define BEAUTY 1
+#define CUTE 2
+#define SMART 3
+#define TOUGH 4
+
// Pokemon egg groups
#define EGG_GROUP_NONE 0
#define EGG_GROUP_MONSTER 1