diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-06-26 00:32:51 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-06-26 00:32:51 -0500 |
commit | 7d9a587432ca4cc608b3fa4ddd060ad7c37fbf8b (patch) | |
tree | cad783113c18340a7a8e13f835a56305520d5af8 /data/dungeon/D50 | |
parent | 139aef45319fb22d7889ef687d623498e13997f6 (diff) |
convert remaining floorID headers to JSON
Diffstat (limited to 'data/dungeon/D50')
-rw-r--r-- | data/dungeon/D50/floor_id.inc | 6 | ||||
-rw-r--r-- | data/dungeon/D50/floor_id.json | 23 |
2 files changed, 23 insertions, 6 deletions
diff --git a/data/dungeon/D50/floor_id.inc b/data/dungeon/D50/floor_id.inc deleted file mode 100644 index 232ab1f..0000000 --- a/data/dungeon/D50/floor_id.inc +++ /dev/null @@ -1,6 +0,0 @@ -.global D50FloorID -D50FloorID: -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 -.byte 0x73, 0x04, 0x0e, 0x02, 0x57, 0x00, 0x57, 0x00, 0x01, 0x00, 0x02, 0x00, 0x42, 0x00, 0x00, 0x00 -.byte 0x74, 0x04, 0x0e, 0x02, 0x57, 0x00, 0x57, 0x00, 0x01, 0x00, 0x02, 0x00, 0x42, 0x00, 0x00, 0x00 - diff --git a/data/dungeon/D50/floor_id.json b/data/dungeon/D50/floor_id.json new file mode 100644 index 0000000..6f23a99 --- /dev/null +++ b/data/dungeon/D50/floor_id.json @@ -0,0 +1,23 @@ +{ + "name": "D50FloorID", + "tables": [ + { + "MainData": 1139, + "Pokemon": 526, + "Traps": 87, + "Items": 87, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 66 + }, + { + "MainData": 1140, + "Pokemon": 526, + "Traps": 87, + "Items": 87, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 66 + } + ] +} |