From 5aa4d6c777507ff7403f2f14ab602007b17f19ab Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Tue, 22 Dec 2015 16:06:11 -0500 Subject: Fewer underscores in constants dannye --- data/mapObjects/vermiliongym.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/mapObjects/vermiliongym.asm') 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 -- cgit v1.3.1-sl0p