blob: fe3bac06686cb1f124f3e9f7d380ce90155f9e78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route103_MapBorder::
.incbin "data/layouts/Route103/border.bin"
Route103_MapBlockdata::
.incbin "data/layouts/Route103/map.bin"
.align 2
Route103_Layout::
.4byte 0x50
.4byte 0x16
.4byte Route103_MapBorder
.4byte Route103_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Petalburg
|