diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-12 16:30:51 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-12 16:30:51 -0400 |
commit | 11b027d13c9639c27b3576908a2030a635bcb6be (patch) | |
tree | ea150c728e35006b53e6cea6e51230cd5b9cc7ad /include/item.h | |
parent | ce18093251f35ad6369d9d42d84e8fe60d398891 (diff) |
Decompile player_pc
Diffstat (limited to 'include/item.h')
-rw-r--r-- | include/item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/item.h b/include/item.h index 6e0af31bb..69560a0e5 100644 --- a/include/item.h +++ b/include/item.h @@ -77,5 +77,6 @@ u16 GetPcItemQuantity(u16 *); void ItemPcCompaction(void); void RemoveItemFromPC(u16 itemId, u16 quantity); void SortAndCompactBagPocket(struct BagPocket * pocket); +u8 CountItemsInPC(void); #endif // GUARD_ITEM_H |