From a432de845cf81ff5aaae3f0b0fd2bac9b2feb2da Mon Sep 17 00:00:00 2001 From: Cheng Hann Gan Date: Thu, 18 Nov 2021 12:21:00 -0500 Subject: Expanded charmap usage (#76) * Added item icons/Hiragana to charmap * Use color formatting charmap macros * Removed redundant text formatting macros --- src/friend_area_action_menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/friend_area_action_menu.c') diff --git a/src/friend_area_action_menu.c b/src/friend_area_action_menu.c index e6d09cd..48ebb1a 100644 --- a/src/friend_area_action_menu.c +++ b/src/friend_area_action_menu.c @@ -234,13 +234,13 @@ void sub_8027274(void) break; case 6: gUnknown_203B2BC->unk4 = 2; - // The #C4$i0#R was + // The {COLOR_1 GREEN}$i0{END_COLOR_TEXT_1} was // returned to the Toolbox sub_80141B4(gUnknown_80DD8A0,0,0,0x101); break; case 7: gUnknown_203B2BC->unk4 = 2; - // The #C4$i0#R was + // The {COLOR_1 GREEN}$i0{END_COLOR_TEXT_1} was // returned to storage sub_80141B4(gUnknown_80DD8D0,0,0,0x101); break; -- cgit v1.2.3