DragonflySotS před 6 roky
rodič
revize
28df9bc8c8

+ 5
- 1
patches/game_engine/script_replace.asm Zobrazit soubor

@@ -2,4 +2,8 @@
2 2
 .word pkmn_center_pc_script
3 3
 
4 4
 .org 0x0806D214 //replace pc_script1
5
-.word pkmn_center_pc_script
5
+.word pkmn_center_pc_script
6
+
7
+.org 0x08160450 // replace giveitem callstd_0 & callstd_1
8
+.word giveitem_script1
9
+.word giveitem_script2

+ 1
- 1
sots-private

@@ -1 +1 @@
1
-Subproject commit f8cdb3ed9b7d90044d7ac2fe0a66ed1bd5a1a71e
1
+Subproject commit db18befea07b61cb7b09c73b39c7c3a1a20d63e5

+ 157
- 157
src/include/constants/abilities.h Zobrazit soubor

@@ -79,163 +79,163 @@
79 79
 #define ABILITY_MENTALKRAFT 74
80 80
 #define ABILITY_PANZERHAUT 75
81 81
 #define ABILITY_KLIMASCHUTZ 76
82
-#define ABILITY_FUSSANGEL 77
83
-#define ABILITY_STARTHILFE 78
84
-#define ABILITY_RIVALITAET 79
85
-#define ABILITY_FELSENFEST 80
86
-#define ABILITY_SCHNEEMANTEL 81
87
-#define ABILITY_VOELLEREI 82
88
-#define ABILITY_KURZSCHLUSS 83
89
-#define ABILITY_ENTLASTUNG 84
90
-#define ABILITY_HITZESCHUTZ 85
91
-#define ABILITY_WANKELMUT 86
92
-#define ABILITY_TROCKENHEIT 87
93
-#define ABILITY_DOWNLOAD 88
94
-#define ABILITY_EISENFAUST 89
95
-#define ABILITY_AUFHEBER 90
96
-#define ABILITY_ANPASSUNG 91
97
-#define ABILITY_WERTELINK 92
98
-#define ABILITY_HYDRATION 93
99
-#define ABILITY_SOLARKRAFT 94
100
-#define ABILITY_RASANZ 95
101
-#define ABILITY_REGULIERUNG 96
102
-#define ABILITY_SUPERSCHUETZE 97
103
-#define ABILITY_MAGIESCHILD 98
104
-#define ABILITY_SCHILDLOS 99
105
-#define ABILITY_ZEITSPIEL 100
106
-#define ABILITY_TECHNIKER 101
107
-#define ABILITY_FLORASCHILD 102
108
-#define ABILITY_TOLLPATSCH 103
109
-#define ABILITY_UEBERBRUECKUNG 104
110
-#define ABILITY_GLUECKSPILZ 105
111
-#define ABILITY_FINALSCHLAG 106
112
-#define ABILITY_VORAHNUNG 107
113
-#define ABILITY_VORWARNUNG 108
114
-#define ABILITY_UNKENNTNIS 109
115
-#define ABILITY_AUFWERTUNG 110
116
-#define ABILITY_FILTER 111
117
-#define ABILITY_SAUMSELIG 112
118
-#define ABILITY_RAUFLUST 113
119
-#define ABILITY_STURMSOG 114
120
-#define ABILITY_EISHAUT 115
121
-#define ABILITY_FELSKERN 116
122
-#define ABILITY_HAGELALARM 117
123
-#define ABILITY_HONIGMAUL 118
124
-#define ABILITY_SCHNUEFFLER 119
125
-#define ABILITY_ACHTLOS 120
126
-#define ABILITY_VARIABILITAET 121
127
-#define ABILITY_PFLANZENGABE 122
128
-#define ABILITY_ALPTRAUM 123
129
-#define ABILITY_LANGFINGER 124
130
-#define ABILITY_ROHE_GEWALT 125
131
-#define ABILITY_UMKEHRUNG 126
132
-#define ABILITY_ANSPANNUNG 127
133
-#define ABILITY_SIEGESWILLE 128
134
-#define ABILITY_SCHWAECHLING 129
135
-#define ABILITY_TASTFLUCH 130
136
-#define ABILITY_HEILHERZ 131
137
-#define ABILITY_FREUNDESHUT 132
138
-#define ABILITY_BRUCHRUESTUNG 133
139
-#define ABILITY_SCHWERMETALL 134
140
-#define ABILITY_LEICHTMETALL 135
141
-#define ABILITY_MULTISCHUPPE 136
142
-#define ABILITY_GIFTWAHN 137
143
-#define ABILITY_HITZEWAHN 138
144
-#define ABILITY_REICHE_ERNTE 139
145
-#define ABILITY_TELEPATHIE 140
146
-#define ABILITY_GEFUEHLSWIPPE 141
147
-#define ABILITY_WETTERFEST 142
148
-#define ABILITY_GIFTGRIFF 143
149
-#define ABILITY_BELEBEKRAFT 144
150
-#define ABILITY_BRUSTBIETER 145
151
-#define ABILITY_SANDSCHARRER 146
152
-#define ABILITY_WUNDERHAUT 147
153
-#define ABILITY_ANALYSE 148
154
-#define ABILITY_TRUGBILD 149
155
-#define ABILITY_DOPPELGAENGER 150
156
-#define ABILITY_SCHWEBEDURCH 151
157
-#define ABILITY_MUMIE 152
158
-#define ABILITY_HOCHMUT 153
159
-#define ABILITY_REDLICHKEIT 154
160
-#define ABILITY_HASENFUSS 155
161
-#define ABILITY_MAGIESPIEGEL 156
162
-#define ABILITY_VEGETARIER 157
163
-#define ABILITY_STROLCH 158
164
-#define ABILITY_SANDGEWALT 159
165
-#define ABILITY_EISENSTACHEL 160
166
-#define ABILITY_TRANCE_MODUS 161
167
-#define ABILITY_TRIUMPHSTERN 162
168
-#define ABILITY_TURBOBRAND 163
169
-#define ABILITY_TERAVOLT 164
170
-#define ABILITY_DUFTHUELLE 165
171
-#define ABILITY_BLUETENHUELLE 166
172
-#define ABILITY_BACKENTASCHEN 167
173
-#define ABILITY_WANDLUNGSKUNST 168
174
-#define ABILITY_FELLKLEID 169
175
-#define ABILITY_ZAUBERER 170
176
-#define ABILITY_KUGELSICHER 171
177
-#define ABILITY_UNBEUGSAMKEIT 172
178
-#define ABILITY_TITANKIEFER 173
179
-#define ABILITY_FROSTSCHICHT 174
180
-#define ABILITY_ZUCKERHUELLE 175
181
-#define ABILITY_TAKTIKWECHSEL 176
182
-#define ABILITY_ORKANSCHWINGEN 177
183
-#define ABILITY_MEGAWUMME 178
184
-#define ABILITY_PFLANZENPELZ 179
185
-#define ABILITY_NUTZNIESSER 180
186
-#define ABILITY_KRALLENWUCHT 181
187
-#define ABILITY_FEENSCHICHT 182
188
-#define ABILITY_VISKOSITAET 183
189
-#define ABILITY_ZENITHAUT 184
190
-#define ABILITY_FAMILIENBANDE 185
191
-#define ABILITY_DUNKELAURA 186
192
-#define ABILITY_FEENAURA 187
193
-#define ABILITY_AURA_UMKEHR 188
194
-#define ABILITY_URMEER 189
195
-#define ABILITY_ENDLAND 190
196
-#define ABILITY_DELTA_WIND 191
197
-#define ABILITY_ZAEHIGKEIT 192
198
-#define ABILITY_REISSAUS 193
199
-#define ABILITY_RUECKZUG 194
200
-#define ABILITY_VERKLUMPEN 195
201
-#define ABILITY_QUAELEREI 196
202
-#define ABILITY_LIMITSCHILD 197
203
-#define ABILITY_BESCHATTUNG 198
204
-#define ABILITY_WASSERBLASE 199
205
-#define ABILITY_STAHLPROFI 200
206
-#define ABILITY_WUTAUSBRUCH 201
207
-#define ABILITY_SCHNEESCHARRER 202
208
-#define ABILITY_LANGSTRECKE 203
209
-#define ABILITY_PLAETSCHERSTIMME 204
210
-#define ABILITY_HEILWANDEL 205
211
-#define ABILITY_ELEKTROHAUT 206
212
-#define ABILITY_SURF_SCHWEIF 207
213
-#define ABILITY_FISCHSCHWARM 208
214
-#define ABILITY_KOSTUEMSPUK 209
215
-#define ABILITY_FREUNDSCHAFTSAKT 210
216
-#define ABILITY_SCHARWANDEL 211
217
-#define ABILITY_KORROSION 212
218
-#define ABILITY_DAUERSCHLAF 213
219
-#define ABILITY_MAJESTAET 214
220
-#define ABILITY_MAGENKREMPLER 215
221
-#define ABILITY_TAENZER 216
222
-#define ABILITY_BATTERIE 217
223
-#define ABILITY_FLAUSCHIGKEIT 218
224
-#define ABILITY_BUNTKOERPER 219
225
-#define ABILITY_SEELENHERZ 220
226
-#define ABILITY_LOCKENKOPF 221
227
-#define ABILITY_RECEIVER 222
228
-#define ABILITY_CHEMIEKRAFT 223
229
-#define ABILITY_BESTIEN_BOOST 224
230
-#define ABILITY_ALPHA_SYSTEM 225
231
-#define ABILITY_ELEKTRO_ERZEUGER 226
232
-#define ABILITY_PSYCHO_ERZEUGER 227
233
-#define ABILITY_NEBEL_ERZEUGER 228
234
-#define ABILITY_GRAS_ERZEUGER 229
235
-#define ABILITY_METALLPROTEKTOR 230
236
-#define ABILITY_PHANTOMSCHUTZ 231
237
-#define ABILITY_PRISMARUESTUNG 232
238
-#define ABILITY_ZEREBRALMACHT 233
82
+#define ABILITY_FUSSANGEL 0
83
+#define ABILITY_STARTHILFE 0
84
+#define ABILITY_RIVALITAET 0
85
+#define ABILITY_FELSENFEST 0
86
+#define ABILITY_SCHNEEMANTEL 0
87
+#define ABILITY_VOELLEREI 0
88
+#define ABILITY_KURZSCHLUSS 0
89
+#define ABILITY_ENTLASTUNG 0
90
+#define ABILITY_HITZESCHUTZ 0
91
+#define ABILITY_WANKELMUT 0
92
+#define ABILITY_TROCKENHEIT 0
93
+#define ABILITY_DOWNLOAD 0
94
+#define ABILITY_EISENFAUST 0
95
+#define ABILITY_AUFHEBER 0
96
+#define ABILITY_ANPASSUNG 0
97
+#define ABILITY_WERTELINK 0
98
+#define ABILITY_HYDRATION 0
99
+#define ABILITY_SOLARKRAFT 0
100
+#define ABILITY_RASANZ 0
101
+#define ABILITY_REGULIERUNG 0
102
+#define ABILITY_SUPERSCHUETZE 0
103
+#define ABILITY_MAGIESCHILD 0
104
+#define ABILITY_SCHILDLOS 0
105
+#define ABILITY_ZEITSPIEL 0
106
+#define ABILITY_TECHNIKER 0
107
+#define ABILITY_FLORASCHILD 0
108
+#define ABILITY_TOLLPATSCH 0
109
+#define ABILITY_UEBERBRUECKUNG 0
110
+#define ABILITY_GLUECKSPILZ 0
111
+#define ABILITY_FINALSCHLAG 0
112
+#define ABILITY_VORAHNUNG 0
113
+#define ABILITY_VORWARNUNG 0
114
+#define ABILITY_UNKENNTNIS 0
115
+#define ABILITY_AUFWERTUNG 0
116
+#define ABILITY_FILTER 0
117
+#define ABILITY_SAUMSELIG 0
118
+#define ABILITY_RAUFLUST 0
119
+#define ABILITY_STURMSOG 0
120
+#define ABILITY_EISHAUT 0
121
+#define ABILITY_FELSKERN 0
122
+#define ABILITY_HAGELALARM 0
123
+#define ABILITY_HONIGMAUL 0
124
+#define ABILITY_SCHNUEFFLER 0
125
+#define ABILITY_ACHTLOS 0
126
+#define ABILITY_VARIABILITAET 0
127
+#define ABILITY_PFLANZENGABE 0
128
+#define ABILITY_ALPTRAUM 0
129
+#define ABILITY_LANGFINGER 0
130
+#define ABILITY_ROHE_GEWALT 0
131
+#define ABILITY_UMKEHRUNG 0
132
+#define ABILITY_ANSPANNUNG 0
133
+#define ABILITY_SIEGESWILLE 0
134
+#define ABILITY_SCHWAECHLING 0
135
+#define ABILITY_TASTFLUCH 0
136
+#define ABILITY_HEILHERZ 0
137
+#define ABILITY_FREUNDESHUT 0
138
+#define ABILITY_BRUCHRUESTUNG 0
139
+#define ABILITY_SCHWERMETALL 0
140
+#define ABILITY_LEICHTMETALL 0
141
+#define ABILITY_MULTISCHUPPE 0
142
+#define ABILITY_GIFTWAHN 0
143
+#define ABILITY_HITZEWAHN 0
144
+#define ABILITY_REICHE_ERNTE 0
145
+#define ABILITY_TELEPATHIE 0
146
+#define ABILITY_GEFUEHLSWIPPE 0
147
+#define ABILITY_WETTERFEST 0
148
+#define ABILITY_GIFTGRIFF 0
149
+#define ABILITY_BELEBEKRAFT 0
150
+#define ABILITY_BRUSTBIETER 0
151
+#define ABILITY_SANDSCHARRER 0
152
+#define ABILITY_WUNDERHAUT 0
153
+#define ABILITY_ANALYSE 0
154
+#define ABILITY_TRUGBILD 0
155
+#define ABILITY_DOPPELGAENGER 0
156
+#define ABILITY_SCHWEBEDURCH 0
157
+#define ABILITY_MUMIE 0
158
+#define ABILITY_HOCHMUT 0
159
+#define ABILITY_REDLICHKEIT 0
160
+#define ABILITY_HASENFUSS 0
161
+#define ABILITY_MAGIESPIEGEL 0
162
+#define ABILITY_VEGETARIER 0
163
+#define ABILITY_STROLCH 0
164
+#define ABILITY_SANDGEWALT 0
165
+#define ABILITY_EISENSTACHEL 0
166
+#define ABILITY_TRANCE_MODUS 0
167
+#define ABILITY_TRIUMPHSTERN 0
168
+#define ABILITY_TURBOBRAND 0
169
+#define ABILITY_TERAVOLT 0
170
+#define ABILITY_DUFTHUELLE 0
171
+#define ABILITY_BLUETENHUELLE 0
172
+#define ABILITY_BACKENTASCHEN 0
173
+#define ABILITY_WANDLUNGSKUNST 0
174
+#define ABILITY_FELLKLEID 0
175
+#define ABILITY_ZAUBERER 0
176
+#define ABILITY_KUGELSICHER 0
177
+#define ABILITY_UNBEUGSAMKEIT 0
178
+#define ABILITY_TITANKIEFER 0
179
+#define ABILITY_FROSTSCHICHT 0
180
+#define ABILITY_ZUCKERHUELLE 0
181
+#define ABILITY_TAKTIKWECHSEL 0
182
+#define ABILITY_ORKANSCHWINGEN 0
183
+#define ABILITY_MEGAWUMME 0
184
+#define ABILITY_PFLANZENPELZ 0
185
+#define ABILITY_NUTZNIESSER 0
186
+#define ABILITY_KRALLENWUCHT 0
187
+#define ABILITY_FEENSCHICHT 0
188
+#define ABILITY_VISKOSITAET 0
189
+#define ABILITY_ZENITHAUT 0
190
+#define ABILITY_FAMILIENBANDE 0
191
+#define ABILITY_DUNKELAURA 0
192
+#define ABILITY_FEENAURA 0
193
+#define ABILITY_AURA_UMKEHR 0
194
+#define ABILITY_URMEER 0
195
+#define ABILITY_ENDLAND 0
196
+#define ABILITY_DELTA_WIND 0
197
+#define ABILITY_ZAEHIGKEIT 0
198
+#define ABILITY_REISSAUS 0
199
+#define ABILITY_RUECKZUG 0
200
+#define ABILITY_VERKLUMPEN 0
201
+#define ABILITY_QUAELEREI 0
202
+#define ABILITY_LIMITSCHILD 0
203
+#define ABILITY_BESCHATTUNG 0
204
+#define ABILITY_WASSERBLASE 0
205
+#define ABILITY_STAHLPROFI 0
206
+#define ABILITY_WUTAUSBRUCH 0
207
+#define ABILITY_SCHNEESCHARRER 0
208
+#define ABILITY_LANGSTRECKE 0
209
+#define ABILITY_PLAETSCHERSTIMME 0
210
+#define ABILITY_HEILWANDEL 0
211
+#define ABILITY_ELEKTROHAUT 0
212
+#define ABILITY_SURF_SCHWEIF 0
213
+#define ABILITY_FISCHSCHWARM 0
214
+#define ABILITY_KOSTUEMSPUK 0
215
+#define ABILITY_FREUNDSCHAFTSAKT 0
216
+#define ABILITY_SCHARWANDEL 0
217
+#define ABILITY_KORROSION 0
218
+#define ABILITY_DAUERSCHLAF 0
219
+#define ABILITY_MAJESTAET 0
220
+#define ABILITY_MAGENKREMPLER 0
221
+#define ABILITY_TAENZER 0
222
+#define ABILITY_BATTERIE 0
223
+#define ABILITY_FLAUSCHIGKEIT 0
224
+#define ABILITY_BUNTKOERPER 0
225
+#define ABILITY_SEELENHERZ 0
226
+#define ABILITY_LOCKENKOPF 0
227
+#define ABILITY_RECEIVER 0
228
+#define ABILITY_CHEMIEKRAFT 0
229
+#define ABILITY_BESTIEN_BOOST 0
230
+#define ABILITY_ALPHA_SYSTEM 0
231
+#define ABILITY_ELEKTRO_ERZEUGER 0
232
+#define ABILITY_PSYCHO_ERZEUGER 0
233
+#define ABILITY_NEBEL_ERZEUGER 0
234
+#define ABILITY_GRAS_ERZEUGER 0
235
+#define ABILITY_METALLPROTEKTOR 0
236
+#define ABILITY_PHANTOMSCHUTZ 0
237
+#define ABILITY_PRISMARUESTUNG 0
238
+#define ABILITY_ZEREBRALMACHT 0
239 239
 
