blob: d27ed902a551b6d3b0f18d194adf2a0ce677e833 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route124_MapBorder::
.incbin "data/layouts/Route124/border.bin"
Route124_MapBlockdata::
.incbin "data/layouts/Route124/map.bin"
.align 2
Route124_Layout::
.4byte 0x50
.4byte 0x50
.4byte Route124_MapBorder
.4byte Route124_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Mossdeep
|