blob: 759e6889127cadd969249ef264e9e1cf75529caf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
MossdeepCity_SpaceCenter_1F_MapBorder::
.incbin "data/layouts/MossdeepCity_SpaceCenter_1F/border.bin"
MossdeepCity_SpaceCenter_1F_MapBlockdata::
.incbin "data/layouts/MossdeepCity_SpaceCenter_1F/map.bin"
.align 2
MossdeepCity_SpaceCenter_1F_Layout::
.4byte 0x10
.4byte 0xa
.4byte MossdeepCity_SpaceCenter_1F_MapBorder
.4byte MossdeepCity_SpaceCenter_1F_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Facility
|