From 5aa4d6c777507ff7403f2f14ab602007b17f19ab Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Tue, 22 Dec 2015 16:06:11 -0500 Subject: Fewer underscores in constants dannye --- data/mapObjects/route24.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/mapObjects/route24.asm') 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 -- cgit v1.3.1-sl0p