pokered/data/maps/objects/SaffronPidgeyHouse.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

18 lines
453 B
NASM
Executable file

SaffronPidgeyHouse_Object:
db $a ; border block
db 2 ; warps
warp 2, 7, 3, LAST_MAP
warp 3, 7, 3, LAST_MAP
db 0 ; signs
db 4 ; objects
object SPRITE_BRUNETTE_GIRL, 2, 3, STAY, RIGHT, 1 ; person
object SPRITE_BIRD, 0, 4, WALK, 1, 2 ; person
object SPRITE_YOUNGSTER, 4, 1, STAY, DOWN, 3 ; person
object SPRITE_PAPER, 3, 3, STAY, NONE, 4 ; person
; warp-to
warp_to 2, 7, SAFFRON_PIDGEY_HOUSE_WIDTH
warp_to 3, 7, SAFFRON_PIDGEY_HOUSE_WIDTH