diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-04 23:42:42 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-04 23:42:42 -0600 |
commit | 3d49abfecb20b9b86311cbd83ff92a20761ea256 (patch) | |
tree | 9e65e0cf9a6ce4ba318f0e144553248e6709eb61 /src/easy_chat.c | |
parent | 501482beadd05c5ade13f6919c3c2cd42c86952d (diff) | |
parent | f5fbe5b66226f4e7e38fe5d4638831d1ce19b36b (diff) |
fix merge conflicts
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; /* |