summaryrefslogtreecommitdiff
path: root/data/maps/Underwater_Route129/map.json
blob: 45775bd6b4bd253841885975147d48bce0a72ec9 (plain)
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
{
  "id": "MAP_UNDERWATER_ROUTE129",
  "name": "Underwater_Route129",
  "layout": "LAYOUT_UNDERWATER_ROUTE129",
  "music": "MUS_UNDERWATER",
  "region_map_section": "MAPSEC_UNDERWATER_129",
  "requires_flash": false,
  "weather": "WEATHER_UNDERWATER_BUBBLES",
  "map_type": "MAP_TYPE_UNDERWATER",
  "allow_cycling": true,
  "allow_escaping": false,
  "allow_running": true,
  "show_map_name": true,
  "battle_scene": "MAP_BATTLE_SCENE_NORMAL",
  "connections": [
    {
      "direction": "emerge",
      "offset": 0,
      "map": "MAP_ROUTE129"
    }
  ],
  "object_events": [],
  "warp_events": [
    {
      "x": 26,
      "y": 3,
      "elevation": 0,
      "dest_map": "MAP_UNDERWATER_MARINE_CAVE",
      "dest_warp_id": 0
    },
    {
      "x": 32,
      "y": 21,
      "elevation": 0,
      "dest_map": "MAP_UNDERWATER_MARINE_CAVE",
      "dest_warp_id": 0
    }
  ],
  "coord_events": [],
  "bg_events": []
}