|
@@ -6,17 +6,17 @@
|
6
|
6
|
map_name_table:
|
7
|
7
|
.word str_map_name_hesperia
|
8
|
8
|
.word str_map_name_carun
|
9
|
|
-.word str_map_name_unuma
|
10
|
|
-.word str_map_name_urbania
|
11
|
|
-.word str_map_name_route_1
|
12
|
|
-.word str_map_name_route_2
|
13
|
|
-.word str_map_name_route_3
|
14
|
|
-.word str_map_name_route_4
|
15
|
|
-.word str_map_name_route_5
|
16
|
|
-.word str_map_name_wald_von_yelnia
|
17
|
|
-.word str_map_name_tundra_hq
|
18
|
|
-.word str_map_name_baum_des_lebens
|
19
|
|
-.word str_map_name_hoehle_der_weachter
|
|
9
|
+.word str_map_name_hesperiapfad
|
|
10
|
+.word str_map_name_hesperiazweig
|
|
11
|
+.word str_map_name_carunpfad
|
|
12
|
+.word str_map_name_invalid
|
|
13
|
+.word str_map_name_invalid
|
|
14
|
+.word str_map_name_invalid
|
|
15
|
+.word str_map_name_invalid
|
|
16
|
+.word str_map_name_invalid
|
|
17
|
+.word str_map_name_invalid
|
|
18
|
+.word str_map_name_invalid
|
|
19
|
+.word str_map_name_invalid
|
20
|
20
|
.word str_map_name_invalid
|
21
|
21
|
.word str_map_name_invalid
|
22
|
22
|
.word str_map_name_invalid
|
|
@@ -75,49 +75,17 @@ str_map_name_carun:
|
75
|
75
|
.string LAN_DE "Carun City"
|
76
|
76
|
.string LAN_EN "Carun City"
|
77
|
77
|
|
78
|
|
-str_map_name_unuma:
|
79
|
|
-.string LAN_DE "Unuma"
|
80
|
|
-.string LAN_EN "Unuma"
|
81
|
|
-
|
82
|
|
-str_map_name_urbania:
|
83
|
|
-.string LAN_DE "Urbania City"
|
84
|
|
-.string LAN_EN "Urbania City"
|
85
|
|
-
|
86
|
|
-str_map_name_route_1:
|
87
|
|
-.string LAN_DE "Route 1"
|
88
|
|
-.string LAN_EN "Route 1"
|
89
|
|
-
|
90
|
|
-str_map_name_route_2:
|
91
|
|
-.string LAN_DE "Route 2"
|
92
|
|
-.string LAN_EN "Route 2"
|
93
|
|
-
|
94
|
|
-str_map_name_route_3:
|
95
|
|
-.string LAN_DE "Route 3"
|
96
|
|
-.string LAN_EN "Route 3"
|
97
|
|
-
|
98
|
|
-str_map_name_route_4:
|
99
|
|
-.string LAN_DE "Route 4"
|
100
|
|
-.string LAN_EN "Route 4"
|
101
|
|
-
|
102
|
|
-str_map_name_route_5:
|
103
|
|
-.string LAN_DE "Route 5"
|
104
|
|
-.string LAN_EN "Route 5"
|
105
|
|
-
|
106
|
|
-str_map_name_wald_von_yelnia:
|
107
|
|
-.string LAN_DE "Wald von Yelnia"
|
108
|
|
-.string LAN_EN "Forest of Yelnia"
|
109
|
|
-
|
110
|
|
-str_map_name_tundra_hq:
|
111
|
|
-.string LAN_DE "Team Tundra HQ"
|
112
|
|
-.string LAN_EN "Team Tundra HQ"
|
|
78
|
+str_map_name_hesperiapfad:
|
|
79
|
+.string LAN_DE "Hesperiapfad"
|
|
80
|
+.string LAN_EN "Hesperia Trail"
|
113
|
81
|
|
114
|
|
-str_map_name_baum_des_lebens:
|
115
|
|
-.string LAN_DE "Baum des Lebens"
|
116
|
|
-.string LAN_EN "Tree of Life"
|
|
82
|
+str_map_name_hesperiazweig:
|
|
83
|
+.string LAN_DE "Hesperiazweig"
|
|
84
|
+.string LAN_EN "Hesperia Branch"
|
117
|
85
|
|
118
|
|
-str_map_name_hoehle_der_weachter:
|
119
|
|
-.string LAN_DE "Höhle der Wächter"
|
120
|
|
-.string LAN_EN "Cave of the Guardians"
|
|
86
|
+str_map_name_carunpfad:
|
|
87
|
+.string LAN_DE "Carunpfad"
|
|
88
|
+.string LAN_EN "Carun Trail"
|
121
|
89
|
|
122
|
90
|
str_map_name_invalid:
|
123
|
91
|
.string LAN_DE "Invalider Name"
|