blob: bd9cd03aecb42a50b17131d33b80faf1e3aacf93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DewfordTown_Hall_MapBorder::
.incbin "data/layouts/DewfordTown_Hall/border.bin"
DewfordTown_Hall_MapBlockdata::
.incbin "data/layouts/DewfordTown_Hall/map.bin"
.align 2
DewfordTown_Hall_Layout::
.4byte 0x11
.4byte 0x9
.4byte DewfordTown_Hall_MapBorder
.4byte DewfordTown_Hall_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_GenericBuilding
|