From 36bea47ea6d2a76a0add9eaf7f5f817eea9c49e5 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 1 Nov 2019 15:59:24 -0400 Subject: Static symbols in easy_chat --- src/mail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mail.c') 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]; -- cgit v1.2.3