blob: ce78ef9cc246bd37024c67d3a83da52897f52565 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route105_MapBorder::
.incbin "data/layouts/Route105/border.bin"
Route105_MapBlockdata::
.incbin "data/layouts/Route105/map.bin"
.align 2
Route105_Layout::
.4byte 0x28
.4byte 0x50
.4byte Route105_MapBorder
.4byte Route105_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Dewford
|