diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 19:54:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-20 19:54:16 -0500 |
| commit | 7b7f4bb7d6f5d29b40e15aa4c6285c6885359e0d (patch) | |
| tree | 8da3f8fae8c1c165e3435ee079f48631479b7611 /data/layouts/SecretBase_Tree1 | |
| parent | c6207577802db057298917089e427a6ab9e6edf9 (diff) | |
| parent | 8bf4b1a917786c683ac30278108f74d31961274d (diff) | |
Merge pull request #636 from huderlem/assets
Map organization
Diffstat (limited to 'data/layouts/SecretBase_Tree1')
| -rw-r--r-- | data/layouts/SecretBase_Tree1/border.bin | 1 | ||||
| -rw-r--r-- | data/layouts/SecretBase_Tree1/layout.inc | 14 | ||||
| -rw-r--r-- | data/layouts/SecretBase_Tree1/map.bin | 56 |
3 files changed, 71 insertions, 0 deletions
diff --git a/data/layouts/SecretBase_Tree1/border.bin b/data/layouts/SecretBase_Tree1/border.bin new file mode 100644 index 000000000..064786e8c --- /dev/null +++ b/data/layouts/SecretBase_Tree1/border.bin @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/data/layouts/SecretBase_Tree1/layout.inc b/data/layouts/SecretBase_Tree1/layout.inc new file mode 100644 index 000000000..3b29d0302 --- /dev/null +++ b/data/layouts/SecretBase_Tree1/layout.inc @@ -0,0 +1,14 @@ +SecretBase_Tree1_MapBorder:: @ 82E7A58 + .incbin "data/layouts/SecretBase_Tree1/border.bin" + +SecretBase_Tree1_MapBlockdata:: @ 82E7A60 + .incbin "data/layouts/SecretBase_Tree1/map.bin" + + .align 2 +SecretBase_Tree1_Layout:: @ 82E7B28 + .4byte 0xb + .4byte 0x9 + .4byte SecretBase_Tree1_MapBorder + .4byte SecretBase_Tree1_MapBlockdata + .4byte gTileset_SecretBase + .4byte gTileset_SecretBaseTree diff --git a/data/layouts/SecretBase_Tree1/map.bin b/data/layouts/SecretBase_Tree1/map.bin new file mode 100644 index 000000000..907f1486a --- /dev/null +++ b/data/layouts/SecretBase_Tree1/map.bin @@ -0,0 +1,56 @@ + +2 +22 +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 +2 +26 +2 +2 +22 +2 +2 +2
\ No newline at end of file |
