From 7d9a587432ca4cc608b3fa4ddd060ad7c37fbf8b Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sat, 26 Jun 2021 00:32:51 -0500 Subject: convert remaining floorID headers to JSON --- data/dungeon/RockPath/floor_id.inc | 9 -------- data/dungeon/RockPath/floor_id.json | 41 +++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 9 deletions(-) delete mode 100644 data/dungeon/RockPath/floor_id.inc create mode 100644 data/dungeon/RockPath/floor_id.json (limited to 'data/dungeon/RockPath') 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 + } + ] +} -- cgit v1.2.3