summaryrefslogtreecommitdiff
path: root/include/constants/lilycove_lady.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-02 01:49:38 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-04-02 01:49:38 -0400
commit8be2c5d60b54347c9df22410d97255d836d9fc9d (patch)
tree1b96f7bf0fdb891d2ca3700388988746a766d455 /include/constants/lilycove_lady.h
parenta0b3d4df12f30442ea7d14d3e05f19327ad8f6ce (diff)
Document Contest Lady TV Show
Diffstat (limited to 'include/constants/lilycove_lady.h')
-rw-r--r--include/constants/lilycove_lady.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/constants/lilycove_lady.h b/include/constants/lilycove_lady.h
index 01f60ccf4..11b9b31e9 100644
--- a/include/constants/lilycove_lady.h
+++ b/include/constants/lilycove_lady.h
@@ -21,6 +21,12 @@
#define QUIZ_AUTHOR_NAME_PLAYER 1
#define QUIZ_AUTHOR_NAME_OTHER_PLAYER 2
-#define QUIZ_QUESTION_LEN 9
+#define QUIZ_QUESTION_LEN 9
-#endif
+// Constants for how many good Pokéblocks the Contest Lady was given
+// This determines how her performance is described when her TV show comes on
+#define CONTEST_LADY_NORMAL 0
+#define CONTEST_LADY_GOOD 1
+#define CONTEST_LADY_BAD 2
+
+#endif // GUARD_LILYCOVE_LADY_CONSTANTS_H