diff options
| author | Seth Barberee <seth.barberee@gmail.com> | 2021-06-25 17:19:47 -0500 |
|---|---|---|
| committer | Seth Barberee <seth.barberee@gmail.com> | 2021-06-25 17:19:47 -0500 |
| commit | 139aef45319fb22d7889ef687d623498e13997f6 (patch) | |
| tree | 678c7c0db35d952ca0711ce68c99a61996146e07 /data/dungeon/MtThunderPeak | |
| parent | c89c7110832eee146e4b519414a34c35348104bb (diff) | |
convert all story line floorIDs to JSON
Diffstat (limited to 'data/dungeon/MtThunderPeak')
| -rw-r--r-- | data/dungeon/MtThunderPeak/floor_id.inc | 6 | ||||
| -rw-r--r-- | data/dungeon/MtThunderPeak/floor_id.json | 33 |
2 files changed, 33 insertions, 6 deletions
diff --git a/data/dungeon/MtThunderPeak/floor_id.inc b/data/dungeon/MtThunderPeak/floor_id.inc deleted file mode 100644 index 961af1b..0000000 --- a/data/dungeon/MtThunderPeak/floor_id.inc +++ /dev/null @@ -1,6 +0,0 @@ -.global MtThunderPeakFloorID -MtThunderPeakFloorID: -.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 -.byte 0x31, 0x00, 0x25, 0x00, 0x03, 0x00, 0x11, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0x32, 0x00, 0x25, 0x00, 0x03, 0x00, 0x11, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -.byte 0x33, 0x00, 0x26, 0x00, 0x03, 0x00, 0x11, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 diff --git a/data/dungeon/MtThunderPeak/floor_id.json b/data/dungeon/MtThunderPeak/floor_id.json new file mode 100644 index 0000000..6e39e10 --- /dev/null +++ b/data/dungeon/MtThunderPeak/floor_id.json @@ -0,0 +1,33 @@ +{ + "name": "MtThunderPeakFloorID", + "tables": [ + { + "MainData": 49, + "Pokemon": 37, + "Traps": 3, + "Items": 17, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 50, + "Pokemon": 37, + "Traps": 3, + "Items": 17, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + }, + { + "MainData": 51, + "Pokemon": 38, + "Traps": 3, + "Items": 17, + "KecleonShop": 1, + "MonsterRoomItems": 2, + "BuriedItems": 3 + } + + ] +} |
