diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-22 11:41:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 11:41:14 -0500 |
commit | e97d3532d4d72a1fe9aec755cd2a3c6527484e27 (patch) | |
tree | 0ad5656457aff5ac67fd50c32d6600592815a9a5 /data/layouts | |
parent | 6eec1c1cc9c115492aec43f80c8a6be7a86c61a5 (diff) | |
parent | a4f5f41e2496a4c2b91cd0643dc44d98faed0c89 (diff) |
Merge pull request #231 from GriffinRichards/doc-staticmon
Document static mon scripts
Diffstat (limited to 'data/layouts')
-rw-r--r-- | data/layouts/SeafoamIslands_B3F_CurrentStopped/border.bin (renamed from data/layouts/UnusedLayout_833B6EC/border.bin) | 0 | ||||
-rw-r--r-- | data/layouts/SeafoamIslands_B3F_CurrentStopped/map.bin (renamed from data/layouts/UnusedLayout_833B6EC/map.bin) | 0 | ||||
-rw-r--r-- | data/layouts/SeafoamIslands_B4F_CurrentStopped/border.bin (renamed from data/layouts/UnusedLayout_833BE30/border.bin) | 0 | ||||
-rw-r--r-- | data/layouts/SeafoamIslands_B4F_CurrentStopped/map.bin (renamed from data/layouts/UnusedLayout_833BE30/map.bin) | 0 | ||||
-rw-r--r-- | data/layouts/layouts.json | 16 |
5 files changed, 8 insertions, 8 deletions
diff --git a/data/layouts/UnusedLayout_833B6EC/border.bin b/data/layouts/SeafoamIslands_B3F_CurrentStopped/border.bin index a021ddd4e..a021ddd4e 100644 --- a/data/layouts/UnusedLayout_833B6EC/border.bin +++ b/data/layouts/SeafoamIslands_B3F_CurrentStopped/border.bin diff --git a/data/layouts/UnusedLayout_833B6EC/map.bin b/data/layouts/SeafoamIslands_B3F_CurrentStopped/map.bin index d1385e8cb..d1385e8cb 100644 --- a/data/layouts/UnusedLayout_833B6EC/map.bin +++ b/data/layouts/SeafoamIslands_B3F_CurrentStopped/map.bin diff --git a/data/layouts/UnusedLayout_833BE30/border.bin b/data/layouts/SeafoamIslands_B4F_CurrentStopped/border.bin index a021ddd4e..a021ddd4e 100644 --- a/data/layouts/UnusedLayout_833BE30/border.bin +++ b/data/layouts/SeafoamIslands_B4F_CurrentStopped/border.bin diff --git a/data/layouts/UnusedLayout_833BE30/map.bin b/data/layouts/SeafoamIslands_B4F_CurrentStopped/map.bin index 13a635e49..13a635e49 100644 --- a/data/layouts/UnusedLayout_833BE30/map.bin +++ b/data/layouts/SeafoamIslands_B4F_CurrentStopped/map.bin diff --git a/data/layouts/layouts.json b/data/layouts/layouts.json index cd071f1b3..63fc06562 100644 --- a/data/layouts/layouts.json +++ b/data/layouts/layouts.json @@ -3128,28 +3128,28 @@ "blockdata_filepath": "data/layouts/FourIsland_PokemonDayCare/map.bin" }, { - "id": "LAYOUT_UNUSED_LAYOUT_833B6EC", - "name": "UnusedLayout_833B6EC_Layout", + "id": "LAYOUT_SEAFOAM_ISLANDS_B3F_CURRENT_STOPPED", + "name": "SeafoamIslands_B3F_CurrentStopped_Layout", "width": 38, "height": 24, "border_width": 2, "border_height": 2, "primary_tileset": "gTileset_82D4A94", "secondary_tileset": "gTileset_82D4E24", - "border_filepath": "data/layouts/UnusedLayout_833B6EC/border.bin", - "blockdata_filepath": "data/layouts/UnusedLayout_833B6EC/map.bin" + "border_filepath": "data/layouts/SeafoamIslands_B3F_CurrentStopped/border.bin", + "blockdata_filepath": "data/layouts/SeafoamIslands_B3F_CurrentStopped/map.bin" }, { - "id": "LAYOUT_UNUSED_LAYOUT_833BE30", - "name": "UnusedLayout_833BE30_Layout", + "id": "LAYOUT_SEAFOAM_ISLANDS_B4F_CURRENT_STOPPED", + "name": "SeafoamIslands_B4F_CurrentStopped_Layout", "width": 38, "height": 24, "border_width": 2, "border_height": 2, "primary_tileset": "gTileset_82D4A94", "secondary_tileset": "gTileset_82D4E24", - "border_filepath": "data/layouts/UnusedLayout_833BE30/border.bin", - "blockdata_filepath": "data/layouts/UnusedLayout_833BE30/map.bin" + "border_filepath": "data/layouts/SeafoamIslands_B4F_CurrentStopped/border.bin", + "blockdata_filepath": "data/layouts/SeafoamIslands_B4F_CurrentStopped/map.bin" }, { "id": "LAYOUT_MT_EMBER_EXTERIOR", |