blob: f0d4e13b73460c7c79fd7b89f9ab487a9b54d3c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route125_MapBorder::
.incbin "data/layouts/Route125/border.bin"
Route125_MapBlockdata::
.incbin "data/layouts/Route125/map.bin"
.align 2
Route125_Layout::
.4byte 0x50
.4byte 0x28
.4byte Route125_MapBorder
.4byte Route125_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Mossdeep
|