mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 15:07:09 -05:00
* decomp most of personality_test * just gonna move the funcs to src in assembly for now so I can combine stuff * label another func and some cleanup * one func of personality test left in asm * small cleanups and labeling of funcs
13 lines
241 B
C
13 lines
241 B
C
#ifndef GUARD_CONSTANTS_PERSONALITY_TEST_H
|
|
#define GUARD_CONSTANTS_PERSONALITY_TEST_H
|
|
|
|
#define NUM_PARTNERS 10
|
|
#define NUM_PERSONALITIES 13
|
|
#define NUM_QUIZ_QUESTIONS 55
|
|
#define MAX_ASKED_QUESTIONS 8
|
|
|
|
#define MALE 0
|
|
#define FEMALE 1
|
|
|
|
#endif
|