diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-05-10 03:34:36 -0400 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-05-10 03:34:36 -0400 |
commit | 13efa1ef62b3e23e2b0662e318ed155893e17e88 (patch) | |
tree | 57ae51e1b35c38d24d69e090dbf39b27a687d17b /src/mail.c | |
parent | d31600e70e53fb252fe67e8c427ecb7498719b86 (diff) | |
parent | 7defc27b994069715e5749245700d20dd740e4f0 (diff) |
fixing conflicts
Diffstat (limited to 'src/mail.c')
-rw-r--r-- | src/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail.c b/src/mail.c index 85ba86974..8fddc7045 100644 --- a/src/mail.c +++ b/src/mail.c @@ -101,7 +101,7 @@ struct MailRead /*0x021c*/ u8 monIconSprite; /*0x021d*/ u8 language; /*0x021e*/ bool8 playerIsSender; - /*0x0220*/ void (*parserSingle)(u8 *dest, u16 word); + /*0x0220*/ u8 * (*parserSingle)(u8 *dest, u16 word); /*0x0224*/ void (*parserMultiple)(u8 *dest, const u16 *src, u16 length1, u16 length2); /*0x0228*/ const struct MailLayout *layout; /*0x022c*/ u8 bg1TilemapBuffer[0x1000]; |