diff options
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 |