blob: 2966c06c54fbc29ee9d5783821d0f9aadc4f08f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route111_MapBorder::
.incbin "data/layouts/Route111/border.bin"
Route111_MapBlockdata::
.incbin "data/layouts/Route111/map.bin"
.align 2
Route111_Layout::
.4byte 0x28
.4byte 0x8c
.4byte Route111_MapBorder
.4byte Route111_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Mauville
|