summaryrefslogtreecommitdiff
path: root/constants/misc_constants.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-03 19:43:47 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-03 19:43:47 -0500
commitc5527a02ae1423479af567acf7dc38708f50f9b3 (patch)
treed32864ab632f22bf1ce67c120c514488339a5120 /constants/misc_constants.asm
parent10beeb3c0611b9114a8e5ff6ab0b8c5d7716defe (diff)
dbw BANK, addr replaced with dba
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r--constants/misc_constants.asm1
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