pokeemerald/data/layouts/DesertUnderpass/layout.inc

16 lines
340 B
PHP
Raw Normal View History

2018-06-21 00:41:17 +02:00
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
2018-06-21 00:42:34 +02:00