summaryrefslogtreecommitdiff
path: root/include/item.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-02 21:36:30 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-02 21:36:30 -0500
commit8594e7f72d070ce10fcc41a8c2dfe32420e7c560 (patch)
treed88950f47992d61de0f560abb1e2ecede2830655 /include/item.h
parentf77b0feba6f1152216eba3b2c1edf63ba76c5a80 (diff)
Port berry_crush_2 from emerald
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 1d63c1a22..2c5852617 100644
--- a/include/item.h
+++ b/include/item.h
@@ -79,5 +79,6 @@ void RemovePCItem(u16 itemId, u16 quantity);
void SortAndCompactBagPocket(struct BagPocket * pocket);
u8 CountItemsInPC(void);
void ApplyNewEncryptionKeyToBagItems_(u32 newKey);
+bool8 CheckHasAtLeastOneBerry(void);
#endif // GUARD_ITEM_H