blob: ea305b2a76bcea53a3d074dc155b9c87ad0adbda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route107_MapBorder::
.incbin "data/layouts/Route107/border.bin"
Route107_MapBlockdata::
.incbin "data/layouts/Route107/map.bin"
.align 2
Route107_Layout::
.4byte 0x3c
.4byte 0x14
.4byte Route107_MapBorder
.4byte Route107_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Dewford
|