aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/objects/UndergroundPathNorthSouth.asm
blob: 9de44f1a430d27e4f3b6c0a6093586a92aefec10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
UndergroundPathNorthSouth_Object:
	db $1 ; border block

	def_warps
	warp 5, 4, 2, UNDERGROUND_PATH_ROUTE_5
	warp 2, 41, 2, UNDERGROUND_PATH_ROUTE_6

	def_signs

	def_objects

	; warp-to
	warp_to 5, 4, UNDERGROUND_PATH_NORTH_SOUTH_WIDTH ; UNDERGROUND_PATH_ROUTE_5
	warp_to 2, 41, UNDERGROUND_PATH_NORTH_SOUTH_WIDTH ; UNDERGROUND_PATH_ROUTE_6