summaryrefslogtreecommitdiff
path: root/src/item_use.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-03 12:12:06 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-03 12:12:06 -0400
commit26d940dfeb48d8471db4a0cf2477aff68f681090 (patch)
treebc5b7c2fd69616bb79889ecef8604cdd1e6f61b5 /src/item_use.c
parentafd5f1f52f7a2b74e9850892aef118292a45df8e (diff)
Finish itemfinder dism/decomp
Diffstat (limited to 'src/item_use.c')
-rw-r--r--src/item_use.c2
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);
}