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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
{
"id": "MAP_SEVEN_ISLAND_TRAINER_TOWER",
"name": "SevenIsland_TrainerTower",
"layout": "LAYOUT_SEVEN_ISLAND_TRAINER_TOWER",
"music": "MUS_NANASHIMA",
"region_map_section": "MAPSEC_TRAINER_TOWER",
"requires_flash": false,
"weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_3",
"unknown_18": 1,
"unknown_19": 6,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": [
{
"map": "MAP_SEVEN_ISLAND",
"offset": 48,
"direction": "down"
}
],
"object_events": [
{
"graphics_id": "MAP_OBJ_GFX_BOY",
"x": 56,
"y": 26,
"elevation": 3,
"movement_type": "7",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 1,
"script": "SevenIsland_TrainerTower_EventScript_1AC84D",
"flag": "0"
},
{
"graphics_id": "MAP_OBJ_GFX_WOMAN_1",
"x": 56,
"y": 29,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 1,
"script": "SevenIsland_TrainerTower_EventScript_1AC88B",
"flag": "0"
}
],
"warp_events": [
{
"x": 58,
"y": 7,
"elevation": 3,
"dest_map": "MAP_SEVEN_ISLAND_TRAINER_TOWER_LOBBY",
"dest_warp_id": 1
}
],
"coord_events": [],
"bg_events": [
{
"type": "hidden_item",
"x": 49,
"y": 27,
"elevation": 3,
"item": "ITEM_BIG_PEARL",
"flag": "HIDDEN_ITEM_SEVEN_ISLAND_TRAINER_TOWER_BIG_PEARL",
"quantity": 1,
"underfoot": false
},
{
"type": "hidden_item",
"x": 47,
"y": 30,
"elevation": 3,
"item": "ITEM_PEARL",
"flag": "HIDDEN_ITEM_SEVEN_ISLAND_TRAINER_TOWER_PEARL",
"quantity": 1,
"underfoot": false
},
{
"type": "hidden_item",
"x": 59,
"y": 32,
"elevation": 3,
"item": "ITEM_NANAB_BERRY",
"flag": "HIDDEN_ITEM_SEVEN_ISLAND_TRAINER_TOWER_NANAB_BERRY",
"quantity": 1,
"underfoot": false
},
{
"type": "bg_event_type_0",
"x": 56,
"y": 8,
"elevation": 0,
"script": "SevenIsland_TrainerTower_EventScript_168BE1"
},
{
"type": "bg_event_type_0",
"x": 50,
"y": 30,
"elevation": 0,
"script": "SevenIsland_TrainerTower_EventScript_168BEA"
}
]
}
|