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/pewtergym.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/pewtergym.asm')
| -rwxr-xr-x | data/mapObjects/pewtergym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapObjects/pewtergym.asm b/data/mapObjects/pewtergym.asm index 69196193..b0224a11 100755 --- a/data/mapObjects/pewtergym.asm +++ b/data/mapObjects/pewtergym.asm @@ -9,7 +9,7 @@ PewterGymObject: ; 0x5c52e (size=42) db $3 ; objects object SPRITE_BLACK_HAIR_BOY_2, $4, $1, STAY, DOWN, $1, OPP_BROCK, $1 - object SPRITE_BLACK_HAIR_BOY_1, $3, $6, STAY, RIGHT, $2, OPP_JR__TRAINER_M, $1 + object SPRITE_BLACK_HAIR_BOY_1, $3, $6, STAY, RIGHT, $2, OPP_JR_TRAINER_M, $1 object SPRITE_GYM_HELPER, $7, $a, STAY, DOWN, $3 ; person ; warp-to |
