blob: 0c1d76b585143fc5435eba0409cc9cab05176f9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route113_MapBorder::
.incbin "data/layouts/Route113/border.bin"
Route113_MapBlockdata::
.incbin "data/layouts/Route113/map.bin"
.align 2
Route113_Layout::
.4byte 0x64
.4byte 0x14
.4byte Route113_MapBorder
.4byte Route113_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Fallarbor
|