diff options
author | yenatch <yenatch@gmail.com> | 2014-04-12 15:45:19 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-12 15:45:19 -0400 |
commit | d9c5c2c55ba1ae2a1697e90a58a52050317e6e6d (patch) | |
tree | d296f4ba94c74bf9bcc2a796cb08da1a0b09ed56 /constants | |
parent | 5097747404dedd617a9a41a8e6f4cb105ea0240b (diff) |
Boxes, trading, assorted incbins.
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 23b331b36..eb5d97abe 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -3,6 +3,9 @@ PLAYER_NAME_LENGTH EQU 8 PKMN_NAME_LENGTH EQU 11 +; boxes +NUM_BOXES EQU 14 + ; predefs PREDEF_FLAG EQU $03 |