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