mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-28 03:34:22 -05:00
Merge branch 'personality_stuff' of https://github.com/jtjanecek/pmd-red
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
void GameLoop(void);
|
||||
void nullsub_3(s32 yPos, s32 a1);
|
||||
s32 sub_8000728(void);
|
||||
void sub_8001024(PersonalityRelated *dst);
|
||||
void sub_8001044(PersonalityRelated *src);
|
||||
void ReadTeamBasicInfo(PersonalityRelated *dst);
|
||||
void WriteTeamBasicInfo(PersonalityRelated *src);
|
||||
void sub_8001064(void);
|
||||
|
||||
#endif // GUARD_MAIN_LOOPS_H
|
||||
@@ -28,7 +28,7 @@ typedef struct PersonalityRelated
|
||||
typedef struct PersonalityTestTracker
|
||||
{
|
||||
/* 0x0 */ s32 FrameCounter;
|
||||
/* 0x4 */ PersonalityRelated unk4;
|
||||
/* 0x4 */ PersonalityRelated TeamBasicInfo;
|
||||
/* 0x34 */ u32 TestState;
|
||||
/* 0x38 */ s32 QuestionCounter;
|
||||
/* 0x3C */ u32 currQuestionIndex;
|
||||
|
||||
Reference in New Issue
Block a user