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