summaryrefslogtreecommitdiff
path: root/include/item_use.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-14 01:12:17 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-14 01:12:17 +0100
commit5dde701c819ca19f00bc77f7979fa287da0d7c0b (patch)
tree1fc2b07546aaafa6e06cfe4218ba4127cdba3c74 /include/item_use.h
parent94b47c0686d3f4c5da962011797cc89a2efdd88c (diff)
parentbb8c53f8988be6cad8f270c46f24e0f6f1e862cc (diff)
merge overworld with master
Diffstat (limited to 'include/item_use.h')
-rw-r--r--include/item_use.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/item_use.h b/include/item_use.h
index ee7939824..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);
@@ -50,5 +50,6 @@ void ItemUseOutOfBattle_EnigmaBerry(u8);
void ItemUseInBattle_EnigmaBerry(u8);
void ItemUseOutOfBattle_CannotUse(u8);
u8 CheckIfItemIsTMHMOrEvolutionStone(u16 itemId);
+void sub_80FDD10(u8);
#endif // GUARD_ITEM_USE_H