blob: 4d6e7571ab8264a444166021d5f6a9fa9ae0bd67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DesertRuins_MapBorder::
.incbin "data/layouts/DesertRuins/border.bin"
DesertRuins_MapBlockdata::
.incbin "data/layouts/DesertRuins/map.bin"
.align 2
DesertRuins_Layout::
.4byte 0x11
.4byte 0x21
.4byte DesertRuins_MapBorder
.4byte DesertRuins_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Cave
|