diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-12-14 22:09:30 -0600 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-12-14 22:09:30 -0600 |
| commit | 351146024bdd386c328af0f2abdb04e728e4c133 (patch) | |
| tree | 302778584b45ba74080ca893fbc94c81e825118b /data/mapObjects/vermiliongym.asm | |
| parent | Define text banks relative to the first one. Clean up address comments. (diff) | |
| download | pokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.tar.gz pokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.tar.xz pokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.zip | |
Fewer underscores in constants
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 |
