pokered/data/maps/objects/PewterMart.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
374 B
NASM
Executable file

PewterMart_Object:
db $0 ; border block
db 2 ; warps
warp 3, 7, 4, LAST_MAP
warp 4, 7, 4, LAST_MAP
db 0 ; signs
db 3 ; objects
object SPRITE_CLERK, 0, 5, STAY, RIGHT, 1 ; person
object SPRITE_YOUNGSTER, 3, 3, WALK, 1, 2 ; person
object SPRITE_SUPER_NERD, 5, 5, STAY, NONE, 3 ; person
; warp-to
warp_to 3, 7, PEWTER_MART_WIDTH
warp_to 4, 7, PEWTER_MART_WIDTH