diff options
Diffstat (limited to 'data/layouts/IslandHarbor/layout.inc')
-rw-r--r-- | data/layouts/IslandHarbor/layout.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/layouts/IslandHarbor/layout.inc b/data/layouts/IslandHarbor/layout.inc new file mode 100644 index 000000000..7fc86dca4 --- /dev/null +++ b/data/layouts/IslandHarbor/layout.inc @@ -0,0 +1,15 @@ +IslandHarbor_MapBorder:: + .incbin "data/layouts/IslandHarbor/border.bin" + +IslandHarbor_MapBlockdata:: + .incbin "data/layouts/IslandHarbor/map.bin" + + .align 2 +IslandHarbor_Layout:: + .4byte 0x11 + .4byte 0xd + .4byte IslandHarbor_MapBorder + .4byte IslandHarbor_MapBlockdata + .4byte gTileset_General + .4byte gTileset_IslandHarbor + |