blob: e84a1b1970d4eff378732871b4deeec33586b4a6 (
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
connection east, FontoRoute2, FONTO_ROUTE_2, 0
FontoRoute6_MapEvents::
dw $4000 ; unknown
def_warp_events
def_bg_events
def_object_events
FontoRoute6_Blocks::
INCBIN "maps/FontoRoute6.blk"
|