diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-09-28 21:35:20 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-09-28 21:35:20 -0400 |
commit | b843b5529227e301895920b56585cf9ec69c9b53 (patch) | |
tree | 56db43924785f76a8547eb6594687c4536ebb4a0 /include/item.h | |
parent | 0993cb64f7c3a4ff8827da72acc76afccca682e6 (diff) |
berry_pouch through sub_813D940
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 0f0adbca8..f0aaa0f6c 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); #endif // GUARD_ITEM_H |