summaryrefslogtreecommitdiff
path: root/include/item_use.h
diff options
context:
space:
mode:
authorKDSKardabox <bollygame94@gmail.com>2018-02-16 09:29:11 +0530
committerKDSKardabox <bollygame94@gmail.com>2018-02-16 09:29:11 +0530
commitffeca135bcaa449267bc7540f25eeb02cf4c92fa (patch)
tree4d9ca1668dc8b49a739c3bb8f83b453f20e2e41d /include/item_use.h
parenta200d9406b15f722b34775050f6fe73894d23629 (diff)
parentcfec30413c36f3a571d80162796c11a030f42767 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/item_use.h')
-rw-r--r--include/item_use.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/item_use.h b/include/item_use.h
index 6f84a63df..beee6b8d0 100644
--- a/include/item_use.h
+++ b/include/item_use.h
@@ -12,7 +12,7 @@ void ItemUseOutOfBattle_Itemfinder(u8);
void ItemUseOnFieldCB_Itemfinder(u8);
void RunItemfinderResults(u8);
void ExitItemfinder(u8);
-bool8 ItemfinderCheckForHiddenItems(struct MapEvents *, u8);
+bool8 ItemfinderCheckForHiddenItems(const struct MapEvents *, u8);
void sub_80C9720(u8);
void sub_80C9838(u8, s16, s16);
u8 GetPlayerDirectionTowardsHiddenItem(s16, s16);