blob: e95b8ec9d7c4be06ffd9b59d912945bf19f506a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Harbor_MapBorder::
.incbin "data/layouts/Harbor/border.bin"
Harbor_MapBlockdata::
.incbin "data/layouts/Harbor/map.bin"
.align 2
Harbor_Layout::
.4byte 0x18
.4byte 0xf
.4byte Harbor_MapBorder
.4byte Harbor_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Facility
|