blob: 72a0c428c4a4f25e078f0e94f7b208f1f2f3c897 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route112_MapBorder::
.incbin "data/layouts/Route112/border.bin"
Route112_MapBlockdata::
.incbin "data/layouts/Route112/map.bin"
.align 2
Route112_Layout::
.4byte 0x28
.4byte 0x3c
.4byte Route112_MapBorder
.4byte Route112_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lavaridge
|