blob: 0c76c2b7b6179ccce3736c57cb93682ddb343d9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route123_MapBorder::
.incbin "data/layouts/Route123/border.bin"
Route123_MapBlockdata::
.incbin "data/layouts/Route123/map.bin"
.align 2
Route123_Layout::
.4byte 0x8c
.4byte 0x14
.4byte Route123_MapBorder
.4byte Route123_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lilycove
|