summaryrefslogtreecommitdiff
path: root/src/menu_helpers.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-02 20:02:21 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-02 20:16:47 -0400
commitd9ab841b0d72a52676131846447de26e59e7a16d (patch)
treedae3b90cb5f7ea7428cf3cf89527980769875188 /src/menu_helpers.c
parent872d5eaf4ad70598f597a64469cdf5cd32d44ba4 (diff)
parent32f2bb3ddaf1107f8e6bb02c0acadc96ecc55772 (diff)
Merge pull request #106 from PikalaxALT/berry_pouch
Berry pouch
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;