summaryrefslogtreecommitdiff
path: root/data/dungeon/SinisterWoods
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-06-25 17:19:47 -0500
committerSeth Barberee <seth.barberee@gmail.com>2021-06-25 17:19:47 -0500
commit139aef45319fb22d7889ef687d623498e13997f6 (patch)
tree678c7c0db35d952ca0711ce68c99a61996146e07 /data/dungeon/SinisterWoods
parentc89c7110832eee146e4b519414a34c35348104bb (diff)
convert all story line floorIDs to JSON
Diffstat (limited to 'data/dungeon/SinisterWoods')
-rw-r--r--data/dungeon/SinisterWoods/floor_id.inc16
-rw-r--r--data/dungeon/SinisterWoods/floor_id.json122
2 files changed, 122 insertions, 16 deletions
diff --git a/data/dungeon/SinisterWoods/floor_id.inc b/data/dungeon/SinisterWoods/floor_id.inc
deleted file mode 100644
index b60542c..0000000
--- a/data/dungeon/SinisterWoods/floor_id.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-.global SinisterWoodsFloorID
-SinisterWoodsFloorID:
-.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-.byte 0x11, 0x00, 0x0a, 0x00, 0x02, 0x00, 0x0b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x12, 0x00, 0x0b, 0x00, 0x02, 0x00, 0x0b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x13, 0x00, 0x0c, 0x00, 0x02, 0x00, 0x0b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x14, 0x00, 0x0d, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x15, 0x00, 0x0e, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x16, 0x00, 0x0f, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x17, 0x00, 0x10, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x18, 0x00, 0x11, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x19, 0x00, 0x11, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x1a, 0x00, 0x12, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x1b, 0x00, 0x13, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x1c, 0x00, 0x14, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x1d, 0x00, 0x15, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
diff --git a/data/dungeon/SinisterWoods/floor_id.json b/data/dungeon/SinisterWoods/floor_id.json
new file mode 100644
index 0000000..ca7f97f
--- /dev/null
+++ b/data/dungeon/SinisterWoods/floor_id.json
@@ -0,0 +1,122 @@
+{
+ "name": "SinisterWoodsFloorID",
+ "tables": [
+ {
+ "MainData": 17,
+ "Pokemon": 10,
+ "Traps": 2,
+ "Items": 11,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 18,
+ "Pokemon": 11,
+ "Traps": 2,
+ "Items": 11,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 19,
+ "Pokemon": 12,
+ "Traps": 2,
+ "Items": 11,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 20,
+ "Pokemon": 13,
+ "Traps": 2,
+ "Items": 12,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 21,
+ "Pokemon": 14,
+ "Traps": 2,
+ "Items": 12,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 22,
+ "Pokemon": 15,
+ "Traps": 2,
+ "Items": 12,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 23,
+ "Pokemon": 16,
+ "Traps": 2,
+ "Items": 12,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 24,
+ "Pokemon": 17,
+ "Traps": 2,
+ "Items": 12,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 25,
+ "Pokemon": 17,
+ "Traps": 2,
+ "Items": 12,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 26,
+ "Pokemon": 18,
+ "Traps": 2,
+ "Items": 12,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 27,
+ "Pokemon": 19,
+ "Traps": 2,
+ "Items": 12,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 28,
+ "Pokemon": 20,
+ "Traps": 2,
+ "Items": 12,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 29,
+ "Pokemon": 21,
+ "Traps": 2,
+ "Items": 12,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ }
+ ]
+}