diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-03 19:43:47 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-03 19:43:47 -0500 |
commit | c5527a02ae1423479af567acf7dc38708f50f9b3 (patch) | |
tree | d32864ab632f22bf1ce67c120c514488339a5120 /constants/misc_constants.asm | |
parent | 10beeb3c0611b9114a8e5ff6ab0b8c5d7716defe (diff) |
dbw BANK, addr replaced with dba
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 |