pokefirered/data/maps/CeladonCity_DepartmentStore_Elevator/map.json
2020-02-18 16:16:03 -05:00

52 lines
1.2 KiB
JSON

{
"id": "MAP_CELADON_CITY_DEPARTMENT_STORE_ELEVATOR",
"name": "CeladonCity_DepartmentStore_Elevator",
"layout": "LAYOUT_CELADON_CITY_DEPARTMENT_STORE_ELEVATOR",
"music": "MUS_POKECEN",
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [],
"warp_events": [
{
"x": 2,
"y": 5,
"elevation": 3,
"dest_map": "MAP_NONE",
"dest_warp_id": 127
},
{
"x": 2,
"y": 6,
"elevation": 0,
"dest_map": "MAP_NONE",
"dest_warp_id": 127
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 0,
"y": 2,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelect"
},
{
"type": "bg_event_type_0",
"x": 4,
"y": 1,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelect"
}
]
}