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/SilentChasm | |
parent | c89c7110832eee146e4b519414a34c35348104bb (diff) |
convert all story line floorIDs to JSON
Diffstat (limited to 'data/dungeon/SilentChasm')
-rw-r--r-- | data/dungeon/SilentChasm/floor_id.inc | 12 | ||||
-rw-r--r-- | data/dungeon/SilentChasm/floor_id.json | 86 |
2 files changed, 86 insertions, 12 deletions
diff --git a/data/dungeon/SilentChasm/floor_id.inc b/data/dungeon/SilentChasm/floor_id.inc deleted file mode 100644 index 9c33efd..0000000 --- a/data/dungeon/SilentChasm/floor_id.inc +++ /dev/null @@ -1,12 +0,0 @@ -.global SilentChasmFloorID -SilentChasmFloorID: -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 -.byte 0x1e, 0x00, 0x16, 0x00, 0x01, 0x00, 0x0d, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0x1f, 0x00, 0x16, 0x00, 0x01, 0x00, 0x0d, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0x20, 0x00, 0x16, 0x00, 0x01, 0x00, 0x0d, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0x21, 0x00, 0x17, 0x00, 0x01, 0x00, 0x0e, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0x22, 0x00, 0x18, 0x00, 0x01, 0x00, 0x0e, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0x23, 0x00, 0x19, 0x00, 0x01, 0x00, 0x0e, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0x24, 0x00, 0x1a, 0x00, 0x01, 0x00, 0x0e, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0x25, 0x00, 0x1b, 0x00, 0x01, 0x00, 0x0e, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0x26, 0x00, 0x1c, 0x00, 0x01, 0x00, 0x0e, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 diff --git a/data/dungeon/SilentChasm/floor_id.json b/data/dungeon/SilentChasm/floor_id.json new file mode 100644 index 0000000..4f90018 --- /dev/null +++ b/data/dungeon/SilentChasm/floor_id.json @@ -0,0 +1,86 @@ +{ + "name": "SilentChasmFloorID", + "tables": [ + { + "MainData": 30, + "Pokemon": 22, + "Traps": 1, + "Items": 13, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 31, + "Pokemon": 22, + "Traps": 1, + "Items": 13, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 32, + "Pokemon": 22, + "Traps": 1, + "Items": 13, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 33, + "Pokemon": 23, + "Traps": 1, + "Items": 14, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 34, + "Pokemon": 24, + "Traps": 1, + "Items": 14, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 35, + "Pokemon": 25, + "Traps": 1, + "Items": 14, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 36, + "Pokemon": 26, + "Traps": 1, + "Items": 14, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 37, + "Pokemon": 27, + "Traps": 1, + "Items": 14, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 38, + "Pokemon": 28, + "Traps": 1, + "Items": 14, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + } + ] +} |