summaryrefslogtreecommitdiff
path: root/include/constants/contest.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-06-17 17:48:20 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-06-18 17:50:13 -0400
commit24569583e49e66fefd0aeaeac68d2ba9bf206145 (patch)
treea029f2cda1f55584ee9771ece6ea70ebba08b7a0 /include/constants/contest.h
parentf600aff71140b34e4b3c210ef27ec1b9704a6f45 (diff)
Document contest results
Diffstat (limited to 'include/constants/contest.h')
-rw-r--r--include/constants/contest.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/constants/contest.h b/include/constants/contest.h
index 186c56e2b..2de2866a3 100644
--- a/include/constants/contest.h
+++ b/include/constants/contest.h
@@ -29,6 +29,23 @@
#define CONTEST_CATEGORY_TOUGH 4
#define CONTEST_CATEGORIES_COUNT 5
+#define CONTEST_WINNER_ARTIST 0 // Winner shown by the artist, painting not necessarily saved
+#define CONTEST_WINNER_HALL_1 1
+#define CONTEST_WINNER_HALL_2 2
+#define CONTEST_WINNER_HALL_3 3
+#define CONTEST_WINNER_HALL_4 4
+#define CONTEST_WINNER_HALL_5 5
+#define CONTEST_WINNER_HALL_6 6
+#define NUM_CONTEST_HALL_WINNERS 6
+#define CONTEST_WINNER_7 7
+#define CONTEST_WINNER_8 8
+#define CONTEST_WINNER_MUSEUM_COOL 9
+#define CONTEST_WINNER_MUSEUM_BEAUTY 10
+#define CONTEST_WINNER_MUSEUM_CUTE 11
+#define CONTEST_WINNER_MUSEUM_SMART 12
+#define CONTEST_WINNER_MUSEUM_TOUGH 13
+// NUM_CONTEST_WINNERS in constants/global.h
+
#define CANT_ENTER_CONTEST 0
#define CAN_ENTER_CONTEST_EQUAL_RANK 1
#define CAN_ENTER_CONTEST_HIGH_RANK 2