blob: b4d9a35d296237aca24948437b693325e56261e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SouthernIsland_Interior_MapBorder::
.incbin "data/layouts/SouthernIsland_Interior/border.bin"
SouthernIsland_Interior_MapBlockdata::
.incbin "data/layouts/SouthernIsland_Interior/map.bin"
.align 2
SouthernIsland_Interior_Layout::
.4byte 0x1b
.4byte 0x18
.4byte SouthernIsland_Interior_MapBorder
.4byte SouthernIsland_Interior_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Rustboro
|