From d72e17b5f5d795bebda2f6dc78dccb5e80c432b5 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sat, 27 Feb 2021 10:16:45 -0800 Subject: Miscellaneous decomp/labeling/splitting (#29) * lots of wonder mail work, credits and label some stuff * nonmatch one intr func, match another, and label unused intr func * seperate credits out * split out debug menu and other stuff that isn't main menu * label another func * label some more funcs --- include/personality_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/personality_test.h') diff --git a/include/personality_test.h b/include/personality_test.h index 49f6c6b..50615eb 100644 --- a/include/personality_test.h +++ b/include/personality_test.h @@ -17,7 +17,7 @@ struct PersonalityStruct_203B400 /* 0x8 */ s16 StarterID; /* 0xA */ s16 PartnerID; u8 padding[0x20 - 0xC]; - s32 unk20; + s32 unk20; // Buffer to store partner name? u8 padding2[0x34 - 0x24]; /* 0x34 */ u32 TestState; /* 0x38 */ s32 QuestionCounter; -- cgit v1.2.3