blob: 25e133f28e2f6628a029ebf36738a97b29836967 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route117_MapBorder::
.incbin "data/layouts/Route117/border.bin"
Route117_MapBlockdata::
.incbin "data/layouts/Route117/map.bin"
.align 2
Route117_Layout::
.4byte 0x3c
.4byte 0x14
.4byte Route117_MapBorder
.4byte Route117_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Mauville
|