summaryrefslogtreecommitdiff
path: root/data/dungeon/FrostyGrotto
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/FrostyGrotto
parentc89c7110832eee146e4b519414a34c35348104bb (diff)
convert all story line floorIDs to JSON
Diffstat (limited to 'data/dungeon/FrostyGrotto')
-rw-r--r--data/dungeon/FrostyGrotto/floor_id.inc8
-rw-r--r--data/dungeon/FrostyGrotto/floor_id.json50
2 files changed, 50 insertions, 8 deletions
diff --git a/data/dungeon/FrostyGrotto/floor_id.inc b/data/dungeon/FrostyGrotto/floor_id.inc
deleted file mode 100644
index cbeacd0..0000000
--- a/data/dungeon/FrostyGrotto/floor_id.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-.global FrostyGrottoFloorID
-FrostyGrottoFloorID:
-.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-.byte 0x66, 0x00, 0x46, 0x00, 0x03, 0x00, 0x1e, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x67, 0x00, 0x46, 0x00, 0x03, 0x00, 0x1e, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x68, 0x00, 0x46, 0x00, 0x03, 0x00, 0x1e, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x69, 0x00, 0x46, 0x00, 0x03, 0x00, 0x1f, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x6a, 0x00, 0x47, 0x00, 0x03, 0x00, 0x1f, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
diff --git a/data/dungeon/FrostyGrotto/floor_id.json b/data/dungeon/FrostyGrotto/floor_id.json
new file mode 100644
index 0000000..2b8c806
--- /dev/null
+++ b/data/dungeon/FrostyGrotto/floor_id.json
@@ -0,0 +1,50 @@
+{
+ "name": "FrostyGrottoFloorID",
+ "tables": [
+ {
+ "MainData": 102,
+ "Pokemon": 70,
+ "Traps": 3,
+ "Items": 30,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 103,
+ "Pokemon": 70,
+ "Traps": 3,
+ "Items": 30,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 104,
+ "Pokemon": 70,
+ "Traps": 3,
+ "Items": 30,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 105,
+ "Pokemon": 70,
+ "Traps": 3,
+ "Items": 31,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 106,
+ "Pokemon": 71,
+ "Traps": 3,
+ "Items": 31,
+ "KecleonShop": 28,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ }
+ ]
+}