From 139aef45319fb22d7889ef687d623498e13997f6 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 25 Jun 2021 17:19:47 -0500 Subject: convert all story line floorIDs to JSON --- data/dungeon/SkyTowerSummit/floor_id.inc | 12 ----- data/dungeon/SkyTowerSummit/floor_id.json | 86 +++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+), 12 deletions(-) delete mode 100644 data/dungeon/SkyTowerSummit/floor_id.inc create mode 100644 data/dungeon/SkyTowerSummit/floor_id.json (limited to 'data/dungeon/SkyTowerSummit') diff --git a/data/dungeon/SkyTowerSummit/floor_id.inc b/data/dungeon/SkyTowerSummit/floor_id.inc deleted file mode 100644 index 5ef95cc..0000000 --- a/data/dungeon/SkyTowerSummit/floor_id.inc +++ /dev/null @@ -1,12 +0,0 @@ -.global SkyTowerSummitFloorID -SkyTowerSummitFloorID: -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 -.byte 0xb2, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0xb3, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0xb4, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0xb5, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0xb6, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0xb7, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0xb8, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0xb9, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0xba, 0x00, 0x6f, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 diff --git a/data/dungeon/SkyTowerSummit/floor_id.json b/data/dungeon/SkyTowerSummit/floor_id.json new file mode 100644 index 0000000..88f7042 --- /dev/null +++ b/data/dungeon/SkyTowerSummit/floor_id.json @@ -0,0 +1,86 @@ +{ + "name": "SkyTowerSummitFloorID", + "tables": [ + { + "MainData": 178, + "Pokemon": 110, + "Traps": 5, + "Items": 43, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 179, + "Pokemon": 110, + "Traps": 5, + "Items": 43, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 180, + "Pokemon": 110, + "Traps": 5, + "Items": 43, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 181, + "Pokemon": 110, + "Traps": 5, + "Items": 44, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 182, + "Pokemon": 110, + "Traps": 5, + "Items": 44, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 183, + "Pokemon": 110, + "Traps": 5, + "Items": 44, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 184, + "Pokemon": 110, + "Traps": 5, + "Items": 44, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 185, + "Pokemon": 110, + "Traps": 5, + "Items": 44, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 186, + "Pokemon": 111, + "Traps": 5, + "Items": 44, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + } + ] +} -- cgit v1.2.3