From 89d35e82a27c7328bf5987b4993b3456bb78f440 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Wed, 20 Jun 2018 17:41:17 -0500 Subject: Move 'map attributes' into 'layouts' --- data/layouts/SecretBase_Tree3/border.bin | 1 + data/layouts/SecretBase_Tree3/layout.inc | 16 ++++++++ data/layouts/SecretBase_Tree3/map.bin | 63 ++++++++++++++++++++++++++++++++ 3 files changed, 80 insertions(+) create mode 100644 data/layouts/SecretBase_Tree3/border.bin create mode 100644 data/layouts/SecretBase_Tree3/layout.inc create mode 100644 data/layouts/SecretBase_Tree3/map.bin (limited to 'data/layouts/SecretBase_Tree3') diff --git a/data/layouts/SecretBase_Tree3/border.bin b/data/layouts/SecretBase_Tree3/border.bin new file mode 100644 index 000000000..064786e8c --- /dev/null +++ b/data/layouts/SecretBase_Tree3/border.bin @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/layouts/SecretBase_Tree3/layout.inc b/data/layouts/SecretBase_Tree3/layout.inc new file mode 100644 index 000000000..28a4ecbcc --- /dev/null +++ b/data/layouts/SecretBase_Tree3/layout.inc @@ -0,0 +1,16 @@ + .align 2 +SecretBase_Tree3_MapBorder:: + .incbin "data/layouts/SecretBase_Tree3/border.bin" + + .align 2 +SecretBase_Tree3_MapBlockdata:: + .incbin "data/layouts/SecretBase_Tree3/map.bin" + + .align 2 +SecretBase_Tree3_Layout:: + .4byte 0x11 + .4byte 0x8 + .4byte SecretBase_Tree3_MapBorder + .4byte SecretBase_Tree3_MapBlockdata + .4byte gTileset_SecretBase + .4byte gTileset_SecretBaseTree diff --git a/data/layouts/SecretBase_Tree3/map.bin b/data/layouts/SecretBase_Tree3/map.bin new file mode 100644 index 000000000..b6ae04b00 --- /dev/null +++ b/data/layouts/SecretBase_Tree3/map.bin @@ -0,0 +1,63 @@ +  +2 +2 +2 +2 +2 +2 +2 +2 +2 +2 +2 +2 +2 +2 6 2 +2 +2 +2 +2 +2 +2 +2 +2 +2 6   +2 +2 +2 +2 +2   +2   +2 +2 +2 +2 +2   +2 +2 +2 +2 +2   +2   +2 +2 +2 +2 +2  +2 +2 +2 +2   +2   +2 +2 +2 +2 +2  +2 +2 +2  2  +2 +2 +2 +2   \ No newline at end of file -- cgit v1.2.3 From 91ee3221b3a4885d155ad2cca16b7678062ad18a Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Wed, 20 Jun 2018 17:42:34 -0500 Subject: Formatting --- data/layouts/SecretBase_Tree3/layout.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'data/layouts/SecretBase_Tree3') diff --git a/data/layouts/SecretBase_Tree3/layout.inc b/data/layouts/SecretBase_Tree3/layout.inc index 28a4ecbcc..66716a404 100644 --- a/data/layouts/SecretBase_Tree3/layout.inc +++ b/data/layouts/SecretBase_Tree3/layout.inc @@ -1,8 +1,6 @@ - .align 2 SecretBase_Tree3_MapBorder:: .incbin "data/layouts/SecretBase_Tree3/border.bin" - .align 2 SecretBase_Tree3_MapBlockdata:: .incbin "data/layouts/SecretBase_Tree3/map.bin" @@ -14,3 +12,4 @@ SecretBase_Tree3_Layout:: .4byte SecretBase_Tree3_MapBlockdata .4byte gTileset_SecretBase .4byte gTileset_SecretBaseTree + -- cgit v1.2.3