blob: b93f24df4f14a8260326efc5db2e9ce559439dd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
House1_MapBorder::
.incbin "data/layouts/House1/border.bin"
House1_MapBlockdata::
.incbin "data/layouts/House1/map.bin"
.align 2
House1_Layout::
.4byte 0xa
.4byte 0x9
.4byte House1_MapBorder
.4byte House1_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_GenericBuilding
|