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
|
db TX_START,"As often as you like during your\n"
db "turn (before your attack), you may\n"
db "move 1 damage counter from 1 of your\n"
db "Pok`mon to another as long as you\n"
db "don't Knock Out that Pok`mon.\n"
db "This power can't be used if Alakazam\n"
db "is Asleep, Confused, or Paralyzed.",TX_END
db TX_START,"Its brain can outperform a\n"
db "supercomputer. Its intelligence\n"
db "quotient is said to be 5000.",TX_END
db TX_START,"Slowpoke",TX_END
db TX_START,"Choose 1 of the Defending Pok`mon's\n"
db "attacks. That Pok`mon can't use\n"
db "that attack during your opponent's\n"
db "next turn.",TX_END
db TX_START,"Dopey",TX_END
db TX_START,"Incredibly slow and dopey. It takes\n"
db "5 seconds for it to feel pain when\n"
db "under attack.",TX_END
db TX_START,"Spacing Out",TX_END
db TX_START,"Flip a coin. If heads, remove a\n"
db "damage counter from Slowpoke. This\n"
db "attack can't be used if Slowpoke\n"
db "has no damage counters on it.",TX_END
db TX_START,"Scavenge",TX_END
db TX_START,"Discard 1 ",TX_PSYCHIC," Energy card attached\n"
db "to Slowpoke in order to use this\n"
db "attack. Put a Trainer card from your\n"
db "discard pile into your hand.",TX_END
db TX_START,"Slowbro",TX_END
db TX_START,"Strange Behavior",TX_END
db TX_START,"As often as you like during your\n"
db "turn (before your attack), you may\n"
db "move 1 damage counter from 1 of your\n"
db "Pok`mon to Slowbro as long as you\n"
db "don't Knock Out Slowbro. This power\n"
db "can't be used if Slowbro is Asleep,\n"
db "Confused, or Paralyzed.",TX_END
db TX_START,"Hermitcrab",TX_END
db TX_START,"The Shellder that is latched onto\n"
db "Slowpoke's tail is said to feed on\n"
db "the host's left-over scraps.",TX_END
db TX_START,"Gastly",TX_END
db TX_START,"Sleeping Gas",TX_END
db TX_START,"Flip a coin. If heads, the Defending\n"
db "Pok`mon is now Asleep.",TX_END
db TX_START,"Destiny Bond",TX_END
db TX_START,"Discard 1 ",TX_PSYCHIC," Energy card attached to\n"
db "Gastly in order to use this attack.\n"
db "If a Pok`mon Knocks Out Gastly\n"
db "during your opponent's next turn,\n"
db "Knock Out that Pok`mon.",TX_END
db TX_START,"Gas",TX_END
db TX_START,"Almost invisible, this gaseous\n"
db "Pok`mon cloaks the target and puts\n"
db "it to sleep without notice.",TX_END
db TX_START,"Lick",TX_END
db TX_START,"Energy Conversion",TX_END
db TX_START,"Put up to 2 Energy cards from your\n"
db "discard pile into your hand. Gastly\n"
db "does 10 damage to itself.",TX_END
db TX_START,"A mysterious Pok`mon. Some say it is\n"
db "a lifeform from another dimension,\n"
db "while others believe it is formed\n"
db "from smog.",TX_END
db TX_START,"Haunter",TX_END
db TX_START,"Transparency",TX_END
db TX_START,"Whenever an attack does anything to\n"
db "Haunter, flip a coin. If heads,\n"
db "prevent all effects of that attack,\n"
db "including damage, done to Haunter.\n"
db "This power stops working while\n"
db "Haunter is Asleep, Confused, or\n"
db "Paralyzed.",TX_END
db TX_START,"Nightmare",TX_END
db TX_START,"Because of its ability to slip\n"
db "through block walls, it is said to\n"
db "be from another dimension.",TX_END
db TX_START,"Dream Eater",TX_END
db TX_START,"You can't use this attack unless\n"
db "the Defending Pok`mon is Asleep.",TX_END
db TX_START,"Gengar",TX_END
db TX_START,"Curse",TX_END
db TX_START,"Once during your turn (before your\n"
db "attack), you may move 1 damage\n"
db "counter from 1 of your opponent's\n"
db "Pok`mon to another (even if it would\n"
db "Knock Out the other Pok`mon).\n"
db "This power can't be used if Gengar\n"
db "is Asleep, Confused, or Paralyzed.",TX_END
db TX_START,"Dark Mind",TX_END
db TX_START,"If your opponent has any Benched\n"
db "Pok`mon, choose 1 of them and this\n"
db "attack does 10 damage to it.\n"
db "(Don't apply Weakness and Resistance\n"
db "for Benched Pok`mon.)",TX_END
db TX_START,"Shadow",TX_END
db TX_START,"Under a full moon, this Pok`mon\n"
db "likes to mimic the shadows of people\n"
db "and laugh at their fright.",TX_END
db TX_START,"Drowzee",TX_END
db TX_START,"Pound",TX_END
db TX_START,"Puts enemies to sleep, then eats\n"
db "their dreams. Occasionally gets sick\n"
db "from eating bad dreams.",TX_END
db TX_START,"Hypno",TX_END
db TX_START,"Prophecy",TX_END
db TX_START,"Look at up to 3 cards from the top\n"
db "of either player's deck and\n"
db "rearrange them as you like.",TX_END
db TX_START,"When it locks eyes with an enemy,\n"
db "it will use a mix of psi moves such\n"
db "as Hypnosis and Confusion.",TX_END
db TX_START,"Mr. Mime",TX_END
db TX_START,"Invisible Wall",TX_END
db TX_START,"Whenever an attack (including your\n"
db "own) does 30 or more damage to Mr.\n"
db "Mime (after applying Weakness and\n"
db "Resistance), prevent that damage.\n"
db "(Any other effects of attacks still\n"
db "happen.)",TX_END
db TX_START,"This power can't be used if Mr. Mime\n"
db "is Asleep, Confused, or Paralyzed.",TX_END
db TX_START,"Meditate",TX_END
db TX_START,"Does 10 damage plus 10 more damage\n"
db "for each damage counter on the\n"
db "Defending Pok`mon.",TX_END
db TX_START,"Barrier",TX_END
db TX_START,"If interrupted while miming, it will\n"
db "slap around the enemy with its broad\n"
db "hands.",TX_END
db TX_START,"Jynx",TX_END
db TX_START,"Flip 2 coins. This attack does 10\n"
db "damage times the number of heads.",TX_END
db TX_START,"Does 20 damage plus 10 more damage\n"
db "for each damage counter on the\n"
db "Defending Pok`mon.",TX_END
db TX_START,"Human Shape",TX_END
db TX_START,"Merely by meditating, the Pok`mon\n"
db "launches a powerful psychic energy\n"
db "attack.",TX_END
db TX_START,"Mewtwo",TX_END
db TX_START,"Psychic",TX_END
db TX_START,"Does 10 damage plus 10 more damage\n"
db "for each Energy card attached to the\n"
db "Defending Pok`mon.",TX_END
db TX_START,"Discard 1 ",TX_PSYCHIC," Energy card attached to\n"
db "Mewtwo in order to use this attack.\n"
db "During your opponent's next turn,\n"
db "prevent all effects of attacks,\n"
db "including damage, done to Mewtwo.",TX_END
db TX_START,"Genetic",TX_END
db TX_START,"A scientist created this Pok`mon\n"
db "after years of horrific\n"
db "gene-splicing and DNA engineering\n"
db "experiments.",TX_END
db TX_START,"Energy Absorption",TX_END
db TX_START,"Choose up to 2 Energy cards from\n"
db "your discard pile and attach them\n"
db "to Mewtwo.",TX_END
db TX_START,"Psyburn",TX_END
db TX_START,"Years of genetic experiments\n"
db "resulted in the creation of this\n"
db "never-before-seen violent Pok`mon.",TX_END
db TX_START,"Mew",TX_END
db TX_START,"Neutralizing Shield",TX_END
db TX_START,"Prevent all effects of attacks,\n"
db "including damage, done to Mew by\n"
db "evolved Pok`mon (excluding your\n"
db "own). This power stops working while\n"
db "Mew is Asleep, Confused, or\n"
db "Paralyzed.",TX_END
db TX_START,"New Species",TX_END
db TX_START,"So rare that it is still said to be\n"
db "a mirage by many experts. Only a few\n"
db "people have seen it worldwide.",TX_END
db TX_START,"Mystery Attack",TX_END
db TX_START,"Does a random amount of damage to\n"
db "the Defending Pok`mon and may cause\n"
db "a random effect to the Defending\n"
db "Pok`mon.",TX_END
db TX_START,"When viewed through a microscope, \n"
db "this Pok`mon's short, fine, delicate\n"
db "hair can be seen.",TX_END
db TX_START,"Psywave",TX_END
db TX_START,"Does 10 damage times the number of\n"
db "Energy cards attached to the\n"
db "Defending Pok`mon.",TX_END
db TX_START,"Devolution Beam",TX_END
db TX_START,"Choose an evolved Pok`mon (Your\n"
db "own or your opponent's). Return\n"
db "the highest stage evolution card\n"
db "on that Pok`mon to Its player's\n"
db "hand.",TX_END
db TX_START,"Pidgey",TX_END
db TX_START,"Tiny Bird",TX_END
db TX_START,"A common sight in forests and woods.\n"
db "It flaps its wings at ground level\n"
db "to kick up blinding sand.",TX_END
db TX_START,"Pidgeotto",TX_END
db TX_START,"Mirror Move",TX_END
db TX_START,"If Pidgeotto was attacked last turn,\n"
db "do the final result of that attack\n"
db "on Pidgeotto to the Defending\n"
db "Pok`mon.",TX_END
db TX_START,"Bird",TX_END
db TX_START,"Very protective of its sprawling\n"
db "territory, this Pok`mon will\n"
db "fiercely peck at any intruder.",TX_END
db TX_START,"Pidgeot",TX_END
db TX_START,"Slicing Wind",TX_END
db TX_START,"Does 30 damage to 1 of your\n"
db "opponent's Pok`mon chosen at random.\n"
db "Don't apply Weakness and Resistance\n"
db "for this attack. (Any other effects\n"
db "that would happen after applying\n"
db "Weakness and Resistance still\n"
db "happen.)",TX_END
db TX_START,"Gale",TX_END
db TX_START,"Switch Pidgeot with 1 of your\n"
db "Benched Pok`mon chosen at random.\n"
db "If your opponent has any Benched\n"
db "Pok`mon, switch the Defending\n"
db "Pok`mon with 1 of them chosen at\n"
db "random. (Do the damage before\n"
db "switching the Pok`mon.)",TX_END
db TX_START,"This Pok`mon flies at Mach 2 speed,\n"
db "seeking prey. Its large talons are\n"
db "feared as wicked weapons.",TX_END
db TX_START,"Hurricane",TX_END
db TX_START,"Unless this attack Knocks Out the\n"
db "Defending Pok`mon, return the\n"
db "Defending Pok`mon and all cards\n"
db "attached to it to your opponent's\n"
db "hand.",TX_END
db TX_START,"When hunting, it skims the surface\n"
db "of water at high speed to pick off\n"
db "unwary prey such as Magikarp.",TX_END
db TX_START,"Rattata",TX_END
db TX_START,"Rat",TX_END
db TX_START,"Bites anything when it attacks.\n"
db "Small and very quick, it is a common\n"
db "sight in many places.",TX_END
db TX_START,"Raticate",TX_END
db TX_START,"Super Fang",TX_END
db TX_START,"Does damage to the Defending Pok`mon\n"
db "equal to half the Defending\n"
db "Pok`mon's remaining HP (rounded up\n"
db "to the nearest 10).",TX_END
db TX_START,"It uses its whiskers to maintain its\n"
db "balance. It seems to slow down if\n"
db "they are cut off.",TX_END
db TX_START,"Spearow",TX_END
db TX_START,"Peck",TX_END
db TX_START,"If Spearow was attacked last turn,\n"
db "do the final result of that attack\n"
db "on Spearow to the Defending Pok`mon.",TX_END
db TX_START,"Eats bugs in grassy areas. It has to\n"
db "flap its short wings at high speed\n"
db "to stay airborne.",TX_END
db TX_START,"Fearow",TX_END
db TX_START,"Flip a coin. If heads, during your\n"
db "opponent's next turn, prevent all\n"
db "effects of attacks, including\n"
db "damage, done to Fearow.",TX_END
db TX_START,"Drill Peck",TX_END
db TX_START,"Beak",TX_END
db TX_START,"With its huge and magnificent wings,\n"
db "it can keep aloft without ever\n"
db "having to land for rest.",TX_END
db TX_START,"Clefairy",TX_END
db TX_START,"Sing",TX_END
db TX_START,"Metronome",TX_END
db TX_START,"Choose 1 of the Defending Pok`mon's\n"
db "attacks. Metronome copies that\n"
db "attack except for its Energy costs.\n"
db "(No matter what type the Defending\n"
db "Pokemon is, Clefairy's type is\n"
db "still Colorless.)",TX_END
db TX_START,"Fairy",TX_END
db TX_START,"Its magical and cute appeal has many\n"
db "admirers. It is rare and found only\n"
db "in certain areas.",TX_END
db TX_START,"Clefable",TX_END
db TX_START,"Choose 1 of the Defending Pok`mon's\n"
db "attacks. Metronome copies that\n"
db "attack except for its Energy costs.\n"
db "(No matter what type the Defending\n"
db "Pok`mon is, Clefable's type is\n"
db "still Colorless.)",TX_END
db TX_START,"All damage done by attacks to\n"
db "Clefable during your opponent's next\n"
db "turn is reduced by 20 (after\n"
db "applying Weakness and Resistance).",TX_END
db TX_START,"A timid Fairy Pok`mon that is rarely\n"
db "seen. It will run and hide the\n"
db "moment it senses people.",TX_END
db TX_START,"Jigglypuff",TX_END
db TX_START,"First Aid",TX_END
db TX_START,"Remove 1 damage counter from\n"
db "Jigglypuff.",TX_END
db TX_START,"Double-edge",TX_END
db TX_START,"Jigglypuff does 20 damage to itself.",TX_END
db TX_START,"Balloon",TX_END
db TX_START,"When its huge eyes light up, it\n"
db "sings a mysteriously soothing\n"
db "melody that lulls its enemies to\n"
db "sleep.",TX_END
db TX_START,"Friendship Song",TX_END
db TX_START,"Flip a coin. If heads, put a Basic\n"
db "Pok`mon card chosen at random from\n"
db "your deck onto your Bench. (You\n"
db "can't use this attack if your Bench\n"
db "is full.)",TX_END
db TX_START,"Expand",TX_END
db TX_START,"All damage done to Jigglypuff during\n"
db "your opponent's next turn is reduced\n"
db "by 10 (after applying Weakness and\n"
db "Resistance).",TX_END
db TX_START,"Uses its alluring eyes to enrapture\n"
db "its foe. It then sings a pleasing\n"
db "melody that lulls the foe to sleep.",TX_END
db TX_START,"Lullaby",TX_END
db TX_START,"When its huge eyes light up, it\n"
db "sings a mysteriously soothing melody\n"
db "that lulls its enemies to sleep.",TX_END
db TX_START,"Wigglytuff",TX_END
db TX_START,"Do the Wave",TX_END
db TX_START,"Does 10 damage plus 10 more damage\n"
db "for each of your Benched Pok`mon.",TX_END
db TX_START,"The body is soft and rubbery. When\n"
db "angered, it will suck in air and\n"
db "inflate itself to an enormous size.",TX_END
db TX_START,"Meowth",TX_END
db TX_START,"Cat Punch",TX_END
db TX_START,"Does 20 damage to 1 of your\n"
db "opponent's Pok`mon chosen at random.\n"
db "Don't apply Weakness and Resistance\n"
db "for this attack. (Any other effects\n"
db "that would happen after applying\n"
db "Weakness and Resistance still\n"
db "happen.)",TX_END
db TX_START,"Scratch Cat",TX_END
db TX_START,"Appears to be more active at night.\n"
db "It loves round and shiny things, so\n"
db "it can't stop from picking them up.",TX_END
db TX_START,"Pay Day",TX_END
db TX_START,"Flip a coin. If heads, draw a card.",TX_END
db TX_START,"Adores circular objects. Wanders\n"
db "the streets on a nightly basis to\n"
db "look for dropped loose change.",TX_END
db TX_START,"Persian",TX_END
db TX_START,"Pounce",TX_END
db TX_START,"If the Defending Pok`mon attacks\n"
db "Persian during your opponent's next\n"
db "turn, any damage done by the attack\n"
db "is reduced by 10 (after applying\n"
db "Weakness and Resistance). (Benching\n"
db "or evolving either Pok`mon ends this\n"
db "effect.)",TX_END
db TX_START,"Classy Cat",TX_END
db TX_START,"Although its fur has many admirers,\n"
db "it is tough to raise as a pet\n"
db "because of its fickle meanness.",TX_END
db TX_START,"Farfetch'd",TX_END
db TX_START,"Leek Slap",TX_END
db TX_START,"Flip a coin. If tails, this attack\n"
db "does nothing. Either way, you can't\n"
db "use this attack again as long as\n"
db "Farfetch'd stays in play (even\n"
db "putting Farfetch'd on the Bench\n"
db "won't let you use it again).",TX_END
db TX_START,"Pot Smash",TX_END
db TX_START,"Wild Duck",TX_END
db TX_START,"The sprig of green onions it holds\n"
db "is its weapon. This sprig is used\n"
db "much like a metal sword.",TX_END
db TX_START,"Doduo",TX_END
db TX_START,"Fury Attack",TX_END
db TX_START,"Twin Bird",TX_END
db TX_START,"A bird that makes up for its poor\n"
db "flying with its fast foot speed.\n"
db "Leaves giant footprints.",TX_END
db TX_START,"Dodrio",TX_END
db TX_START,"Retreat Aid",TX_END
db TX_START,"As long as Dodrio is Benched, pay\n"
db TX_COLORLESS," less to retreat your Active\n"
db "Pok`mon.",TX_END
db TX_START,"Does 10 damage plus 10 more damage\n"
db "for each damage counter on Dodrio.",TX_END
db TX_START,"Triplebird",TX_END
db TX_START,"Uses its three brains to execute\n"
db "complex plans. While two heads\n"
db "sleep, one head stays awake.",TX_END
db TX_START,"Lickitung",TX_END
db TX_START,"Tongue Wrap",TX_END
db TX_START,"Licking",TX_END
db TX_START,"Its tongue can be extended like a\n"
db "chameleon's. It leaves a stinging\n"
db "sensation when it licks enemies.",TX_END
db TX_START,"Chansey",TX_END
db TX_START,"Scrunch",TX_END
db TX_START,"Flip a coin. If heads, prevent all\n"
db "damage done to Chansey during your\n"
db "opponent's next turn. (Any other\n"
db "effects of attacks still happen.)",TX_END
db TX_START,"Chansey does 80 damage to itself.",TX_END
db TX_START,"A rare and elusive Pok`mon that is\n"
db "said to bring happiness to those\n"
db "who manage to catch it.",TX_END
db TX_START,"Kangaskhan",TX_END
db TX_START,"Fetch",TX_END
db TX_START,"Draw a card.",TX_END
db TX_START,"Comet Punch",TX_END
db TX_START,"Parent",TX_END
db TX_START,"The infant rarely ventures out of\n"
db "its mother's protective pouch until\n"
db "it is three years old.",TX_END
db TX_START,"Tauros",TX_END
db TX_START,"Rampage",TX_END
db TX_START,"Does 20 damage plus 10 more damage\n"
db "for each damage counter on Tauros.\n"
db "Flip a coin. If tails, Tauros is\n"
db "now Confused (after doing damage).",TX_END
db TX_START,"Wild Bull",TX_END
db TX_START,"When it targets an enemy, it charges\n"
db "furiously while whipping its body\n"
db "with its long tails.",TX_END
db TX_START,"Ditto",TX_END
db TX_START,"Morph",TX_END
db TX_START,"Remove all damage counters from\n"
db "Ditto. For the rest of the game,\n"
db "replace Ditto with a copy of a Basic\n"
db "Pok`mon card (other than Ditto)\n"
db "chosen at random from your deck.",TX_END
db TX_START,"Ditto is no longer Asleep, Confused,\n"
db "Paralyzed, Poisoned, or anything\n"
db "else that might be the result of an\n"
db "attack (just as if you had evolved\n"
db "it).",TX_END
db TX_START,"Transform",TX_END
db TX_START,"When it spots an enemy, its body\n"
db "transfigures into an almost perfect\n"
db "copy of its opponent.",TX_END
db TX_START,"Tail Wag",TX_END
db TX_START,"Flip a coin. If heads, the Defending\n"
db "Pok`mon can't attack Eevee during\n"
db "your opponent's next turn. (Benching\n"
db "or evolving either Pok`mon ends this\n"
db "effect.)",TX_END
db TX_START,"Evolution",TX_END
db TX_START,"Its genetic code is irregular.\n"
db "It may mutate if it is exposed to\n"
db "radiation from elemental stones.",TX_END
db TX_START,"Porygon",TX_END
db TX_START,"Conversion 1",TX_END
db TX_START,"If the Defending Pok`mon has a\n"
db "Weakness, you may change it to a\n"
db "type of your choice other than\n"
db "Colorless.",TX_END
db TX_START,"Conversion 2",TX_END
db TX_START,"Change Porygon's Resistance to a\n"
db "type of your choice other than\n"
db "Colorless.",TX_END
db TX_START,"Virtual",TX_END
db TX_START,"A Pok`mon that consists entirely of\n"
db "programming code. Capable of moving\n"
db "freely in cyberspace.",TX_END
db TX_START,"Snorlax",TX_END
db TX_START,"Thick Skinned",TX_END
db TX_START,"Snorlax can't become Asleep,\n"
db "Confused, Paralyzed, or Poisoned.\n"
db "This power can't be used if Snorlax\n"
db "is already Asleep, Confused, or\n"
db "Paralyzed.",TX_END
db TX_START,"Body Slam",TX_END
db TX_START,"Sleeping",TX_END
db TX_START,"Very lazy. Just eats and sleeps.\n"
db "As its rotund bulk builds,\n"
db "it becomes steadily more slothful.",TX_END
db TX_START,"Dratini",TX_END
db TX_START,"Long considered a mythical Pok`mon\n"
db "until recently, when a small colony\n"
db "was found living underwater.",TX_END
db TX_START,"Dragonair",TX_END
db TX_START,"Slam",TX_END
db TX_START,"A mystical Pok`mon that exudes a\n"
db "gentle aura. Has the ability to\n"
db "change climate conditions.",TX_END
db TX_START,"Dragonite",TX_END
db TX_START,"Healing Wind",TX_END
db TX_START,"When you put Dragonite into play,\n"
db "remove 2 damage counters from each\n"
db "of your Pok`mon. If a Pok`mon has \n"
db "fewer damage counters than that,\n"
db "remove all of them from that\n"
db "Pok`mon.",TX_END
db TX_START,"It is said that this Pok`mon lives\n"
db "somewhere in the sea and that it\n"
db "flies. However, it is only a rumor.",TX_END
db TX_START,"Step In",TX_END
db TX_START,"Once during your turn (before your\n"
db "attack), if Dragonite is on your\n"
db "Bench, you may switch it with your\n"
db "Active Pok`mon.",TX_END
db TX_START,"Flip 2 coins. This attack does 40\n"
db "damage times the number of heads.",TX_END
db TX_START,"An extremely rarely seen marine\n"
db "Pok`mon. Its intelligence is said\n"
db "to match that of humans.",TX_END
db TX_START,"Professor Oak",TX_END
db TX_START,"Discard your hand, then draw 7\n"
db "cards.",TX_END
db TX_START,"Imposter Professor Oak",TX_END
db TX_START,"Your opponent shuffles his or her\n"
db "hand into his or her deck, then\n"
db "draws 7 cards.",TX_END
db TX_START,"Bill",TX_END
db TX_START,"Draw 2 cards.",TX_END
db TX_START,"Mr.Fuji",TX_END
db TX_START,"Choose a Pok`mon on your Bench.\n"
db "Shuffle it and any cards attached\n"
db "to it into your deck.",TX_END
db TX_START,"Lass",TX_END
db TX_START,"You and your opponent show each\n"
db "other your hands, then shuffle all\n"
db "the Trainer cards from your hands\n"
db "into your decks.",TX_END
db TX_START,"Imakuni?",TX_END
db TX_START,"Your Active Pok`mon is now Confused.\n"
db "Imakuni wants you to play him as a\n"
db "Basic Pok`mon, but you can't.\n"
db "A mysterious creature not listed in\n"
db "the Pok`dex. He asks kids around the\n"
db "world,\"Who is cuter-Pikachu or me?\"",TX_END
db TX_START,"Pok`mon Trader",TX_END
db TX_START,"Trade 1 of the Basic Pok`mon or\n"
db "Evolution cards in your hand for 1\n"
db "of the Basic Pok`mon or Evolution\n"
db "cards from your deck. Show both\n"
db "cards to your opponent.\n"
db "Shuffle your deck afterward.",TX_END
db TX_START,"Pok`mon Breeder",TX_END
db TX_START,"Put a Stage 2 Evolution card from\n"
db "your hand on the matching Basic\n"
db "Pok`mon. You can only play this card\n"
db "when you would be allowed to evolve\n"
db "that Pok`mon anyway.",TX_END
db TX_START,"Clefairy Doll",TX_END
db TX_START,"Play Clefairy Doll as if it were a\n"
db "Basic Pok`mon. While in play,\n"
db "Clefairy Doll counts as a Pok`mon\n"
db "(instead of a Trainer card).\n"
db "Clefairy Doll has no attacks, can't\n"
db "retreat, and can't be Asleep,\n"
db "Confused, Paralyzed, or Poisoned.",TX_END
db TX_START,"If Clefairy Doll is Knocked Out, it\n"
db "doesn't count as a Knocked Out\n"
db "Pok`mon. At any time during your\n"
db "turn before your attack, you may\n"
db "discard Clefairy Doll.\n"
db "(Use GameBoy Pok`mon Power menu\n"
db "option to do this.)",TX_END
db TX_START,"Play Mysterious Fossil as if it were\n"
db "a Basic Pok`mon. While in play,\n"
db "Mysterious Fossil counts as a\n"
db "Pok`mon (instead of a Trainer card).\n"
db "Mysterious Fossil has no attacks,\n"
db "can't retreat, and can't be Asleep,\n"
db "Confused, Paralyzed, or Poisoned.",TX_END
db TX_START,"If Mysterious Fossil is Knocked Out,\n"
db "it doesn't count as a Knocked Out\n"
db "Pok`mon. (Discard it anyway.) At any\n"
db "time during your turn before your\n"
db "attack, you may discard Mysterious\n"
db "Fossil from play. (Use GameBoy Pok`-\n"
db "mon Power menu option to do this.)",TX_END
db TX_START,"Energy Retrieval",TX_END
db TX_START,"Trade 1 of the other cards in your\n"
db "hand for up to 2 basic Energy cards\n"
db "from your discard pile.",TX_END
db TX_START,"Super Energy Retrieval",TX_END
db TX_START,"Trade 2 of the other cards in your\n"
db "hand for up to 4 basic Energy cards\n"
db "from your discard pile.",TX_END
db TX_START,"Energy Search",TX_END
db TX_START,"Search your deck for a basic Energy\n"
db "card and put it into your hand.\n"
db "Shuffle your deck afterward.",TX_END
db TX_START,"Energy Removal",TX_END
db TX_START,"Choose 1 Energy card attached to 1\n"
db "of your opponent's Pok`mon and\n"
db "discard it.",TX_END
db TX_START,"Super Energy Removal",TX_END
db TX_START,"Discard 1 Energy card attached to 1\n"
db "of your own Pok`mon in order to\n"
db "choose 1 of your opponent's Pok`mon\n"
db "and up to 2 Energy cards attached\n"
db "to it. Discard those Energy cards.",TX_END
db TX_START,"Switch",TX_END
db TX_START,"Switch 1 of your Benched Pok`mon\n"
db "with your Active Pok`mon.",TX_END
db TX_START,"Pok`mon Center",TX_END
db TX_START,"Remove all damage counters from all\n"
db "of your own Pok`mon with damage\n"
db "counters on them, then discard all\n"
db "Energy cards attached to those\n"
db "Pok`mon.",TX_END
db TX_START,"Pok` Ball",TX_END
db TX_START,"Flip a coin. If heads, you may\n"
db "search your deck for any Basic\n"
db "Pok`mon or Evolution card. Show that\n"
db "card to your opponent, then put it\n"
db "into your hand. Shuffle your deck\n"
db "afterward.",TX_END
db TX_START,"Scoop Up",TX_END
|