diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-28 10:28:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 10:28:43 -0500 |
commit | 1912b0cf0a0f42f23200ecffcb22651015478ef6 (patch) | |
tree | d855404809d36965aaa76784bae08bdf6ea92cc7 /include/constants/global.h | |
parent | 2dfa84c10ff497d73b3a201480fa568ba62e5a38 (diff) | |
parent | ea748ff7f51a7c119658930f878d046cc8b83c51 (diff) |
Merge branch 'master' into doc-rtcscreen
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index d8dad0f45..213ccca5b 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -84,6 +84,7 @@ #define MAIL_WORDS_COUNT 9 #define EASY_CHAT_BATTLE_WORDS_COUNT 6 #define MOVE_NAME_LENGTH 12 +#define NUM_QUESTIONNAIRE_WORDS 4 #define MALE 0 #define FEMALE 1 |