diff options
Diffstat (limited to 'data/mapObjects/indigoplateaulobby.asm')
-rwxr-xr-x | data/mapObjects/indigoplateaulobby.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/mapObjects/indigoplateaulobby.asm b/data/mapObjects/indigoplateaulobby.asm index 6b9c1e99..15e6720d 100755 --- a/data/mapObjects/indigoplateaulobby.asm +++ b/data/mapObjects/indigoplateaulobby.asm @@ -8,12 +8,12 @@ IndigoPlateauLobbyObject: ; 0x19c95 (size=58) db $0 ; signs - db $5 ; people - db SPRITE_NURSE, $5 + 4, $7 + 4, $ff, $d0, $1 ; person - db SPRITE_GYM_HELPER, $9 + 4, $4 + 4, $ff, $d3, $2 ; person - db SPRITE_LASS, $1 + 4, $5 + 4, $ff, $d0, $3 ; person - db SPRITE_MART_GUY, $5 + 4, $0 + 4, $ff, $d3, $4 ; person - db SPRITE_CABLE_CLUB_WOMAN, $6 + 4, $d + 4, $ff, $d0, $5 ; person + db $5 ; objects + object SPRITE_NURSE, $7, $5, FACE, DOWN, $1 ; person + object SPRITE_GYM_HELPER, $4, $9, FACE, LEFT, $2 ; person + object SPRITE_LASS, $5, $1, FACE, DOWN, $3 ; person + object SPRITE_MART_GUY, $0, $5, FACE, LEFT, $4 ; person + object SPRITE_CABLE_CLUB_WOMAN, $d, $6, FACE, DOWN, $5 ; person ; warp-to EVENT_DISP INDIGO_PLATEAU_LOBBY_WIDTH, $b, $7 |