summaryrefslogtreecommitdiff
path: root/include/item.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-13 09:06:53 -0400
committerGitHub <noreply@github.com>2019-10-13 09:06:53 -0400
commit6bffe8613e2f764a03f551ad61b360dab9395eec (patch)
treece08c9183b7e23ed4fc195d250d18762c00ad112 /include/item.h
parent094b29edb50be48ee65dab0e8866ac65bba4e225 (diff)
parent66c416875a92a5a8987dca2e1102f76c4cce5e98 (diff)
Merge pull request #115 from PikalaxALT/player_pc
Player PC
Diffstat (limited to 'include/item.h')
-rw-r--r--include/item.h1
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