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_NEW_MAUVILLE_ENTRANCE",
"name": "NewMauville_Entrance",
"layout": "LAYOUT_NEW_MAUVILLE_ENTRANCE",
"music": "MUS_MT_PYRE",
"region_map_section": "MAPSEC_NEW_MAUVILLE",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_UNDERGROUND",
"show_map_name": true,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [],
"warp_events": [
{
"x": 4,
"y": 6,
"elevation": 3,
"dest_map": "MAP_ROUTE110",
"dest_warp_id": 0
},
{
"x": 4,
"y": 1,
"elevation": 3,
"dest_map": "MAP_NEW_MAUVILLE_INSIDE",
"dest_warp_id": 0
}
],
"coord_events": [
{
"type": "trigger",
"x": 4,
"y": 2,
"elevation": 3,
"var": "VAR_NEW_MAUVILLE_STATE",
"var_value": "0",
"script": "NewMauville_Entrance_EventScript_15E4DC"
}
],
"bg_events": []
}
|