mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-25 03:04:15 +01:00
Set max item capacity in bag to 999
This commit is contained in:
parent
566b8cf939
commit
321a29b1ce
@ -946,7 +946,7 @@
|
||||
#define NUM_TECHNICAL_MACHINES 100
|
||||
#define NUM_HIDDEN_MACHINES 8
|
||||
|
||||
#define MAX_BAG_ITEM_CAPACITY 99
|
||||
#define MAX_BAG_ITEM_CAPACITY 999
|
||||
#define MAX_PC_ITEM_CAPACITY 999
|
||||
#define MAX_BERRY_CAPACITY 999
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user