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