blob: 16c02fbaac5705661de144e11d59a1cb629a8fb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
EverGrandeCity_MapBorder::
.incbin "data/layouts/EverGrandeCity/border.bin"
EverGrandeCity_MapBlockdata::
.incbin "data/layouts/EverGrandeCity/map.bin"
.align 2
EverGrandeCity_Layout::
.4byte 0x28
.4byte 0x50
.4byte EverGrandeCity_MapBorder
.4byte EverGrandeCity_MapBlockdata
.4byte gTileset_General
.4byte gTileset_EverGrande
|