summaryrefslogtreecommitdiff
path: root/data/maps/objects/FontoRoute6.asm
blob: c3320e7f54e0da2c99f594347314d3d0b41ab26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
INCLUDE "constants.asm"

SECTION "data/maps/objects/FontoRoute6.asm", ROMX

	map_attributes FontoRoute6, FONTO_ROUTE_6, WEST | EAST
	connection west, FontoRoute5, FONTO_ROUTE_5, 0, 0, 12
	connection east, FontoRoute2, FONTO_ROUTE_2, 0, 0, 12

FontoRoute6_MapEvents::
	dw $4000 ; unknown

	db 0 ; warp events

	db 0 ; bg events

	db 0 ; person events

FontoRoute6_Blocks::
INCBIN "maps/FontoRoute6.blk"