diff options
author | red031000 <rubenru09@aol.com> | 2020-08-31 14:33:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 14:33:17 +0100 |
commit | 0a880566f5889cdeb6fa3f96f5916c39dbb16b38 (patch) | |
tree | b8c7ad379c2e7bdbec6d9c7e4f9021f73243f302 /include/msgdata.h | |
parent | 656e4a2fee9ff86d678d6a7477611bfaca5171d4 (diff) | |
parent | 3adc93018bf3deabde775905169c2b87d0560bd9 (diff) |
Merge pull request #274 from PikalaxALT/pikalax_work
Decompile mail_message.c
Diffstat (limited to 'include/msgdata.h')
-rw-r--r-- | include/msgdata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/msgdata.h b/include/msgdata.h index c2f37274..855856ff 100644 --- a/include/msgdata.h +++ b/include/msgdata.h @@ -3,6 +3,7 @@ #include "filesystem.h" #include "string16.h" +#include "script_buffers.h" struct MsgDataAlloc { @@ -38,7 +39,7 @@ struct String * NewString_ReadMsgData(struct MsgData *, u32); u16 MsgDataGetCount(struct MsgData * msgData); void ReadMsgDataIntoU16Array(struct MsgData * msgData, u32 msg_no, u16 * dest); void GetSpeciesNameIntoArray(u16 species, u32 heap_id, u16 * dest); -struct String * ReadMsgData_ExpandPlaceholders(u32 * a0, struct MsgData * msgData, u32 msgno, u32 heap_id); +struct String * ReadMsgData_ExpandPlaceholders(struct ScrStrBufs * a0, struct MsgData * msgData, u32 msgno, u32 heap_id); struct String * GetMoveName(u32 move, u32 heapno); struct String * GetSpeciesName(u16 species, u32 heap_id); |