diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-22 16:06:11 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-22 16:06:11 -0500 |
| commit | 5aa4d6c777507ff7403f2f14ab602007b17f19ab (patch) | |
| tree | 82fd7aadc36baf46d888b90f3447103d8eaac06f /data/mapObjects/route24.asm | |
| parent | data/evos_moves.asm (diff) | |
| download | pokeyellow-5aa4d6c777507ff7403f2f14ab602007b17f19ab.tar.gz pokeyellow-5aa4d6c777507ff7403f2f14ab602007b17f19ab.tar.xz pokeyellow-5aa4d6c777507ff7403f2f14ab602007b17f19ab.zip | |
Fewer underscores in constants
dannye
Diffstat (limited to 'data/mapObjects/route24.asm')
| -rwxr-xr-x | data/mapObjects/route24.asm | 4 |
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 |
