blob: b06b3d4273f7d77f13c8fcf6d31b9c40036839c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
House4_MapBorder::
.incbin "data/layouts/House4/border.bin"
House4_MapBlockdata::
.incbin "data/layouts/House4/map.bin"
.align 2
House4_Layout::
.4byte 0xa
.4byte 0x9
.4byte House4_MapBorder
.4byte House4_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_GenericBuilding
|