summaryrefslogtreecommitdiff
path: root/src/menu_helpers.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-09-30 20:58:29 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-09-30 20:58:29 -0400
commitbeedb8d73f40b045906f521b48f40367697b6ebb (patch)
treed3af7873163f4347dbf1a5eb720c48d0bab26746 /src/menu_helpers.c
parent8eea5b6d750a629c14a152c240f84b02b5e4f0c6 (diff)
Tidy global namespace and document
Diffstat (limited to 'src/menu_helpers.c')
-rw-r--r--src/menu_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu_helpers.c b/src/menu_helpers.c
index fdcb9a56e..06e7bb08b 100644
--- a/src/menu_helpers.c
+++ b/src/menu_helpers.c
@@ -95,7 +95,7 @@ u8 sub_80BF66C(void)
return 0;
}
-bool8 sub_80BF6A8(u16 itemId)
+bool8 itemid_link_can_give_berry(u16 itemId)
{
if (itemId != ITEM_ENIGMA_BERRY)
return TRUE;