mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-25 11:14:15 +01:00
Upped bag storage capacity
This commit is contained in:
parent
f13685d3cd
commit
0124c910aa
@ -54,8 +54,8 @@
|
||||
#define MAIL_COUNT (10 + PARTY_SIZE)
|
||||
#define SECRET_BASES_COUNT 20
|
||||
#define POKE_NEWS_COUNT 16
|
||||
#define PC_ITEMS_COUNT 50
|
||||
#define BAG_ITEMS_COUNT 60
|
||||
#define PC_ITEMS_COUNT 2
|
||||
#define BAG_ITEMS_COUNT 110
|
||||
#define BAG_KEYITEMS_COUNT 30
|
||||
#define BAG_POKEBALLS_COUNT 16
|
||||
#define BAG_TMHM_COUNT 64
|
||||
|
Loading…
Reference in New Issue
Block a user