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/D63 | |
parent | 139aef45319fb22d7889ef687d623498e13997f6 (diff) |
convert remaining floorID headers to JSON
Diffstat (limited to 'data/dungeon/D63')
-rw-r--r-- | data/dungeon/D63/floor_id.inc | 4 | ||||
-rw-r--r-- | data/dungeon/D63/floor_id.json | 14 |
2 files changed, 14 insertions, 4 deletions
diff --git a/data/dungeon/D63/floor_id.inc b/data/dungeon/D63/floor_id.inc deleted file mode 100644 index 9da4f50..0000000 --- a/data/dungeon/D63/floor_id.inc +++ /dev/null @@ -1,4 +0,0 @@ -.global D63FloorID -D63FloorID: -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 -.byte 0xe3, 0x06, 0x0e, 0x02, 0x57, 0x00, 0xb0, 0x00, 0x13, 0x00, 0xb1, 0x00, 0x42, 0x00, 0x00, 0x00 diff --git a/data/dungeon/D63/floor_id.json b/data/dungeon/D63/floor_id.json new file mode 100644 index 0000000..0f6bd5d --- /dev/null +++ b/data/dungeon/D63/floor_id.json @@ -0,0 +1,14 @@ +{ + "name": "D63FloorID", + "tables": [ + { + "MainData": 1763, + "Pokemon": 526, + "Traps": 87, + "Items": 176, + "KecleonShop": 19, + "MonsterRoomItems": 177, + "BuriedItems": 66 + } + ] +} |