blob: 3aa0898bfeb7e2b56219f897b6e61e734410ab89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
FortreeCity_House2_MapBorder::
.incbin "data/layouts/FortreeCity_House2/border.bin"
FortreeCity_House2_MapBlockdata::
.incbin "data/layouts/FortreeCity_House2/map.bin"
.align 2
FortreeCity_House2_Layout::
.4byte 0x8
.4byte 0x6
.4byte FortreeCity_House2_MapBorder
.4byte FortreeCity_House2_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_GenericBuilding
|