Correct the happiness evolution threshold.

Tested by messing about with Pokésav.  200 doesn't work; 219 doesn't
work; 220 works.
This commit is contained in:
Zhorken 2010-05-26 15:52:23 -04:00
parent 106e156d22
commit ffd4e3e6b0

View file

@ -14,17 +14,17 @@ from_pokemon_id,to_pokemon_id,evolution_trigger_id,trigger_item_id,minimum_level
19,20,1,,20,,,,,,,,,
21,22,1,,20,,,,,,,,,
23,24,1,,22,,,,,,,,,
172,25,1,,,,,,,,200,,,
172,25,1,,,,,,,,220,,,
25,26,3,83,,,,,,,,,,
27,28,1,,22,,,,,,,,,
29,30,1,,16,,,,,,,,,
30,31,3,81,,,,,,,,,,
32,33,1,,16,,,,,,,,,
33,34,3,81,,,,,,,,,,
173,35,1,,,,,,,,200,,,
173,35,1,,,,,,,,220,,,
35,36,3,81,,,,,,,,,,
37,38,3,82,,,,,,,,,,
174,39,1,,,,,,,,200,,,
174,39,1,,,,,,,,220,,,
39,40,3,81,,,,,,,,,,
41,42,1,,22,,,,,,,,,
43,44,1,,21,,,,,,,,,
@ -79,7 +79,7 @@ from_pokemon_id,to_pokemon_id,evolution_trigger_id,trigger_item_id,minimum_level
133,136,3,82,,,,,,,,,,
138,139,1,,40,,,,,,,,,
140,141,1,,40,,,,,,,,,
446,143,1,,,,,,,,200,,,
446,143,1,,,,,,,,220,,,
147,148,1,,30,,,,,,,,,
148,149,1,,55,,,,,,,,,
152,153,1,,16,,,,,,,,,
@ -92,14 +92,14 @@ from_pokemon_id,to_pokemon_id,evolution_trigger_id,trigger_item_id,minimum_level
163,164,1,,20,,,,,,,,,
165,166,1,,18,,,,,,,,,
167,168,1,,22,,,,,,,,,
42,169,1,,,,,,,,200,,,
42,169,1,,,,,,,,220,,,
170,171,1,,27,,,,,,,,,
175,176,1,,,,,,,,200,,,
175,176,1,,,,,,,,220,,,
177,178,1,,25,,,,,,,,,
179,180,1,,15,,,,,,,,,
180,181,1,,30,,,,,,,,,
44,182,3,80,,,,,,,,,,
298,183,1,,,,,,,,200,,,
298,183,1,,,,,,,,220,,,
183,184,1,,18,,,,,,,,,
438,185,1,,,,,,,102,,,,
61,186,2,,,,,198,,,,,,
@ -107,8 +107,8 @@ from_pokemon_id,to_pokemon_id,evolution_trigger_id,trigger_item_id,minimum_level
188,189,1,,27,,,,,,,,,
191,192,3,80,,,,,,,,,,
194,195,1,,20,,,,,,,,,
133,196,1,,,,,,day,,200,,,
133,197,1,,,,,,night,,200,,,
133,196,1,,,,,,day,,220,,,
133,197,1,,,,,,night,,220,,,
79,199,2,,,,,198,,,,,,
360,202,1,,15,,,,,,,,,
204,205,1,,31,,,,,,,,,
@ -125,7 +125,7 @@ from_pokemon_id,to_pokemon_id,evolution_trigger_id,trigger_item_id,minimum_level
231,232,1,,25,,,,,,,,,
137,233,2,,,,,229,,,,,,
236,237,1,,20,,,,,,,,1,
113,242,1,,,,,,,,200,,,
113,242,1,,,,,,,,220,,,
246,247,1,,30,,,,,,,,,
247,248,1,,55,,,,,,,,,
252,253,1,,16,,,,,,,,,
@ -162,7 +162,7 @@ from_pokemon_id,to_pokemon_id,evolution_trigger_id,trigger_item_id,minimum_level
305,306,1,,42,,,,,,,,,
307,308,1,,37,,,,,,,,,
309,310,1,,26,,,,,,,,,
406,315,1,,,,,,day,,200,,,
406,315,1,,,,,,day,,220,,,
316,317,1,,26,,,,,,,,,
318,319,1,,30,,,,,,,,,
320,321,1,,40,,,,,,,,,
@ -180,7 +180,7 @@ from_pokemon_id,to_pokemon_id,evolution_trigger_id,trigger_item_id,minimum_level
349,350,1,,,,,,,,,171,,
353,354,1,,37,,,,,,,,,
355,356,1,,37,,,,,,,,,
433,358,1,,,,,,night,,200,,,
433,358,1,,,,,,night,,220,,,
361,362,1,,42,,,,,,,,,
363,364,1,,32,,,,,,,,,
364,365,1,,44,,,,,,,,,
@ -213,7 +213,7 @@ from_pokemon_id,to_pokemon_id,evolution_trigger_id,trigger_item_id,minimum_level
422,423,1,,30,,,,,,,,,
190,424,1,,,,,,,458,,,,
425,426,1,,28,,,,,,,,,
427,428,1,,,,,,,,200,,,
427,428,1,,,,,,,,220,,,
200,429,3,108,,,,,,,,,,
198,430,3,108,,,,,,,,,,
431,432,1,,38,,,,,,,,,
@ -221,7 +221,7 @@ from_pokemon_id,to_pokemon_id,evolution_trigger_id,trigger_item_id,minimum_level
436,437,1,,33,,,,,,,,,
443,444,1,,24,,,,,,,,,
444,445,1,,48,,,,,,,,,
447,448,1,,,,,,day,,200,,,
447,448,1,,,,,,day,,220,,,
449,450,1,,34,,,,,,,,,
451,452,1,,40,,,,,,,,,
453,454,1,,37,,,,,,,,,

