tm_case through sub_8132120

This commit is contained in:
PikalaxALT
2019-04-14 15:59:22 -04:00
parent ed4b353795
commit ef00905bd7
8 changed files with 197 additions and 505 deletions
+3 -1
View File
@@ -28,7 +28,6 @@ struct BagPocket
};
extern struct BagPocket gBagPockets[];
extern struct BagPocket gUnknown_20398A4;
void GetBerryCountString(u8* dst, const u8* berryName, u32 quantity);
void CopyItemName(u16 itemId, u8 *string);
@@ -69,5 +68,8 @@ bool8 AddBagItem(u16 itemId, u16 amount);
void sub_809A5E4(struct BagPocket *);
u16 sub_809A798(u8 a0, u16 a1);
u16 sub_809A7B4(u8 a0, u16 a1);
bool8 itemid_is_unique(u16 itemId);
void sub_809A584(struct ItemSlot * slots, u8 capacity);
#endif // ITEM_H