diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-05-23 16:19:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 16:19:35 -0500 |
commit | eaa141c612dd1689936a21bd57018a55ff686b69 (patch) | |
tree | fafe2a9a562af6a8e36716ff76a5b3e8b30d4411 /src/personality_test.c | |
parent | f402e46cd3c8b7236673d6edbae77903a7cc0618 (diff) |
Keep on keepin on (#38)
* end of may dump of work
* move save text to src
* decomp a little more
Diffstat (limited to 'src/personality_test.c')
-rw-r--r-- | src/personality_test.c | 12 |
1 files changed, 2 insertions, 10 deletions
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 |