blob: cb87f8414e7b38d09d3f2c5f21740c46f682300e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route118_MapBorder::
.incbin "data/layouts/Route118/border.bin"
Route118_MapBlockdata::
.incbin "data/layouts/Route118/map.bin"
.align 2
Route118_Layout::
.4byte 0x50
.4byte 0x14
.4byte Route118_MapBorder
.4byte Route118_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Mauville
|