diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-26 11:51:16 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-26 11:51:16 -0500 |
commit | 5959548c01ec36384be17224f9465287d050aff0 (patch) | |
tree | 0350e06d07d82e7b70e81fd337e5073489ccd433 /constants | |
parent | 725148443f0ed0f70af747259ef49643359e92a2 (diff) |
Document HOF Master bug (close #494)
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 d1423eae0..fa338d81d 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 201 + ; bug-catching contest BUG_CONTEST_MINUTES EQU 20 BUG_CONTEST_SECONDS EQU 0 |