diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-28 21:25:54 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-28 21:25:54 -0400 |
commit | 170c82f299905b6e55b20a5c2c04f92353131d0e (patch) | |
tree | a949631e1be83f63c50f6a584ed13f1a9ea746a8 /src/easy_chat.c | |
parent | b7f9479bdb37f12774f7e31a934a3dd5e8f821e0 (diff) |
Remove all hardcoded labels in sym_bss.txt
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r-- | src/easy_chat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index cca8c1355..f3673c8fa 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -19,6 +19,8 @@ extern const u8 gEasyChatGroupSizes[]; extern u16 gSpecialVar_0x8004; +IWRAM_DATA u8 gUnknown_03000740; + u8 *sub_80EB3FC(u8 *dst, u16 word) { |