Set max item capacity in bag to 999

This commit is contained in:
Ninjdai 2023-11-10 19:47:36 +01:00
parent 321a29b1ce
commit f93a95244b

View File

@ -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