blob: ae5d1a7cf6fa160628113a83364ba75f0a2f9cf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
VerdanturfTown_WandasHouse_MapBorder::
.incbin "data/layouts/VerdanturfTown_WandasHouse/border.bin"
VerdanturfTown_WandasHouse_MapBlockdata::
.incbin "data/layouts/VerdanturfTown_WandasHouse/map.bin"
.align 2
VerdanturfTown_WandasHouse_Layout::
.4byte 0x11
.4byte 0x8
.4byte VerdanturfTown_WandasHouse_MapBorder
.4byte VerdanturfTown_WandasHouse_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_GenericBuilding
|