diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-09-01 18:05:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-01 18:05:30 -0700 |
commit | db05ce306fa55c9d64b7123e47cf2b66416afe40 (patch) | |
tree | fa0258192daa7a0319a425a688e1c56a8ed67ab2 /include/constants/personality_test.h | |
parent | 459171cf48157699e044b66b8274e500ecd5fe0d (diff) |
More PMD grind (#50)
* more sese grind
* match sub_802ABF8
* some more work
Diffstat (limited to 'include/constants/personality_test.h')
-rw-r--r-- | include/constants/personality_test.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/include/constants/personality_test.h b/include/constants/personality_test.h index c711b3c..bd6f159 100644 --- a/include/constants/personality_test.h +++ b/include/constants/personality_test.h @@ -1,8 +1,24 @@ #ifndef GUARD_CONSTANTS_PERSONALITY_TEST_H #define GUARD_CONSTANTS_PERSONALITY_TEST_H +enum NaturePersonalities { + HARDY, + DOCILE, + BRAVE, + JOLLY, + IMPISH, + NAIVE, + TIMID, + HASTY, + SASSY, + CALM, + RELAXED, + LONELY, + QUIRKY, + NUM_PERSONALITIES +}; + #define NUM_PARTNERS 10 -#define NUM_PERSONALITIES 13 #define NUM_QUIZ_QUESTIONS 55 #define MAX_ASKED_QUESTIONS 8 |