blob: 7f0baac20ed3d9e4d7d55d2886cbfc53bf696f29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route122_MapBorder::
.incbin "data/layouts/Route122/border.bin"
Route122_MapBlockdata::
.incbin "data/layouts/Route122/map.bin"
.align 2
Route122_Layout::
.4byte 0x28
.4byte 0x28
.4byte Route122_MapBorder
.4byte Route122_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lilycove
|