blob: f9e9255a0f89e395d40f8d22d4b4b8f3161750e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Route120_MapBorder::
.incbin "data/layouts/Route120/border.bin"
Route120_MapBlockdata::
.incbin "data/layouts/Route120/map.bin"
.align 2
Route120_Layout::
.4byte 0x28
.4byte 0x64
.4byte Route120_MapBorder
.4byte Route120_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Fortree
|