summaryrefslogtreecommitdiff
path: root/battle/moves/move_descriptions.asm
blob: e7e01fc68d6ea98670df6177d10b1948587e0860 (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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
; MoveDescriptions: ; 2cb52
	dw PoundDescription
	dw KarateChopDescription
	dw DoubleslapDescription
	dw CometPunchDescription
	dw MegaPunchDescription
	dw PayDayDescription
	dw FirePunchDescription
	dw IcePunchDescription
	dw ThunderpunchDescription
	dw ScratchDescription
	dw VicegripDescription
	dw GuillotineDescription
	dw RazorWindDescription
	dw SwordsDanceDescription
	dw CutDescription
	dw GustDescription
	dw WingAttackDescription
	dw WhirlwindDescription
	dw FlyDescription
	dw BindDescription
	dw SlamDescription
	dw VineWhipDescription
	dw StompDescription
	dw DoubleKickDescription
	dw MegaKickDescription
	dw JumpKickDescription
	dw RollingKickDescription
	dw SandAttackDescription
	dw HeadbuttDescription
	dw HornAttackDescription
	dw FuryAttackDescription
	dw HornDrillDescription
	dw TackleDescription
	dw BodySlamDescription
	dw WrapDescription
	dw TakeDownDescription
	dw ThrashDescription
	dw DoubleEdgeDescription
	dw TailWhipDescription
	dw PoisonStingDescription
	dw TwineedleDescription
	dw PinMissileDescription
	dw LeerDescription
	dw BiteDescription
	dw GrowlDescription
	dw RoarDescription
	dw SingDescription
	dw SupersonicDescription
	dw SonicboomDescription
	dw DisableDescription
	dw AcidDescription
	dw EmberDescription
	dw FlamethrowerDescription
	dw MistDescription
	dw WaterGunDescription
	dw HydroPumpDescription
	dw SurfDescription
	dw IceBeamDescription
	dw BlizzardDescription
	dw PsybeamDescription
	dw BubblebeamDescription
	dw AuroraBeamDescription
	dw HyperBeamDescription
	dw PeckDescription
	dw DrillPeckDescription
	dw SubmissionDescription
	dw LowKickDescription
	dw CounterDescription
	dw SeismicTossDescription
	dw StrengthDescription
	dw AbsorbDescription
	dw MegaDrainDescription
	dw LeechSeedDescription
	dw GrowthDescription
	dw RazorLeafDescription
	dw SolarbeamDescription
	dw PoisonpowderDescription
	dw StunSporeDescription
	dw SleepPowderDescription
	dw PetalDanceDescription
	dw StringShotDescription
	dw DragonRageDescription
	dw FireSpinDescription
	dw ThundershockDescription
	dw ThunderboltDescription
	dw ThunderWaveDescription
	dw ThunderDescription
	dw RockThrowDescription
	dw EarthquakeDescription
	dw FissureDescription
	dw DigDescription
	dw ToxicDescription
	dw ConfusionDescription
	dw PsychicMDescription
	dw HypnosisDescription
	dw MeditateDescription
	dw AgilityDescription
	dw QuickAttackDescription
	dw RageDescription
	dw TeleportDescription
	dw NightShadeDescription
	dw MimicDescription
	dw ScreechDescription
	dw DoubleTeamDescription
	dw RecoverDescription
	dw HardenDescription
	dw MinimizeDescription
	dw SmokescreenDescription
	dw ConfuseRayDescription
	dw WithdrawDescription
	dw DefenseCurlDescription
	dw BarrierDescription
	dw LightScreenDescription
	dw HazeDescription
	dw ReflectDescription
	dw FocusEnergyDescription
	dw BideDescription
	dw MetronomeDescription
	dw MirrorMoveDescription
	dw SelfdestructDescription
	dw EggBombDescription
	dw LickDescription
	dw SmogDescription
	dw SludgeDescription
	dw BoneClubDescription
	dw FireBlastDescription
	dw WaterfallDescription
	dw ClampDescription
	dw SwiftDescription
	dw SkullBashDescription
	dw SpikeCannonDescription
	dw ConstrictDescription
	dw AmnesiaDescription
	dw KinesisDescription
	dw SoftboiledDescription
	dw HiJumpKickDescription
	dw GlareDescription
	dw DreamEaterDescription
	dw PoisonGasDescription
	dw BarrageDescription
	dw LeechLifeDescription
	dw LovelyKissDescription
	dw SkyAttackDescription
	dw TransformDescription
	dw BubbleDescription
	dw DizzyPunchDescription
	dw SporeDescription
	dw FlashDescription
	dw PsywaveDescription
	dw SplashDescription
	dw AcidArmorDescription
	dw CrabhammerDescription
	dw ExplosionDescription
	dw FurySwipesDescription
	dw BonemerangDescription
	dw RestDescription
	dw RockSlideDescription
	dw HyperFangDescription
	dw SharpenDescription
	dw ConversionDescription
	dw TriAttackDescription
	dw SuperFangDescription
	dw SlashDescription
	dw SubstituteDescription
	dw StruggleDescription
	dw SketchDescription
	dw TripleKickDescription
	dw ThiefDescription
	dw SpiderWebDescription
	dw MindReaderDescription
	dw NightmareDescription
	dw FlameWheelDescription
	dw SnoreDescription
	dw CurseDescription
	dw FlailDescription
	dw Conversion2Description
	dw AeroblastDescription
	dw CottonSporeDescription
	dw ReversalDescription
	dw SpiteDescription
	dw PowderSnowDescription
	dw ProtectDescription
	dw MachPunchDescription
	dw ScaryFaceDescription
	dw FaintAttackDescription
	dw SweetKissDescription
	dw BellyDrumDescription
	dw SludgeBombDescription
	dw MudSlapDescription
	dw OctazookaDescription
	dw SpikesDescription
	dw ZapCannonDescription
	dw ForesightDescription
	dw DestinyBondDescription
	dw PerishSongDescription
	dw IcyWindDescription
	dw DetectDescription
	dw BoneRushDescription
	dw LockOnDescription
	dw OutrageDescription
	dw SandstormDescription
	dw GigaDrainDescription
	dw EndureDescription
	dw CharmDescription
	dw RolloutDescription
	dw FalseSwipeDescription
	dw SwaggerDescription
	dw MilkDrinkDescription
	dw SparkDescription
	dw FuryCutterDescription
	dw SteelWingDescription
	dw MeanLookDescription
	dw AttractDescription
	dw SleepTalkDescription
	dw HealBellDescription
	dw ReturnDescription
	dw PresentDescription
	dw FrustrationDescription
	dw SafeguardDescription
	dw PainSplitDescription
	dw SacredFireDescription
	dw MagnitudeDescription
	dw DynamicpunchDescription
	dw MegahornDescription
	dw DragonbreathDescription
	dw BatonPassDescription
	dw EncoreDescription
	dw PursuitDescription
	dw RapidSpinDescription
	dw SweetScentDescription
	dw IronTailDescription
	dw MetalClawDescription
	dw VitalThrowDescription
	dw MorningSunDescription
	dw SynthesisDescription
	dw MoonlightDescription
	dw HiddenPowerDescription
	dw CrossChopDescription
	dw TwisterDescription
	dw RainDanceDescription
	dw SunnyDayDescription
	dw CrunchDescription
	dw MirrorCoatDescription
	dw PsychUpDescription
	dw ExtremespeedDescription
	dw AncientpowerDescription
	dw ShadowBallDescription
	dw FutureSightDescription
	dw RockSmashDescription
	dw WhirlpoolDescription
	dw BeatUpDescription
	dw MoveFCDescription
	dw MoveFDDescription
	dw MoveFEDescription
	dw MoveFFDescription
	dw Move00Description
; 2cd52

MoveFCDescription:
MoveFDDescription:
MoveFEDescription:
MoveFFDescription:
Move00Description:
UnknownMoveDescription:
	db "?@"

PoundDescription:        db "Pounds with fore-", $4e, "legs or tail.@"
KarateChopDescription:   db "Has a high criti-", $4e, "cal hit ratio.@"
DoubleslapDescription:   db "Repeatedly slaps", $4e, "2-5 times.@"
CometPunchDescription:   db "Repeatedly punches", $4e, "2-5 times.@"
MegaPunchDescription:    db "A powerful punch", $4e, "thrown very hard.@"
PayDayDescription:       db "Throws coins. Gets", $4e, "them back later.@"
FirePunchDescription:    db "A fiery punch. May", $4e, "cause a burn.@"
IcePunchDescription:     db "An icy punch. May", $4e, "cause freezing.@"
ThunderpunchDescription: db "An electric punch.", $4e, "It may paralyze.@"
ScratchDescription:      db "Scratches with", $4e, "sharp claws.@"
VicegripDescription:     db "Grips with power-", $4e, "ful pincers.@"
GuillotineDescription:   db "A one-hit KO,", $4e, "pincer attack.@"
RazorWindDescription:    db "1st turn: Prepare", $4e, "2nd turn: Attack@"
SwordsDanceDescription:  db "A dance that in-", $4e, "creases ATTACK.@"
CutDescription:          db "Cuts using claws,", $4e, "scythes, etc.@"
GustDescription:         db "Whips up a strong", $4e, "gust of wind.@"
WingAttackDescription:   db "Strikes the target", $4e, "with wings.@"
WhirlwindDescription:    db "Blows away the foe", $4e, "& ends battle.@"
FlyDescription:          db "1st turn: Fly", $4e, "2nd turn: Attack@"
BindDescription:         db "Binds the target", $4e, "for 2-5 turns.@"
SlamDescription:         db "Slams the foe with", $4e, "a tail, vine, etc.@"
VineWhipDescription:     db "Whips the foe with", $4e, "slender vines.@"
StompDescription:        db "An attack that may", $4e, "cause flinching.@"
DoubleKickDescription:   db "A double kicking", $4e, "attack.@"
MegaKickDescription:     db "A powerful kicking", $4e, "attack.@"
JumpKickDescription:     db "May miss, damaging", $4e, "the user.@"
RollingKickDescription:  db "A fast, spinning", $4e, "kick.@"
SandAttackDescription:   db "Reduces accuracy", $4e, "by throwing sand.@"
HeadbuttDescription:     db "An attack that may", $4e, "make foe flinch.@"
HornAttackDescription:   db "An attack using a", $4e, "horn to jab.@"
FuryAttackDescription:   db "Jabs the target", $4e, "2-5 times.@"
HornDrillDescription:    db "A one-hit KO,", $4e, "drill attack.@"
TackleDescription:       db "A full-body charge", $4e, "attack.@"
BodySlamDescription:     db "An attack that may", $4e, "cause paralysis.@"
WrapDescription:         db "Squeezes the foe", $4e, "for 2-5 turns.@"
TakeDownDescription:     db "A tackle that also", $4e, "hurts the user.@"
ThrashDescription:       db "Works 2-3 turns", $4e, "and confuses user.@"
DoubleEdgeDescription:   db "A tackle that also", $4e, "hurts the user.@"
TailWhipDescription:     db "Lowers the foe's", $4e, "DEFENSE.@"
PoisonStingDescription:  db "An attack that may", $4e, "poison the target.@"
TwineedleDescription:    db "Jabs the foe twice", $4e, "using stingers.@"
PinMissileDescription:   db "Fires pins that", $4e, "strike 2-5 times.@"
LeerDescription:         db "Reduces the foe's", $4e, "DEFENSE.@"
BiteDescription:         db "An attack that may", $4e, "cause flinching.@"
GrowlDescription:        db "Reduces the foe's", $4e, "ATTACK.@"
RoarDescription:         db "Scares wild foes", $4e, "to end battle.@"
SingDescription:         db "May cause the foe", $4e, "to fall asleep.@"
SupersonicDescription:   db "Sound waves that", $4e, "cause confusion.@"
SonicboomDescription:    db "Always inflicts", $4e, "20HP damage.@"
DisableDescription:      db "Disables the foe's", $4e, "most recent move.@"
AcidDescription:         db "An attack that may", $4e, "lower DEFENSE.@"
EmberDescription:        db "An attack that may", $4e, "inflict a burn.@"
FlamethrowerDescription: db "An attack that may", $4e, "inflict a burn.@"
MistDescription:         db "Prevents stat", $4e, "reduction.@"
WaterGunDescription:     db "Squirts water to", $4e, "attack.@"
HydroPumpDescription:    db "A powerful water-", $4e, "type attack.@"
SurfDescription:         db "A strong water-", $4e, "type attack.@"
IceBeamDescription:      db "An attack that may", $4e, "freeze the foe.@"
BlizzardDescription:     db "An attack that may", $4e, "freeze the foe.@"
PsybeamDescription:      db "An attack that may", $4e, "confuse the foe.@"
BubblebeamDescription:   db "An attack that may", $4e, "lower SPEED.@"
AuroraBeamDescription:   db "An attack that may", $4e, "lower ATTACK.@"
HyperBeamDescription:    db "1st turn: Attack", $4e, "2nd turn: Rest@"
PeckDescription:         db "Jabs the foe with", $4e, "a beak, etc.@"
DrillPeckDescription:    db "A strong, spin-", $4e, "ning-peck attack.@"
SubmissionDescription:   db "An attack that al-", $4e, "so hurts the user.@"
LowKickDescription:      db "An attack that may", $4e, "cause flinching.@"
CounterDescription:      db "Returns a physical", $4e, "blow double.@"
SeismicTossDescription:  db "The user's level", $4e, "equals damage HP.@"
StrengthDescription:     db "A powerful physi-", $4e, "cal attack.@"
AbsorbDescription:       db "Steals 1/2 of the", $4e, "damage inflicted.@"
MegaDrainDescription:    db "Steals 1/2 of the", $4e, "damage inflicted.@"
LeechSeedDescription:    db "Steals HP from the", $4e, "foe on every turn.@"
GrowthDescription:       db "Raises the SPCL.", $4e, "ATK rating.@"
RazorLeafDescription:    db "Has a high criti-", $4e, "cal hit ratio.@"
SolarbeamDescription:    db "1st turn: Prepare", $4e, "2nd turn: Attack@"
PoisonpowderDescription: db "A move that may", $4e, "poison the foe.@"
StunSporeDescription:    db "A move that may", $4e, "paralyze the foe.@"
SleepPowderDescription:  db "May cause the foe", $4e, "to fall asleep.@"
PetalDanceDescription:   db "Works 2-3 turns", $4e, "and confuses user.@"
StringShotDescription:   db "A move that lowers", $4e, "the foe's SPEED.@"
DragonRageDescription:   db "Always inflicts", $4e, "40HP damage.@"
FireSpinDescription:     db "Traps foe in fire", $4e, "for 2-5 turns.@"
ThundershockDescription: db "An attack that may", $4e, "cause paralysis.@"
ThunderboltDescription:  db "An attack that may", $4e, "cause paralysis.@"
ThunderWaveDescription:  db "A move that may", $4e, "cause paralysis.@"
ThunderDescription:      db "An attack that may", $4e, "cause paralysis.@"
RockThrowDescription:    db "Drops rocks on the", $4e, "enemy.@"
EarthquakeDescription:   db "Tough but useless", $4e, "vs. flying foes.@"
FissureDescription:      db "A ground-type,", $4e, "one-hit KO attack.@"
DigDescription:          db "1st turn: Burrow", $4e, "2nd turn: Attack@"
ToxicDescription:        db "A poison move with", $4e, "increasing damage.@"
ConfusionDescription:    db "An attack that may", $4e, "cause confusion.@"
PsychicMDescription:     db "An attack that may", $4e, "lower SPCL.DEF.@"
HypnosisDescription:     db "May put the foe to", $4e, "sleep.@"
MeditateDescription:     db "Raises the user's", $4e, "ATTACK.@"
AgilityDescription:      db "Sharply increases", $4e, "the user's SPEED.@"
QuickAttackDescription:  db "Lets the user get", $4e, "in the first hit.@"
RageDescription:         db "Raises ATTACK if", $4e, "the user is hit.@"
TeleportDescription:     db "A move for fleeing", $4e, "from battle.@"
NightShadeDescription:   db "The user's level", $4e, "equals damage HP.@"
MimicDescription:        db "Copies a move used", $4e, "by the foe.@"
ScreechDescription:      db "Sharply reduces", $4e, "the foe's DEFENSE.@"
DoubleTeamDescription:   db "Heightens evasive-", $4e, "ness.@"
RecoverDescription:      db "Restores HP by 1/2", $4e, "the max HP.@"
HardenDescription:       db "Raises the user's", $4e, "DEFENSE.@"
MinimizeDescription:     db "Heightens evasive-", $4e, "ness.@"
SmokescreenDescription:  db "Lowers the foe's", $4e, "accuracy.@"
ConfuseRayDescription:   db "A move that causes", $4e, "confusion.@"
WithdrawDescription:     db "Heightens the", $4e, "user's DEFENSE.@"
DefenseCurlDescription:  db "Heightens the", $4e, "user's DEFENSE.@"
BarrierDescription:      db "Sharply increases", $4e, "user's DEFENSE.@"
LightScreenDescription:  db "Ups SPCL.DEF with", $4e, "a wall of light.@"
HazeDescription:         db "Eliminates all", $4e, "stat changes.@"
ReflectDescription:      db "Raises DEFENSE", $4e, "with a barrier.@"
FocusEnergyDescription:  db "Raises the criti-", $4e, "cal hit ratio.@"
BideDescription:         db "Waits 2-3 turns &", $4e, "hits back double.@"
MetronomeDescription:    db "Randomly uses any", $4e, "#MON move.@"
MirrorMoveDescription:   db "Counters with the", $4e, "same move.@"
SelfdestructDescription: db "Powerful but makes", $4e, "the user faint.@"
EggBombDescription:      db "Eggs are hurled at", $4e, "the foe.@"
LickDescription:         db "An attack that may", $4e, "cause paralysis.@"
SmogDescription:         db "An attack that may", $4e, "poison the foe.@"
SludgeDescription:       db "An attack that may", $4e, "poison the foe.@"
BoneClubDescription:     db "An attack that may", $4e, "cause flinching.@"
FireBlastDescription:    db "An attack that", $4e, "may cause a burn.@"
WaterfallDescription:    db "An aquatic charge", $4e, "attack.@"
ClampDescription:        db "Traps the foe for", $4e, "2-5 turns.@"
SwiftDescription:        db "An attack that", $4e, "never misses.@"
SkullBashDescription:    db "1st turn: Prepare", $4e, "2nd turn: Attack@"
SpikeCannonDescription:  db "Fires spikes to", $4e, "hit 2-5 times.@"
ConstrictDescription:    db "An attack that may", $4e, "lower SPEED.@"
AmnesiaDescription:      db "Sharply raises the", $4e, "user's SPCL.DEF.@"
KinesisDescription:      db "Reduces the foe's", $4e, "accuracy.@"
SoftboiledDescription:   db "Restores HP by 1/2", $4e, "the user's max HP.@"
HiJumpKickDescription:   db "May miss and hurt", $4e, "the user.@"
GlareDescription:        db "A move that may", $4e, "cause paralysis.@"
DreamEaterDescription:   db "Steals HP from a", $4e, "sleeping victim.@"
PoisonGasDescription:    db "A move that may", $4e, "poison the foe.@"
BarrageDescription:      db "Throws orbs to hit", $4e, "2-5 times.@"
LeechLifeDescription:    db "Steals 1/2 of the", $4e, "damage inflicted.@"
LovelyKissDescription:   db "May cause the foe", $4e, "to fall asleep.@"
SkyAttackDescription:    db "1st turn: Prepare", $4e, "2nd turn: Attack@"
TransformDescription:    db "The user assumes", $4e, "the foe's guise.@"
BubbleDescription:       db "An attack that may", $4e, "reduce SPEED.@"
DizzyPunchDescription:   db "An attack that may", $4e, "cause confusion.@"
SporeDescription:        db "A move that", $4e, "induces sleep.@"
FlashDescription:        db "Blinds the foe to", $4e, "reduce accuracy.@"
PsywaveDescription:      db "An attack with", $4e, "variable power.@"
SplashDescription:       db "Has no effect", $4e, "whatsoever.@"
AcidArmorDescription:    db "Sharply raises the", $4e, "user's DEFENSE.@"
CrabhammerDescription:   db "Has a high criti-", $4e, "cal hit ratio.@"
ExplosionDescription:    db "Very powerful but", $4e, "makes user faint.@"
FurySwipesDescription:   db "Quickly scratches", $4e, "2-5 times.@"
BonemerangDescription:   db "An attack that", $4e, "strikes twice.@"
RestDescription:         db "Sleep for 2 turns", $4e, "to fully recover.@"
RockSlideDescription:    db "An attack that may", $4e, "cause flinching.@"
HyperFangDescription:    db "An attack that may", $4e, "cause flinching.@"
SharpenDescription:      db "A move that raises", $4e, "the user's ATTACK.@"
ConversionDescription:   db "Change user's type", $4e, "to a move's type.@"
TriAttackDescription:    db "Fires three kinds", $4e, "of beams at once.@"
SuperFangDescription:    db "Cuts the foe's HP", $4e, "by 1/2.@"
SlashDescription:        db "Has a high criti-", $4e, "cal hit ratio.@"
SubstituteDescription:   db "Makes a decoy with", $4e, "1/4 user's max HP.@"
StruggleDescription:     db "Used only if all", $4e, "PP are exhausted.@"
SketchDescription:       db "Copies the foe's", $4e, "move permanently.@"
TripleKickDescription:   db "Hits three times", $4e, "with rising power.@"
ThiefDescription:        db "An attack that may", $4e, "steal a held item.@"
SpiderWebDescription:    db "Prevents fleeing", $4e, "or switching.@"
MindReaderDescription:   db "Ensures the next", $4e, "attack will hit.@"
NightmareDescription:    db "A sleeper loses", $4e, "1/4 HP every turn.@"
FlameWheelDescription:   db "An attack that may", $4e, "cause a burn.@"
SnoreDescription:        db "An attack useable", $4e, "only while asleep.@"
CurseDescription:        db "Works differently", $4e, "for ghost-types.@"
FlailDescription:        db "Stronger if the", $4e, "user's HP is low.@"
Conversion2Description:  db "The user's type is", $4e, "made resistant.@"
AeroblastDescription:    db "Has a high criti-", $4e, "cal hit ratio.@"
CottonSporeDescription:  db "Sharply reduces", $4e, "the foe's SPEED.@"
ReversalDescription:     db "Stronger if the", $4e, "user's HP is low.@"
SpiteDescription:        db "Cuts the PP of the", $4e, "foe's last move.@"
PowderSnowDescription:   db "An attack that may", $4e, "cause freezing.@"
ProtectDescription:      db "Foils attack that", $4e, "turn. It may fail.@"
MachPunchDescription:    db "A fast punch that", $4e, "lands first.@"
ScaryFaceDescription:    db "Sharply reduces", $4e, "the foe's SPEED.@"
FaintAttackDescription:  db "An attack that", $4e, "never misses.@"
SweetKissDescription:    db "A move that causes", $4e, "confusion.@"
BellyDrumDescription:    db "Reduces own HP to", $4e, "maximize ATTACK.@"
SludgeBombDescription:   db "An attack that may", $4e, "poison the foe.@"
MudSlapDescription:      db "Reduces the foe's", $4e, "accuracy.@"
OctazookaDescription:    db "An attack that may", $4e, "reduce accuracy.@"
SpikesDescription:       db "Hurts foes when", $4e, "they switch out.@"
ZapCannonDescription:    db "An attack that", $4e, "always paralyzes.@"
ForesightDescription:    db "Negates accuracy", $4e, "reduction moves.@"
DestinyBondDescription:  db "The foe faints if", $4e, "the user does.@"
PerishSongDescription:   db "Both user and foe", $4e, "faint in 3 turns.@"
IcyWindDescription:      db "An icy attack that", $4e, "lowers SPEED.@"
DetectDescription:       db "Evades attack that", $4e, "turn. It may fail.@"
BoneRushDescription:     db "An attack that", $4e, "hits 2-5 times.@"
LockOnDescription:       db "Ensures the next", $4e, "attack will hit.@"
OutrageDescription:      db "Works 2-3 turns", $4e, "and confuses user.@"
SandstormDescription:    db "Inflicts damage", $4e, "every turn.@"
GigaDrainDescription:    db "Steals 1/2 of the", $4e, "damage inflicted.@"
EndureDescription:       db "Always leaves at", $4e, "least 1HP.@"
CharmDescription:        db "Sharply lowers the", $4e, "foe's ATTACK.@"
RolloutDescription:      db "Attacks 5 turns", $4e, "with rising power.@"
FalseSwipeDescription:   db "Leaves the foe", $4e, "with at least 1HP.@"
SwaggerDescription:      db "Causes confusion", $4e, "and raises ATTACK.@"
MilkDrinkDescription:    db "Restores HP by 1/2", $4e, "the max HP.@"
SparkDescription:        db "An attack that may", $4e, "cause paralysis.@"
FuryCutterDescription:   db "Successive hits", $4e, "raise power.@"
SteelWingDescription:    db "Stiff wings strike", $4e, "the foe.@"
MeanLookDescription:     db "Prevents fleeing", $4e, "or switching.@"
AttractDescription:      db "Makes the opposite", $4e, "gender infatuated.@"
SleepTalkDescription:    db "Randomly attacks", $4e, "while asleep.@"
HealBellDescription:     db "Eliminates all", $4e, "status problems.@"
ReturnDescription:       db "An attack that is", $4e, "based on loyalty.@"
PresentDescription:      db "A bomb that may", $4e, "restore HP.@"
FrustrationDescription:  db "An attack based on", $4e, "lack of loyalty.@"
SafeguardDescription:    db "Prevents all", $4e, "status problems.@"
PainSplitDescription:    db "Adds user & foe's", $4e, "HPs. Shares total.@"
SacredFireDescription:   db "An attack that may", $4e, "inflict a burn.@"
MagnitudeDescription:    db "A ground attack", $4e, "with random power.@"
DynamicpunchDescription: db "An attack that", $4e, "always confuses.@"
MegahornDescription:     db "A powerful charge", $4e, "attack.@"
DragonbreathDescription: db "A strong breath", $4e, "attack.@"
BatonPassDescription:    db "Switches while", $4e, "keeping effects.@"
EncoreDescription:       db "Makes the foe re-", $4e, "peat 2-6 times.@"
PursuitDescription:      db "Heavily strikes", $4e, "switching #MON.@"
RapidSpinDescription:    db "A high-speed", $4e, "spinning attack.@"
SweetScentDescription:   db "Reduces the foe's", $4e, "evasiveness.@"
IronTailDescription:     db "An attack that may", $4e, "reduce DEFENSE.@"
MetalClawDescription:    db "An attack that may", $4e, "up user's ATTACK.@"
VitalThrowDescription:   db "A 2nd-strike move", $4e, "that never misses.@"
MorningSunDescription:   db "Restores HP", $4e, "(varies by time).@"
SynthesisDescription:    db "Restores HP", $4e, "(varies by time).@"
MoonlightDescription:    db "Restores HP", $4e, "(varies by time).@"
HiddenPowerDescription:  db "The power varies", $4e, "with the #MON.@"
CrossChopDescription:    db "Has a high criti-", $4e, "cal hit ratio.@"
TwisterDescription:      db "Whips up a tornado", $4e, "to attack.@"
RainDanceDescription:    db "Boosts water-type", $4e, "moves for 5 turns.@"
SunnyDayDescription:     db "Boosts fire-type", $4e, "moves for 5 turns.@"
CrunchDescription:       db "An attack that may", $4e, "lower SPCL.DEF.@"
MirrorCoatDescription:   db "Counters a SPCL.", $4e, "ATK move double.@"
PsychUpDescription:      db "Copies the foe's", $4e, "stat changes.@"
ExtremespeedDescription: db "A powerful first-", $4e, "strike move.@"
AncientpowerDescription: db "An attack that may", $4e, "raise all stats.@"
ShadowBallDescription:   db "An attack that may", $4e, "lower SPCL.DEF.@"
FutureSightDescription:  db "An attack that", $4e, "hits on 3rd turn.@"
RockSmashDescription:    db "An attack that may", $4e, "lower DEFENSE.@"
WhirlpoolDescription:    db "Traps the foe for", $4e, "2-5 turns.@"
BeatUpDescription:       db "Party #MON join", $4e, "in the attack.@"
; 2ed44