blob: ec5dd2a57442fc1cc16cf783823e216d52f05b6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
MossdeepCity_GameCorner_B1F_MapBorder::
.incbin "data/layouts/MossdeepCity_GameCorner_B1F/border.bin"
MossdeepCity_GameCorner_B1F_MapBlockdata::
.incbin "data/layouts/MossdeepCity_GameCorner_B1F/map.bin"
.align 2
MossdeepCity_GameCorner_B1F_Layout::
.4byte 0xc
.4byte 0x9
.4byte MossdeepCity_GameCorner_B1F_MapBorder
.4byte MossdeepCity_GameCorner_B1F_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_GenericBuilding
|