diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-03 20:57:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 20:57:28 -0400 |
commit | 0cf4c9f25c2fe165c53a0c24f93a31a27ea42d6a (patch) | |
tree | b88f7cf114f3f0c79ba6816255f27cda21f335d7 /src/item_use.c | |
parent | d9ab841b0d72a52676131846447de26e59e7a16d (diff) | |
parent | aa0ac46b7145951f1d6f65e7af005a3fe561ff63 (diff) |
Merge pull request #108 from PikalaxALT/itemfinder
Itemfinder
Diffstat (limited to 'src/item_use.c')
-rw-r--r-- | src/item_use.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_use.c b/src/item_use.c index 5fa9390c1..c472960bd 100644 --- a/src/item_use.c +++ b/src/item_use.c @@ -274,7 +274,7 @@ void ItemUseOnFieldCB_Rod(u8 taskId) void ItemUseOutOfBattle_Itemfinder(u8 taskId) { IncrementGameStat(GAME_STAT_USED_ITEMFINDER); - sItemUseOnFieldCB = sub_813EC8C; + sItemUseOnFieldCB = ItemUseOnFieldCB_Itemfinder; sub_80A103C(taskId); } |