summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-07-25 22:07:49 -0500
committercamthesaxman <cameronghall@cox.net>2017-07-25 22:07:49 -0500
commit6f52c5238ccd0dad9a465102c950aa77cc7730c4 (patch)
tree0cd0d640c074e297d8080240ecb632e27bb5420a /include
parent1fd1a3b0c44ec57147087e05ecd2b8b301e0f385 (diff)
decompile the two remaining functions of berry_tag_screen.c
Diffstat (limited to 'include')
-rw-r--r--include/item_menu.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/item_menu.h b/include/item_menu.h
index 6950ed0ff..29618f347 100644
--- a/include/item_menu.h
+++ b/include/item_menu.h
@@ -3,6 +3,17 @@
#include "string_util.h"
+struct PocketScrollState
+{
+ u8 cursorPos;
+ u8 scrollTop;
+ u8 numSlots;
+ u8 cursorMax;
+};
+
+extern struct PocketScrollState gBagPocketScrollStates[];
+extern struct ItemSlot *gCurrentBagPocketItemSlots;
+
void ResetBagScrollPositions(void);
void ClearBag(void);
void sub_80A3E0C(void);