summaryrefslogtreecommitdiff
path: root/constants/misc_constants.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-17 17:56:49 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-17 17:56:49 -0500
commit27ef600ace40671a78f5bb3a71f507e42c175f50 (patch)
treebf3aa9923518fbd3251fe478f31325e0ba63e524 /constants/misc_constants.asm
parente88c88ff2015a55ff0d04f9ac1dc55d7f0567f7c (diff)
Here's the mail it never fails
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r--constants/misc_constants.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm
index cc0257cfb..964783a5e 100644
--- a/constants/misc_constants.asm
+++ b/constants/misc_constants.asm
@@ -32,6 +32,10 @@ HP_RED EQU 2
MONS_PER_BOX EQU 20
NUM_BOXES EQU 14
+; mail
+MAIL_STRUCT_LENGTH EQU $2f
+MAILBOX_CAPACITY EQU 10
+
; hall of fame
HOF_MON_LENGTH = 1 + 2 + 2 + 1 + (PKMN_NAME_LENGTH +- 1) ; species, id, dvs, level, nick
HOF_LENGTH = 1 + HOF_MON_LENGTH * PARTY_LENGTH + 1 ; win count, party, terminator