diff options
Diffstat (limited to 'data/layouts/DesertUnderpass/layout.inc')
-rw-r--r-- | data/layouts/DesertUnderpass/layout.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/layouts/DesertUnderpass/layout.inc b/data/layouts/DesertUnderpass/layout.inc new file mode 100644 index 000000000..9a17a128e --- /dev/null +++ b/data/layouts/DesertUnderpass/layout.inc @@ -0,0 +1,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 + |