diff options
author | YamaArashi <shadow962@live.com> | 2015-08-29 17:27:57 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-08-29 17:29:16 -0700 |
commit | 2ff0f3f208d01c6244c805866a1795be1dfd21ea (patch) | |
tree | fcacb6f4926b4ae9bbea9ddb8077d1e1bcc7e14f /wram.asm | |
parent | b6a7e5e9cf20e7924f6cf427c66e9aeb42fa77f3 (diff) |
added constants for item capacity
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2282,7 +2282,7 @@ wNumBagItems:: ; d31d ds 1 wBagItems:: ; d31e ; item, quantity - ds 20 * 2 + ds BAG_ITEM_CAPACITY * 2 ds 1 ; end wPlayerMoney:: ; d347 @@ -2595,7 +2595,7 @@ wNumBoxItems:: ; d53a ds 1 wBoxItems:: ; d53b ; item, quantity - ds 50 * 2 + ds PC_ITEM_CAPACITY * 2 ds 1 ; end wCurrentBoxNum:: ; d5a0 |