aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapObjects/route24.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-12-22 16:06:11 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-12-22 16:06:11 -0500
commit5aa4d6c777507ff7403f2f14ab602007b17f19ab (patch)
tree82fd7aadc36baf46d888b90f3447103d8eaac06f /data/mapObjects/route24.asm
parentdata/evos_moves.asm (diff)
downloadpokeyellow-5aa4d6c777507ff7403f2f14ab602007b17f19ab.tar.gz
pokeyellow-5aa4d6c777507ff7403f2f14ab602007b17f19ab.tar.xz
pokeyellow-5aa4d6c777507ff7403f2f14ab602007b17f19ab.zip
Fewer underscores in constants
dannye
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