mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 23:17:03 -05:00
convert all story line floorIDs to JSON
This commit is contained in:
parent
c89c711083
commit
139aef4531
|
|
@ -1,12 +0,0 @@
|
|||
.global FrostyForestFloorID
|
||||
FrostyForestFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x5d, 0x00, 0x40, 0x00, 0x03, 0x00, 0x1b, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x5e, 0x00, 0x40, 0x00, 0x03, 0x00, 0x1b, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x5f, 0x00, 0x41, 0x00, 0x03, 0x00, 0x1b, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x60, 0x00, 0x42, 0x00, 0x03, 0x00, 0x1d, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x61, 0x00, 0x43, 0x00, 0x03, 0x00, 0x1d, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x62, 0x00, 0x43, 0x00, 0x03, 0x00, 0x1d, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x63, 0x00, 0x44, 0x00, 0x03, 0x00, 0x1d, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x64, 0x00, 0x45, 0x00, 0x03, 0x00, 0x1d, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x65, 0x00, 0x45, 0x00, 0x03, 0x00, 0x1d, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
86
data/dungeon/FrostyForest/floor_id.json
Normal file
86
data/dungeon/FrostyForest/floor_id.json
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"name": "FrostyForestFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 93,
|
||||
"Pokemon": 64,
|
||||
"Traps": 3,
|
||||
"Items": 27,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 94,
|
||||
"Pokemon": 64,
|
||||
"Traps": 3,
|
||||
"Items": 27,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 95,
|
||||
"Pokemon": 65,
|
||||
"Traps": 3,
|
||||
"Items": 27,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 96,
|
||||
"Pokemon": 66,
|
||||
"Traps": 3,
|
||||
"Items": 29,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 97,
|
||||
"Pokemon": 67,
|
||||
"Traps": 3,
|
||||
"Items": 29,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 98,
|
||||
"Pokemon": 67,
|
||||
"Traps": 3,
|
||||
"Items": 29,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 99,
|
||||
"Pokemon": 68,
|
||||
"Traps": 3,
|
||||
"Items": 29,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 100,
|
||||
"Pokemon": 69,
|
||||
"Traps": 3,
|
||||
"Items": 29,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 101,
|
||||
"Pokemon": 69,
|
||||
"Traps": 3,
|
||||
"Items": 29,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
.global FrostyGrottoFloorID
|
||||
FrostyGrottoFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x66, 0x00, 0x46, 0x00, 0x03, 0x00, 0x1e, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x67, 0x00, 0x46, 0x00, 0x03, 0x00, 0x1e, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x68, 0x00, 0x46, 0x00, 0x03, 0x00, 0x1e, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x69, 0x00, 0x46, 0x00, 0x03, 0x00, 0x1f, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x6a, 0x00, 0x47, 0x00, 0x03, 0x00, 0x1f, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
50
data/dungeon/FrostyGrotto/floor_id.json
Normal file
50
data/dungeon/FrostyGrotto/floor_id.json
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"name": "FrostyGrottoFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 102,
|
||||
"Pokemon": 70,
|
||||
"Traps": 3,
|
||||
"Items": 30,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 103,
|
||||
"Pokemon": 70,
|
||||
"Traps": 3,
|
||||
"Items": 30,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 104,
|
||||
"Pokemon": 70,
|
||||
"Traps": 3,
|
||||
"Items": 30,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 105,
|
||||
"Pokemon": 70,
|
||||
"Traps": 3,
|
||||
"Items": 31,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 106,
|
||||
"Pokemon": 71,
|
||||
"Traps": 3,
|
||||
"Items": 31,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
.global GreatCanyonFloorID
|
||||
GreatCanyonFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x34, 0x00, 0x27, 0x00, 0x03, 0x00, 0x12, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x35, 0x00, 0x27, 0x00, 0x03, 0x00, 0x12, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x36, 0x00, 0x27, 0x00, 0x03, 0x00, 0x12, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x37, 0x00, 0x28, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x38, 0x00, 0x29, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x39, 0x00, 0x2a, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x3a, 0x00, 0x2b, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x3b, 0x00, 0x2c, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x3c, 0x00, 0x2d, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x3d, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x3e, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x3f, 0x00, 0x2f, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
113
data/dungeon/GreatCanyon/floor_id.json
Normal file
113
data/dungeon/GreatCanyon/floor_id.json
Normal file
|
|
@ -0,0 +1,113 @@
|
|||
{
|
||||
"name": "GreatCanyonFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 52,
|
||||
"Pokemon": 39,
|
||||
"Traps": 3,
|
||||
"Items": 18,
|
||||
"KecleonShop": 19,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 53,
|
||||
"Pokemon": 39,
|
||||
"Traps": 3,
|
||||
"Items": 18,
|
||||
"KecleonShop": 19,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 54,
|
||||
"Pokemon": 39,
|
||||
"Traps": 3,
|
||||
"Items": 18,
|
||||
"KecleonShop": 19,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 55,
|
||||
"Pokemon": 40,
|
||||
"Traps": 3,
|
||||
"Items": 20,
|
||||
"KecleonShop": 19,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 56,
|
||||
"Pokemon": 41,
|
||||
"Traps": 3,
|
||||
"Items": 20,
|
||||
"KecleonShop": 19,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 57,
|
||||
"Pokemon": 42,
|
||||
"Traps": 3,
|
||||
"Items": 20,
|
||||
"KecleonShop": 19,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 58,
|
||||
"Pokemon": 43,
|
||||
"Traps": 3,
|
||||
"Items": 20,
|
||||
"KecleonShop": 19,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 59,
|
||||
"Pokemon": 44,
|
||||
"Traps": 3,
|
||||
"Items": 20,
|
||||
"KecleonShop": 19,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 60,
|
||||
"Pokemon": 45,
|
||||
"Traps": 3,
|
||||
"Items": 20,
|
||||
"KecleonShop": 19,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 61,
|
||||
"Pokemon": 46,
|
||||
"Traps": 3,
|
||||
"Items": 20,
|
||||
"KecleonShop": 19,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 62,
|
||||
"Pokemon": 46,
|
||||
"Traps": 3,
|
||||
"Items": 20,
|
||||
"KecleonShop": 19,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 63,
|
||||
"Pokemon": 47,
|
||||
"Traps": 3,
|
||||
"Items": 20,
|
||||
"KecleonShop": 19,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,55 +0,0 @@
|
|||
.global JoyousTowerFloorID
|
||||
JoyousTowerFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x47, 0x05, 0x63, 0x02, 0x5e, 0x00, 0x9d, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x48, 0x05, 0x64, 0x02, 0x1e, 0x00, 0x9d, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x49, 0x05, 0x65, 0x02, 0x1e, 0x00, 0x9d, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x4a, 0x05, 0x66, 0x02, 0x1e, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x4b, 0x05, 0x67, 0x02, 0x1e, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x4c, 0x05, 0x68, 0x02, 0x1e, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x4d, 0x05, 0x69, 0x02, 0x1e, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x4e, 0x05, 0x6a, 0x02, 0x1e, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x4f, 0x05, 0x6b, 0x02, 0x1e, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x50, 0x05, 0x6b, 0x02, 0x5f, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x51, 0x05, 0x6c, 0x02, 0x60, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x52, 0x05, 0x6d, 0x02, 0x60, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x53, 0x05, 0x6e, 0x02, 0x5f, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x54, 0x05, 0x6f, 0x02, 0x5f, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x55, 0x05, 0x70, 0x02, 0x5f, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x56, 0x05, 0x71, 0x02, 0x5f, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x57, 0x05, 0x72, 0x02, 0x5f, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x58, 0x05, 0x73, 0x02, 0x5f, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x59, 0x05, 0x74, 0x02, 0x5f, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x5a, 0x05, 0x75, 0x02, 0x61, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x5b, 0x05, 0x76, 0x02, 0x62, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x5c, 0x05, 0x77, 0x02, 0x62, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x5d, 0x05, 0x78, 0x02, 0x62, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x5e, 0x05, 0x79, 0x02, 0x62, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x5f, 0x05, 0x7a, 0x02, 0x62, 0x00, 0x9f, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x60, 0x05, 0x7b, 0x02, 0x62, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x61, 0x05, 0x7c, 0x02, 0x62, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x62, 0x05, 0x7d, 0x02, 0x62, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x63, 0x05, 0x7e, 0x02, 0x62, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x64, 0x05, 0x7f, 0x02, 0x63, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x65, 0x05, 0x80, 0x02, 0x64, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x66, 0x05, 0x80, 0x02, 0x64, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x67, 0x05, 0x81, 0x02, 0x64, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x68, 0x05, 0x81, 0x02, 0x64, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x69, 0x05, 0x82, 0x02, 0x64, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x6a, 0x05, 0x83, 0x02, 0x64, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x6b, 0x05, 0x84, 0x02, 0x64, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x6c, 0x05, 0x84, 0x02, 0x64, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x6d, 0x05, 0x85, 0x02, 0x64, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x6e, 0x05, 0x86, 0x02, 0x65, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x6f, 0x05, 0x87, 0x02, 0x65, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x70, 0x05, 0x88, 0x02, 0x65, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x71, 0x05, 0x89, 0x02, 0x65, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x72, 0x05, 0x8a, 0x02, 0x65, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x73, 0x05, 0x8b, 0x02, 0x65, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x74, 0x05, 0x8c, 0x02, 0x65, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x75, 0x05, 0x8d, 0x02, 0x65, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x76, 0x05, 0x8d, 0x02, 0x65, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x77, 0x05, 0x8d, 0x02, 0x65, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x78, 0x05, 0x8e, 0x02, 0x66, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x79, 0x05, 0x8f, 0x02, 0x67, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x7a, 0x05, 0x90, 0x02, 0x67, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x7b, 0x05, 0x91, 0x02, 0x67, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x7c, 0x05, 0x91, 0x02, 0x67, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x7d, 0x05, 0x92, 0x02, 0x67, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x7e, 0x05, 0x93, 0x02, 0x67, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x7f, 0x05, 0x94, 0x02, 0x67, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x80, 0x05, 0x95, 0x02, 0x67, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x81, 0x05, 0x96, 0x02, 0x67, 0x00, 0xa0, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x82, 0x05, 0x97, 0x02, 0x68, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x83, 0x05, 0x98, 0x02, 0x68, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x84, 0x05, 0x99, 0x02, 0x68, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x85, 0x05, 0x9a, 0x02, 0x68, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x86, 0x05, 0x9a, 0x02, 0x68, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x87, 0x05, 0x9b, 0x02, 0x68, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x88, 0x05, 0x9c, 0x02, 0x68, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x89, 0x05, 0x9d, 0x02, 0x68, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x8a, 0x05, 0x9e, 0x02, 0x68, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x8b, 0x05, 0x9e, 0x02, 0x68, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x8c, 0x05, 0x9f, 0x02, 0x69, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x8d, 0x05, 0xa0, 0x02, 0x6a, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x8e, 0x05, 0xa1, 0x02, 0x6a, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x8f, 0x05, 0xa1, 0x02, 0x6b, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x90, 0x05, 0xa2, 0x02, 0x6c, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x91, 0x05, 0xa2, 0x02, 0x6a, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x92, 0x05, 0xa3, 0x02, 0x6a, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x93, 0x05, 0xa4, 0x02, 0x6a, 0x00, 0xa1, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x94, 0x05, 0xa5, 0x02, 0x6a, 0x00, 0xa2, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x95, 0x05, 0xa6, 0x02, 0x6d, 0x00, 0xa2, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x96, 0x05, 0xa7, 0x02, 0x6e, 0x00, 0xa2, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x97, 0x05, 0xa7, 0x02, 0x6f, 0x00, 0xa2, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x98, 0x05, 0xa7, 0x02, 0x6f, 0x00, 0xa2, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x99, 0x05, 0xa8, 0x02, 0x6f, 0x00, 0xa2, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x9a, 0x05, 0xa8, 0x02, 0x6f, 0x00, 0xa2, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x9b, 0x05, 0xa9, 0x02, 0x6f, 0x00, 0xa2, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x9c, 0x05, 0xaa, 0x02, 0x6f, 0x00, 0xa2, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x9d, 0x05, 0xaa, 0x02, 0x6f, 0x00, 0xa2, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0x9e, 0x05, 0xab, 0x02, 0x6f, 0x00, 0xa2, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0x9f, 0x05, 0xac, 0x02, 0x6f, 0x00, 0xa2, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0xa0, 0x05, 0xad, 0x02, 0x6f, 0x00, 0xa2, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0xa1, 0x05, 0xad, 0x02, 0x6f, 0x00, 0xa3, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0xa2, 0x05, 0xae, 0x02, 0x6f, 0x00, 0xa3, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0xa3, 0x05, 0xaf, 0x02, 0x6f, 0x00, 0xa3, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0xa4, 0x05, 0xb0, 0x02, 0x6f, 0x00, 0xa3, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0xa5, 0x05, 0xb0, 0x02, 0x6f, 0x00, 0xa3, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0xa6, 0x05, 0xb0, 0x02, 0x6f, 0x00, 0xa3, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0xa7, 0x05, 0xb0, 0x02, 0x6f, 0x00, 0xa3, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00, 0xa8, 0x05, 0xb0, 0x02, 0x6f, 0x00, 0xa3, 0x00, 0x9e, 0x00, 0x2e, 0x00, 0x42, 0x00, 0x00, 0x00, 0xa9, 0x05, 0xb0, 0x02, 0x6f, 0x00, 0xa3, 0x00, 0x9e, 0x00, 0x2e, 0x00
|
||||
.byte 0x42, 0x00, 0x00, 0x00
|
||||
|
||||
896
data/dungeon/JoyousTower/floor_id.json
Normal file
896
data/dungeon/JoyousTower/floor_id.json
Normal file
|
|
@ -0,0 +1,896 @@
|
|||
{
|
||||
"name": "JoyousTowerFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 1351,
|
||||
"Pokemon": 611,
|
||||
"Traps": 94,
|
||||
"Items": 157,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1352,
|
||||
"Pokemon": 612,
|
||||
"Traps": 30,
|
||||
"Items": 157,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1353,
|
||||
"Pokemon": 613,
|
||||
"Traps": 30,
|
||||
"Items": 157,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1354,
|
||||
"Pokemon": 614,
|
||||
"Traps": 30,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1355,
|
||||
"Pokemon": 615,
|
||||
"Traps": 30,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1356,
|
||||
"Pokemon": 616,
|
||||
"Traps": 30,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1357,
|
||||
"Pokemon": 617,
|
||||
"Traps": 30,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1358,
|
||||
"Pokemon": 618,
|
||||
"Traps": 30,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1359,
|
||||
"Pokemon": 619,
|
||||
"Traps": 30,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1360,
|
||||
"Pokemon": 619,
|
||||
"Traps": 95,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1361,
|
||||
"Pokemon": 620,
|
||||
"Traps": 96,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1362,
|
||||
"Pokemon": 621,
|
||||
"Traps": 96,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1363,
|
||||
"Pokemon": 622,
|
||||
"Traps": 95,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1364,
|
||||
"Pokemon": 623,
|
||||
"Traps": 95,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1365,
|
||||
"Pokemon": 624,
|
||||
"Traps": 95,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1366,
|
||||
"Pokemon": 625,
|
||||
"Traps": 95,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1367,
|
||||
"Pokemon": 626,
|
||||
"Traps": 95,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1368,
|
||||
"Pokemon": 627,
|
||||
"Traps": 95,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1369,
|
||||
"Pokemon": 628,
|
||||
"Traps": 95,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1370,
|
||||
"Pokemon": 629,
|
||||
"Traps": 97,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1371,
|
||||
"Pokemon": 630,
|
||||
"Traps": 98,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1372,
|
||||
"Pokemon": 631,
|
||||
"Traps": 98,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1373,
|
||||
"Pokemon": 632,
|
||||
"Traps": 98,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1374,
|
||||
"Pokemon": 633,
|
||||
"Traps": 98,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1375,
|
||||
"Pokemon": 634,
|
||||
"Traps": 98,
|
||||
"Items": 159,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1376,
|
||||
"Pokemon": 635,
|
||||
"Traps": 98,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1377,
|
||||
"Pokemon": 636,
|
||||
"Traps": 98,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1378,
|
||||
"Pokemon": 637,
|
||||
"Traps": 98,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1379,
|
||||
"Pokemon": 638,
|
||||
"Traps": 98,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1380,
|
||||
"Pokemon": 639,
|
||||
"Traps": 99,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1381,
|
||||
"Pokemon": 640,
|
||||
"Traps": 100,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1382,
|
||||
"Pokemon": 640,
|
||||
"Traps": 100,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1383,
|
||||
"Pokemon": 641,
|
||||
"Traps": 100,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1384,
|
||||
"Pokemon": 641,
|
||||
"Traps": 100,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1385,
|
||||
"Pokemon": 642,
|
||||
"Traps": 100,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1386,
|
||||
"Pokemon": 643,
|
||||
"Traps": 100,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1387,
|
||||
"Pokemon": 644,
|
||||
"Traps": 100,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1388,
|
||||
"Pokemon": 644,
|
||||
"Traps": 100,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1389,
|
||||
"Pokemon": 645,
|
||||
"Traps": 100,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1390,
|
||||
"Pokemon": 646,
|
||||
"Traps": 101,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1391,
|
||||
"Pokemon": 647,
|
||||
"Traps": 101,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1392,
|
||||
"Pokemon": 648,
|
||||
"Traps": 101,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1393,
|
||||
"Pokemon": 649,
|
||||
"Traps": 101,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1394,
|
||||
"Pokemon": 650,
|
||||
"Traps": 101,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1395,
|
||||
"Pokemon": 651,
|
||||
"Traps": 101,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1396,
|
||||
"Pokemon": 652,
|
||||
"Traps": 101,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1397,
|
||||
"Pokemon": 653,
|
||||
"Traps": 101,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1398,
|
||||
"Pokemon": 653,
|
||||
"Traps": 101,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1399,
|
||||
"Pokemon": 653,
|
||||
"Traps": 101,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1400,
|
||||
"Pokemon": 654,
|
||||
"Traps": 102,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1401,
|
||||
"Pokemon": 655,
|
||||
"Traps": 103,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1402,
|
||||
"Pokemon": 656,
|
||||
"Traps": 103,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1403,
|
||||
"Pokemon": 657,
|
||||
"Traps": 103,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1404,
|
||||
"Pokemon": 657,
|
||||
"Traps": 103,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1405,
|
||||
"Pokemon": 658,
|
||||
"Traps": 103,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1406,
|
||||
"Pokemon": 659,
|
||||
"Traps": 103,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1407,
|
||||
"Pokemon": 660,
|
||||
"Traps": 103,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1408,
|
||||
"Pokemon": 661,
|
||||
"Traps": 103,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1409,
|
||||
"Pokemon": 662,
|
||||
"Traps": 103,
|
||||
"Items": 160,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1410,
|
||||
"Pokemon": 663,
|
||||
"Traps": 104,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1411,
|
||||
"Pokemon": 664,
|
||||
"Traps": 104,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1412,
|
||||
"Pokemon": 665,
|
||||
"Traps": 104,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1413,
|
||||
"Pokemon": 666,
|
||||
"Traps": 104,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1414,
|
||||
"Pokemon": 666,
|
||||
"Traps": 104,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1415,
|
||||
"Pokemon": 667,
|
||||
"Traps": 104,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1416,
|
||||
"Pokemon": 668,
|
||||
"Traps": 104,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1417,
|
||||
"Pokemon": 669,
|
||||
"Traps": 104,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1418,
|
||||
"Pokemon": 670,
|
||||
"Traps": 104,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1419,
|
||||
"Pokemon": 670,
|
||||
"Traps": 104,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1420,
|
||||
"Pokemon": 671,
|
||||
"Traps": 105,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1421,
|
||||
"Pokemon": 672,
|
||||
"Traps": 106,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1422,
|
||||
"Pokemon": 673,
|
||||
"Traps": 106,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1423,
|
||||
"Pokemon": 673,
|
||||
"Traps": 107,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1424,
|
||||
"Pokemon": 674,
|
||||
"Traps": 108,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1425,
|
||||
"Pokemon": 674,
|
||||
"Traps": 106,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1426,
|
||||
"Pokemon": 675,
|
||||
"Traps": 106,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1427,
|
||||
"Pokemon": 676,
|
||||
"Traps": 106,
|
||||
"Items": 161,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1428,
|
||||
"Pokemon": 677,
|
||||
"Traps": 106,
|
||||
"Items": 162,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1429,
|
||||
"Pokemon": 678,
|
||||
"Traps": 109,
|
||||
"Items": 162,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1430,
|
||||
"Pokemon": 679,
|
||||
"Traps": 110,
|
||||
"Items": 162,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1431,
|
||||
"Pokemon": 679,
|
||||
"Traps": 111,
|
||||
"Items": 162,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1432,
|
||||
"Pokemon": 679,
|
||||
"Traps": 111,
|
||||
"Items": 162,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1433,
|
||||
"Pokemon": 680,
|
||||
"Traps": 111,
|
||||
"Items": 162,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1434,
|
||||
"Pokemon": 680,
|
||||
"Traps": 111,
|
||||
"Items": 162,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1435,
|
||||
"Pokemon": 681,
|
||||
"Traps": 111,
|
||||
"Items": 162,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1436,
|
||||
"Pokemon": 682,
|
||||
"Traps": 111,
|
||||
"Items": 162,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1437,
|
||||
"Pokemon": 682,
|
||||
"Traps": 111,
|
||||
"Items": 162,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1438,
|
||||
"Pokemon": 683,
|
||||
"Traps": 111,
|
||||
"Items": 162,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1439,
|
||||
"Pokemon": 684,
|
||||
"Traps": 111,
|
||||
"Items": 162,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1440,
|
||||
"Pokemon": 685,
|
||||
"Traps": 111,
|
||||
"Items": 162,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1441,
|
||||
"Pokemon": 685,
|
||||
"Traps": 111,
|
||||
"Items": 163,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1442,
|
||||
"Pokemon": 686,
|
||||
"Traps": 111,
|
||||
"Items": 163,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1443,
|
||||
"Pokemon": 687,
|
||||
"Traps": 111,
|
||||
"Items": 163,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1444,
|
||||
"Pokemon": 688,
|
||||
"Traps": 111,
|
||||
"Items": 163,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1445,
|
||||
"Pokemon": 688,
|
||||
"Traps": 111,
|
||||
"Items": 163,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1446,
|
||||
"Pokemon": 688,
|
||||
"Traps": 111,
|
||||
"Items": 163,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1447,
|
||||
"Pokemon": 688,
|
||||
"Traps": 111,
|
||||
"Items": 163,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1448,
|
||||
"Pokemon": 688,
|
||||
"Traps": 111,
|
||||
"Items": 163,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
},
|
||||
{
|
||||
"MainData": 1449,
|
||||
"Pokemon": 688,
|
||||
"Traps": 111,
|
||||
"Items": 163,
|
||||
"KecleonShop": 158,
|
||||
"MonsterRoomItems": 46,
|
||||
"BuriedItems": 66
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
.global LapisCaveFloorID
|
||||
LapisCaveFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x40, 0x00, 0x30, 0x00, 0x04, 0x00, 0x15, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x41, 0x00, 0x30, 0x00, 0x04, 0x00, 0x15, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x42, 0x00, 0x30, 0x00, 0x04, 0x00, 0x15, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x43, 0x00, 0x31, 0x00, 0x04, 0x00, 0x15, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x44, 0x00, 0x32, 0x00, 0x04, 0x00, 0x16, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x45, 0x00, 0x32, 0x00, 0x04, 0x00, 0x16, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x46, 0x00, 0x32, 0x00, 0x04, 0x00, 0x17, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x47, 0x00, 0x32, 0x00, 0x04, 0x00, 0x17, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x48, 0x00, 0x33, 0x00, 0x04, 0x00, 0x17, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x49, 0x00, 0x33, 0x00, 0x04, 0x00, 0x17, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x4a, 0x00, 0x34, 0x00, 0x04, 0x00, 0x17, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x4b, 0x00, 0x34, 0x00, 0x04, 0x00, 0x17, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x4c, 0x00, 0x35, 0x00, 0x04, 0x00, 0x17, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x4d, 0x00, 0x36, 0x00, 0x04, 0x00, 0x17, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
131
data/dungeon/LapisCave/floor_id.json
Normal file
131
data/dungeon/LapisCave/floor_id.json
Normal file
|
|
@ -0,0 +1,131 @@
|
|||
{
|
||||
"name": "LapisCaveFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 64,
|
||||
"Pokemon": 48,
|
||||
"Traps": 4,
|
||||
"Items": 21,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 65,
|
||||
"Pokemon": 48,
|
||||
"Traps": 4,
|
||||
"Items": 21,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 66,
|
||||
"Pokemon": 48,
|
||||
"Traps": 4,
|
||||
"Items": 21,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 67,
|
||||
"Pokemon": 49,
|
||||
"Traps": 4,
|
||||
"Items": 21,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 68,
|
||||
"Pokemon": 50,
|
||||
"Traps": 4,
|
||||
"Items": 22,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 69,
|
||||
"Pokemon": 50,
|
||||
"Traps": 4,
|
||||
"Items": 22,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 70,
|
||||
"Pokemon": 50,
|
||||
"Traps": 4,
|
||||
"Items": 23,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 71,
|
||||
"Pokemon": 50,
|
||||
"Traps": 4,
|
||||
"Items": 23,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 72,
|
||||
"Pokemon": 51,
|
||||
"Traps": 4,
|
||||
"Items": 23,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 73,
|
||||
"Pokemon": 51,
|
||||
"Traps": 4,
|
||||
"Items": 23,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 74,
|
||||
"Pokemon": 52,
|
||||
"Traps": 4,
|
||||
"Items": 23,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 75,
|
||||
"Pokemon": 52,
|
||||
"Traps": 4,
|
||||
"Items": 23,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 76,
|
||||
"Pokemon": 53,
|
||||
"Traps": 4,
|
||||
"Items": 23,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 77,
|
||||
"Pokemon": 54,
|
||||
"Traps": 4,
|
||||
"Items": 23,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
.global MagmaCavernFloorID
|
||||
MagmaCavernFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x7f, 0x00, 0x51, 0x00, 0x04, 0x00, 0x24, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x80, 0x00, 0x51, 0x00, 0x04, 0x00, 0x24, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x81, 0x00, 0x51, 0x00, 0x04, 0x00, 0x24, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x82, 0x00, 0x52, 0x00, 0x04, 0x00, 0x26, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x83, 0x00, 0x53, 0x00, 0x04, 0x00, 0x26, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x84, 0x00, 0x53, 0x00, 0x04, 0x00, 0x26, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x85, 0x00, 0x54, 0x00, 0x04, 0x00, 0x26, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x86, 0x00, 0x55, 0x00, 0x04, 0x00, 0x26, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x87, 0x00, 0x56, 0x00, 0x04, 0x00, 0x26, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x88, 0x00, 0x56, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x89, 0x00, 0x57, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x8a, 0x00, 0x58, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x8b, 0x00, 0x59, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x8c, 0x00, 0x5a, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x8d, 0x00, 0x5b, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x8e, 0x00, 0x5b, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x8f, 0x00, 0x5b, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x90, 0x00, 0x5b, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x91, 0x00, 0x5b, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x92, 0x00, 0x5b, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x93, 0x00, 0x5c, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x94, 0x00, 0x5d, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x95, 0x00, 0x5d, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
212
data/dungeon/MagmaCavern/floor_id.json
Normal file
212
data/dungeon/MagmaCavern/floor_id.json
Normal file
|
|
@ -0,0 +1,212 @@
|
|||
{
|
||||
"name": "MagmaCavernFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 127,
|
||||
"Pokemon": 81,
|
||||
"Traps": 4,
|
||||
"Items": 36,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 128,
|
||||
"Pokemon": 81,
|
||||
"Traps": 4,
|
||||
"Items": 36,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 129,
|
||||
"Pokemon": 81,
|
||||
"Traps": 4,
|
||||
"Items": 36,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 130,
|
||||
"Pokemon": 82,
|
||||
"Traps": 4,
|
||||
"Items": 38,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 131,
|
||||
"Pokemon": 83,
|
||||
"Traps": 4,
|
||||
"Items": 38,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 132,
|
||||
"Pokemon": 83,
|
||||
"Traps": 4,
|
||||
"Items": 38,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 133,
|
||||
"Pokemon": 84,
|
||||
"Traps": 4,
|
||||
"Items": 38,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 134,
|
||||
"Pokemon": 85,
|
||||
"Traps": 4,
|
||||
"Items": 38,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 135,
|
||||
"Pokemon": 86,
|
||||
"Traps": 4,
|
||||
"Items": 38,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 136,
|
||||
"Pokemon": 86,
|
||||
"Traps": 4,
|
||||
"Items": 39,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 137,
|
||||
"Pokemon": 87,
|
||||
"Traps": 4,
|
||||
"Items": 39,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 138,
|
||||
"Pokemon": 88,
|
||||
"Traps": 4,
|
||||
"Items": 39,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 139,
|
||||
"Pokemon": 89,
|
||||
"Traps": 4,
|
||||
"Items": 39,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 140,
|
||||
"Pokemon": 90,
|
||||
"Traps": 4,
|
||||
"Items": 39,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 141,
|
||||
"Pokemon": 91,
|
||||
"Traps": 4,
|
||||
"Items": 39,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 142,
|
||||
"Pokemon": 91,
|
||||
"Traps": 4,
|
||||
"Items": 39,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 143,
|
||||
"Pokemon": 91,
|
||||
"Traps": 4,
|
||||
"Items": 39,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 144,
|
||||
"Pokemon": 91,
|
||||
"Traps": 4,
|
||||
"Items": 39,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 145,
|
||||
"Pokemon": 91,
|
||||
"Traps": 4,
|
||||
"Items": 39,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 146,
|
||||
"Pokemon": 91,
|
||||
"Traps": 4,
|
||||
"Items": 39,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 147,
|
||||
"Pokemon": 92,
|
||||
"Traps": 4,
|
||||
"Items": 39,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 148,
|
||||
"Pokemon": 93,
|
||||
"Traps": 4,
|
||||
"Items": 39,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 149,
|
||||
"Pokemon": 93,
|
||||
"Traps": 4,
|
||||
"Items": 39,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
.global MagmaCavernPitFloorID
|
||||
MagmaCavernPitFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x96, 0x00, 0x5e, 0x00, 0x03, 0x00, 0x28, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x97, 0x00, 0x5f, 0x00, 0x03, 0x00, 0x28, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x98, 0x00, 0x60, 0x00, 0x03, 0x00, 0x28, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
32
data/dungeon/MagmaCavernPit/floor_id.json
Normal file
32
data/dungeon/MagmaCavernPit/floor_id.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "MagmaCavernPitFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 150,
|
||||
"Pokemon": 94,
|
||||
"Traps": 3,
|
||||
"Items": 40,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 151,
|
||||
"Pokemon": 95,
|
||||
"Traps": 3,
|
||||
"Items": 40,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 152,
|
||||
"Pokemon": 96,
|
||||
"Traps": 3,
|
||||
"Items": 40,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
.global MtBlazeFloorID
|
||||
MtBlazeFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x4e, 0x00, 0x37, 0x00, 0x03, 0x00, 0x18, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x4f, 0x00, 0x37, 0x00, 0x03, 0x00, 0x18, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x50, 0x00, 0x37, 0x00, 0x03, 0x00, 0x18, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x51, 0x00, 0x38, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x52, 0x00, 0x39, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x53, 0x00, 0x3a, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x54, 0x00, 0x3b, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x55, 0x00, 0x3c, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x56, 0x00, 0x3c, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x57, 0x00, 0x3d, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x58, 0x00, 0x3d, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x59, 0x00, 0x3d, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
113
data/dungeon/MtBlaze/floor_id.json
Normal file
113
data/dungeon/MtBlaze/floor_id.json
Normal file
|
|
@ -0,0 +1,113 @@
|
|||
{
|
||||
"name": "MtBlazeFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 78,
|
||||
"Pokemon": 55,
|
||||
"Traps": 3,
|
||||
"Items": 24,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 79,
|
||||
"Pokemon": 55,
|
||||
"Traps": 3,
|
||||
"Items": 24,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 80,
|
||||
"Pokemon": 55,
|
||||
"Traps": 3,
|
||||
"Items": 24,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 81,
|
||||
"Pokemon": 56,
|
||||
"Traps": 3,
|
||||
"Items": 25,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 82,
|
||||
"Pokemon": 57,
|
||||
"Traps": 3,
|
||||
"Items": 25,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 83,
|
||||
"Pokemon": 58,
|
||||
"Traps": 3,
|
||||
"Items": 25,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 84,
|
||||
"Pokemon": 59,
|
||||
"Traps": 3,
|
||||
"Items": 25,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 85,
|
||||
"Pokemon": 60,
|
||||
"Traps": 3,
|
||||
"Items": 25,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 86,
|
||||
"Pokemon": 60,
|
||||
"Traps": 3,
|
||||
"Items": 25,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 87,
|
||||
"Pokemon": 61,
|
||||
"Traps": 3,
|
||||
"Items": 25,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 88,
|
||||
"Pokemon": 61,
|
||||
"Traps": 3,
|
||||
"Items": 25,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 89,
|
||||
"Pokemon": 61,
|
||||
"Traps": 3,
|
||||
"Items": 25,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
.global MtBlazePeakFloorID
|
||||
MtBlazePeakFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x5a, 0x00, 0x3e, 0x00, 0x01, 0x00, 0x1a, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x5b, 0x00, 0x3e, 0x00, 0x01, 0x00, 0x1a, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x5c, 0x00, 0x3f, 0x00, 0x01, 0x00, 0x1a, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
32
data/dungeon/MtBlazePeak/floor_id.json
Normal file
32
data/dungeon/MtBlazePeak/floor_id.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "MtBlazePeakFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 90,
|
||||
"Pokemon": 62,
|
||||
"Traps": 1,
|
||||
"Items": 26,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 91,
|
||||
"Pokemon": 62,
|
||||
"Traps": 1,
|
||||
"Items": 26,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 92,
|
||||
"Pokemon": 63,
|
||||
"Traps": 1,
|
||||
"Items": 26,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
.global MtFreezeFloorID
|
||||
MtFreezeFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x6b, 0x00, 0x48, 0x00, 0x03, 0x00, 0x20, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x6c, 0x00, 0x48, 0x00, 0x03, 0x00, 0x20, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x6d, 0x00, 0x49, 0x00, 0x03, 0x00, 0x20, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x6e, 0x00, 0x49, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x6f, 0x00, 0x49, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x70, 0x00, 0x4a, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x71, 0x00, 0x4b, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x72, 0x00, 0x4c, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x73, 0x00, 0x4c, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x74, 0x00, 0x4c, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x75, 0x00, 0x4c, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x76, 0x00, 0x4d, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x77, 0x00, 0x4e, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x78, 0x00, 0x4e, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x79, 0x00, 0x4e, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
140
data/dungeon/MtFreeze/floor_id.json
Normal file
140
data/dungeon/MtFreeze/floor_id.json
Normal file
|
|
@ -0,0 +1,140 @@
|
|||
{
|
||||
"name": "MtFreezeFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 107,
|
||||
"Pokemon": 72,
|
||||
"Traps": 3,
|
||||
"Items": 32,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 108,
|
||||
"Pokemon": 72,
|
||||
"Traps": 3,
|
||||
"Items": 32,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 109,
|
||||
"Pokemon": 73,
|
||||
"Traps": 3,
|
||||
"Items": 32,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 110,
|
||||
"Pokemon": 73,
|
||||
"Traps": 3,
|
||||
"Items": 33,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 111,
|
||||
"Pokemon": 73,
|
||||
"Traps": 3,
|
||||
"Items": 33,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 112,
|
||||
"Pokemon": 74,
|
||||
"Traps": 3,
|
||||
"Items": 33,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 113,
|
||||
"Pokemon": 75,
|
||||
"Traps": 3,
|
||||
"Items": 33,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 114,
|
||||
"Pokemon": 76,
|
||||
"Traps": 3,
|
||||
"Items": 33,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 115,
|
||||
"Pokemon": 76,
|
||||
"Traps": 3,
|
||||
"Items": 33,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 116,
|
||||
"Pokemon": 76,
|
||||
"Traps": 3,
|
||||
"Items": 33,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 117,
|
||||
"Pokemon": 76,
|
||||
"Traps": 3,
|
||||
"Items": 33,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 118,
|
||||
"Pokemon": 77,
|
||||
"Traps": 3,
|
||||
"Items": 33,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 119,
|
||||
"Pokemon": 78,
|
||||
"Traps": 3,
|
||||
"Items": 33,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 120,
|
||||
"Pokemon": 78,
|
||||
"Traps": 3,
|
||||
"Items": 33,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 121,
|
||||
"Pokemon": 78,
|
||||
"Traps": 3,
|
||||
"Items": 33,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
.global MtFreezePeakFloorID
|
||||
MtFreezePeakFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x7a, 0x00, 0x4f, 0x00, 0x03, 0x00, 0x22, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x7b, 0x00, 0x4f, 0x00, 0x03, 0x00, 0x22, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x7c, 0x00, 0x4f, 0x00, 0x03, 0x00, 0x22, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x7d, 0x00, 0x4f, 0x00, 0x03, 0x00, 0x23, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x7e, 0x00, 0x50, 0x00, 0x03, 0x00, 0x23, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
50
data/dungeon/MtFreezePeak/floor_id.json
Normal file
50
data/dungeon/MtFreezePeak/floor_id.json
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"name": "MtFreezePeakFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 122,
|
||||
"Pokemon": 79,
|
||||
"Traps": 3,
|
||||
"Items": 34,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 123,
|
||||
"Pokemon": 79,
|
||||
"Traps": 3,
|
||||
"Items": 34,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 124,
|
||||
"Pokemon": 79,
|
||||
"Traps": 3,
|
||||
"Items": 34,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 125,
|
||||
"Pokemon": 79,
|
||||
"Traps": 3,
|
||||
"Items": 35,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 126,
|
||||
"Pokemon": 80,
|
||||
"Traps": 3,
|
||||
"Items": 35,
|
||||
"KecleonShop": 28,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
.global MtThunderFloorID
|
||||
MtThunderFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x27, 0x00, 0x1d, 0x00, 0x01, 0x00, 0x0f, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x28, 0x00, 0x1e, 0x00, 0x01, 0x00, 0x0f, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x29, 0x00, 0x1e, 0x00, 0x01, 0x00, 0x0f, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x2a, 0x00, 0x1e, 0x00, 0x01, 0x00, 0x10, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x2b, 0x00, 0x1f, 0x00, 0x01, 0x00, 0x10, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x2c, 0x00, 0x20, 0x00, 0x01, 0x00, 0x10, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x2d, 0x00, 0x21, 0x00, 0x01, 0x00, 0x10, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x2e, 0x00, 0x22, 0x00, 0x01, 0x00, 0x10, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x2f, 0x00, 0x23, 0x00, 0x01, 0x00, 0x10, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x30, 0x00, 0x24, 0x00, 0x01, 0x00, 0x10, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
95
data/dungeon/MtThunder/floor_id.json
Normal file
95
data/dungeon/MtThunder/floor_id.json
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
{
|
||||
"name": "MtThunderFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 39,
|
||||
"Pokemon": 29,
|
||||
"Traps": 1,
|
||||
"Items": 15,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 40,
|
||||
"Pokemon": 30,
|
||||
"Traps": 1,
|
||||
"Items": 15,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 41,
|
||||
"Pokemon": 30,
|
||||
"Traps": 1,
|
||||
"Items": 15,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 42,
|
||||
"Pokemon": 30,
|
||||
"Traps": 1,
|
||||
"Items": 16,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 43,
|
||||
"Pokemon": 31,
|
||||
"Traps": 1,
|
||||
"Items": 16,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 44,
|
||||
"Pokemon": 32,
|
||||
"Traps": 1,
|
||||
"Items": 16,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 45,
|
||||
"Pokemon": 33,
|
||||
"Traps": 1,
|
||||
"Items": 16,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 46,
|
||||
"Pokemon": 34,
|
||||
"Traps": 1,
|
||||
"Items": 16,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 47,
|
||||
"Pokemon": 35,
|
||||
"Traps": 1,
|
||||
"Items": 16,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 48,
|
||||
"Pokemon": 36,
|
||||
"Traps": 1,
|
||||
"Items": 16,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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
|
||||
33
data/dungeon/MtThunderPeak/floor_id.json
Normal file
33
data/dungeon/MtThunderPeak/floor_id.json
Normal file
|
|
@ -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
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
|
@ -1,69 +0,0 @@
|
|||
.global PurityForestFloorID
|
||||
PurityForestFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x80, 0x06, 0xee, 0x02, 0x89, 0x00, 0xa8, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0x81, 0x06, 0xef, 0x02, 0x89, 0x00, 0xa8, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x82, 0x06, 0xf0, 0x02, 0x1e, 0x00, 0xa8, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x83, 0x06, 0xf1, 0x02, 0x1e, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x84, 0x06, 0xf2, 0x02, 0x1e, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x85, 0x06, 0xf3, 0x02, 0x1e, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x86, 0x06, 0xf4, 0x02, 0x1e, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x87, 0x06, 0xf5, 0x02, 0x1e, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x88, 0x06, 0xf6, 0x02, 0x1e, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x89, 0x06, 0xf7, 0x02, 0x5f, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x8a, 0x06, 0xf8, 0x02, 0x60, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x8b, 0x06, 0xf9, 0x02, 0x60, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x8c, 0x06, 0xfa, 0x02, 0x60, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x8d, 0x06, 0xfb, 0x02, 0x60, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x8e, 0x06, 0xfc, 0x02, 0x60, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x8f, 0x06, 0xfd, 0x02, 0x60, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x90, 0x06, 0xfe, 0x02, 0x60, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x91, 0x06, 0xff, 0x02, 0x60, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x92, 0x06, 0x00, 0x03, 0x60, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x93, 0x06, 0x01, 0x03, 0x8a, 0x00, 0xac, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x94, 0x06, 0x02, 0x03, 0x8b, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x95, 0x06, 0x03, 0x03, 0x8b, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x96, 0x06, 0x04, 0x03, 0x8b, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x97, 0x06, 0x05, 0x03, 0x8b, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x98, 0x06, 0x06, 0x03, 0x8b, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x99, 0x06, 0x07, 0x03, 0x8b, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x9a, 0x06, 0x08, 0x03, 0x8b, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x9b, 0x06, 0x09, 0x03, 0x8b, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x9c, 0x06, 0x0a, 0x03, 0x8b, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x9d, 0x06, 0x0b, 0x03, 0x63, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0x9e, 0x06, 0x0c, 0x03, 0x64, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0x9f, 0x06, 0x0d, 0x03, 0x64, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xa0, 0x06, 0x0e, 0x03, 0x64, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xa1, 0x06, 0x0f, 0x03, 0x64, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xa2, 0x06, 0x10, 0x03, 0x64, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xa3, 0x06, 0x11, 0x03, 0x64, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xa4, 0x06, 0x12, 0x03, 0x64, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xa5, 0x06, 0x13, 0x03, 0x64, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xa6, 0x06, 0x14, 0x03, 0x64, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xa7, 0x06, 0x15, 0x03, 0x65, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xa8, 0x06, 0x16, 0x03, 0x65, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xa9, 0x06, 0x17, 0x03, 0x65, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xaa, 0x06, 0x18, 0x03, 0x65, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xab, 0x06, 0x19, 0x03, 0x65, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xac, 0x06, 0x1a, 0x03, 0x65, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xad, 0x06, 0x1b, 0x03, 0x65, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xae, 0x06, 0x1c, 0x03, 0x65, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xaf, 0x06, 0x1d, 0x03, 0x65, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xb0, 0x06, 0x1e, 0x03, 0x65, 0x00, 0xab, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xb1, 0x06, 0x1f, 0x03, 0x8c, 0x00, 0xad, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xb2, 0x06, 0x20, 0x03, 0x8d, 0x00, 0xad, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xb3, 0x06, 0x21, 0x03, 0x8d, 0x00, 0xad, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xb4, 0x06, 0x22, 0x03, 0x8d, 0x00, 0xad, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xb5, 0x06, 0x23, 0x03, 0x8d, 0x00, 0xad, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xb6, 0x06, 0x24, 0x03, 0x8d, 0x00, 0xad, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xb7, 0x06, 0x25, 0x03, 0x8d, 0x00, 0xad, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xb8, 0x06, 0x26, 0x03, 0x8d, 0x00, 0xad, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xb9, 0x06, 0x27, 0x03, 0x8d, 0x00, 0xad, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xba, 0x06, 0x28, 0x03, 0x8d, 0x00, 0xad, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xbb, 0x06, 0x29, 0x03, 0x8e, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xbc, 0x06, 0x2a, 0x03, 0x8e, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xbd, 0x06, 0x2b, 0x03, 0x8e, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xbe, 0x06, 0x2c, 0x03, 0x8e, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xbf, 0x06, 0x2d, 0x03, 0x8e, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xc0, 0x06, 0x2e, 0x03, 0x8e, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xc1, 0x06, 0x2e, 0x03, 0x8e, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xc2, 0x06, 0x2e, 0x03, 0x8e, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xc3, 0x06, 0x2e, 0x03, 0x8e, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xc4, 0x06, 0x2f, 0x03, 0x8e, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xc5, 0x06, 0x30, 0x03, 0x8f, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00, 0xc6, 0x06, 0x31, 0x03, 0x90, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00, 0xc7, 0x06, 0x32, 0x03, 0x90, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00
|
||||
.byte 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xc8, 0x06, 0x33, 0x03, 0x91, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xc9, 0x06, 0x34, 0x03, 0x92, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xca, 0x06, 0x34, 0x03, 0x90, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xcb, 0x06, 0x35, 0x03, 0x90, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xcc, 0x06, 0x36, 0x03, 0x90, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xcd, 0x06, 0x37, 0x03, 0x90, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xce, 0x06, 0x38, 0x03, 0x93, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xcf, 0x06, 0x39, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xd0, 0x06, 0x3a, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xd1, 0x06, 0x3a, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xd2, 0x06, 0x3b, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xd3, 0x06, 0x3b, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xd4, 0x06, 0x3c, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xd5, 0x06, 0x3d, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xd6, 0x06, 0x3d, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xd7, 0x06, 0x3e, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xd8, 0x06, 0x3f, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xa9, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xd9, 0x06, 0x40, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xaf, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xda, 0x06, 0x40, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xaf, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xdb, 0x06, 0x40, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xaf, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xdc, 0x06, 0x41, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xaf, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xdd, 0x06, 0x42, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xaf, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xde, 0x06, 0x43, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xaf, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xdf, 0x06, 0x43, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xaf, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xe0, 0x06, 0x44, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xaf, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xe1, 0x06, 0x45, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xaf, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
.byte 0xe2, 0x06, 0x46, 0x03, 0x6f, 0x00, 0xae, 0x00, 0xaf, 0x00, 0xaa, 0x00, 0x39, 0x00, 0x00, 0x00
|
||||
|
||||
896
data/dungeon/PurityForest/floor_id.json
Normal file
896
data/dungeon/PurityForest/floor_id.json
Normal file
|
|
@ -0,0 +1,896 @@
|
|||
{
|
||||
"name": "PurityForestFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 1664,
|
||||
"Pokemon": 750,
|
||||
"Traps": 137,
|
||||
"Items": 168,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1665,
|
||||
"Pokemon": 751,
|
||||
"Traps": 137,
|
||||
"Items": 168,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1666,
|
||||
"Pokemon": 752,
|
||||
"Traps": 30,
|
||||
"Items": 168,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1667,
|
||||
"Pokemon": 753,
|
||||
"Traps": 30,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1668,
|
||||
"Pokemon": 754,
|
||||
"Traps": 30,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1669,
|
||||
"Pokemon": 755,
|
||||
"Traps": 30,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1670,
|
||||
"Pokemon": 756,
|
||||
"Traps": 30,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1671,
|
||||
"Pokemon": 757,
|
||||
"Traps": 30,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1672,
|
||||
"Pokemon": 758,
|
||||
"Traps": 30,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1673,
|
||||
"Pokemon": 759,
|
||||
"Traps": 95,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1674,
|
||||
"Pokemon": 760,
|
||||
"Traps": 96,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1675,
|
||||
"Pokemon": 761,
|
||||
"Traps": 96,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1676,
|
||||
"Pokemon": 762,
|
||||
"Traps": 96,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1677,
|
||||
"Pokemon": 763,
|
||||
"Traps": 96,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1678,
|
||||
"Pokemon": 764,
|
||||
"Traps": 96,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1679,
|
||||
"Pokemon": 765,
|
||||
"Traps": 96,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1680,
|
||||
"Pokemon": 766,
|
||||
"Traps": 96,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1681,
|
||||
"Pokemon": 767,
|
||||
"Traps": 96,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1682,
|
||||
"Pokemon": 768,
|
||||
"Traps": 96,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1683,
|
||||
"Pokemon": 769,
|
||||
"Traps": 138,
|
||||
"Items": 172,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1684,
|
||||
"Pokemon": 770,
|
||||
"Traps": 139,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1685,
|
||||
"Pokemon": 771,
|
||||
"Traps": 139,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1686,
|
||||
"Pokemon": 772,
|
||||
"Traps": 139,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1687,
|
||||
"Pokemon": 773,
|
||||
"Traps": 139,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1688,
|
||||
"Pokemon": 774,
|
||||
"Traps": 139,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1689,
|
||||
"Pokemon": 775,
|
||||
"Traps": 139,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1690,
|
||||
"Pokemon": 776,
|
||||
"Traps": 139,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1691,
|
||||
"Pokemon": 777,
|
||||
"Traps": 139,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1692,
|
||||
"Pokemon": 778,
|
||||
"Traps": 139,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1693,
|
||||
"Pokemon": 779,
|
||||
"Traps": 99,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1694,
|
||||
"Pokemon": 780,
|
||||
"Traps": 100,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1695,
|
||||
"Pokemon": 781,
|
||||
"Traps": 100,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1696,
|
||||
"Pokemon": 782,
|
||||
"Traps": 100,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1697,
|
||||
"Pokemon": 783,
|
||||
"Traps": 100,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1698,
|
||||
"Pokemon": 784,
|
||||
"Traps": 100,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1699,
|
||||
"Pokemon": 785,
|
||||
"Traps": 100,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1700,
|
||||
"Pokemon": 786,
|
||||
"Traps": 100,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1701,
|
||||
"Pokemon": 787,
|
||||
"Traps": 100,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1702,
|
||||
"Pokemon": 788,
|
||||
"Traps": 100,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1703,
|
||||
"Pokemon": 789,
|
||||
"Traps": 101,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1704,
|
||||
"Pokemon": 790,
|
||||
"Traps": 101,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1705,
|
||||
"Pokemon": 791,
|
||||
"Traps": 101,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1706,
|
||||
"Pokemon": 792,
|
||||
"Traps": 101,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1707,
|
||||
"Pokemon": 793,
|
||||
"Traps": 101,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1708,
|
||||
"Pokemon": 794,
|
||||
"Traps": 101,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1709,
|
||||
"Pokemon": 795,
|
||||
"Traps": 101,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1710,
|
||||
"Pokemon": 796,
|
||||
"Traps": 101,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1711,
|
||||
"Pokemon": 797,
|
||||
"Traps": 101,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1712,
|
||||
"Pokemon": 798,
|
||||
"Traps": 101,
|
||||
"Items": 171,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1713,
|
||||
"Pokemon": 799,
|
||||
"Traps": 140,
|
||||
"Items": 173,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1714,
|
||||
"Pokemon": 800,
|
||||
"Traps": 141,
|
||||
"Items": 173,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1715,
|
||||
"Pokemon": 801,
|
||||
"Traps": 141,
|
||||
"Items": 173,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1716,
|
||||
"Pokemon": 802,
|
||||
"Traps": 141,
|
||||
"Items": 173,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1717,
|
||||
"Pokemon": 803,
|
||||
"Traps": 141,
|
||||
"Items": 173,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1718,
|
||||
"Pokemon": 804,
|
||||
"Traps": 141,
|
||||
"Items": 173,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1719,
|
||||
"Pokemon": 805,
|
||||
"Traps": 141,
|
||||
"Items": 173,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1720,
|
||||
"Pokemon": 806,
|
||||
"Traps": 141,
|
||||
"Items": 173,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1721,
|
||||
"Pokemon": 807,
|
||||
"Traps": 141,
|
||||
"Items": 173,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1722,
|
||||
"Pokemon": 808,
|
||||
"Traps": 141,
|
||||
"Items": 173,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1723,
|
||||
"Pokemon": 809,
|
||||
"Traps": 142,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1724,
|
||||
"Pokemon": 810,
|
||||
"Traps": 142,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1725,
|
||||
"Pokemon": 811,
|
||||
"Traps": 142,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1726,
|
||||
"Pokemon": 812,
|
||||
"Traps": 142,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1727,
|
||||
"Pokemon": 813,
|
||||
"Traps": 142,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1728,
|
||||
"Pokemon": 814,
|
||||
"Traps": 142,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1729,
|
||||
"Pokemon": 814,
|
||||
"Traps": 142,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1730,
|
||||
"Pokemon": 814,
|
||||
"Traps": 142,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1731,
|
||||
"Pokemon": 814,
|
||||
"Traps": 142,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1732,
|
||||
"Pokemon": 815,
|
||||
"Traps": 142,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1733,
|
||||
"Pokemon": 816,
|
||||
"Traps": 143,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1734,
|
||||
"Pokemon": 817,
|
||||
"Traps": 144,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1735,
|
||||
"Pokemon": 818,
|
||||
"Traps": 144,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1736,
|
||||
"Pokemon": 819,
|
||||
"Traps": 145,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1737,
|
||||
"Pokemon": 820,
|
||||
"Traps": 146,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1738,
|
||||
"Pokemon": 820,
|
||||
"Traps": 144,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1739,
|
||||
"Pokemon": 821,
|
||||
"Traps": 144,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1740,
|
||||
"Pokemon": 822,
|
||||
"Traps": 144,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1741,
|
||||
"Pokemon": 823,
|
||||
"Traps": 144,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1742,
|
||||
"Pokemon": 824,
|
||||
"Traps": 147,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1743,
|
||||
"Pokemon": 825,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1744,
|
||||
"Pokemon": 826,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1745,
|
||||
"Pokemon": 826,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1746,
|
||||
"Pokemon": 827,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1747,
|
||||
"Pokemon": 827,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1748,
|
||||
"Pokemon": 828,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1749,
|
||||
"Pokemon": 829,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1750,
|
||||
"Pokemon": 829,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1751,
|
||||
"Pokemon": 830,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1752,
|
||||
"Pokemon": 831,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 169,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1753,
|
||||
"Pokemon": 832,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 175,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1754,
|
||||
"Pokemon": 832,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 175,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1755,
|
||||
"Pokemon": 832,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 175,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1756,
|
||||
"Pokemon": 833,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 175,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1757,
|
||||
"Pokemon": 834,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 175,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1758,
|
||||
"Pokemon": 835,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 175,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1759,
|
||||
"Pokemon": 835,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 175,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1760,
|
||||
"Pokemon": 836,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 175,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1761,
|
||||
"Pokemon": 837,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 175,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
},
|
||||
{
|
||||
"MainData": 1762,
|
||||
"Pokemon": 838,
|
||||
"Traps": 111,
|
||||
"Items": 174,
|
||||
"KecleonShop": 175,
|
||||
"MonsterRoomItems": 170,
|
||||
"BuriedItems": 57
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
.global SilentChasmFloorID
|
||||
SilentChasmFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x1e, 0x00, 0x16, 0x00, 0x01, 0x00, 0x0d, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x1f, 0x00, 0x16, 0x00, 0x01, 0x00, 0x0d, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x20, 0x00, 0x16, 0x00, 0x01, 0x00, 0x0d, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x21, 0x00, 0x17, 0x00, 0x01, 0x00, 0x0e, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x22, 0x00, 0x18, 0x00, 0x01, 0x00, 0x0e, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x23, 0x00, 0x19, 0x00, 0x01, 0x00, 0x0e, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x24, 0x00, 0x1a, 0x00, 0x01, 0x00, 0x0e, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x25, 0x00, 0x1b, 0x00, 0x01, 0x00, 0x0e, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x26, 0x00, 0x1c, 0x00, 0x01, 0x00, 0x0e, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
86
data/dungeon/SilentChasm/floor_id.json
Normal file
86
data/dungeon/SilentChasm/floor_id.json
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"name": "SilentChasmFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 30,
|
||||
"Pokemon": 22,
|
||||
"Traps": 1,
|
||||
"Items": 13,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 31,
|
||||
"Pokemon": 22,
|
||||
"Traps": 1,
|
||||
"Items": 13,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 32,
|
||||
"Pokemon": 22,
|
||||
"Traps": 1,
|
||||
"Items": 13,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 33,
|
||||
"Pokemon": 23,
|
||||
"Traps": 1,
|
||||
"Items": 14,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 34,
|
||||
"Pokemon": 24,
|
||||
"Traps": 1,
|
||||
"Items": 14,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 35,
|
||||
"Pokemon": 25,
|
||||
"Traps": 1,
|
||||
"Items": 14,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 36,
|
||||
"Pokemon": 26,
|
||||
"Traps": 1,
|
||||
"Items": 14,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 37,
|
||||
"Pokemon": 27,
|
||||
"Traps": 1,
|
||||
"Items": 14,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 38,
|
||||
"Pokemon": 28,
|
||||
"Traps": 1,
|
||||
"Items": 14,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
.global SinisterWoodsFloorID
|
||||
SinisterWoodsFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x11, 0x00, 0x0a, 0x00, 0x02, 0x00, 0x0b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x12, 0x00, 0x0b, 0x00, 0x02, 0x00, 0x0b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x13, 0x00, 0x0c, 0x00, 0x02, 0x00, 0x0b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x14, 0x00, 0x0d, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x15, 0x00, 0x0e, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x16, 0x00, 0x0f, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x17, 0x00, 0x10, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x18, 0x00, 0x11, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x19, 0x00, 0x11, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x1a, 0x00, 0x12, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x1b, 0x00, 0x13, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x1c, 0x00, 0x14, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x1d, 0x00, 0x15, 0x00, 0x02, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
122
data/dungeon/SinisterWoods/floor_id.json
Normal file
122
data/dungeon/SinisterWoods/floor_id.json
Normal file
|
|
@ -0,0 +1,122 @@
|
|||
{
|
||||
"name": "SinisterWoodsFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 17,
|
||||
"Pokemon": 10,
|
||||
"Traps": 2,
|
||||
"Items": 11,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 18,
|
||||
"Pokemon": 11,
|
||||
"Traps": 2,
|
||||
"Items": 11,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 19,
|
||||
"Pokemon": 12,
|
||||
"Traps": 2,
|
||||
"Items": 11,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 20,
|
||||
"Pokemon": 13,
|
||||
"Traps": 2,
|
||||
"Items": 12,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 21,
|
||||
"Pokemon": 14,
|
||||
"Traps": 2,
|
||||
"Items": 12,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 22,
|
||||
"Pokemon": 15,
|
||||
"Traps": 2,
|
||||
"Items": 12,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 23,
|
||||
"Pokemon": 16,
|
||||
"Traps": 2,
|
||||
"Items": 12,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 24,
|
||||
"Pokemon": 17,
|
||||
"Traps": 2,
|
||||
"Items": 12,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 25,
|
||||
"Pokemon": 17,
|
||||
"Traps": 2,
|
||||
"Items": 12,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 26,
|
||||
"Pokemon": 18,
|
||||
"Traps": 2,
|
||||
"Items": 12,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 27,
|
||||
"Pokemon": 19,
|
||||
"Traps": 2,
|
||||
"Items": 12,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 28,
|
||||
"Pokemon": 20,
|
||||
"Traps": 2,
|
||||
"Items": 12,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 29,
|
||||
"Pokemon": 21,
|
||||
"Traps": 2,
|
||||
"Items": 12,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
.global SkyTowerFloorID
|
||||
SkyTowerFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0x99, 0x00, 0x61, 0x00, 0x00, 0x00, 0x29, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x9a, 0x00, 0x61, 0x00, 0x00, 0x00, 0x29, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x9b, 0x00, 0x61, 0x00, 0x00, 0x00, 0x29, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x9c, 0x00, 0x61, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x9d, 0x00, 0x61, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x9e, 0x00, 0x62, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0x9f, 0x00, 0x63, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xa0, 0x00, 0x63, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xa1, 0x00, 0x64, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xa2, 0x00, 0x65, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xa3, 0x00, 0x65, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xa4, 0x00, 0x66, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xa5, 0x00, 0x66, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xa6, 0x00, 0x66, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xa7, 0x00, 0x67, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xa8, 0x00, 0x67, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xa9, 0x00, 0x68, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xaa, 0x00, 0x69, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xab, 0x00, 0x69, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xac, 0x00, 0x6a, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xad, 0x00, 0x6b, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xae, 0x00, 0x6c, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xaf, 0x00, 0x6c, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xb0, 0x00, 0x6d, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xb1, 0x00, 0x6d, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
230
data/dungeon/SkyTower/floor_id.json
Normal file
230
data/dungeon/SkyTower/floor_id.json
Normal file
|
|
@ -0,0 +1,230 @@
|
|||
{
|
||||
"name": "SkyTowerFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 153,
|
||||
"Pokemon": 97,
|
||||
"Traps": 0,
|
||||
"Items": 41,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 154,
|
||||
"Pokemon": 97,
|
||||
"Traps": 0,
|
||||
"Items": 41,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 155,
|
||||
"Pokemon": 97,
|
||||
"Traps": 0,
|
||||
"Items": 41,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 156,
|
||||
"Pokemon": 97,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 157,
|
||||
"Pokemon": 97,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 158,
|
||||
"Pokemon": 98,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 159,
|
||||
"Pokemon": 99,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 160,
|
||||
"Pokemon": 99,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 161,
|
||||
"Pokemon": 100,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 162,
|
||||
"Pokemon": 101,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 163,
|
||||
"Pokemon": 101,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 164,
|
||||
"Pokemon": 102,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 165,
|
||||
"Pokemon": 102,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 166,
|
||||
"Pokemon": 102,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 167,
|
||||
"Pokemon": 103,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 168,
|
||||
"Pokemon": 103,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 169,
|
||||
"Pokemon": 104,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 170,
|
||||
"Pokemon": 105,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 171,
|
||||
"Pokemon": 105,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 172,
|
||||
"Pokemon": 106,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 173,
|
||||
"Pokemon": 107,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 174,
|
||||
"Pokemon": 108,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 175,
|
||||
"Pokemon": 108,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 176,
|
||||
"Pokemon": 109,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 177,
|
||||
"Pokemon": 109,
|
||||
"Traps": 0,
|
||||
"Items": 42,
|
||||
"KecleonShop": 37,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
.global SkyTowerSummitFloorID
|
||||
SkyTowerSummitFloorID:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
.byte 0xb2, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xb3, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xb4, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xb5, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xb6, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xb7, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xb8, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xb9, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
.byte 0xba, 0x00, 0x6f, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00
|
||||
86
data/dungeon/SkyTowerSummit/floor_id.json
Normal file
86
data/dungeon/SkyTowerSummit/floor_id.json
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"name": "SkyTowerSummitFloorID",
|
||||
"tables": [
|
||||
{
|
||||
"MainData": 178,
|
||||
"Pokemon": 110,
|
||||
"Traps": 5,
|
||||
"Items": 43,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 179,
|
||||
"Pokemon": 110,
|
||||
"Traps": 5,
|
||||
"Items": 43,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 180,
|
||||
"Pokemon": 110,
|
||||
"Traps": 5,
|
||||
"Items": 43,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 181,
|
||||
"Pokemon": 110,
|
||||
"Traps": 5,
|
||||
"Items": 44,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 182,
|
||||
"Pokemon": 110,
|
||||
"Traps": 5,
|
||||
"Items": 44,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 183,
|
||||
"Pokemon": 110,
|
||||
"Traps": 5,
|
||||
"Items": 44,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 184,
|
||||
"Pokemon": 110,
|
||||
"Traps": 5,
|
||||
"Items": 44,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 185,
|
||||
"Pokemon": 110,
|
||||
"Traps": 5,
|
||||
"Items": 44,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
},
|
||||
{
|
||||
"MainData": 186,
|
||||
"Pokemon": 111,
|
||||
"Traps": 5,
|
||||
"Items": 44,
|
||||
"KecleonShop": 1,
|
||||
"MonsterRoomItems": 2,
|
||||
"BuriedItems": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user