blob: 6e370a7fac78b54f8340c111b9366fee07f0bf70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
MossdeepCity_SpaceCenter_2F_MapBorder::
.incbin "data/layouts/MossdeepCity_SpaceCenter_2F/border.bin"
MossdeepCity_SpaceCenter_2F_MapBlockdata::
.incbin "data/layouts/MossdeepCity_SpaceCenter_2F/map.bin"
.align 2
MossdeepCity_SpaceCenter_2F_Layout::
.4byte 0x10
.4byte 0xa
.4byte MossdeepCity_SpaceCenter_2F_MapBorder
.4byte MossdeepCity_SpaceCenter_2F_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Facility
|