diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-14 15:59:22 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-14 15:59:22 -0400 |
commit | ef00905bd76a02a62ad0b69583b739c54599bd16 (patch) | |
tree | 5903b0e01b12a7eff84135a0521b3def2efee9f9 /include | |
parent | ed4b353795e27f362ad1abd5d31ec4bf5936b9dd (diff) |
tm_case through sub_8132120
Diffstat (limited to 'include')
-rw-r--r-- | include/item.h | 4 | ||||
-rw-r--r-- | include/new_menu_helpers.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/include/item.h b/include/item.h index 37cc6ca70..9aea7dc86 100644 --- a/include/item.h +++ b/include/item.h @@ -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 diff --git a/include/new_menu_helpers.h b/include/new_menu_helpers.h index fe8b5b754..55537f21c 100644 --- a/include/new_menu_helpers.h +++ b/include/new_menu_helpers.h @@ -29,5 +29,6 @@ void ResetBg0(void); void Menu_LoadStdPalAt(u16); void * malloc_and_decompress(const void * src, u32 * size); u16 sub_80F796C(void); +void sub_80F6B08(u8 bgId, u8 value, u8 height, u8 width, u8 x, u8 y); #endif // GUARD_NEW_MENU_HELPERS_H |