summaryrefslogtreecommitdiff
path: root/include/item_menu.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-04-29 12:27:50 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-04-29 12:27:50 -0400
commit3ecda6265051d15c920bd185ea88cad579523b73 (patch)
treedaf7f0eb7b119fe2d92bd2ceae847c9f11bc05b6 /include/item_menu.h
parent523c53506da69eccebb95af1d1cb76803d0fb88f (diff)
Decompile bag.s
Diffstat (limited to 'include/item_menu.h')
-rw-r--r--include/item_menu.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/item_menu.h b/include/item_menu.h
index 9ebe3918a..efd0066ed 100644
--- a/include/item_menu.h
+++ b/include/item_menu.h
@@ -7,6 +7,18 @@
// Exported RAM declarations
+struct BagStruct
+{
+ void (*bagCallback)(void);
+ u8 location;
+ u8 pocket;
+ u16 unk6;
+ u8 cursorPosition[6];
+ u8 scrollPosition[6];
+};
+
+extern struct BagStruct gUnknown_203ACFC;
+
extern u16 gSpecialVar_ItemId;
// Exported ROM declarations