diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-02-08 21:00:28 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-02-08 21:00:28 -0500 |
commit | 56e1a52823e111ba360031338249a08162150a08 (patch) | |
tree | 2779531f046d944182f88bbc1e17adf36aa2b9e4 /include/item.h | |
parent | de95a703b0350996ca26f245392c3a1dae34ea63 (diff) |
Fixes
Diffstat (limited to 'include/item.h')
-rw-r--r-- | include/item.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/item.h b/include/item.h index 06eb08046..d81a3de33 100644 --- a/include/item.h +++ b/include/item.h @@ -61,5 +61,8 @@ ItemUseFunc ItemId_GetBattleFunc(u16 itemId); u8 ItemId_GetSecondaryId(u16 itemId); u16 itemid_get_market_price(u16 itemId); u16 BagGetItemIdByPocketPosition(u8 pocketId, u16 pocketPos); +void sub_80D6FB4(struct BagPocket*); +void sub_80D6F64(struct BagPocket*); +void sub_80D702C(struct ItemSlot*, s16, u16); #endif // ITEM_H |