summaryrefslogtreecommitdiff
path: root/data/dungeon/MtBlazePeak
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/MtBlazePeak
parentc89c7110832eee146e4b519414a34c35348104bb (diff)
convert all story line floorIDs to JSON
Diffstat (limited to 'data/dungeon/MtBlazePeak')
-rw-r--r--data/dungeon/MtBlazePeak/floor_id.inc6
-rw-r--r--data/dungeon/MtBlazePeak/floor_id.json32
2 files changed, 32 insertions, 6 deletions
diff --git a/data/dungeon/MtBlazePeak/floor_id.inc b/data/dungeon/MtBlazePeak/floor_id.inc
deleted file mode 100644
index e422275..0000000
--- a/data/dungeon/MtBlazePeak/floor_id.inc
+++ /dev/null
@@ -1,6 +0,0 @@
-.global MtBlazePeakFloorID
-MtBlazePeakFloorID:
-.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-.byte 0x5a, 0x00, 0x3e, 0x00, 0x01, 0x00, 0x1a, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x5b, 0x00, 0x3e, 0x00, 0x01, 0x00, 0x1a, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x5c, 0x00, 0x3f, 0x00, 0x01, 0x00, 0x1a, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
diff --git a/data/dungeon/MtBlazePeak/floor_id.json b/data/dungeon/MtBlazePeak/floor_id.json
new file mode 100644
index 0000000..e21fe80
--- /dev/null
+++ b/data/dungeon/MtBlazePeak/floor_id.json
@@ -0,0 +1,32 @@
+{
+ "name": "MtBlazePeakFloorID",
+ "tables": [
+ {
+ "MainData": 90,
+ "Pokemon": 62,
+ "Traps": 1,
+ "Items": 26,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 91,
+ "Pokemon": 62,
+ "Traps": 1,
+ "Items": 26,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 92,
+ "Pokemon": 63,
+ "Traps": 1,
+ "Items": 26,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ }
+ ]
+}