blob: 7fb8d2c9bd5bc7b6db8a033d9eb906939713eba7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
HouseWithBed_MapBorder::
.incbin "data/layouts/HouseWithBed/border.bin"
HouseWithBed_MapBlockdata::
.incbin "data/layouts/HouseWithBed/map.bin"
.align 2
HouseWithBed_Layout::
.4byte 0xa
.4byte 0x8
.4byte HouseWithBed_MapBorder
.4byte HouseWithBed_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_GenericBuilding
|