summaryrefslogtreecommitdiff
path: root/include/item_use.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-02-15 17:04:55 -0600
committerGitHub <noreply@github.com>2018-02-15 17:04:55 -0600
commitcfec30413c36f3a571d80162796c11a030f42767 (patch)
tree4a6cb4912d0ecd13efa6c0c887d850853763d875 /include/item_use.h
parentfcf3f97da94515a34eda2dc1b564f4bc01adc383 (diff)
parent824699f505d373b1cc1247347b9c69d6ef1ce8ca (diff)
Merge pull request #209 from DizzyEggg/decompile_overworld
Decompile overworld
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);