summaryrefslogtreecommitdiff
path: root/include/item.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-10-25 05:57:13 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-10-25 05:57:26 +0800
commit631eccb92ddbbac3630ebbcad84c3557450577a2 (patch)
tree6d612c84bc23695783d0e55d1e28c51e6d13f4f4 /include/item.h
parentb4692071218344995fed976ea1023df4702caa9e (diff)
thru OakOldManHandleSwitchInAnim
Diffstat (limited to 'include/item.h')
-rw-r--r--include/item.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/item.h b/include/item.h
index 69560a0e5..dd6271d13 100644
--- a/include/item.h
+++ b/include/item.h
@@ -37,7 +37,6 @@ void CopyItemNameHandlePlural(u16 itemId, u8 *string, u32 quantity);
bool8 IsBagPocketNonEmpty(u8 pocket);
bool8 CheckBagHasItem(u16 itemId, u16 count);
bool8 CheckBagHasSpace(u16 itemId, u16 count);
-bool8 AddBagItem(u16 itemId, u16 count);
bool8 RemoveBagItem(u16 itemId, u16 count);
u8 GetPocketByItemId(u16 itemId);
void ClearItemSlots(struct ItemSlot *itemSlots, u8 b);