blob: 9a17a128e0e0b3c7571639d58ba15b29bf1241a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DesertUnderpass_MapBorder::
.incbin "data/layouts/DesertUnderpass/border.bin"
DesertUnderpass_MapBlockdata::
.incbin "data/layouts/DesertUnderpass/map.bin"
.align 2
DesertUnderpass_Layout::
.4byte 0x8b
.4byte 0x17
.4byte DesertUnderpass_MapBorder
.4byte DesertUnderpass_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Cave
|