aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapObjects/route24.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-12-14 22:09:30 -0600
committerdannye <corrnondacqb@yahoo.com>2015-12-14 22:09:30 -0600
commit351146024bdd386c328af0f2abdb04e728e4c133 (patch)
tree302778584b45ba74080ca893fbc94c81e825118b /data/mapObjects/route24.asm
parentDefine text banks relative to the first one. Clean up address comments. (diff)
downloadpokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.tar.gz
pokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.tar.xz
pokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.zip
Fewer underscores in constants
Diffstat (limited to 'data/mapObjects/route24.asm')
-rwxr-xr-xdata/mapObjects/route24.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/mapObjects/route24.asm b/data/mapObjects/route24.asm
index b61ff713..f8173c9d 100755
--- a/data/mapObjects/route24.asm
+++ b/data/mapObjects/route24.asm
@@ -7,8 +7,8 @@ Route24Object: ; 0x506a4 (size=67)
db $8 ; objects
object SPRITE_BLACK_HAIR_BOY_1, $b, $f, STAY, LEFT, $1, OPP_ROCKET, $6
- object SPRITE_BLACK_HAIR_BOY_1, $5, $14, STAY, UP, $2, OPP_JR__TRAINER_M, $2
- object SPRITE_BLACK_HAIR_BOY_1, $b, $13, STAY, LEFT, $3, OPP_JR__TRAINER_M, $3
+ object SPRITE_BLACK_HAIR_BOY_1, $5, $14, STAY, UP, $2, OPP_JR_TRAINER_M, $2
+ object SPRITE_BLACK_HAIR_BOY_1, $b, $13, STAY, LEFT, $3, OPP_JR_TRAINER_M, $3
object SPRITE_LASS, $a, $16, STAY, RIGHT, $4, OPP_LASS, $7
object SPRITE_BUG_CATCHER, $b, $19, STAY, LEFT, $5, OPP_YOUNGSTER, $4
object SPRITE_LASS, $a, $1c, STAY, RIGHT, $6, OPP_LASS, $8