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