diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-02 01:49:38 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-04-02 01:49:38 -0400 |
commit | 8be2c5d60b54347c9df22410d97255d836d9fc9d (patch) | |
tree | 1b96f7bf0fdb891d2ca3700388988746a766d455 /include/constants/lilycove_lady.h | |
parent | a0b3d4df12f30442ea7d14d3e05f19327ad8f6ce (diff) |
Document Contest Lady TV Show
Diffstat (limited to 'include/constants/lilycove_lady.h')
-rw-r--r-- | include/constants/lilycove_lady.h | 10 |
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 |