pokered/data/maps/objects/FuchsiaMeetingRoom.asm
Rangi 2454296d32 Update sprite names
These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
2020-07-17 12:48:15 -04:00

17 lines
432 B
NASM
Executable file

FuchsiaMeetingRoom_Object:
db $17 ; border block
db 2 ; warps
warp 4, 7, 6, LAST_MAP
warp 5, 7, 6, LAST_MAP
db 0 ; signs
db 3 ; objects
object SPRITE_SAFARI_ZONE_WORKER, 4, 1, STAY, DOWN, 1 ; person
object SPRITE_SAFARI_ZONE_WORKER, 0, 2, STAY, UP, 2 ; person
object SPRITE_SAFARI_ZONE_WORKER, 10, 1, STAY, DOWN, 3 ; person
; warp-to
warp_to 4, 7, FUCHSIA_MEETING_ROOM_WIDTH
warp_to 5, 7, FUCHSIA_MEETING_ROOM_WIDTH