diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-02 13:18:57 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-02 13:18:57 -0400 |
commit | eb83973a646203425a52cbb80d03efcfdb04bc6a (patch) | |
tree | 7e21f093f6fa082a673429a27b7d31cb113b91cd /data/mapObjects | |
parent | 34061c6d0fae84b4a572bb2792ec6c09ede95e20 (diff) |
Indigo Plateau Lobby
Diffstat (limited to 'data/mapObjects')
-rwxr-xr-x | data/mapObjects/indigoplateaulobby.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/mapObjects/indigoplateaulobby.asm b/data/mapObjects/indigoplateaulobby.asm index dfcd97b7..c41e2cfc 100755 --- a/data/mapObjects/indigoplateaulobby.asm +++ b/data/mapObjects/indigoplateaulobby.asm @@ -8,12 +8,13 @@ IndigoPlateauLobbyObject: ; 0x19c95 (size=58) db $0 ; signs - db $5 ; objects + db $6 ; objects object SPRITE_NURSE, $7, $5, STAY, DOWN, $1 ; person object SPRITE_GYM_HELPER, $4, $9, STAY, RIGHT, $2 ; person object SPRITE_LASS, $5, $1, STAY, DOWN, $3 ; person object SPRITE_MART_GUY, $0, $5, STAY, RIGHT, $4 ; person object SPRITE_CABLE_CLUB_WOMAN, $d, $6, STAY, DOWN, $5 ; person + object SPRITE_CHANSEY, $8, $5, STAY, DOWN, $6 ; person ; warp-to EVENT_DISP INDIGO_PLATEAU_LOBBY_WIDTH, $b, $7 |