blob: 523f6d25a1f67111f622bc787cba70f644603758 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
INCLUDE "constants.asm"
SECTION "data/maps/attributes/placeholder/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/placeholder/blk/FontoRoute6.blk"
|