diff options
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index a4e89fd93..924dc7d0a 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -117,6 +117,7 @@ BATTLETOWER_NRMONSPERLEVELBRACKET EQU BATTLETOWER_NROFPKMNS * BATTLETOWER_NROFTR NUM_WILDMONS_PER_AREA_TIME_OF_DAY EQU 7 WILDMON_GRASS_STRUCTURE_LENGTH EQU 2 + 3 * (1 + 2 * NUM_WILDMONS_PER_AREA_TIME_OF_DAY) +MOBILE_EVENT_OBJECT_GS_BALL EQU $b PRINTNUM_MONEY_F EQU 5 PRINTNUM_RIGHTALIGN_F EQU 6 |