From 75b0c9d7a9edabc742bc42f19d078fa2ae64870c Mon Sep 17 00:00:00 2001 From: GriffinR Date: Wed, 11 Dec 2019 03:28:55 -0500 Subject: Document Battle Pyramid scripts --- .../BattleFrontier_BattlePyramidEmptySquare/border.bin | Bin 8 -> 0 bytes .../layouts/BattleFrontier_BattlePyramidEmptySquare/map.bin | 1 - data/layouts/BattleFrontier_BattlePyramidFloor/border.bin | Bin 0 -> 8 bytes data/layouts/BattleFrontier_BattlePyramidFloor/map.bin | 1 + data/layouts/layouts.json | 8 ++++---- 5 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 data/layouts/BattleFrontier_BattlePyramidEmptySquare/border.bin delete mode 100644 data/layouts/BattleFrontier_BattlePyramidEmptySquare/map.bin create mode 100644 data/layouts/BattleFrontier_BattlePyramidFloor/border.bin create mode 100644 data/layouts/BattleFrontier_BattlePyramidFloor/map.bin (limited to 'data/layouts') diff --git a/data/layouts/BattleFrontier_BattlePyramidEmptySquare/border.bin b/data/layouts/BattleFrontier_BattlePyramidEmptySquare/border.bin deleted file mode 100644 index f496f458e..000000000 Binary files a/data/layouts/BattleFrontier_BattlePyramidEmptySquare/border.bin and /dev/null differ diff --git a/data/layouts/BattleFrontier_BattlePyramidEmptySquare/map.bin b/data/layouts/BattleFrontier_BattlePyramidEmptySquare/map.bin deleted file mode 100644 index 7c224d524..000000000 --- a/data/layouts/BattleFrontier_BattlePyramidEmptySquare/map.bin +++ /dev/null @@ -1 +0,0 @@ -22222222222222222222222222222222 \ No newline at end of file diff --git a/data/layouts/BattleFrontier_BattlePyramidFloor/border.bin b/data/layouts/BattleFrontier_BattlePyramidFloor/border.bin new file mode 100644 index 000000000..f496f458e Binary files /dev/null and b/data/layouts/BattleFrontier_BattlePyramidFloor/border.bin differ diff --git a/data/layouts/BattleFrontier_BattlePyramidFloor/map.bin b/data/layouts/BattleFrontier_BattlePyramidFloor/map.bin new file mode 100644 index 000000000..7c224d524 --- /dev/null +++ b/data/layouts/BattleFrontier_BattlePyramidFloor/map.bin @@ -0,0 +1 @@ +22222222222222222222222222222222 \ No newline at end of file diff --git a/data/layouts/layouts.json b/data/layouts/layouts.json index ffa394fa1..201cd7bdf 100644 --- a/data/layouts/layouts.json +++ b/data/layouts/layouts.json @@ -3602,14 +3602,14 @@ "blockdata_filepath": "data/layouts/BattleFrontier_BattlePyramidLobby/map.bin" }, { - "id": "LAYOUT_BATTLE_FRONTIER_BATTLE_PYRAMID_EMPTY_SQUARE", - "name": "BattleFrontier_BattlePyramidEmptySquare_Layout", + "id": "LAYOUT_BATTLE_FRONTIER_BATTLE_PYRAMID_FLOOR", + "name": "BattleFrontier_BattlePyramidFloor_Layout", "width": 8, "height": 8, "primary_tileset": "gTileset_Building", "secondary_tileset": "gTileset_BattlePyramid", - "border_filepath": "data/layouts/BattleFrontier_BattlePyramidEmptySquare/border.bin", - "blockdata_filepath": "data/layouts/BattleFrontier_BattlePyramidEmptySquare/map.bin" + "border_filepath": "data/layouts/BattleFrontier_BattlePyramidFloor/border.bin", + "blockdata_filepath": "data/layouts/BattleFrontier_BattlePyramidFloor/map.bin" }, { "id": "LAYOUT_BATTLE_PYRAMID_SQUARE01", -- cgit v1.2.3