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/SnowPath | |
parent | 139aef45319fb22d7889ef687d623498e13997f6 (diff) |
convert remaining floorID headers to JSON
Diffstat (limited to 'data/dungeon/SnowPath')
-rw-r--r-- | data/dungeon/SnowPath/floor_id.inc | 8 | ||||
-rw-r--r-- | data/dungeon/SnowPath/floor_id.json | 41 |
2 files changed, 41 insertions, 8 deletions
diff --git a/data/dungeon/SnowPath/floor_id.inc b/data/dungeon/SnowPath/floor_id.inc deleted file mode 100644 index 265dc7d..0000000 --- a/data/dungeon/SnowPath/floor_id.inc +++ /dev/null @@ -1,8 +0,0 @@ -.global SnowPathFloorID -SnowPathFloorID: -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 -.byte 0x65, 0x04, 0x0a, 0x02, 0x0a, 0x00, 0x7c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0x66, 0x04, 0x0b, 0x02, 0x0a, 0x00, 0x7c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0x67, 0x04, 0x0c, 0x02, 0x0a, 0x00, 0x7c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0x68, 0x04, 0x0d, 0x02, 0x0a, 0x00, 0x7d, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 - diff --git a/data/dungeon/SnowPath/floor_id.json b/data/dungeon/SnowPath/floor_id.json new file mode 100644 index 0000000..e7c8b23 --- /dev/null +++ b/data/dungeon/SnowPath/floor_id.json @@ -0,0 +1,41 @@ +{ + "name": "SnowPathFloorID", + "tables": [ + { + "MainData": 1125, + "Pokemon": 522, + "Traps": 10, + "Items": 124, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 1126, + "Pokemon": 523, + "Traps": 10, + "Items": 124, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 1127, + "Pokemon": 524, + "Traps": 10, + "Items": 124, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 1128, + "Pokemon": 525, + "Traps": 10, + "Items": 125, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + } + ] +} |