blob: 767330aff8387b104700786f3cb6ee48863835bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route127_MapBorder::
.incbin "data/layouts/Route127/border.bin"
Route127_MapBlockdata::
.incbin "data/layouts/Route127/map.bin"
.align 2
Route127_Layout::
.4byte 0x50
.4byte 0x50
.4byte Route127_MapBorder
.4byte Route127_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Mossdeep
|