diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 17:41:17 -0500 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 19:54:21 -0500 |
| commit | 89d35e82a27c7328bf5987b4993b3456bb78f440 (patch) | |
| tree | e98a7ba6af471ac0b6e7237eb2ca159ddb4d2f6f /data/layouts/SecretBase_RedCave2 | |
| parent | 4ab87bf8f3fd527d0b5120344f84b73d309693db (diff) | |
Move 'map attributes' into 'layouts'
Diffstat (limited to 'data/layouts/SecretBase_RedCave2')
| -rw-r--r-- | data/layouts/SecretBase_RedCave2/border.bin | 1 | ||||
| -rw-r--r-- | data/layouts/SecretBase_RedCave2/layout.inc | 16 | ||||
| -rw-r--r-- | data/layouts/SecretBase_RedCave2/map.bin | 42 |
3 files changed, 59 insertions, 0 deletions
diff --git a/data/layouts/SecretBase_RedCave2/border.bin b/data/layouts/SecretBase_RedCave2/border.bin new file mode 100644 index 000000000..5c0908a6a --- /dev/null +++ b/data/layouts/SecretBase_RedCave2/border.bin @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/data/layouts/SecretBase_RedCave2/layout.inc b/data/layouts/SecretBase_RedCave2/layout.inc new file mode 100644 index 000000000..667a744ad --- /dev/null +++ b/data/layouts/SecretBase_RedCave2/layout.inc @@ -0,0 +1,16 @@ + .align 2 +SecretBase_RedCave2_MapBorder:: + .incbin "data/layouts/SecretBase_RedCave2/border.bin" + + .align 2 +SecretBase_RedCave2_MapBlockdata:: + .incbin "data/layouts/SecretBase_RedCave2/map.bin" + + .align 2 +SecretBase_RedCave2_Layout:: + .4byte 0x7 + .4byte 0x10 + .4byte SecretBase_RedCave2_MapBorder + .4byte SecretBase_RedCave2_MapBlockdata + .4byte gTileset_SecretBase + .4byte gTileset_SecretBaseRedCave diff --git a/data/layouts/SecretBase_RedCave2/map.bin b/data/layouts/SecretBase_RedCave2/map.bin new file mode 100644 index 000000000..4fa03acfe --- /dev/null +++ b/data/layouts/SecretBase_RedCave2/map.bin @@ -0,0 +1,42 @@ + +22 +2 +2 +2 +2 +2 +2 +2 +2 +2 +2 2 +2 +2 +2 +2 +2 +2 +2 +2 +2 +2 +2
6 +2 +2 +2 +2 6 +2 +2 +2 +2 +2 +2 +2 +2 +2 +2 +2 +2 +26 +26 +2 2
\ No newline at end of file |
