diff options
author | red031000 <rubenru09@aol.com> | 2021-03-06 00:05:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-06 00:05:48 +0000 |
commit | cb1c7acb520481b63c12f9ff32b503916128f5eb (patch) | |
tree | 0a25f0a86809380358f61bf3c24ec49b05b52683 /include | |
parent | d20df80576fa38292c5157db06c86e15e8542be8 (diff) | |
parent | ce9322808ecb333f851ccbdb8c8349be6fbc69aa (diff) |
Merge pull request #325 from tgsm/unk_02064E4C
decompile unk_02064E4C
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_02064E4C.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/unk_02064E4C.h b/include/unk_02064E4C.h new file mode 100644 index 00000000..4c29d420 --- /dev/null +++ b/include/unk_02064E4C.h @@ -0,0 +1,10 @@ +#ifndef POKEDIAMOND_UNK_02064E4C_H +#define POKEDIAMOND_UNK_02064E4C_H + +#include "msgdata.h" +#include "string16.h" + +void FUN_02064E4C(struct MsgData * msgData, u16 map_sec, struct String * dest); +void FUN_02064E60(u32 map_no, u32 heap_id, struct String * dest); + +#endif |