diff options
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/global.h | 1 | ||||
-rw-r--r-- | include/constants/lilycove_lady.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index 9b0c46ce4..1cece7975 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -86,6 +86,7 @@ #define EASY_CHAT_BATTLE_WORDS_COUNT 6 #define MOVE_NAME_LENGTH 12 #define NUM_QUESTIONNAIRE_WORDS 4 +#define QUIZ_QUESTION_LEN 9 #define MALE 0 #define FEMALE 1 diff --git a/include/constants/lilycove_lady.h b/include/constants/lilycove_lady.h index 9c494823e..5b1e7d7b4 100644 --- a/include/constants/lilycove_lady.h +++ b/include/constants/lilycove_lady.h @@ -21,8 +21,6 @@ #define QUIZ_AUTHOR_NAME_PLAYER 1 #define QUIZ_AUTHOR_NAME_OTHER_PLAYER 2 -#define QUIZ_QUESTION_LEN 9 - // 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 |