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/post_office_guide.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/post_office_guide.c')
-rw-r--r-- | src/post_office_guide.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post_office_guide.c b/src/post_office_guide.c index 42a8acb..dd28446 100644 --- a/src/post_office_guide.c +++ b/src/post_office_guide.c @@ -4,6 +4,7 @@ #include "input.h" #include "constants/species.h" #include "menu.h" +#include "memory.h" struct PostOfficeHelper { @@ -30,6 +31,7 @@ struct unkData struct unkStruct_203B330 { + // size: 0x78 struct UnkInputStruct *unk0; u8 fill4[0x8]; u8 unkC; @@ -166,8 +168,6 @@ extern void sub_8031AE8(); extern u8 gUnknown_202E5D8[]; extern u8 gAvailablePokemonNames[]; -extern void *MemoryAlloc(u32, u32); -extern void MemoryFree(void *); extern void sub_800641C(struct unkData *, u32, u32); extern void sub_8006518(struct unkData *); extern void sub_8031A2C(void); |