summaryrefslogtreecommitdiff
path: root/data/dungeon/MagmaCavernPit
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/MagmaCavernPit
parentc89c7110832eee146e4b519414a34c35348104bb (diff)
convert all story line floorIDs to JSON
Diffstat (limited to 'data/dungeon/MagmaCavernPit')
-rw-r--r--data/dungeon/MagmaCavernPit/floor_id.inc6
-rw-r--r--data/dungeon/MagmaCavernPit/floor_id.json32
2 files changed, 32 insertions, 6 deletions
diff --git a/data/dungeon/MagmaCavernPit/floor_id.inc b/data/dungeon/MagmaCavernPit/floor_id.inc
deleted file mode 100644
index 13927d9..0000000
--- a/data/dungeon/MagmaCavernPit/floor_id.inc
+++ /dev/null
@@ -1,6 +0,0 @@
-.global MagmaCavernPitFloorID
-MagmaCavernPitFloorID:
-.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-.byte 0x96, 0x00, 0x5e, 0x00, 0x03, 0x00, 0x28, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x97, 0x00, 0x5f, 0x00, 0x03, 0x00, 0x28, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x98, 0x00, 0x60, 0x00, 0x03, 0x00, 0x28, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
diff --git a/data/dungeon/MagmaCavernPit/floor_id.json b/data/dungeon/MagmaCavernPit/floor_id.json
new file mode 100644
index 0000000..837d1d1
--- /dev/null
+++ b/data/dungeon/MagmaCavernPit/floor_id.json
@@ -0,0 +1,32 @@
+{
+ "name": "MagmaCavernPitFloorID",
+ "tables": [
+ {
+ "MainData": 150,
+ "Pokemon": 94,
+ "Traps": 3,
+ "Items": 40,
+ "KecleonShop": 37,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 151,
+ "Pokemon": 95,
+ "Traps": 3,
+ "Items": 40,
+ "KecleonShop": 37,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 152,
+ "Pokemon": 96,
+ "Traps": 3,
+ "Items": 40,
+ "KecleonShop": 37,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ }
+ ]
+}