mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-25 19:24:16 +01:00
Set max item capacity in bag to 999
This commit is contained in:
parent
321a29b1ce
commit
f93a95244b
@ -950,7 +950,7 @@
|
||||
#define MAX_PC_ITEM_CAPACITY 999
|
||||
#define MAX_BERRY_CAPACITY 999
|
||||
|
||||
#define BAG_ITEM_CAPACITY_DIGITS 2
|
||||
#define BAG_ITEM_CAPACITY_DIGITS 3
|
||||
#define BERRY_CAPACITY_DIGITS 3
|
||||
#define MAX_ITEM_DIGITS BERRY_CAPACITY_DIGITS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user