diff options
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..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 |