diff options
Diffstat (limited to 'data/dungeon/RockPath')
-rw-r--r-- | data/dungeon/RockPath/floor_id.inc | 9 | ||||
-rw-r--r-- | data/dungeon/RockPath/floor_id.json | 41 |
2 files changed, 41 insertions, 9 deletions
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 + } + ] +} |