add constant for 3 main bag pockets
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user