summaryrefslogtreecommitdiff
path: root/data/text/item_descriptions.inc
blob: 0ca85cc3bc474f9cf341dafaf668c43ce8b5af3a (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
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
gDummyItemDescription:: @ 857FEA0
	.string "?????$"

gMasterBallItemDescription:: @ 857FEA6
	.string "The best BALL that\ncatches a POKéMON\nwithout fail.$"

gUltraBallItemDescription:: @ 857FED9
	.string "A better BALL with\na higher catch rate\nthan a GREAT BALL.$"

gGreatBallItemDescription:: @ 857FF13
	.string "A good BALL with a\nhigher catch rate\nthan a POKé BALL.$"

gPokeBallItemDescription:: @ 857FF4A
	.string "A tool used for\ncatching wild\nPOKéMON.$"

gSafariBallItemDescription:: @ 857FF71
	.string "A special BALL that\nis used only in the\nSAFARI ZONE.$"

gNetBallItemDescription:: @ 857FFA6
	.string "A BALL that works\nwell on WATER- and\nBUG-type POKéMON.$"

gDiveBallItemDescription:: @ 857FFDD
	.string "A BALL that works\nbetter on POKéMON\non the ocean floor.$"

gNestBallItemDescription:: @ 8580015
	.string "A BALL that works\nbetter on weaker\nPOKéMON.$"

gRepeatBallItemDescription:: @ 8580041
	.string "A BALL that works\nbetter on POKéMON\ncaught before.$"

gTimerBallItemDescription:: @ 8580074
	.string "A BALL that gains\npower in battles\ntaking many turns.$"

gLuxuryBallItemDescription:: @ 85800AA
	.string "A cozy BALL that\nmakes POKéMON\nmore friendly.$"

gPremierBallItemDescription:: @ 85800D8
	.string "A rare BALL made\nin commemoration\nof some event.$"

gPotionItemDescription:: @ 8580109
	.string "Restores the HP of\na POKéMON by\n20 points.$"

gAntidoteItemDescription:: @ 8580134
	.string "Heals a poisoned\nPOKéMON.$"

gBurnHealItemDescription:: @ 858014E
	.string "Heals POKéMON\nof a burn.$"

gIceHealItemDescription:: @ 8580167
	.string "Defrosts a frozen\nPOKéMON.$"

gAwakeningItemDescription:: @ 8580182
	.string "Awakens a sleeping\nPOKéMON.$"

gParalyzeHealItemDescription:: @ 858019E
	.string "Heals a paralyzed\nPOKéMON.$"

gFullRestoreItemDescription:: @ 85801B9
	.string "Fully restores the\nHP and status of a\nPOKéMON.$"

gMaxPotionItemDescription:: @ 85801E8
	.string "Fully restores the\nHP of a POKéMON.$"

gHyperPotionItemDescription:: @ 858020C
	.string "Restores the HP of\na POKéMON by\n200 points.$"

gSuperPotionItemDescription:: @ 8580238
	.string "Restores the HP of\na POKéMON by\n50 points.$"

gFullHealItemDescription:: @ 8580263
	.string "Heals all the\nstatus problems of\none POKéMON.$"

gReviveItemDescription:: @ 8580291
	.string "Revives a fainted\nPOKéMON with half\nits HP.$"

gMaxReviveItemDescription:: @ 85802BD
	.string "Revives a fainted\nPOKéMON with all\nits HP.$"

gFreshWaterItemDescription:: @ 85802E8
	.string "A mineral water\nthat restores HP\nby 50 points.$"

gSodaPopItemDescription:: @ 8580317
	.string "A fizzy soda drink\nthat restores HP\nby 60 points.$"

gLemonadeItemDescription:: @ 8580349
	.string "A very sweet drink\nthat restores HP\nby 80 points.$"

gMoomooMilkItemDescription:: @ 858037B
	.string "A nutritious milk\nthat restores HP\nby 100 points.$"

gEnergyPowderItemDescription:: @ 85803AD
	.string "A bitter powder\nthat restores HP\nby 50 points.$"

gEnergyRootItemDescription:: @ 85803DC
	.string "A bitter root\nthat restores HP\nby 200 points.$"

gHealPowderItemDescription:: @ 858040A
	.string "A bitter powder\nthat heals all\nstatus problems.$"

gRevivalHerbItemDescription:: @ 858043A
	.string "A very bitter herb\nthat revives a\nfainted POKéMON.$"

gEtherItemDescription:: @ 858046D
	.string "Restores the PP\nof a selected move\nby 10.$"

gMaxEtherItemDescription:: @ 8580497
	.string "Fully restores the\nPP of a selected\nmove.$"

gElixirItemDescription:: @ 85804C1
	.string "Restores the PP\nof all moves by 10.$"

gMaxElixirItemDescription:: @ 85804E5
	.string "Fully restores the\nPP of a POKéMON’s\nmoves.$"

gLavaCookieItemDescription:: @ 8580511
	.string "A local specialty\nthat heals all\nstatus problems.$"

gBlueFluteItemDescription:: @ 8580543
	.string "A glass flute that\nawakens sleeping\nPOKéMON.$"

gYellowFluteItemDescription:: @ 8580570
	.string "A glass flute that\nsnaps POKéMON\nout of confusion.$"

gRedFluteItemDescription:: @ 85805A3
	.string "A glass flute that\nsnaps POKéMON\nout of attraction.$"

gBlackFluteItemDescription:: @ 85805D7
	.string "A glass flute that\nkeeps away wild\nPOKéMON.$"

gWhiteFluteItemDescription:: @ 8580603
	.string "A glass flute that\nlures wild POKéMON.$"

gBerryJuiceItemDescription:: @ 858062A
	.string "A 100% pure juice\nthat restores HP\nby 20 points.$"

gSacredAshItemDescription:: @ 858065B
	.string "Fully revives and\nrestores all\nfainted POKéMON.$"

gShoalSaltItemDescription:: @ 858068B
	.string "Salt obtained from\ndeep inside the\nSHOAL CAVE.$"

gShoalShellItemDescription:: @ 85806BA
	.string "A seashell found\ndeep inside the\nSHOAL CAVE.$"

gRedShardItemDescription:: @ 85806E7
	.string "A shard from an\nancient item. Can\nbe sold cheaply.$"

gBlueShardItemDescription:: @ 858071A
	.string "A shard from an\nancient item. Can\nbe sold cheaply.$"

gYellowShardItemDescription:: @ 858074D
	.string "A shard from an\nancient item. Can\nbe sold cheaply.$"

gGreenShardItemDescription:: @ 8580780
	.string "A shard from an\nancient item. Can\nbe sold cheaply.$"

gHPUpItemDescription:: @ 85807B3
	.string "Raises the base HP\nof one POKéMON.$"

gProteinItemDescription:: @ 85807D6
	.string "Raises the base\nATTACK stat of one\nPOKéMON.$"

gIronItemDescription:: @ 8580802
	.string "Raises the base\nDEFENSE stat of\none POKéMON.$"

gCarbosItemDescription:: @ 858082F
	.string "Raises the base\nSPEED stat of one\nPOKéMON.$"

gCalciumItemDescription:: @ 858085A
	.string "Raises the base\nSP. ATK stat of one\nPOKéMON.$"

gRareCandyItemDescription:: @ 8580887
	.string "Raises the level\nof a POKéMON by\none.$"

gPPUpItemDescription:: @ 85808AD
	.string "Raises the maximum\nPP of a selected\nmove.$"

gZincItemDescription:: @ 85808D7
	.string "Raises the base\nSP. DEF stat of one\nPOKéMON.$"

gPPMaxItemDescription:: @ 8580904
	.string "Raises the PP of a\nmove to its maximum\npoints.$"

gGuardSpecItemDescription:: @ 8580933
	.string "Prevents stat\nreduction when\nused in battle.$"

gDireHitItemDescription:: @ 8580960
	.string "Raises the\ncritical-hit ratio\nduring one battle.$"

gXAttackItemDescription:: @ 8580991
	.string "Raises the stat\nATTACK during one\nbattle.$"

gXDefendItemDescription:: @ 85809BB
	.string "Raises the stat\nDEFENSE during one\nbattle.$"

gXSpeedItemDescription:: @ 85809E6
	.string "Raises the stat\nSPEED during one\nbattle.$"

gXAccuracyItemDescription:: @ 8580A0F
	.string "Raises accuracy\nof attack moves\nduring one battle.$"

gXSpecialItemDescription:: @ 8580A42
	.string "Raises the stat\nSP. ATK during one\nbattle.$"

gPokeDollItemDescription:: @ 8580A6D
	.string "Use to flee from\nany battle with\na wild POKéMON.$"

gFluffyTailItemDescription:: @ 8580A9E
	.string "Use to flee from\nany battle with\na wild POKéMON.$"

gSuperRepelItemDescription:: @ 8580ACF
	.string "Repels weak wild\nPOKéMON for 200\nsteps.$"

gMaxRepelItemDescription:: @ 8580AF7
	.string "Repels weak wild\nPOKéMON for 250\nsteps.$"

gEscapeRopeItemDescription:: @ 8580B1F
	.string "Use to escape\ninstantly from a\ncave or a dungeon.$"

gRepelItemDescription:: @ 8580B51
	.string "Repels weak wild\nPOKéMON for 100\nsteps.$"

gSunStoneItemDescription:: @ 8580B79
	.string "Makes certain\nspecies of POKéMON\nevolve.$"

gMoonStoneItemDescription:: @ 8580BA2
	.string "Makes certain\nspecies of POKéMON\nevolve.$"

gFireStoneItemDescription:: @ 8580BCB
	.string "Makes certain\nspecies of POKéMON\nevolve.$"

gThunderStoneItemDescription:: @ 8580BF4
	.string "Makes certain\nspecies of POKéMON\nevolve.$"

gWaterStoneItemDescription:: @ 8580C1D
	.string "Makes certain\nspecies of POKéMON\nevolve.$"

gLeafStoneItemDescription:: @ 8580C46
	.string "Makes certain\nspecies of POKéMON\nevolve.$"

gTinyMushroomItemDescription:: @ 8580C6F
	.string "A plain mushroom\nthat would sell\nat a cheap price.$"

gBigMushroomItemDescription:: @ 8580CA2
	.string "A rare mushroom\nthat would sell at a\nhigh price.$"

gPearlItemDescription:: @ 8580CD3
	.string "A pretty pearl\nthat would sell at a\ncheap price.$"

gBigPearlItemDescription:: @ 8580D04
	.string "A lovely large pearl\nthat would sell at a\nhigh price.$"

gStardustItemDescription:: @ 8580D3A
	.string "Beautiful red sand.\nCan be sold at a\nhigh price.$"

gStarPieceItemDescription:: @ 8580D6B
	.string "A red gem shard.\nIt would sell for a\nvery high price.$"

gNuggetItemDescription:: @ 8580DA1
	.string "A nugget of pure\ngold. Can be sold at\na high price.$"

gHeartScaleItemDescription:: @ 8580DD5
	.string "A lovely scale.\nIt is coveted by\ncollectors.$"

gOrangeMailItemDescription:: @ 8580E02
	.string "A ZIGZAGOON-print\nMAIL to be held by\na POKéMON.$"

gHarborMailItemDescription:: @ 8580E32
	.string "A WINGULL-print\nMAIL to be held by\na POKéMON.$"

gGlitterMailItemDescription:: @ 8580E60
	.string "A PIKACHU-print\nMAIL to be held by\na POKéMON.$"

gMechMailItemDescription:: @ 8580E8E
	.string "A MAGNEMITE-print\nMAIL to be held by\na POKéMON.$"

gWoodMailItemDescription:: @ 8580EBE
	.string "A SLAKOTH-print\nMAIL to be held by\na POKéMON.$"

gWaveMailItemDescription:: @ 8580EEC
	.string "A WAILMER-print\nMAIL to be held by\na POKéMON.$"

gBeadMailItemDescription:: @ 8580F1A
	.string "MAIL featuring a\nsketch of the\nholding POKéMON.$"

gShadowMailItemDescription:: @ 8580F4A
	.string "A DUSKULL-print\nMAIL to be held by\na POKéMON.$"

gTropicMailItemDescription:: @ 8580F78
	.string "A BELLOSSOM-print\nMAIL to be held by\na POKéMON.$"

gDreamMailItemDescription:: @ 8580FA8
	.string "MAIL featuring a\nsketch of the\nholding POKéMON.$"

gFabMailItemDescription:: @ 8580FD8
	.string "A gorgeous-print\nMAIL to be held\nby a POKéMON.$"

gRetroMailItemDescription:: @ 8581007
	.string "MAIL featuring the\ndrawings of three\nPOKéMON.$"

gCheriBerryItemDescription:: @ 8581035
	.string "A hold item that\nheals paralysis\nin battle.$"

gChestoBerryItemDescription:: @ 8581061
	.string "A hold item that\nawakens POKéMON\nin battle.$"

gPechaBerryItemDescription:: @ 858108D
	.string "A hold item that\nheals poisoning\nin battle.$"

gRawstBerryItemDescription:: @ 85810B9
	.string "A hold item that\nheals a burn in\nbattle.$"

gAspearBerryItemDescription:: @ 85810E2
	.string "A hold item that\ndefrosts POKéMON\nin battle.$"

gLeppaBerryItemDescription:: @ 858110F
	.string "A hold item that\nrestores 10 PP in\nbattle.$"

gOranBerryItemDescription:: @ 858113A
	.string "A hold item that\nrestores 10 HP in\nbattle.$"

gPersimBerryItemDescription:: @ 8581165
	.string "A hold item that\nheals confusion\nin battle.$"

gLumBerryItemDescription:: @ 8581191
	.string "A hold item that\nheals any status\nproblem in battle.$"

gSitrusBerryItemDescription:: @ 85811C6
	.string "A hold item that\nrestores 30 HP in\nbattle.$"

gFigyBerryItemDescription:: @ 85811F1
	.string "A hold item that\nrestores HP but\nmay confuse.$"

gWikiBerryItemDescription:: @ 858121F
	.string "A hold item that\nrestores HP but\nmay confuse.$"

gMagoBerryItemDescription:: @ 858124D
	.string "A hold item that\nrestores HP but\nmay confuse.$"

gAguavBerryItemDescription:: @ 858127B
	.string "A hold item that\nrestores HP but\nmay confuse.$"

gIapapaBerryItemDescription:: @ 85812A9
	.string "A hold item that\nrestores HP but\nmay confuse.$"

gRazzBerryItemDescription:: @ 85812D7
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow RAZZ.$"

gBlukBerryItemDescription:: @ 858130B
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow BLUK.$"

gNanabBerryItemDescription:: @ 858133F
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow NANAB.$"

gWepearBerryItemDescription:: @ 8581374
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow WEPEAR.$"

gPinapBerryItemDescription:: @ 85813AA
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow PINAP.$"

gPomegBerryItemDescription:: @ 85813DF
	.string "Makes a POKéMON\nfriendly but lowers\nbase HP.$"

gKelpsyBerryItemDescription:: @ 858140C
	.string "Makes a POKéMON\nfriendly but lowers\nbase ATTACK.$"

gQualotBerryItemDescription:: @ 858143D
	.string "Makes a POKéMON\nfriendly but lowers\nbase DEFENSE.$"

gHondewBerryItemDescription:: @ 858146F
	.string "Makes a POKéMON\nfriendly but lowers\nbase SP. ATK.$"

gGrepaBerryItemDescription:: @ 85814A1
	.string "Makes a POKéMON\nfriendly but lowers\nbase SP. DEF.$"

gTamatoBerryItemDescription:: @ 85814D3
	.string "Makes a POKéMON\nfriendly but lowers\nbase SPEED.$"

gCornnBerryItemDescription:: @ 8581503
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow CORNN.$"

gMagostBerryItemDescription:: @ 8581538
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow MAGOST.$"

gRabutaBerryItemDescription:: @ 858156E
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow RABUTA.$"

gNomelBerryItemDescription:: @ 85815A4
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow NOMEL.$"

gSpelonBerryItemDescription:: @ 85815D9
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow SPELON.$"

gPamtreBerryItemDescription:: @ 858160F
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow PAMTRE.$"

gWatmelBerryItemDescription:: @ 8581645
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow WATMEL.$"

gDurinBerryItemDescription:: @ 858167B
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow DURIN.$"

gBelueBerryItemDescription:: @ 85816B0
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow BELUE.$"

gLiechiBerryItemDescription:: @ 85816E5
	.string "A hold item that\nraises ATTACK in\na pinch.$"

gGanlonBerryItemDescription:: @ 8581710
	.string "A hold item that\nraises DEFENSE in\na pinch.$"

gSalacBerryItemDescription:: @ 858173C
	.string "A hold item that\nraises SPEED in\na pinch.$"

gPetayaBerryItemDescription:: @ 8581766
	.string "A hold item that\nraises SP. ATK in\na pinch.$"

gApicotBerryItemDescription:: @ 8581792
	.string "A hold item that\nraises SP. DEF in\na pinch.$"

gLansatBerryItemDescription:: @ 85817BE
	.string "A hold item that\nups the critical-\nhit rate in a pinch.$"

gStarfBerryItemDescription:: @ 85817F6
	.string "A hold item that\nsharply boosts a\nstat in a pinch.$"

gEnigmaBerryItemDescription:: @ 8581829
	.string "{POKEBLOCK} ingredient.\nPlant in loamy soil\nto grow a mystery.$"

gBrightPowderItemDescription:: @ 8581862
	.string "A hold item that\ncasts a glare to\nreduce accuracy.$"

gWhiteHerbItemDescription:: @ 8581895
	.string "A hold item that\nrestores any\nlowered stat.$"

gMachoBraceItemDescription:: @ 85818C1
	.string "A hold item that\npromotes growth,\nbut reduces SPEED.$"

gExpShareItemDescription:: @ 85818F6
	.string "A hold item that\ngets EXP. points\nfrom battles.$"

gQuickClawItemDescription:: @ 8581926
	.string "A hold item that\noccasionally allows\nthe first strike.$"

gSootheBellItemDescription:: @ 858195D
	.string "A hold item that\ncalms spirits and\nfosters friendship.$"

gMentalHerbItemDescription:: @ 8581994
	.string "A hold item that\nsnaps POKéMON out\nof infatuation.$"

gChoiceBandItemDescription:: @ 85819C7
	.string "Raises a move’s\npower, but permits\nonly that move.$"

gKingsRockItemDescription:: @ 85819FA
	.string "A hold item that\nmay cause flinching\nwhen the foe is hit.$"

gSilverPowderItemDescription:: @ 8581A34
	.string "A hold item that\nraises the power of\nBUG-type moves.$"

gAmuletCoinItemDescription:: @ 8581A69
	.string "Doubles money in\nbattle if the\nholder takes part.$"

gCleanseTagItemDescription:: @ 8581A9B
	.string "A hold item that\nhelps repel wild\nPOKéMON.$"

gSoulDewItemDescription:: @ 8581AC6
	.string "Hold item: raises\nSP. ATK & SP. DEF of\nLATIOS & LATIAS.$"

gDeepSeaToothItemDescription:: @ 8581AFE
	.string "A hold item that\nraises the SP. ATK\nof CLAMPERL.$"

gDeepSeaScaleItemDescription:: @ 8581B2F
	.string "A hold item that\nraises the SP. DEF\nof CLAMPERL.$"

gSmokeBallItemDescription:: @ 8581B60
	.string "A hold item that\nassures fleeing\nfrom wild POKéMON.$"

gEverstoneItemDescription:: @ 8581B94
	.string "A wondrous hold\nitem that prevents\nevolution.$"

gFocusBandItemDescription:: @ 8581BC2
	.string "A hold item that\noccasionally\nprevents fainting.$"

gLuckyEggItemDescription:: @ 8581BF3
	.string "A hold item that\nboosts EXP. points\nearned in battle.$"

gScopeLensItemDescription:: @ 8581C29
	.string "A hold item that\nimproves the\ncritical-hit rate.$"

gMetalCoatItemDescription:: @ 8581C5A
	.string "A hold item that\nraises the power of\nSTEEL-type moves.$"

gLeftoversItemDescription:: @ 8581C91
	.string "A hold item that\ngradually restores\nHP in battle.$"

gDragonScaleItemDescription:: @ 8581CC3
	.string "A strange scale\nheld by DRAGON-\ntype POKéMON.$"

gLightBallItemDescription:: @ 8581CF1
	.string "A hold item that\nraises the SP. ATK\nof PIKACHU.$"

gSoftSandItemDescription:: @ 8581D21
	.string "A hold item that\nraises the power of\nGROUND-type moves.$"

gHardStoneItemDescription:: @ 8581D59
	.string "A hold item that\nraises the power of\nROCK-type moves.$"

gMiracleSeedItemDescription:: @ 8581D8F
	.string "A hold item that\nraises the power of\nGRASS-type moves.$"

gBlackGlassesItemDescription:: @ 8581DC6
	.string "A hold item that\nraises the power of\nDARK-type moves.$"

gBlackBeltItemDescription:: @ 8581DFC
	.string "A hold item that\nboosts FIGHTING-\ntype moves.$"

gMagnetItemDescription:: @ 8581E2A
	.string "A hold item that\nboosts ELECTRIC-\ntype moves.$"

gMysticWaterItemDescription:: @ 8581E58
	.string "A hold item that\nraises the power of\nWATER-type moves.$"

gSharpBeakItemDescription:: @ 8581E8F
	.string "A hold item that\nraises the power of\nFLYING-type moves.$"

gPoisonBarbItemDescription:: @ 8581EC7
	.string "A hold item that\nraises the power of\nPOISON-type moves.$"

gNeverMeltIceItemDescription:: @ 8581EFF
	.string "A hold item that\nraises the power of\nICE-type moves.$"

gSpellTagItemDescription:: @ 8581F34
	.string "A hold item that\nraises the power of\nGHOST-type moves.$"

gTwistedSpoonItemDescription:: @ 8581F6B
	.string "A hold item that\nboosts PSYCHIC-\ntype moves.$"

gCharcoalItemDescription:: @ 8581F98
	.string "A hold item that\nraises the power of\nFIRE-type moves.$"

gDragonFangItemDescription:: @ 8581FCE
	.string "A hold item that\nraises the power of\nDRAGON-type moves.$"

gSilkScarfItemDescription:: @ 8582006
	.string "A hold item that\nraises the power of\nNORMAL-type moves.$"

gUpGradeItemDescription:: @ 858203E
	.string "A peculiar box made\nby SILPH CO.$"

gShellBellItemDescription:: @ 858205F
	.string "A hold item that\nrestores HP upon\nstriking the foe.$"

gSeaIncenseItemDescription:: @ 8582093
	.string "A hold item that\nslightly boosts\nWATER-type moves.$"

gLaxIncenseItemDescription:: @ 85820C6
	.string "A hold item that\nslightly lowers the\nfoe’s accuracy.$"

gLuckyPunchItemDescription:: @ 85820FB
	.string "A hold item that\nraises CHANSEY’s\ncritical-hit rate.$"

gMetalPowderItemDescription:: @ 8582130
	.string "A hold item that\nraises DITTO’s\nDEFENSE.$"

gThickClubItemDescription:: @ 8582159
	.string "A hold item that \nraises CUBONE or\nMAROWAK’s ATTACK.$"

gStickItemDescription:: @ 858218E
	.string "A hold item that\nraises FARFETCH’D’s\ncritical-hit ratio.$"

gRedScarfItemDescription:: @ 85821C7
	.string "A hold item that\nraises COOL in\nCONTESTS.$"

gBlueScarfItemDescription:: @ 85821F1
	.string "A hold item that\nraises BEAUTY in\nCONTESTS.$"

gPinkScarfItemDescription:: @ 858221D
	.string "A hold item that\nraises CUTE in\nCONTESTS.$"

gGreenScarfItemDescription:: @ 8582247
	.string "A hold item that\nraises SMART in\nCONTESTS.$"

gYellowScarfItemDescription:: @ 8582272
	.string "A hold item that\nraises TOUGH in\nCONTESTS.$"

gMachBikeItemDescription:: @ 858229D
	.string "A folding bicycle\nthat doubles your\nspeed or better.$"

gCoinCaseItemDescription:: @ 85822D2
	.string "A case that holds\nup to 9,999 COINS.$"

gItemfinderItemDescription:: @ 85822F7
	.string "A device that\nsignals an invisible\nitem by sound.$"

gOldRodItemDescription:: @ 8582329
	.string "Use by any body of\nwater to fish for\nwild POKéMON.$"

gGoodRodItemDescription:: @ 858235C
	.string "A decent fishing\nrod for catching\nwild POKéMON.$"

gSuperRodItemDescription:: @ 858238C
	.string "The best fishing\nrod for catching\nwild POKéMON.$"

gSSTicketItemDescription:: @ 85823BC
	.string "The ticket required\nfor sailing on a\nferry.$"

gContestPassItemDescription:: @ 85823E8
	.string "The pass required\nfor entering\nPOKéMON CONTESTS.$"

gWailmerPailItemDescription:: @ 8582419
	.string "A tool used for\nwatering BERRIES\nand plants.$"

gDevonGoodsItemDescription:: @ 8582446
	.string "A package that\ncontains DEVON’s\nmachine parts.$"

gSootSackItemDescription:: @ 8582475
	.string "A sack used to\ngather and hold\nvolcanic ash.$"

gBasementKeyItemDescription:: @ 85824A2
	.string "The key for NEW\nMAUVILLE beneath\nMAUVILLE CITY.$"

gAcroBikeItemDescription:: @ 85824D2
	.string "A folding bicycle\ncapable of jumps\nand wheelies.$"

gPokeblockCaseItemDescription:: @ 8582503
	.string "A case for holding\n{POKEBLOCK}S made with\na BERRY BLENDER.$"

gLetterItemDescription:: @ 8582538
	.string "A letter to STEVEN\nfrom the PRESIDENT\nof the DEVON CORP.$"

gEonTicketItemDescription:: @ 8582571
	.string "The ticket for a\nferry to a distant\nsouthern island.$"

gRedOrbItemDescription:: @ 85825A6
	.string "A red, glowing orb\nsaid to contain an\nancient power.$"

gBlueOrbItemDescription:: @ 85825DB
	.string "A blue, glowing orb\nsaid to contain an\nancient power.$"

gScannerItemDescription:: @ 8582611
	.string "A device found\ninside the\nABANDONED SHIP.$"

gGoGogglesItemDescription:: @ 858263B
	.string "Nifty goggles that\nprotect eyes from\ndesert sandstorms.$"

gMeteoriteItemDescription:: @ 8582673
	.string "A meteorite found\nat METEOR FALLS.$"

gRoom1KeyItemDescription:: @ 8582696
	.string "A key that opens a\ndoor inside the\nABANDONED SHIP.$"

gRoom2KeyItemDescription:: @ 85826C9
	.string "A key that opens a\ndoor inside the\nABANDONED SHIP.$"

gRoom4KeyItemDescription:: @ 85826FC
	.string "A key that opens a\ndoor inside the\nABANDONED SHIP.$"

gRoom6KeyItemDescription:: @ 858272F
	.string "A key that opens a\ndoor inside the\nABANDONED SHIP.$"

gStorageKeyItemDescription:: @ 8582762
	.string "The key to the\nstorage inside the\nABANDONED SHIP.$"

gRootFossilItemDescription:: @ 8582794
	.string "A fossil of an\nancient, seafloor-\ndwelling POKéMON.$"

gClawFossilItemDescription:: @ 85827C8
	.string "A fossil of an\nancient, seafloor-\ndwelling POKéMON.$"

gDevonScopeItemDescription:: @ 85827FC
	.string "A device by DEVON\nthat signals any\nunseeable POKéMON.$"

gTM01ItemDescription:: @ 8582832
	.string "Powerful, but makes\nthe user flinch if\nhit by the foe.$"

gTM02ItemDescription:: @ 8582869
	.string "Hooks and slashes\nthe foe with long,\nsharp claws.$"

gTM03ItemDescription:: @ 858289B
	.string "Generates an\nultrasonic wave\nthat may confuse.$"

gTM04ItemDescription:: @ 85828CA
	.string "Raises SP. ATK and\nSP. DEF by focusing\nthe mind.$"

gTM05ItemDescription:: @ 85828FB
	.string "A savage roar that\nmakes the foe flee \nto end the battle.$"

gTM06ItemDescription:: @ 8582935
	.string "Poisons the foe\nwith a toxin that\ngradually worsens.$"

gTM07ItemDescription:: @ 858296A
	.string "Creates a hailstorm\nthat damages all\ntypes except ICE.$"

gTM08ItemDescription:: @ 85829A1
	.string "Bulks up the body\nto boost both\nATTACK & DEFENSE.$"

gTM09ItemDescription:: @ 85829D3
	.string "Shoots 2 to 5 seeds\nin a row to strike\nthe foe.$"

gTM10ItemDescription:: @ 8582A03
	.string "The attack power\nvaries among\ndifferent POKéMON.$"

gTM11ItemDescription:: @ 8582A34
	.string "Raises the power of\nFIRE-type moves\nfor 5 turns.$"

gTM12ItemDescription:: @ 8582A65
	.string "Enrages the foe so\nit can only use\nattack moves.$"

gTM13ItemDescription:: @ 8582A96
	.string "Fires an icy cold\nbeam that may\nfreeze the foe.$"

gTM14ItemDescription:: @ 8582AC6
	.string "A brutal snow-and-\nwind attack that\nmay freeze the foe.$"

gTM15ItemDescription:: @ 8582AFE
	.string "Powerful, but needs\nrecharging the\nnext turn.$"

gTM16ItemDescription:: @ 8582B2C
	.string "Creates a wall of\nlight that lowers\nSP. ATK damage.$"

gTM17ItemDescription:: @ 8582B60
	.string "Negates all damage,\nbut may fail if used\nin succession.$"

gTM18ItemDescription:: @ 8582B98
	.string "Raises the power of\nWATER-type moves\nfor 5 turns.$"

gTM19ItemDescription:: @ 8582BCA
	.string "Recovers half the\nHP of the damage \nthis move inflicts.$"

gTM20ItemDescription:: @ 8582C02
	.string "Prevents status\nabnormality with a\nmystical power.$"

gTM21ItemDescription:: @ 8582C35
	.string "The less the user\nlikes you, the more\npowerful this move.$"

gTM22ItemDescription:: @ 8582C6F
	.string "Absorbs sunlight in\nthe 1st turn, then\nattacks next turn.$"

gTM23ItemDescription:: @ 8582CA9
	.string "Slams the foe with\na hard tail. It may\nlower DEFENSE.$"

gTM24ItemDescription:: @ 8582CDF
	.string "A powerful electric\nattack that may\ncause paralysis.$"

gTM25ItemDescription:: @ 8582D14
	.string "Strikes the foe\nwith a thunderbolt.\nIt may paralyze.$"

gTM26ItemDescription:: @ 8582D49
	.string "Causes a quake\nthat has no effect\non flying foes.$"

gTM27ItemDescription:: @ 8582D7B
	.string "The more the user\nlikes you, the more\npowerful this move.$"

gTM28ItemDescription:: @ 8582DB5
	.string "Digs underground\nthe 1st turn, then\nstrikes next turn.$"

gTM29ItemDescription:: @ 8582DEC
	.string "A powerful psychic\nattack that may\nlower SP. DEF.$"

gTM30ItemDescription:: @ 8582E1E
	.string "Hurls a dark lump\nat the foe. It may\nlower SP. DEF.$"

gTM31ItemDescription:: @ 8582E52
	.string "Destroys barriers\nlike LIGHT SCREEN\nand causes damage.$"

gTM32ItemDescription:: @ 8582E89
	.string "Creates illusory\ncopies to enhance\nelusiveness.$"

gTM33ItemDescription:: @ 8582EB9
	.string "Creates a wall of\nlight that weakens\nphysical attacks.$"

gTM34ItemDescription:: @ 8582EF0
	.string "Zaps the foe with a\njolt of electricity\nthat never misses.$"

gTM35ItemDescription:: @ 8582F2B
	.string "Looses a stream of\nfire that may burn\nthe foe.$"

gTM36ItemDescription:: @ 8582F5A
	.string "Hurls sludge at the\nfoe. It may poison\nthe foe.$"

gTM37ItemDescription:: @ 8582F8A
	.string "Causes a sandstorm\nthat hits the foe\nover several turns.$"

gTM38ItemDescription:: @ 8582FC3
	.string "A powerful fire\nattack that may\nburn the foe.$"

gTM39ItemDescription:: @ 8582FF1
	.string "Stops the foe from\nmoving with rocks.\nMay lower SPEED.$"

gTM40ItemDescription:: @ 8583028
	.string "An extremely fast\nattack that can’t\nbe avoided.$"

gTM41ItemDescription:: @ 8583058
	.string "Prevents the foe\nfrom using the same\nmove in a row.$"

gTM42ItemDescription:: @ 858308C
	.string "Raises ATTACK when\npoisoned, burned,\nor paralyzed.$"

gTM43ItemDescription:: @ 85830BF
	.string "Adds an effect to\nattack depending\non the location.$"

gTM44ItemDescription:: @ 85830F3
	.string "The user sleeps for\n2 turns to restore\nhealth and status.$"

gTM45ItemDescription:: @ 858312D
	.string "Makes it tough to\nattack a foe of the\nopposite gender.$"

gTM46ItemDescription:: @ 8583164
	.string "While attacking,\nit may steal the\nfoe’s held item.$"

gTM47ItemDescription:: @ 8583197
	.string "Spreads hard-\nedged wings and\nslams into the foe.$"

gTM48ItemDescription:: @ 85831C9
	.string "Switches abilities\nwith the foe on the\nturn this is used.$"

gTM49ItemDescription:: @ 8583203
	.string "Steals the effects\nof the move the foe\nis trying to use.$"

gTM50ItemDescription:: @ 858323C
	.string "Enables full-power\nattack, but sharply\nlowers SP. ATK.$"

gHM01ItemDescription:: @ 8583273
	.string "Attacks the foe\nwith sharp blades\nor claws.$"

gHM02ItemDescription:: @ 858329F
	.string "Flies up on the\nfirst turn, then\nattacks next turn.$"

gHM03ItemDescription:: @ 85832D3
	.string "Creates a huge\nwave, then crashes\nit down on the foe.$"

gHM04ItemDescription:: @ 8583309
	.string "Builds enormous\npower, then slams\nthe foe.$"

gHM05ItemDescription:: @ 8583334
	.string "Looses a powerful\nblast of light that\nreduces accuracy.$"

gHM06ItemDescription:: @ 858336C
	.string "A rock-crushingly\ntough attack that\nmay lower DEFENSE.$"

gHM07ItemDescription:: @ 85833A3
	.string "Attacks the foe\nwith enough power\nto climb waterfalls.$"

gHM08ItemDescription:: @ 85833DA
	.string "Dives underwater\nthe 1st turn, then\nattacks next turn.$"

gOaksParcelItemDescription:: @ 8583411
	.string "A parcel for PROF.\nOAK from a POKéMON\nMART’s clerk.$"

gPokeFluteItemDescription:: @ 8583445
	.string "A sweet-sounding\nflute that awakens\nPOKéMON.$"

gSecretKeyItemDescription:: @ 8583472
	.string "The key to the\nCINNABAR ISLAND\nGYM’s entrance.$"

gBikeVoucherItemDescription:: @ 85834A1
	.string "A voucher for\nobtaining a bicycle\nfrom the BIKE SHOP.$"

gGoldTeethItemDescription:: @ 85834D7
	.string "Gold dentures lost\nby the SAFARI\nZONE’s WARDEN.$"

gOldAmberItemDescription:: @ 8583507
	.string "A stone containing\nthe genes of an\nancient POKéMON.$"

gCardKeyItemDescription:: @ 858353B
	.string "A card-type door\nkey used in SILPH\nCO’s office.$"

gLiftKeyItemDescription:: @ 858356B
	.string "An elevator key\nused in TEAM\nROCKET’s HIDEOUT.$"

gHelixFossilItemDescription:: @ 858359A
	.string "A piece of an\nancient marine\nPOKéMON’s seashell.$"

gDomeFossilItemDescription:: @ 85835CB
	.string "A piece of an\nancient marine\nPOKéMON’s shell.$"

gSilphScopeItemDescription:: @ 85835F9
	.string "SILPH CO’s scope\nmakes unseeable\nPOKéMON visible.$"

gBicycleItemDescription:: @ 858362B
	.string "A folding bicycle\nthat is faster than\nthe RUNNING SHOES.$"

gTownMapItemDescription:: @ 8583664
	.string "Can be viewed\nanytime. Shows your\npresent location.$"

gVSSeekerItemDescription:: @ 8583698
	.string "A rechargeable unit\nthat flags battle-\nready TRAINERS.$"

gFameCheckerItemDescription:: @ 85836CF
	.string "Stores information\non famous people\nfor instant recall.$"

gTMCaseItemDescription:: @ 8583707
	.string "A convenient case \nthat holds TMs and\nHMs.$"

gBerryPouchItemDescription:: @ 8583732
	.string "A convenient\ncontainer that\nholds BERRIES.$"

gTeachyTVItemDescription:: @ 858375D
	.string "A TV set tuned to\nan advice program\nfor TRAINERS.$"

gTriPassItemDescription:: @ 858378F
	.string "A pass for ferries\nbetween ONE, TWO,\nand THREE ISLAND.$"

gRainbowPassItemDescription:: @ 85837C6
	.string "For ferries serving\nVERMILION and the\nSEVII ISLANDS.$"

gTeaItemDescription:: @ 85837FB
	.string "A thirst-quenching\ntea prepared by an\nold lady.$"

gMysticTicketItemDescription:: @ 858382B
	.string "A ticket required\nto board the ship\nto NAVEL ROCK.$"

gAuroraTicketItemDescription:: @ 858385E
	.string "A ticket required\nto board the ship\nto BIRTH ISLAND.$"

gPowderJarItemDescription:: @ 8583893
	.string "Stores BERRY\nPOWDER made using\na BERRY CRUSHER.$"

gRubyItemDescription:: @ 85838C3
	.string "An exquisite, red-\nglowing gem that\nsymbolizes passion.$"

gSapphireItemDescription:: @ 85838FB
	.string "A brilliant blue gem\nthat symbolizes\nhonesty.$"

gMagmaEmblemItemDescription:: @ 8583929
	.string "A medal-like item in\nthe same shape as\nTEAM MAGMA’s mark.$"

gOldSeaMapItemDescription:: @ 8583963
	.string "A faded sea chart\nthat shows the way\nto a certain island.$"