summaryrefslogtreecommitdiff
path: root/src/mail.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-01 15:59:24 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-01 15:59:24 -0400
commit36bea47ea6d2a76a0add9eaf7f5f817eea9c49e5 (patch)
tree82baa5aa7b7ab4ea6a2047f96c816d66c90766b7 /src/mail.c
parent486a3abf6b9904bbef7219ea66023ba6ac2bb886 (diff)
Static symbols in easy_chat
Diffstat (limited to 'src/mail.c')
-rw-r--r--src/mail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mail.c b/src/mail.c
index a9cb66683..7d5e33944 100644
--- a/src/mail.c
+++ b/src/mail.c
@@ -70,8 +70,8 @@ struct MailViewResources {
u8 monIconSpriteId;
u8 unused;
u8 mailArrangementType;
- void (*copyEasyChatWord)(u8 *dest, u16 word);
- void (*convertEasyChatWordsToString)(u8 *dest, const u16 *src, u16 length1, u16 length2);
+ u8 *(*copyEasyChatWord)(u8 *dest, u16 word);
+ u8 *(*convertEasyChatWordsToString)(u8 *dest, const u16 *src, u16 length1, u16 length2);
const struct MailAttrStruct * messageLayout;
u16 bg1TilemapBuffer[BG_SCREEN_SIZE];
u16 bg2TilemapBuffer[BG_SCREEN_SIZE];