blob: 2159c894d3d929c453a919479e77fbe8bb4487f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
EverGrandeCity_ShortHall_MapBorder::
.incbin "data/layouts/EverGrandeCity_ShortHall/border.bin"
EverGrandeCity_ShortHall_MapBlockdata::
.incbin "data/layouts/EverGrandeCity_ShortHall/map.bin"
.align 2
EverGrandeCity_ShortHall_Layout::
.4byte 0xb
.4byte 0xd
.4byte EverGrandeCity_ShortHall_MapBorder
.4byte EverGrandeCity_ShortHall_MapBlockdata
.4byte gTileset_Building
.4byte gTileset_EliteFour
|