add constant for 3 main bag pockets

This commit is contained in:
Kurausukun
2024-08-12 14:33:52 -04:00
parent f155bf5419
commit bceff5fb5f
4 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ struct BagStruct
u8 location;
bool8 bagOpen;
u16 pocket;
u16 itemsAbove[3];
u16 cursorPos[3];
u16 itemsAbove[NUM_BAG_POCKETS_NO_CASES];
u16 cursorPos[NUM_BAG_POCKETS_NO_CASES];
};
extern struct BagStruct gBagMenuState;