blob: 194d44fce796a33d121f2cff253f1a98e29cc52f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route102_MapBorder::
.incbin "data/layouts/Route102/border.bin"
Route102_MapBlockdata::
.incbin "data/layouts/Route102/map.bin"
.align 2
Route102_Layout::
.4byte 0x32
.4byte 0x14
.4byte Route102_MapBorder
.4byte Route102_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Petalburg
|