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/vermiliongym.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/vermiliongym.asm')
| -rwxr-xr-x | data/mapObjects/vermiliongym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapObjects/vermiliongym.asm b/data/mapObjects/vermiliongym.asm index 830af62c..892403a3 100755 --- a/data/mapObjects/vermiliongym.asm +++ b/data/mapObjects/vermiliongym.asm @@ -8,7 +8,7 @@ VermilionGymObject: ; 0x5cbfe (size=58) db $0 ; signs db $5 ; objects - object SPRITE_ROCKER, $5, $1, STAY, DOWN, $1, OPP_LT__SURGE, $1 + object SPRITE_ROCKER, $5, $1, STAY, DOWN, $1, OPP_LT_SURGE, $1 object SPRITE_GENTLEMAN, $9, $6, STAY, LEFT, $2, OPP_GENTLEMAN, $3 object SPRITE_BLACK_HAIR_BOY_2, $3, $8, STAY, LEFT, $3, OPP_ROCKER, $1 object SPRITE_SAILOR, $0, $a, STAY, RIGHT, $4, OPP_SAILOR, $8 |
