diff options
author | yenatch <yenatch@gmail.com> | 2018-03-10 16:16:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-10 16:16:03 -0500 |
commit | 12070ca50067d3abe36a730190f88ee43f2cace9 (patch) | |
tree | f835c3df3454c3d10f88d46eb7dfe40827362c35 /constants/misc_constants.asm | |
parent | b2f5362ec3582a94269212e26676d81ddbf47cdf (diff) | |
parent | 4e4d9c908362a7c69f7c2839c3c678da797373d5 (diff) |
Merge pull request #496 from Rangi42/master
Label more map scripts; document more bugs [ready to merge]
Diffstat (limited to 'constants/misc_constants.asm')
-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 d1423eae0..03911c50a 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -37,6 +37,9 @@ MAX_LINK_RECORD EQU 9999 ; day-care MAX_DAY_CARE_EXP EQU $500000 +; hall of fame +HOF_MASTER_COUNT EQU 200 + ; bug-catching contest BUG_CONTEST_MINUTES EQU 20 BUG_CONTEST_SECONDS EQU 0 |