diff options
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r-- | src/easy_chat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index 8e5f049c0..338505a4b 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -20,7 +20,8 @@ extern const u8 gEasyChatGroupSizes[]; extern u16 gSpecialVar_0x8004; -IWRAM_DATA u8 gUnknown_03000740; +// put this in .bss, damnit! +__attribute__((section(".bss"))) u8 gUnknown_03000740 = 0; /* |