thru OakOldManHandleSwitchInAnim

This commit is contained in:
jiangzhengwenjz
2019-10-25 05:57:13 +08:00
parent b469207121
commit 631eccb92d
11 changed files with 1589 additions and 4905 deletions
-1
View File
@@ -37,7 +37,6 @@ void CopyItemNameHandlePlural(u16 itemId, u8 *string, u32 quantity);
bool8 IsBagPocketNonEmpty(u8 pocket);
bool8 CheckBagHasItem(u16 itemId, u16 count);
bool8 CheckBagHasSpace(u16 itemId, u16 count);
bool8 AddBagItem(u16 itemId, u16 count);
bool8 RemoveBagItem(u16 itemId, u16 count);
u8 GetPocketByItemId(u16 itemId);
void ClearItemSlots(struct ItemSlot *itemSlots, u8 b);