blob: 9d6c3c969bac4ef1223b3ad84dbf7211641e2e97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route115_MapBorder::
.incbin "data/layouts/Route115/border.bin"
Route115_MapBlockdata::
.incbin "data/layouts/Route115/map.bin"
.align 2
Route115_Layout::
.4byte 0x28
.4byte 0x50
.4byte Route115_MapBorder
.4byte Route115_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Fallarbor
|