summaryrefslogtreecommitdiff
path: root/include/constants/global.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-07-11 20:25:56 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-07-23 17:55:40 -0400
commit52a4428ba624b19569418a9c72f60d3494fb71eb (patch)
treeda988608db7379d1d405f26ba8c325c71a621cb3 /include/constants/global.h
parent617e411aca5db4c8f3a319c1a23ac7a6343e3a87 (diff)
Begin new contest documentation
Diffstat (limited to 'include/constants/global.h')
-rw-r--r--include/constants/global.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/constants/global.h b/include/constants/global.h
index 956f86a05..7a7009fd5 100644
--- a/include/constants/global.h
+++ b/include/constants/global.h
@@ -62,6 +62,14 @@
#define MAX_MON_MOVES 4
#define NUM_STATS 6
+#define CONTESTANT_COUNT 4
+#define CONTEST_CATEGORY_COOL 0
+#define CONTEST_CATEGORY_BEAUTY 1
+#define CONTEST_CATEGORY_CUTE 2
+#define CONTEST_CATEGORY_SMART 3
+#define CONTEST_CATEGORY_TOUGH 4
+#define CONTEST_CATEGORIES_COUNT 5
+
// party sizes
#define PARTY_SIZE 6
#define MULTI_PARTY_SIZE PARTY_SIZE / 2