diff options
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 + } + ] +} |