blob: 6e2de11f48b561cfca5974c0b832327058d693a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
House3_MapBorder::
.incbin "data/layouts/House3/border.bin"
House3_MapBlockdata::
.incbin "data/layouts/House3/map.bin"
.align 2
House3_Layout::
.4byte 0xa
.4byte 0x8
.4byte House3_MapBorder
.4byte House3_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_GenericBuilding
|