diff options
author | Cheng Hann Gan <chenghanngan.us@gmail.com> | 2021-11-20 10:47:46 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 08:47:46 -0800 |
commit | 938a88551f6ddefb7f696b738696c8ce2d8e0e36 (patch) | |
tree | 35a8d3954aa03fb00d061d7603d28af0111bb516 /src/friend_area_action_menu.c | |
parent | 13552719886449c45aa0a06caccb7d7491382d9c (diff) |
Labeled more symbols (#77)
* Labeled more symbols
* Fixed comment typo
* Renamed some functions
Diffstat (limited to 'src/friend_area_action_menu.c')
-rw-r--r-- | src/friend_area_action_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/friend_area_action_menu.c b/src/friend_area_action_menu.c index 48ebb1a..7da7a59 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 {COLOR_1 GREEN}$i0{END_COLOR_TEXT_1} was + // The {COLOR_1 GREEN}{ARG_MOVE_ITEM_0}{END_COLOR_TEXT_1} was // returned to the Toolbox sub_80141B4(gUnknown_80DD8A0,0,0,0x101); break; case 7: gUnknown_203B2BC->unk4 = 2; - // The {COLOR_1 GREEN}$i0{END_COLOR_TEXT_1} was + // The {COLOR_1 GREEN}{ARG_MOVE_ITEM_0}{END_COLOR_TEXT_1} was // returned to storage sub_80141B4(gUnknown_80DD8D0,0,0,0x101); break; |