diff options
Diffstat (limited to 'data/mapObjects/undergroundpathentranceroute7copy.asm')
-rwxr-xr-x | data/mapObjects/undergroundpathentranceroute7copy.asm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/mapObjects/undergroundpathentranceroute7copy.asm b/data/mapObjects/undergroundpathentranceroute7copy.asm new file mode 100755 index 00000000..53972ce9 --- /dev/null +++ b/data/mapObjects/undergroundpathentranceroute7copy.asm @@ -0,0 +1,18 @@ +UndergroundPathEntranceRoute7CopyObject: ; 5d787 (17:5787) + db $a ; border block + + db $3 ; warps + db $7, $3, $5, $ff + db $7, $4, $5, $ff + db $4, $4, $0, UNDERGROUND_PATH_WE + + db $0 ; signs + + db $2 ; people + db SPRITE_GIRL, $2 + 4, $3 + 4, $ff, $ff, $1 ; person + db SPRITE_FAT_BALD_GUY, $4 + 4, $2 + 4, $ff, $ff, $2 ; person + + ; warp-to + EVENT_DISP PATH_ENTRANCE_ROUTE_7_COPY_WIDTH, $7, $3 + EVENT_DISP PATH_ENTRANCE_ROUTE_7_COPY_WIDTH, $7, $4 + EVENT_DISP PATH_ENTRANCE_ROUTE_7_COPY_WIDTH, $4, $4 ; UNDERGROUND_PATH_WE |