1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
{
"id": "MAP_SAFFRON_CITY_CONNECTION",
"name": "SaffronCity_Connection",
"layout": "LAYOUT_SAFFRON_CITY_CONNECTION",
"music": "MUS_PEWTER",
"region_map_section": "MAPSEC_SAFFRON_CITY",
"requires_flash": false,
"weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_TOWN",
"allow_cycling": true,
"allow_escaping": false,
"allow_running": true,
"show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [
{
"map": "MAP_ROUTE5",
"offset": 0,
"direction": "up"
},
{
"map": "MAP_ROUTE6",
"offset": 12,
"direction": "down"
},
{
"map": "MAP_ROUTE7",
"offset": 10,
"direction": "left"
},
{
"map": "MAP_ROUTE8",
"offset": 10,
"direction": "right"
}
],
"object_events": [],
"warp_events": [],
"coord_events": [],
"bg_events": []
}
|