blob: 7fc86dca447974edf3e312814e5c80ef0c303c40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
IslandHarbor_MapBorder::
.incbin "data/layouts/IslandHarbor/border.bin"
IslandHarbor_MapBlockdata::
.incbin "data/layouts/IslandHarbor/map.bin"
.align 2
IslandHarbor_Layout::
.4byte 0x11
.4byte 0xd
.4byte IslandHarbor_MapBorder
.4byte IslandHarbor_MapBlockdata
.4byte gTileset_General
.4byte gTileset_IslandHarbor
|