diff options
| author | Seth Barberee <seth.barberee@gmail.com> | 2021-06-25 17:19:47 -0500 |
|---|---|---|
| committer | Seth Barberee <seth.barberee@gmail.com> | 2021-06-25 17:19:47 -0500 |
| commit | 139aef45319fb22d7889ef687d623498e13997f6 (patch) | |
| tree | 678c7c0db35d952ca0711ce68c99a61996146e07 /data/dungeon/SkyTowerSummit | |
| parent | c89c7110832eee146e4b519414a34c35348104bb (diff) | |
convert all story line floorIDs to JSON
Diffstat (limited to 'data/dungeon/SkyTowerSummit')
| -rw-r--r-- | data/dungeon/SkyTowerSummit/floor_id.inc | 12 | ||||
| -rw-r--r-- | data/dungeon/SkyTowerSummit/floor_id.json | 86 |
2 files changed, 86 insertions, 12 deletions
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 + } + ] +} |