1 from_pokemon_id to_pokemon_id evolution_trigger_id trigger_item_id minimum_level gender location_id held_item_id time_of_day known_move_id minimum_happiness minimum_beauty relative_physical_stats party_pokemon_id
14 19 20 1 20
15 21 22 1 20
16 23 24 1 22
17 172 25 1 200 220
18 25 26 3 83
19 27 28 1 22
20 29 30 1 16
21 30 31 3 81
22 32 33 1 16
23 33 34 3 81
24 173 35 1 200 220
25 35 36 3 81
26 37 38 3 82
27 174 39 1 200 220
28 39 40 3 81
29 41 42 1 22
30 43 44 1 21
79 133 136 3 82
80 138 139 1 40
81 140 141 1 40
82 446 143 1 200 220
83 147 148 1 30
84 148 149 1 55
85 152 153 1 16
92 163 164 1 20
93 165 166 1 18
94 167 168 1 22
95 42 169 1 200 220
96 170 171 1 27
97 175 176 1 200 220
98 177 178 1 25
99 179 180 1 15
100 180 181 1 30
101 44 182 3 80
102 298 183 1 200 220
103 183 184 1 18
104 438 185 1 102
105 61 186 2 198
107 188 189 1 27
108 191 192 3 80
109 194 195 1 20
110 133 196 1 day 200 220
111 133 197 1 night 200 220
112 79 199 2 198
113 360 202 1 15
114 204 205 1 31
125 231 232 1 25
126 137 233 2 229
127 236 237 1 20 1
128 113 242 1 200 220
129 246 247 1 30
130 247 248 1 55
131 252 253 1 16
162 305 306 1 42
163 307 308 1 37
164 309 310 1 26
165 406 315 1 day 200 220
166 316 317 1 26
167 318 319 1 30
168 320 321 1 40
180 349 350 1 171
181 353 354 1 37
182 355 356 1 37
183 433 358 1 night 200 220
184 361 362 1 42
185 363 364 1 32
186 364 365 1 44
213 422 423 1 30
214 190 424 1 458
215 425 426 1 28
216 427 428 1 200 220
217 200 429 3 108
218 198 430 3 108
219 431 432 1 38
221 436 437 1 33
222 443 444 1 24
223 444 445 1 48
224 447 448 1 day 200 220
225 449 450 1 34
226 451 452 1 40
227 453 454 1 37