blob: 02564b36ad2a9e256a74ea1de19cdc1c3479305d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
FortreeCity_MapBorder::
.incbin "data/layouts/FortreeCity/border.bin"
FortreeCity_MapBlockdata::
.incbin "data/layouts/FortreeCity/map.bin"
.align 2
FortreeCity_Layout::
.4byte 0x28
.4byte 0x14
.4byte FortreeCity_MapBorder
.4byte FortreeCity_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Fortree
|