summaryrefslogtreecommitdiff
path: root/data/dungeon/MtFreezePeak
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/MtFreezePeak
parentc89c7110832eee146e4b519414a34c35348104bb (diff)
convert all story line floorIDs to JSON
Diffstat (limited to 'data/dungeon/MtFreezePeak')
-rw-r--r--data/dungeon/MtFreezePeak/floor_id.inc8
-rw-r--r--data/dungeon/MtFreezePeak/floor_id.json50
2 files changed, 50 insertions, 8 deletions
diff --git a/data/dungeon/MtFreezePeak/floor_id.inc b/data/dungeon/MtFreezePeak/floor_id.inc
deleted file mode 100644
index b8f3914..0000000
--- a/data/dungeon/MtFreezePeak/floor_id.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-.global MtFreezePeakFloorID
-MtFreezePeakFloorID:
-.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-.byte 0x7a, 0x00, 0x4f, 0x00, 0x03, 0x00, 0x22, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x7b, 0x00, 0x4f, 0x00, 0x03, 0x00, 0x22, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x7c, 0x00, 0x4f, 0x00, 0x03, 0x00, 0x22, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x7d, 0x00, 0x4f, 0x00, 0x03, 0x00, 0x23, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x7e, 0x00, 0x50, 0x00, 0x03, 0x00, 0x23, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
diff --git a/data/dungeon/MtFreezePeak/floor_id.json b/data/dungeon/MtFreezePeak/floor_id.json
new file mode 100644
index 0000000..31275ad
--- /dev/null
+++ b/data/dungeon/MtFreezePeak/floor_id.json
@@ -0,0 +1,50 @@
+{
+ "name": "MtFreezePeakFloorID",
+ "tables": [
+ {
+ "MainData": 122,
+ "Pokemon": 79,
+ "Traps": 3,
+ "Items": 34,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 123,
+ "Pokemon": 79,
+ "Traps": 3,
+ "Items": 34,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 124,
+ "Pokemon": 79,
+ "Traps": 3,
+ "Items": 34,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 125,
+ "Pokemon": 79,
+ "Traps": 3,
+ "Items": 35,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 126,
+ "Pokemon": 80,
+ "Traps": 3,
+ "Items": 35,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ }
+ ]
+}