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/route25.asm | |
| parent | 9178fc7183b6f43dc901637a7497e9f3084fc668 (diff) | |
Fewer underscores in constants
dannye
Diffstat (limited to 'data/mapObjects/route25.asm')
| -rwxr-xr-x | data/mapObjects/route25.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapObjects/route25.asm b/data/mapObjects/route25.asm index 62fa8e77..5c6811f3 100755 --- a/data/mapObjects/route25.asm +++ b/data/mapObjects/route25.asm @@ -10,7 +10,7 @@ Route25Object: ; 0x507b2 (size=94) db $a ; objects object SPRITE_BUG_CATCHER, $e, $2, STAY, DOWN, $1, OPP_YOUNGSTER, $5 object SPRITE_BUG_CATCHER, $12, $5, STAY, UP, $2, OPP_YOUNGSTER, $6 - object SPRITE_BLACK_HAIR_BOY_1, $18, $4, STAY, DOWN, $3, OPP_JR__TRAINER_M, $2 + object SPRITE_BLACK_HAIR_BOY_1, $18, $4, STAY, DOWN, $3, OPP_JR_TRAINER_M, $2 object SPRITE_LASS, $12, $8, STAY, RIGHT, $4, OPP_LASS, $9 object SPRITE_BUG_CATCHER, $20, $3, STAY, LEFT, $5, OPP_YOUNGSTER, $7 object SPRITE_LASS, $25, $4, STAY, DOWN, $6, OPP_LASS, $a |
