blob: 5233e09ab09ca8ddc90464a57d1564d14690d8e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Mart_MapBorder::
.incbin "data/layouts/Mart/border.bin"
Mart_MapBlockdata::
.incbin "data/layouts/Mart/map.bin"
.align 2
Mart_Layout::
.4byte 0xb
.4byte 0x8
.4byte Mart_MapBorder
.4byte Mart_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_Shop
|