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/wonder_mail_pre.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/wonder_mail_pre.c')
-rw-r--r-- | src/wonder_mail_pre.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wonder_mail_pre.c b/src/wonder_mail_pre.c index a187a9c..9d15ab3 100644 --- a/src/wonder_mail_pre.c +++ b/src/wonder_mail_pre.c @@ -4,10 +4,9 @@ #include "pokemon.h" #include "constants/species.h" #include "wonder_mail.h" +#include "memory.h" -extern void* MemoryAlloc(u32 a, u32 b); -extern void MemoryFill8(u8 *dest, u8 value, s32 size); extern void sub_800641C(void *r0, u8, u8); extern struct WonderMailStruct_203B2C0 *gUnknown_203B2C0; |