240 240
 /*Englische Symbolnamen*/
241 241
 #define ABILITY_STENCH ABILITY_DUFTNOTE

+ 356
- 356
src/include/constants/moves.h Zobrazit soubor

@@ -365,362 +365,362 @@
365 365
 #define MOVE_AQUAWELLE 352
366 366
 #define MOVE_KISMETWUNSCH 353
367 367
 #define MOVE_PSYSCHUB 354
368
-#define MOVE_RUHEORT 355
369
-#define MOVE_ERDANZIEHUNG 356
370
-#define MOVE_WUNDERAUGE 357
371
-#define MOVE_WECKRUF 358
372
-#define MOVE_HAMMERARM 359
373
-#define MOVE_GYROBALL 360
374
-#define MOVE_HEILOPFER 361
375
-#define MOVE_LAKE 362
376
-#define MOVE_BEERENKRAEFTE 363
377
-#define MOVE_OFFENLEGUNG 364
378
-#define MOVE_PFLUECKER 365
379
-#define MOVE_RUECKENWIND 366
380
-#define MOVE_AKUPRESSUR 367
381
-#define MOVE_METALLSTOSS 368
382
-#define MOVE_KEHRTWENDE 369
383
-#define MOVE_NAHKAMPF 370
384
-#define MOVE_GEGENSTOSS 371
385
-#define MOVE_GEWISSHEIT 372
386
-#define MOVE_ITEMSPERRE 373
387
-#define MOVE_SCHLEUDER 374
388
-#define MOVE_PSYBANN 375
389
-#define MOVE_TRUMPFKARTE 376
390
-#define MOVE_HEILBLOCKADE 377
391
-#define MOVE_AUSWRINGEN 378
392
-#define MOVE_KRAFTTRICK 379
393
-#define MOVE_MAGENSAEFTE 380
394
-#define MOVE_BESCHWOERUNG 381
395
-#define MOVE_EGOTRIP 382
396
-#define MOVE_IMITATOR 383
397
-#define MOVE_KRAFTTAUSCH 384
398
-#define MOVE_SCHUTZTAUSCH 385
399
-#define MOVE_STRAFATTACKE 386
400
-#define MOVE_ZUFLUCHT 387
401
-#define MOVE_SORGENSAMEN 388
402
-#define MOVE_TIEFSCHLAG 389
403
-#define MOVE_GIFTSPITZEN 390
404
-#define MOVE_STATUSTAUSCH 391
405
-#define MOVE_WASSERRING 392
406
-#define MOVE_MAGNETFLUG 393
407
-#define MOVE_FLAMMENBLITZ 394
408
-#define MOVE_KRAFTWELLE 395
409
-#define MOVE_AURASPHAERE 396
410
-#define MOVE_STEINPOLITUR 397
411
-#define MOVE_GIFTHIEB 398
412
-#define MOVE_FINSTERAURA 399
413
-#define MOVE_NACHTHIEB 400
414
-#define MOVE_NASSSCHWEIF 401
415
-#define MOVE_SAMENBOMBEN 402
416
-#define MOVE_LUFTSCHNITT 403
417
-#define MOVE_KREUZSCHERE 404
418
-#define MOVE_KAEFERGEBRUMM 405
419
-#define MOVE_DRACHENPULS 406
420
-#define MOVE_DRACHENSTOSS 407
421
-#define MOVE_JUWELENKRAFT 408
422
-#define MOVE_ABLEITHIEB 409
423
-#define MOVE_VAKUUMWELLE 410
424
-#define MOVE_FOKUSSTOSS 411
425
-#define MOVE_ENERGIEBALL 412
426
-#define MOVE_STURZFLUG 413
427
-#define MOVE_ERDKRAEFTE 414
428
-#define MOVE_WECHSELDICH 415
429
-#define MOVE_GIGASTOSS 416
430
-#define MOVE_RAENKESCHMIED 417
431
-#define MOVE_PATRONENHIEB 418
432
-#define MOVE_LAWINE 419
433
-#define MOVE_EISSPLITTER 420
434
-#define MOVE_DUNKELKLAUE 421
435
-#define MOVE_DONNERZAHN 422
436
-#define MOVE_EISZAHN 423
437
-#define MOVE_FEUERZAHN 424
438
-#define MOVE_SCHATTENSTOSS 425
439
-#define MOVE_SCHLAMMBOMBE 426
440
-#define MOVE_PSYCHOKLINGE 427
441
-#define MOVE_ZEN_KOPFSTOSS 428
442
-#define MOVE_SPIEGELSALVE 429
443
-#define MOVE_LICHTKANONE 430
444
-#define MOVE_KRAXLER 431
445
-#define MOVE_AUFLOCKERN 432
446
-#define MOVE_BIZARRORAUM 433
447
-#define MOVE_DRACO_METEOR 434
448
-#define MOVE_LADUNGSSTOSS 435
449
-#define MOVE_FLAMMENSTURM 436
450
-#define MOVE_BLAETTERSTURM 437
451
-#define MOVE_BLATTGEISSEL 438
452
-#define MOVE_FELSWERFER 439
453
-#define MOVE_GIFTSTREICH 440
454
-#define MOVE_MUELLTREFFER 441
455
-#define MOVE_EISENSCHAEDEL 442
456
-#define MOVE_MAGNETBOMBE 443
457
-#define MOVE_STEINKANTE 444
458
-#define MOVE_LIEBREIZ 445
459
-#define MOVE_TARNSTEINE 446
460
-#define MOVE_STRAUCHLER 447
461
-#define MOVE_GESCHWAETZ 448
462
-#define MOVE_URTEILSKRAFT 449
463
-#define MOVE_KAEFERBISS 450
464
-#define MOVE_LADESTRAHL 451
465
-#define MOVE_HOLZHAMMER 452
466
-#define MOVE_WASSERDUESE 453
467
-#define MOVE_SCHLAGBEFEHL 454
468
-#define MOVE_BLOCKBEFEHL 455
469
-#define MOVE_HEILBEFEHL 456
470
-#define MOVE_KOPFSTOSS 457
471
-#define MOVE_DOPPELSCHLAG 458
472
-#define MOVE_ZEITENLAERM 459
473
-#define MOVE_RAUMSCHLAG 460
474
-#define MOVE_LUNARTANZ 461
475
-#define MOVE_QUETSCHGRIFF 462
476
-#define MOVE_LAVASTURM 463
477
-#define MOVE_SCHLUMMERORT 464
478
-#define MOVE_SCHOCKSAMEN 465
479
-#define MOVE_UNHEILBOEEN 466
480
-#define MOVE_SCHEMENKRAFT 467
481
-#define MOVE_KLAUENWETZER 468
482
-#define MOVE_RUNDUMSCHUTZ 469
483
-#define MOVE_SCHUTZTEILER 470
484
-#define MOVE_KRAFTTEILER 471
485
-#define MOVE_WUNDERRAUM 472
486
-#define MOVE_PSYCHOSCHOCK 473
487
-#define MOVE_GIFTSCHOCK 474
488
-#define MOVE_AUTOTOMIE 475
489
-#define MOVE_WUTPULVER 476
490
-#define MOVE_TELEKINESE 477
491
-#define MOVE_MAGIERAUM 478
492
-#define MOVE_KATAPULT 479
493
-#define MOVE_BERGSTURM 480
494
-#define MOVE_FUNKENFLUG 481
495
-#define MOVE_SCHLAMMWOGE 482
496
-#define MOVE_FALTERREIGEN 483
497
-#define MOVE_RAMMBOSS 484
498
-#define MOVE_SYNCHROLAERM 485
499
-#define MOVE_ELEKTROBALL 486
500
-#define MOVE_UEBERFLUTUNG 487
501
-#define MOVE_NITROLADUNG 488
502
-#define MOVE_EINROLLEN 489
503
-#define MOVE_FUSSTRITT 490
504
-#define MOVE_SAEURESPEIER 491
505
-#define MOVE_SCHMAROTZER 492
506
-#define MOVE_WANKELSTRAHL 493
507
-#define MOVE_ZWANGO 494
508
-#define MOVE_GALANTERIE 495
509
-#define MOVE_KANON 496
510
-#define MOVE_WIDERHALL 497
511
-#define MOVE_ZERMUERBEN 498
512
-#define MOVE_KLAERSMOG 499
513
-#define MOVE_KRAFTVORRAT 500
514
-#define MOVE_RAPIDSCHUTZ 501
515
-#define MOVE_SEITENTAUSCH 502
516
-#define MOVE_SIEDEWASSER 503
517
-#define MOVE_HAUSBRUCH 504
518
-#define MOVE_HEILWOGE 505
519
-#define MOVE_BUERDE 506
520
-#define MOVE_FREIER_FALL 507
521
-#define MOVE_GANGWECHSEL 508
522
-#define MOVE_UEBERKOPFWURF 509
523
-#define MOVE_EINAESCHERN 510
524
-#define MOVE_VERZOEGERUNG 511
525
-#define MOVE_AKROBATIK 512
526
-#define MOVE_TYPENSPIEGEL 513
527
-#define MOVE_HEIMZAHLUNG 514
528
-#define MOVE_WAGEMUT 515
529
-#define MOVE_OFFERTE 516
530
-#define MOVE_INFERNO 517
531
-#define MOVE_WASSERSAEULEN 518
532
-#define MOVE_FEUERSAEULEN 519
533
-#define MOVE_PFLANZENSAEULEN 520
534
-#define MOVE_VOLTWECHSEL 521
535
-#define MOVE_KAEFERTRUTZ 522
536
-#define MOVE_DAMPFWALZE 523
537
-#define MOVE_EISESODEM 524
538
-#define MOVE_DRACHENRUTE 525
539
-#define MOVE_KRAFTSCHUB 526
540
-#define MOVE_ELEKTRONETZ 527
541
-#define MOVE_STROMSTOSS 528
542
-#define MOVE_SCHLAGBOHRER 529
543
-#define MOVE_DOPPELHIEB 530
544
-#define MOVE_HERZSTEMPEL 531
545
-#define MOVE_HOLZGEWEIH 532
546
-#define MOVE_SANCTOKLINGE 533
547
-#define MOVE_KALKKLINGE 534
548
-#define MOVE_BRANDSTEMPEL 535
549
-#define MOVE_GRASMIXER 536
550
-#define MOVE_QUETSCHWALZE 537
551
-#define MOVE_WATTESCHILD 538
552
-#define MOVE_NACHTFLUT 539
553
-#define MOVE_PSYCHOSTOSS 540
554
-#define MOVE_KEHRSCHELLE 541
555
-#define MOVE_ORKAN 542
556
-#define MOVE_STEINSCHAEDEL 543
557
-#define MOVE_KLIKKDISKUS 544
558
-#define MOVE_FLAMMENBALL 545
559
-#define MOVE_TECHBLASTER 546
560
-#define MOVE_URGESANG 547
561
-#define MOVE_MYSTOSCHWERT 548
562
-#define MOVE_EISZEIT 549
563
-#define MOVE_BLITZSCHLAG 550
564
-#define MOVE_BLAUFLAMMEN 551
565
-#define MOVE_FEUERREIGEN 552
566
-#define MOVE_FROSTVOLT 553
567
-#define MOVE_FROSTHAUCH 554
568
-#define MOVE_STANDPAUKE 555
569
-#define MOVE_EISZAPFHAGEL 556
570
-#define MOVE_V_GENERATOR 557
571
-#define MOVE_KREUZFLAMME 558
572
-#define MOVE_KREUZDONNER 559
573
-#define MOVE_FLYING_PRESS 560
574
-#define MOVE_TATAMI_SCHILD 561
575
-#define MOVE_RUELPSER 562
576
-#define MOVE_PFLUEGER 563
577
-#define MOVE_KLEBENETZ 564
578
-#define MOVE_STACHELFINALE 565
579
-#define MOVE_PHANTOMKRAFT 566
580
-#define MOVE_HALLOWEEN 567
581
-#define MOVE_KAMPFGEBRUELL 568
582
-#define MOVE_PLASMASCHAUER 569
583
-#define MOVE_PARABOLLADUNG 570
584
-#define MOVE_WALDESFLUCH 571
585
-#define MOVE_BLUETENWIRBEL 572
586
-#define MOVE_GEFRIERTROCKNER 573
587
-#define MOVE_SAEUSELSTIMME 574
588
-#define MOVE_ABGANGSTIRADE 575
589
-#define MOVE_INVERTIGO 576
590
-#define MOVE_DIEBESKUSS 577
591
-#define MOVE_TRICKSCHUTZ 578
592
-#define MOVE_FLORASCHUTZ 579
593
-#define MOVE_GRASFELD 580
594
-#define MOVE_NEBELFELD 581
595
-#define MOVE_ELEKTRIFIZIERUNG 582
596
-#define MOVE_KNUDDLER 583
597
-#define MOVE_FEENBRISE 584
598
-#define MOVE_MONDGEWALT 585
599
-#define MOVE_UEBERSCHALLKNALL 586
600
-#define MOVE_FEENSCHLOSS 587
601
-#define MOVE_KOENIGSSCHILD 588
602
-#define MOVE_KAMERADSCHAFT 589
603
-#define MOVE_VERTRAUENSSACHE 590
604
-#define MOVE_DIAMANTSTURM 591
605
-#define MOVE_DAMPFSCHWALL 592
606
-#define MOVE_DIMENSIONSLOCH 593
607
-#define MOVE_WASSER_SHURIKEN 594
608
-#define MOVE_MAGIEFLAMME 595
609
-#define MOVE_SCHUTZSTACHELN 596
610
-#define MOVE_DUFTWOLKE 597
611
-#define MOVE_MYSTOWELLEN 598
612
-#define MOVE_GIFTFALLE 599
613
-#define MOVE_PULVERSCHLEUDER 600
614
-#define MOVE_GEOKONTROLLE 601
615
-#define MOVE_MAGNETREGLER 602
616
-#define MOVE_GOLDENE_ZEITEN 603
617
-#define MOVE_ELEKTROFELD 604
618
-#define MOVE_ZAUBERSCHEIN 605
619
-#define MOVE_EHRENTAG 606
620
-#define MOVE_HAENDCHENHALTEN 607
621
-#define MOVE_KULLERAUGEN 608
622
-#define MOVE_WANGENRUBBLER 609
623
-#define MOVE_ZURUECKHALTUNG 610
624
-#define MOVE_PLAGE 611
625
-#define MOVE_STEIGERUNGSHIEB 612
626
-#define MOVE_UNHEILSSCHWINGEN 613
627
-#define MOVE_TAUSEND_PFEILE 614
628
-#define MOVE_TAUSEND_WELLEN 615
629
-#define MOVE_BODENGEWALT 616
630
-#define MOVE_LUX_CALAMITATIS 617
631
-#define MOVE_URSPRUNGSWOGE 618
632
-#define MOVE_ABGRUNDSKLINGE 619
633
-#define MOVE_ZENITSTUERMER 620
634
-#define MOVE_DIMENSIONSWAHN 621
635
-#define MOVE_HYPER_SPRINTANGRIFF 622
636
-#define MOVE_FULMINANTE_FAUSTSCHLAEGE 623
637
-#define MOVE_FINALER_STEILFLUG 624
638
-#define MOVE_VERNICHTENDER_SAEUREREGEN 625
639
-#define MOVE_SEISMISCHE_ERUPTION 626
640
-#define MOVE_APOKALYPTISCHE_STEINPRESSE 627
641
-#define MOVE_WIRBELNDER_INSEKTENHIEB 628
642
-#define MOVE_EWIGE_NACHT 629
643
-#define MOVE_TURBO_SPIRALKOMBO 630
644
-#define MOVE_DYNAMISCHE_MAXIFLAMME 631
645
-#define MOVE_SUPER_WASSERTORNADO 632
646
-#define MOVE_BRILLANTE_BLUETENPRACHT 633
647
-#define MOVE_GIGAVOLT_FUNKENSALVE 634
648
-#define MOVE_PSYCHO_SCHMETTERSCHLAG 635
649
-#define MOVE_TOBENDER_GEOFROST 636
650
-#define MOVE_DRASTISCHES_DRACHENDROEHNEN 637
651
-#define MOVE_SCHWARZES_LOCH_DES_GRAUENS 638
652
-#define MOVE_ENTZUECKENDER_STERNENSTOSS 639
653
-#define MOVE_PERFEKTES_PIKA_PROJEKTIL 640
654
-#define MOVE_SANDSAMMLER 641
655
-#define MOVE_UEBERRUMPLER 642
656
-#define MOVE_BUNKER 643
657
-#define MOVE_SCHATTENFESSEL 644
658
-#define MOVE_DARK_LARIAT 645
659
-#define MOVE_SCHAUMSERENADE 646
660
-#define MOVE_EISHAMMER 647
661
-#define MOVE_FLORAKUR 648
662
-#define MOVE_PFERDESTAERKE 649
663
-#define MOVE_KRAFTABSORBER 650
664
-#define MOVE_SOLARKLINGE 651
665
-#define MOVE_BLATTWERK 652
666
-#define MOVE_RAMPENLICHT 653
667
-#define MOVE_GIFTFADEN 654
668
-#define MOVE_KONZENTRATION 655
669
-#define MOVE_HILFSMECHANIK 656
670
-#define MOVE_NECK_STRIKE 657
671
-#define MOVE_POLLENKNOEDEL 658
672
-#define MOVE_ANKERSCHUSS 659
673
-#define MOVE_PSYCHOFELD 660
674
-#define MOVE_ANFALLEN 661
675
-#define MOVE_FEUERPEITSCHE 662
676
-#define MOVE_UEBERHEBLICHKEIT 663
677
-#define MOVE_AUSBRENNEN 664
678
-#define MOVE_INITIATIVETAUSCH 665
679
-#define MOVE_SCHMALHORN 666
680
-#define MOVE_LAEUTERUNG 667
681
-#define MOVE_WECKTANZ 668
682
-#define MOVE_SANKTIONSKERN 669
683
-#define MOVE_TROPENKICK 670
684
-#define MOVE_KOMMANDO 671
685
-#define MOVE_SCHNABELKANONE 672
686
-#define MOVE_SCHUPPENRASSELN 673
687
-#define MOVE_DRACHENHAMMER 674
688
-#define MOVE_WIRBLER 675
689
-#define MOVE_AURORASCHLEIER 676
690
-#define MOVE_SCHATTEN_PFEILREGEN 677
691
-#define MOVE_HYPER_DARK_CRUSHER 678
692
-#define MOVE_GRANDIOSE_MEERESSYMPHONIE 679
693
-#define MOVE_ALOLAS_WAECHTER 680
694
-#define MOVE_STERNBILD_DES_SEELENRAUBES 681
695
-#define MOVE_BLITZ_WELLENRITT 682
696
-#define MOVE_SCHLUSS_MIT_LUSTIG 683
697
-#define MOVE_MACHT_DER_NEUN 684
698
-#define MOVE_SUPERNOVA_DES_URSPRUNGS 685
699
-#define MOVE_PANZERFALLE 686
700
-#define MOVE_KANONENBOUQUET 687
701
-#define MOVE_PSYCHOBEISSER 688
702
-#define MOVE_FRUSTSTAMPFER 689
703
-#define MOVE_SCHATTENKNOCHEN 690
704
-#define MOVE_TURBOFELSEN 691
705
-#define MOVE_AQUADURCHSTOSS 692
706
-#define MOVE_PRISMA_LASER 693
707
-#define MOVE_DIEBESSCHATTEN 694
708
-#define MOVE_STAHLGESTIRN 695
709
-#define MOVE_SCHATTENSTRAHL 696
710
-#define MOVE_TRAENENDRUESE 697
711
-#define MOVE_ELEKTROPIKSER 698
712
-#define MOVE_NATURZORN 699
713
-#define MOVE_MULTI_ANGRIFF 700
714
-#define MOVE_TAUSENDFACHER_DONNERBLITZ 701
715
-#define MOVE_KNALLKOPF 702
716
-#define MOVE_PLASMAFAEUSTE 703
717
-#define MOVE_PHOTONEN_GEYSIR 704
718
-#define MOVE_LICHT_DES_ERLOESCHENS 705
719
-#define MOVE_SCHMETTERNDE_SONNENWALZE 706
720
-#define MOVE_GEBALLTER_MONDLASER 707
721
-#define MOVE_HERZLICHE_KNUDDELKLOPPE 708
722
-#define MOVE_FATALER_STEINREGEN 709
723
-#define MOVE_RASSELNDER_SEELENTANZ 710
368
+#define MOVE_RUHEORT 0
369
+#define MOVE_ERDANZIEHUNG 0
370
+#define MOVE_WUNDERAUGE 0
371
+#define MOVE_WECKRUF 0
372
+#define MOVE_HAMMERARM 0
373
+#define MOVE_GYROBALL 0
374
+#define MOVE_HEILOPFER 0
375
+#define MOVE_LAKE 0
376
+#define MOVE_BEERENKRAEFTE 0
377
+#define MOVE_OFFENLEGUNG 0
378
+#define MOVE_PFLUECKER 0
379
+#define MOVE_RUECKENWIND 0
380
+#define MOVE_AKUPRESSUR 0
381
+#define MOVE_METALLSTOSS 0
382
+#define MOVE_KEHRTWENDE 0
383
+#define MOVE_NAHKAMPF 0
384
+#define MOVE_GEGENSTOSS 0
385
+#define MOVE_GEWISSHEIT 0
386
+#define MOVE_ITEMSPERRE 0
387
+#define MOVE_SCHLEUDER 0
388
+#define MOVE_PSYBANN 0
389
+#define MOVE_TRUMPFKARTE 0
390
+#define MOVE_HEILBLOCKADE 0
391
+#define MOVE_AUSWRINGEN 0
392
+#define MOVE_KRAFTTRICK 0
393
+#define MOVE_MAGENSAEFTE 0
394
+#define MOVE_BESCHWOERUNG 0
395
+#define MOVE_EGOTRIP 0
396
+#define MOVE_IMITATOR 0
397
+#define MOVE_KRAFTTAUSCH 0
398
+#define MOVE_SCHUTZTAUSCH 0
399
+#define MOVE_STRAFATTACKE 0
400
+#define MOVE_ZUFLUCHT 0
401
+#define MOVE_SORGENSAMEN 0
402
+#define MOVE_TIEFSCHLAG 0
403
+#define MOVE_GIFTSPITZEN 0
404
+#define MOVE_STATUSTAUSCH 0
405
+#define MOVE_WASSERRING 0
406
+#define MOVE_MAGNETFLUG 0
407
+#define MOVE_FLAMMENBLITZ 0
408
+#define MOVE_KRAFTWELLE 0
409
+#define MOVE_AURASPHAERE 0
410
+#define MOVE_STEINPOLITUR 0
411
+#define MOVE_GIFTHIEB 0
412
+#define MOVE_FINSTERAURA 0
413
+#define MOVE_NACHTHIEB 0
414
+#define MOVE_NASSSCHWEIF 0
415
+#define MOVE_SAMENBOMBEN 0
416
+#define MOVE_LUFTSCHNITT 0
417
+#define MOVE_KREUZSCHERE 0
418
+#define MOVE_KAEFERGEBRUMM 0
419
+#define MOVE_DRACHENPULS 0
420
+#define MOVE_DRACHENSTOSS 0
421
+#define MOVE_JUWELENKRAFT 0
422
+#define MOVE_ABLEITHIEB 0
423
+#define MOVE_VAKUUMWELLE 0
424
+#define MOVE_FOKUSSTOSS 0
425
+#define MOVE_ENERGIEBALL 0
426
+#define MOVE_STURZFLUG 0
427
+#define MOVE_ERDKRAEFTE 0
428
+#define MOVE_WECHSELDICH 0
429
+#define MOVE_GIGASTOSS 0
430
+#define MOVE_RAENKESCHMIED 0
431
+#define MOVE_PATRONENHIEB 0
432
+#define MOVE_LAWINE 0
433
+#define MOVE_EISSPLITTER 0
434
+#define MOVE_DUNKELKLAUE 0
435
+#define MOVE_DONNERZAHN 0
436
+#define MOVE_EISZAHN 0
437
+#define MOVE_FEUERZAHN 0
438
+#define MOVE_SCHATTENSTOSS 0
439
+#define MOVE_SCHLAMMBOMBE 0
440
+#define MOVE_PSYCHOKLINGE 0
441
+#define MOVE_ZEN_KOPFSTOSS 0
442
+#define MOVE_SPIEGELSALVE 0
443
+#define MOVE_LICHTKANONE 0
444
+#define MOVE_KRAXLER 0
445
+#define MOVE_AUFLOCKERN 0
446
+#define MOVE_BIZARRORAUM 0
447
+#define MOVE_DRACO_METEOR 0
448
+#define MOVE_LADUNGSSTOSS 0
449
+#define MOVE_FLAMMENSTURM 0
450
+#define MOVE_BLAETTERSTURM 0
451
+#define MOVE_BLATTGEISSEL 0
452
+#define MOVE_FELSWERFER 0
453
+#define MOVE_GIFTSTREICH 0
454
+#define MOVE_MUELLTREFFER 0
455
+#define MOVE_EISENSCHAEDEL 0
456
+#define MOVE_MAGNETBOMBE 0
457
+#define MOVE_STEINKANTE 0
458
+#define MOVE_LIEBREIZ 0
459
+#define MOVE_TARNSTEINE 0
460
+#define MOVE_STRAUCHLER 0
461
+#define MOVE_GESCHWAETZ 0
462
+#define MOVE_URTEILSKRAFT 0
463
+#define MOVE_KAEFERBISS 0
464
+#define MOVE_LADESTRAHL 0
465
+#define MOVE_HOLZHAMMER 0
466
+#define MOVE_WASSERDUESE 0
467
+#define MOVE_SCHLAGBEFEHL 0
468
+#define MOVE_BLOCKBEFEHL 0
469
+#define MOVE_HEILBEFEHL 0
470
+#define MOVE_KOPFSTOSS 0
471
+#define MOVE_DOPPELSCHLAG 0
472
+#define MOVE_ZEITENLAERM 0
473
+#define MOVE_RAUMSCHLAG 0
474
+#define MOVE_LUNARTANZ 0
475
+#define MOVE_QUETSCHGRIFF 0
476
+#define MOVE_LAVASTURM 0
477
+#define MOVE_SCHLUMMERORT 0
478
+#define MOVE_SCHOCKSAMEN 0
479
+#define MOVE_UNHEILBOEEN 0
480
+#define MOVE_SCHEMENKRAFT 0
481
+#define MOVE_KLAUENWETZER 0
482
+#define MOVE_RUNDUMSCHUTZ 0
483
+#define MOVE_SCHUTZTEILER 0
484
+#define MOVE_KRAFTTEILER 0
485
+#define MOVE_WUNDERRAUM 0
486
+#define MOVE_PSYCHOSCHOCK 0
487
+#define MOVE_GIFTSCHOCK 0
488
+#define MOVE_AUTOTOMIE 0
489
+#define MOVE_WUTPULVER 0
490
+#define MOVE_TELEKINESE 0
491
+#define MOVE_MAGIERAUM 0
492
+#define MOVE_KATAPULT 0
493
+#define MOVE_BERGSTURM 0
494
+#define MOVE_FUNKENFLUG 0
495
+#define MOVE_SCHLAMMWOGE 0
496
+#define MOVE_FALTERREIGEN 0
497
+#define MOVE_RAMMBOSS 0
498
+#define MOVE_SYNCHROLAERM 0
499
+#define MOVE_ELEKTROBALL 0
500
+#define MOVE_UEBERFLUTUNG 0
501
+#define MOVE_NITROLADUNG 0
502
+#define MOVE_EINROLLEN 0
503
+#define MOVE_FUSSTRITT 0
504
+#define MOVE_SAEURESPEIER 0
505
+#define MOVE_SCHMAROTZER 0
506
+#define MOVE_WANKELSTRAHL 0
507
+#define MOVE_ZWANGO 0
508
+#define MOVE_GALANTERIE 0
509
+#define MOVE_KANON 0
510
+#define MOVE_WIDERHALL 0
511
+#define MOVE_ZERMUERBEN 0
512
+#define MOVE_KLAERSMOG 0
513
+#define MOVE_KRAFTVORRAT 0
514
+#define MOVE_RAPIDSCHUTZ 0
515
+#define MOVE_SEITENTAUSCH 0
516
+#define MOVE_SIEDEWASSER 0
517
+#define MOVE_HAUSBRUCH 0
518
+#define MOVE_HEILWOGE 0
519
+#define MOVE_BUERDE 0
520
+#define MOVE_FREIER_FALL 0
521
+#define MOVE_GANGWECHSEL 0
522
+#define MOVE_UEBERKOPFWURF 0
523
+#define MOVE_EINAESCHERN 0
524
+#define MOVE_VERZOEGERUNG 0
525
+#define MOVE_AKROBATIK 0
526
+#define MOVE_TYPENSPIEGEL 0
527
+#define MOVE_HEIMZAHLUNG 0
528
+#define MOVE_WAGEMUT 0
529
+#define MOVE_OFFERTE 0
530
+#define MOVE_INFERNO 0
531
+#define MOVE_WASSERSAEULEN 0
532
+#define MOVE_FEUERSAEULEN 0
533
+#define MOVE_PFLANZENSAEULEN 0
534
+#define MOVE_VOLTWECHSEL 0
535
+#define MOVE_KAEFERTRUTZ 0
536
+#define MOVE_DAMPFWALZE 0
537
+#define MOVE_EISESODEM 0
538
+#define MOVE_DRACHENRUTE 0
539
+#define MOVE_KRAFTSCHUB 0
540
+#define MOVE_ELEKTRONETZ 0
541
+#define MOVE_STROMSTOSS 0
542
+#define MOVE_SCHLAGBOHRER 0
543
+#define MOVE_DOPPELHIEB 0
544
+#define MOVE_HERZSTEMPEL 0
545
+#define MOVE_HOLZGEWEIH 0
546
+#define MOVE_SANCTOKLINGE 0
547
+#define MOVE_KALKKLINGE 0
548
+#define MOVE_BRANDSTEMPEL 0
549
+#define MOVE_GRASMIXER 0
550
+#define MOVE_QUETSCHWALZE 0
551
+#define MOVE_WATTESCHILD 0
552
+#define MOVE_NACHTFLUT 0
553
+#define MOVE_PSYCHOSTOSS 0
554
+#define MOVE_KEHRSCHELLE 0
555
+#define MOVE_ORKAN 0
556
+#define MOVE_STEINSCHAEDEL 0
557
+#define MOVE_KLIKKDISKUS 0
558
+#define MOVE_FLAMMENBALL 0
559
+#define MOVE_TECHBLASTER 0
560
+#define MOVE_URGESANG 0
561
+#define MOVE_MYSTOSCHWERT 0
562
+#define MOVE_EISZEIT 0
563
+#define MOVE_BLITZSCHLAG 0
564
+#define MOVE_BLAUFLAMMEN 0
565
+#define MOVE_FEUERREIGEN 0
566
+#define MOVE_FROSTVOLT 0
567
+#define MOVE_FROSTHAUCH 0
568
+#define MOVE_STANDPAUKE 0
569
+#define MOVE_EISZAPFHAGEL 0
570
+#define MOVE_V_GENERATOR 0
571
+#define MOVE_KREUZFLAMME 0
572
+#define MOVE_KREUZDONNER 0
573
+#define MOVE_FLYING_PRESS 0
574
+#define MOVE_TATAMI_SCHILD 0
575
+#define MOVE_RUELPSER 0
576
+#define MOVE_PFLUEGER 0
577
+#define MOVE_KLEBENETZ 0
578
+#define MOVE_STACHELFINALE 0
579
+#define MOVE_PHANTOMKRAFT 0
580
+#define MOVE_HALLOWEEN 0
581
+#define MOVE_KAMPFGEBRUELL 0
582
+#define MOVE_PLASMASCHAUER 0
583
+#define MOVE_PARABOLLADUNG 0
584
+#define MOVE_WALDESFLUCH 0
585
+#define MOVE_BLUETENWIRBEL 0
586
+#define MOVE_GEFRIERTROCKNER 0
587
+#define MOVE_SAEUSELSTIMME 0
588
+#define MOVE_ABGANGSTIRADE 0
589
+#define MOVE_INVERTIGO 0
590
+#define MOVE_DIEBESKUSS 0
591
+#define MOVE_TRICKSCHUTZ 0
592
+#define MOVE_FLORASCHUTZ 0
593
+#define MOVE_GRASFELD 0
594
+#define MOVE_NEBELFELD 0
595
+#define MOVE_ELEKTRIFIZIERUNG 0
596
+#define MOVE_KNUDDLER 0
597
+#define MOVE_FEENBRISE 0
598
+#define MOVE_MONDGEWALT 0
599
+#define MOVE_UEBERSCHALLKNALL 0
600
+#define MOVE_FEENSCHLOSS 0
601
+#define MOVE_KOENIGSSCHILD 0
602
+#define MOVE_KAMERADSCHAFT 0
603
+#define MOVE_VERTRAUENSSACHE 0
604
+#define MOVE_DIAMANTSTURM 0
605
+#define MOVE_DAMPFSCHWALL 0
606
+#define MOVE_DIMENSIONSLOCH 0
607
+#define MOVE_WASSER_SHURIKEN 0
608
+#define MOVE_MAGIEFLAMME 0
609
+#define MOVE_SCHUTZSTACHELN 0
610
+#define MOVE_DUFTWOLKE 0
611
+#define MOVE_MYSTOWELLEN 0
612
+#define MOVE_GIFTFALLE 0
613
+#define MOVE_PULVERSCHLEUDER 0
614
+#define MOVE_GEOKONTROLLE 0
615
+#define MOVE_MAGNETREGLER 0
616
+#define MOVE_GOLDENE_ZEITEN 0
617
+#define MOVE_ELEKTROFELD 0
618
+#define MOVE_ZAUBERSCHEIN 0
619
+#define MOVE_EHRENTAG 0
620
+#define MOVE_HAENDCHENHALTEN 0
621
+#define MOVE_KULLERAUGEN 0
622
+#define MOVE_WANGENRUBBLER 0
623
+#define MOVE_ZURUECKHALTUNG 0
624
+#define MOVE_PLAGE 0
625
+#define MOVE_STEIGERUNGSHIEB 0
626
+#define MOVE_UNHEILSSCHWINGEN 0
627
+#define MOVE_TAUSEND_PFEILE 0
628
+#define MOVE_TAUSEND_WELLEN 0
629
+#define MOVE_BODENGEWALT 0
630
+#define MOVE_LUX_CALAMITATIS 0
631
+#define MOVE_URSPRUNGSWOGE 0
632
+#define MOVE_ABGRUNDSKLINGE 0
633
+#define MOVE_ZENITSTUERMER 0
634
+#define MOVE_DIMENSIONSWAHN 0
635
+#define MOVE_HYPER_SPRINTANGRIFF 0
636
+#define MOVE_FULMINANTE_FAUSTSCHLAEGE 0
637
+#define MOVE_FINALER_STEILFLUG 0
638
+#define MOVE_VERNICHTENDER_SAEUREREGEN 0
639
+#define MOVE_SEISMISCHE_ERUPTION 0
640
+#define MOVE_APOKALYPTISCHE_STEINPRESSE 0
641
+#define MOVE_WIRBELNDER_INSEKTENHIEB 0
642
+#define MOVE_EWIGE_NACHT 0
643
+#define MOVE_TURBO_SPIRALKOMBO 0
644
+#define MOVE_DYNAMISCHE_MAXIFLAMME 0
645
+#define MOVE_SUPER_WASSERTORNADO 0
646
+#define MOVE_BRILLANTE_BLUETENPRACHT 0
647
+#define MOVE_GIGAVOLT_FUNKENSALVE 0
648
+#define MOVE_PSYCHO_SCHMETTERSCHLAG 0
649
+#define MOVE_TOBENDER_GEOFROST 0
650
+#define MOVE_DRASTISCHES_DRACHENDROEHNEN 0
651
+#define MOVE_SCHWARZES_LOCH_DES_GRAUENS 0
652
+#define MOVE_ENTZUECKENDER_STERNENSTOSS 0
653
+#define MOVE_PERFEKTES_PIKA_PROJEKTIL 0
654
+#define MOVE_SANDSAMMLER 0
655
+#define MOVE_UEBERRUMPLER 0
656
+#define MOVE_BUNKER 0
657
+#define MOVE_SCHATTENFESSEL 0
658
+#define MOVE_DARK_LARIAT 0
659
+#define MOVE_SCHAUMSERENADE 0
660
+#define MOVE_EISHAMMER 0
661
+#define MOVE_FLORAKUR 0
662
+#define MOVE_PFERDESTAERKE 0
663
+#define MOVE_KRAFTABSORBER 0
664
+#define MOVE_SOLARKLINGE 0
665
+#define MOVE_BLATTWERK 0
666
+#define MOVE_RAMPENLICHT 0
667
+#define MOVE_GIFTFADEN 0
668
+#define MOVE_KONZENTRATION 0
669
+#define MOVE_HILFSMECHANIK 0
670
+#define MOVE_NECK_STRIKE 0
671
+#define MOVE_POLLENKNOEDEL 0
672
+#define MOVE_ANKERSCHUSS 0
673
+#define MOVE_PSYCHOFELD 0
674
+#define MOVE_ANFALLEN 0
675
+#define MOVE_FEUERPEITSCHE 0
676
+#define MOVE_UEBERHEBLICHKEIT 0
677
+#define MOVE_AUSBRENNEN 0
678
+#define MOVE_INITIATIVETAUSCH 0
679
+#define MOVE_SCHMALHORN 0
680
+#define MOVE_LAEUTERUNG 0
681
+#define MOVE_WECKTANZ 0
682
+#define MOVE_SANKTIONSKERN 0
683
+#define MOVE_TROPENKICK 0
684
+#define MOVE_KOMMANDO 0
685
+#define MOVE_SCHNABELKANONE 0
686
+#define MOVE_SCHUPPENRASSELN 0
687
+#define MOVE_DRACHENHAMMER 0
688
+#define MOVE_WIRBLER 0
689
+#define MOVE_AURORASCHLEIER 0
690
+#define MOVE_SCHATTEN_PFEILREGEN 0
691
+#define MOVE_HYPER_DARK_CRUSHER 0
692
+#define MOVE_GRANDIOSE_MEERESSYMPHONIE 0
693
+#define MOVE_ALOLAS_WAECHTER 0
694
+#define MOVE_STERNBILD_DES_SEELENRAUBES 0
695
+#define MOVE_BLITZ_WELLENRITT 0
696
+#define MOVE_SCHLUSS_MIT_LUSTIG 0
697
+#define MOVE_MACHT_DER_NEUN 0
698
+#define MOVE_SUPERNOVA_DES_URSPRUNGS 0
699
+#define MOVE_PANZERFALLE 0
700
+#define MOVE_KANONENBOUQUET 0
701
+#define MOVE_PSYCHOBEISSER 0
702
+#define MOVE_FRUSTSTAMPFER 0
703
+#define MOVE_SCHATTENKNOCHEN 0
704
+#define MOVE_TURBOFELSEN 0
705
+#define MOVE_AQUADURCHSTOSS 0
706
+#define MOVE_PRISMA_LASER 0
707
+#define MOVE_DIEBESSCHATTEN 0
708
+#define MOVE_STAHLGESTIRN 0
709
+#define MOVE_SCHATTENSTRAHL 0
710
+#define MOVE_TRAENENDRUESE 0
711
+#define MOVE_ELEKTROPIKSER 0
712
+#define MOVE_NATURZORN 0
713
+#define MOVE_MULTI_ANGRIFF 0
714
+#define MOVE_TAUSENDFACHER_DONNERBLITZ 0
715
+#define MOVE_KNALLKOPF 0
716
+#define MOVE_PLASMAFAEUSTE 0
717
+#define MOVE_PHOTONEN_GEYSIR 0
718
+#define MOVE_LICHT_DES_ERLOESCHENS 0
719
+#define MOVE_SCHMETTERNDE_SONNENWALZE 0
720
+#define MOVE_GEBALLTER_MONDLASER 0
721
+#define MOVE_HERZLICHE_KNUDDELKLOPPE 0
722
+#define MOVE_FATALER_STEINREGEN 0
723
+#define MOVE_RASSELNDER_SEELENTANZ 0
724 724
 
725 725
 /* Moves English */
726 726
 #define MOVE_POUND MOVE_PFUND

+ 1
- 1
src/include/script/language.h Zobrazit soubor

@@ -860,7 +860,7 @@ clearflag FLAG_SKIP_BATTLE_MUSIC
860 860
 .macro bufferstd bufferstd_buffernumber:req bufferstd_variable:req
861 861
 .byte 0x84
862 862
 .byte \bufferstd_buffernumber
863
-.hword \bufferstd_stdnumber
863
+.hword \bufferstd_variable
864 864
 .endm
865 865
 
866 866
 .macro bufferstring bufferstring_buffernumber:req bufferstring_string:req