From db05ce306fa55c9d64b7123e47cf2b66416afe40 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 1 Sep 2021 18:05:30 -0700 Subject: More PMD grind (#50) * more sese grind * match sub_802ABF8 * some more work --- include/constants/personality_test.h | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'include/constants/personality_test.h') 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 -- cgit v1.2.3