blob: 4a62cd3f5d10b2c6f6f67cabf21ba85801b6bd1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SouthernIsland_Exterior_MapBorder::
.incbin "data/layouts/SouthernIsland_Exterior/border.bin"
SouthernIsland_Exterior_MapBlockdata::
.incbin "data/layouts/SouthernIsland_Exterior/map.bin"
.align 2
SouthernIsland_Exterior_Layout::
.4byte 0x21
.4byte 0x1e
.4byte SouthernIsland_Exterior_MapBorder
.4byte SouthernIsland_Exterior_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Rustboro
|