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