blob: 1ec7171cf0a6efb0683c8312939845df2426327b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route108_MapBorder::
.incbin "data/layouts/Route108/border.bin"
Route108_MapBlockdata::
.incbin "data/layouts/Route108/map.bin"
.align 2
Route108_Layout::
.4byte 0x3c
.4byte 0x14
.4byte Route108_MapBorder
.4byte Route108_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Slateport
|