diff options
Diffstat (limited to 'data/layouts/IslandCave/layout.inc')
-rw-r--r-- | data/layouts/IslandCave/layout.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/layouts/IslandCave/layout.inc b/data/layouts/IslandCave/layout.inc new file mode 100644 index 000000000..5a3035b72 --- /dev/null +++ b/data/layouts/IslandCave/layout.inc @@ -0,0 +1,15 @@ +IslandCave_MapBorder:: + .incbin "data/layouts/IslandCave/border.bin" + +IslandCave_MapBlockdata:: + .incbin "data/layouts/IslandCave/map.bin" + + .align 2 +IslandCave_Layout:: + .4byte 0x11 + .4byte 0x21 + .4byte IslandCave_MapBorder + .4byte IslandCave_MapBlockdata + .4byte gTileset_General + .4byte gTileset_Cave + |