blob: 464fc8998f2afa8bac859e01a6e36a1b038dc4ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
EverGrandeCity_Hall4_MapBorder::
.incbin "data/layouts/EverGrandeCity_Hall4/border.bin"
EverGrandeCity_Hall4_MapBlockdata::
.incbin "data/layouts/EverGrandeCity_Hall4/map.bin"
.align 2
EverGrandeCity_Hall4_Layout::
.4byte 0xb
.4byte 0x22
.4byte EverGrandeCity_Hall4_MapBorder
.4byte EverGrandeCity_Hall4_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_EliteFour
|