blob: 16624fa023293a648fc7b97599d57a1450142eed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route128_MapBorder::
.incbin "data/layouts/Route128/border.bin"
Route128_MapBlockdata::
.incbin "data/layouts/Route128/map.bin"
.align 2
Route128_Layout::
.4byte 0x78
.4byte 0x28
.4byte Route128_MapBorder
.4byte Route128_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Mossdeep
|