summaryrefslogtreecommitdiff
path: root/src/item_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/item_menu.c')
-rw-r--r--src/item_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/item_menu.c b/src/item_menu.c
index 23e07ef02..ea3faf49e 100644
--- a/src/item_menu.c
+++ b/src/item_menu.c
@@ -141,8 +141,8 @@ static const u8 *sPopupMenuActionList;
// common
void (*gFieldItemUseCallback)(u8) = NULL;
extern u16 gBattle_BG1_Y;
-extern struct PocketScrollState gBagPocketScrollStates[];
-extern struct ItemSlot *gCurrentBagPocketItemSlots; // selected pocket item slots
+struct PocketScrollState gBagPocketScrollStates[5];
+struct ItemSlot *gCurrentBagPocketItemSlots; // selected pocket item slots
extern const u8 Event_NoRegisteredItem[];
// TODO: decompile the debug code so we can use static in this file