summaryrefslogtreecommitdiff
path: root/data/layouts/Mart/layout.inc
diff options
context:
space:
mode:
Diffstat (limited to 'data/layouts/Mart/layout.inc')
-rw-r--r--data/layouts/Mart/layout.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/data/layouts/Mart/layout.inc b/data/layouts/Mart/layout.inc
deleted file mode 100644
index 5233e09ab..000000000
--- a/data/layouts/Mart/layout.inc
+++ /dev/null
@@ -1,15 +0,0 @@
-Mart_MapBorder::
- .incbin "data/layouts/Mart/border.bin"
-
-Mart_MapBlockdata::
- .incbin "data/layouts/Mart/map.bin"
-
- .align 2
-Mart_Layout::
- .4byte 0xb
- .4byte 0x8
- .4byte Mart_MapBorder
- .4byte Mart_MapBlockdata
- .4byte gTileset_Building
- .4byte gTileset_Shop
-