diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-02 14:19:19 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-02 14:19:19 -0400 |
commit | f963d9019a6e728c7293783ca8ee6e10dd6c8876 (patch) | |
tree | bed667d85b9229b9c6781d56140ef968e7a052e9 /data/mapObjects | |
parent | 564b0c65f3d4b2da54c598457fbb9152b18d97e5 (diff) |
Saffron Gym
Diffstat (limited to 'data/mapObjects')
-rwxr-xr-x | data/mapObjects/saffrongym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapObjects/saffrongym.asm b/data/mapObjects/saffrongym.asm index 63676905..20d91991 100755 --- a/data/mapObjects/saffrongym.asm +++ b/data/mapObjects/saffrongym.asm @@ -38,7 +38,7 @@ SaffronGymObject: ; 0x5d259 (size=330) db $0 ; signs db $9 ; objects - object SPRITE_GIRL, $9, $8, STAY, DOWN, $1, OPP_SABRINA, $1 + object SPRITE_LASS, $9, $8, STAY, DOWN, $1, OPP_SABRINA, $1 object SPRITE_MEDIUM, $a, $1, STAY, DOWN, $2, OPP_CHANNELER, $16 object SPRITE_BUG_CATCHER, $11, $1, STAY, DOWN, $3, OPP_PSYCHIC_TR, $1 object SPRITE_MEDIUM, $3, $7, STAY, DOWN, $4, OPP_CHANNELER, $17 |