blob: e42ecf340edcd03f96ff9ca53770db3f18fa3954 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route101_MapBorder::
.incbin "data/layouts/Route101/border.bin"
Route101_MapBlockdata::
.incbin "data/layouts/Route101/map.bin"
.align 2
Route101_Layout::
.4byte 0x14
.4byte 0x14
.4byte Route101_MapBorder
.4byte Route101_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Petalburg
|