From eaa141c612dd1689936a21bd57018a55ff686b69 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sun, 23 May 2021 16:19:35 -0500 Subject: Keep on keepin on (#38) * end of may dump of work * move save text to src * decomp a little more --- src/personality_test.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src/personality_test.c') diff --git a/src/personality_test.c b/src/personality_test.c index 8d28ef3..ef31ec1 100644 --- a/src/personality_test.c +++ b/src/personality_test.c @@ -7,9 +7,9 @@ #include "pokemon.h" #include "input.h" #include "save.h" +#include "memory.h" +#include "gUnknown_203B46C.h" -extern void* MemoryAlloc(u32, u32); -extern void MemoryFree(void *); extern void sub_801317C(u32 *); extern void sub_8099690(u32); extern void sub_8001024(u32 *); @@ -67,14 +67,6 @@ struct PersonalityQuestion extern struct PersonalityQuestion *gPersonalityQuestionPointerTable[NUM_QUIZ_QUESTIONS]; -struct UnkSaveStruct1 -{ - /* 0x0 */ u32 unk0; - /* 0x4 */ u32 unk4; - /* 0x8 */ u16 unk8; - /* 0xA */ u8 unkA; - /* 0xB */ u8 playerGender; -}; extern struct UnkSaveStruct1 *gUnknown_203B46C; struct stack_PartnerSprite -- cgit v1.2.3