summaryrefslogtreecommitdiff
path: root/src/post_office_guide.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post_office_guide.c')
-rw-r--r--src/post_office_guide.c4
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);