diff options
Diffstat (limited to 'include/item.h')
-rw-r--r-- | include/item.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/item.h b/include/item.h index 25177cb6e..37cc6ca70 100644 --- a/include/item.h +++ b/include/item.h @@ -28,6 +28,7 @@ struct BagPocket }; extern struct BagPocket gBagPockets[]; +extern struct BagPocket gUnknown_20398A4; void GetBerryCountString(u8* dst, const u8* berryName, u32 quantity); void CopyItemName(u16 itemId, u8 *string); @@ -66,4 +67,7 @@ void CopyItemName(u16, u8 *); void sub_809A824(u16 itemId); bool8 AddBagItem(u16 itemId, u16 amount); +void sub_809A5E4(struct BagPocket *); +u16 sub_809A798(u8 a0, u16 a1); + #endif // ITEM_H |