blob: 35566d8d12a7b66f07aaf1a536fb8d2c927ea6dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
House2_MapBorder::
.incbin "data/layouts/House2/border.bin"
House2_MapBlockdata::
.incbin "data/layouts/House2/map.bin"
.align 2
House2_Layout::
.4byte 0xb
.4byte 0x8
.4byte House2_MapBorder
.4byte House2_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_GenericBuilding
|