diff options
author | yenatch <yenatch@gmail.com> | 2015-08-19 21:14:15 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-08-19 21:14:15 -0700 |
commit | 860296f468a0a941421d5cf8ca6a66217dc01e28 (patch) | |
tree | 0624a225fcde020648463caff3c67756a8a3b4d9 /constants/misc_constants.asm | |
parent | 9c84a3dd2245f149b361aa7603354297b3784b3e (diff) |
Comment and label the save file.
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 3e44a2d2f..48471c5f8 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -33,6 +33,11 @@ HP_RED EQU 2 MONS_PER_BOX EQU 20 NUM_BOXES EQU 14 +; 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 +NUM_HOF_TEAMS = 30 + ; flag manipulation RESET_FLAG EQU 0 |