summaryrefslogtreecommitdiff
path: root/data/dungeon/RockPath
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-06-26 00:32:51 -0500
committerSeth Barberee <seth.barberee@gmail.com>2021-06-26 00:32:51 -0500
commit7d9a587432ca4cc608b3fa4ddd060ad7c37fbf8b (patch)
treecad783113c18340a7a8e13f835a56305520d5af8 /data/dungeon/RockPath
parent139aef45319fb22d7889ef687d623498e13997f6 (diff)
convert remaining floorID headers to JSON
Diffstat (limited to 'data/dungeon/RockPath')
-rw-r--r--data/dungeon/RockPath/floor_id.inc9
-rw-r--r--data/dungeon/RockPath/floor_id.json41
2 files changed, 41 insertions, 9 deletions
diff --git a/data/dungeon/RockPath/floor_id.inc b/data/dungeon/RockPath/floor_id.inc
deleted file mode 100644
index 0f886dd..0000000
--- a/data/dungeon/RockPath/floor_id.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-.global RockPathFloorID
-RockPathFloorID:
-
-.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
-.byte 0x61, 0x04, 0x09, 0x02, 0x0a, 0x00, 0x7b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x62, 0x04, 0x09, 0x02, 0x0a, 0x00, 0x7b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x63, 0x04, 0x09, 0x02, 0x0a, 0x00, 0x7b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-.byte 0x64, 0x04, 0x09, 0x02, 0x0a, 0x00, 0x7b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
-
diff --git a/data/dungeon/RockPath/floor_id.json b/data/dungeon/RockPath/floor_id.json
new file mode 100644
index 0000000..6c8aed9
--- /dev/null
+++ b/data/dungeon/RockPath/floor_id.json
@@ -0,0 +1,41 @@
+{
+ "name": "RockPathFloorID",
+ "tables": [
+ {
+ "MainData": 1121,
+ "Pokemon": 521,
+ "Traps": 10,
+ "Items": 123,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 1122,
+ "Pokemon": 521,
+ "Traps": 10,
+ "Items": 123,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 1123,
+ "Pokemon": 521,
+ "Traps": 10,
+ "Items": 123,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ },
+ {
+ "MainData": 1124,
+ "Pokemon": 521,
+ "Traps": 10,
+ "Items": 123,
+ "KecleonShop": 1,
+ "MonsterRoomItems": 2,
+ "BuriedItems": 3
+ }
+ ]
+}