summaryrefslogtreecommitdiff
path: root/include/item_menu.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-02-07 12:27:25 -0600
committerGitHub <noreply@github.com>2018-02-07 12:27:25 -0600
commit3fb2471016b97e4a2e1ee4d73d7d4e3e632eda7a (patch)
treeb73bc6cf151260511593ec1cf29c587b453dd3cd /include/item_menu.h
parentdb97098b916716bc536465d961acefcc5af2b2e3 (diff)
parent0826ea552edf3c50c50fa9836605d5a1547ed92a (diff)
Merge pull request #197 from DizzyEggg/decompile_berry_tag_screen
Decompile berry tag screen
Diffstat (limited to 'include/item_menu.h')
-rw-r--r--include/item_menu.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/item_menu.h b/include/item_menu.h
index 85655e9d5..0ddd6766b 100644
--- a/include/item_menu.h
+++ b/include/item_menu.h
@@ -2,11 +2,24 @@
#define GUARD_item_menu_H
// Exported type declarations
+struct BagStruct
+{
+ void *func;
+ u8 unk4;
+ u8 pocket;
+ u8 unk6[2];
+ u16 unk8[5];
+ u16 unk12[5];
+ void *unk1C;
+};
+
+extern struct BagStruct gUnknown_0203CE58;
// Exported RAM declarations
// Exported ROM declarations
void sub_81AAC50(void);
void sub_81AAC70(void);
+void bag_menu_mail_related(void);
#endif //GUARD_item_menu_H