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
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
|
db TX_START,"Who?\n"
db "Oh! It's you, ",TX_RAM1,"...\n"
db "I couldn't believe that I could\n"
db "lose, but now...\n"
db "Now I understand.\n"
db "The fun thing about the \n"
db "Pok`mon Trading Card Game\n"
db "is not who wins or loses...\n"
db "I couldn't inherit the Legendary \n"
db "Pok`mon Cards because all that \n"
db "was important to me was winning.\n"
db "But now I understand!\n"
db "What's important...\n"
db "Is to love each card, to use all \n"
db "the different cards to build \n"
db "different types of Decks, and\n"
db "to play against different people!\n"
db "So...",TX_RAM1,"...\n"
db "Will you play with me again?\n"
db "With all sorts of different Decks?\n"
db "And this time, I not gonna lose!",TX_END
db TX_START,"Oh, hi ",TX_RAM1,"...\n"
db "Do you want to Duel?",TX_END
db TX_START,"Would you like to Duel Ronald?",TX_END
db TX_START,"OK... That suits me fine!\n"
db "I'm building a new Deck!\n"
db "I'm busy building a better Deck\n"
db "than yours!!!\n"
db "We'll Duel another time!",TX_END
db TX_START,"I can't...\n"
db "I'm building a new Deck!\n"
db "I'm busy building a better Deck\n"
db "than yours!!!\n"
db "We'll Duel another time!",TX_END
db TX_START,"Greetings.\n"
db "Welcome to the Science Club!\n"
db "This Club is for technicians\n"
db "who love the sciences.\n"
db "The Pok`mon cards used here are \n"
db "those with the powers of science!",TX_END
db TX_START,"Umm... Umm...\n"
db "Do you know ISHIHARA?\n"
db "He lives in the house on the cape\n"
db "to the northwest.\n"
db "He's a very famous Card Collector!\n"
db "I hope to be like him someday.",TX_END
db TX_START,"Umm... Umm...\n"
db "ISHIHARA wants to trade\n"
db "a very rare card.\n"
db "If I had a card, I'd go and trade\n"
db "with him myself.",TX_END
db TX_START,"Umm... Umm...\n"
db "ISHIHARA wants to trade\n"
db "another very rare card.\n"
db "I wish I could trade cards\n"
db "like ISHIHARA.",TX_END
db TX_START,"Umm... Umm...\n"
db "ISHIHARA wants to trade a\n"
db "very, very, very rare card!\n"
db "I wish I could trade, so I could\n"
db "meet ISHIHARA.",TX_END
db TX_START,"Umm... Umm...\n"
db "Did you meet ISHIHARA?\n"
db "I wish I could be like him.",TX_END
db TX_START,"Umm... Umm...\n"
db "ISHIHARA left on a trip\n"
db "in search of a really rare card.\n"
db "I wish I could have gone with him...",TX_END
db TX_START,"I don't understand science,\n"
db "but I understand Pok`mon cards!\n"
db "... I L O S T...",TX_END
db TX_START,"Please don't disturb me!\n"
db "I'm in the middle of\n"
db "a very important experiment!",TX_END
db TX_START,"If I use ",TX_RAM2," now,\n"
db "This will happen...",TX_END
db TX_START,"I get so involved in the Pok`mon \n"
db "Trading Card Game, I lose track \n"
db "of time. Isn't the Pok`mon Trading\n"
db "Card Game really fun?",TX_END
db TX_START,"Hmmm... The machine...\n"
db "It's not quite working right.\n"
db "Huh? Oh, this? This is a machine \n"
db "that makes Decks.\n"
db "It's much better than Dr. Mason's.\n"
db "Hmmm... Let's see here...\n"
db "Do you want to Duel against me?",TX_END
db TX_START,"Hmmm... The machine...\n"
db "It's not quite working right.\n"
db "Unlike Dr. Mason's machine,\n"
db "this machine is very complicated.\n"
db "Hmmm... Let's see here...\n"
db "Do you want to Duel against me?",TX_END
db TX_START,"Would you like to Duel David?",TX_END
db TX_START,"OK, Then I guess I'll \n"
db "fix the machine.",TX_END
db TX_START,"Shall we begin the Match? It will\n"
db "be a single Match for 4 Prizes.",TX_END
db TX_START,"My theory is that the machine's\n"
db "malfunctioning caused it.",TX_END
db TX_START,"I've got to fix this machine...",TX_END
db TX_START,"See! Isn't the Deck built\n"
db "by this machine great?",TX_END
db TX_START,"We research Pok`mon cards here\n"
db "at the Science Club, especially\n"
db "Science Pok`mon Cards! Science\n"
db "Pok`mon are exceedingly strong.\n"
db "Would you like to Duel against\n"
db "my Science Pok`mon Deck?",TX_END
db TX_START,"Would you like to Duel Erik?",TX_END
db TX_START,"That's too bad. I hoped to show \n"
db "you the results of my research.",TX_END
db TX_START,"We'll play with 4 Prizes.\n"
db "Let's begin.",TX_END
db TX_START,"I can't believe my Science Pok`mon\n"
db "Deck could lose...",TX_END
db TX_START,"I must research this further!",TX_END
db TX_START,"So how do you like the results\n"
db "of my research?",TX_END
db TX_START,"I am Rick, the Master of\n"
db "the Science Club.\n"
db "Science rules nature!\n"
db "That is why it is so strong.\n"
db "Do you wish to test the strengths\n"
db "of science by playing against me?",TX_END
db TX_START,"Would you like to Duel Rick?",TX_END
db TX_START,"It is regrettable that you do not \n"
db "understand the wonders of science.",TX_END
db TX_START,"Alright, 6 Prizes!\n"
db "Let us begin!",TX_END
db TX_START,"There are, at times, problems even\n"
db "science cannot answer.\n"
db "Here, take this Medal.\n"
db "It is the result of our research.",TX_END
db TX_START,"And let me give you this.\n"
db "Please add this to your collection.",TX_END
db TX_START,"Legendary Cards are but a Legend!\n"
db "Science is the only truth!\n"
db "I must continue my research\n"
db "of Science Pok`mon!",TX_END
db TX_START,"Ha ha ha! As expected!\n"
db "Science is overpowering!\n"
db "The outcome will be the same!\n"
db "But I will Duel you again,\n"
db "if you wish.",TX_END
db TX_START,"Hello! It's you again!\n"
db "Do you wish to Duel me!",TX_END
db TX_START,"Really? That is too bad.",TX_END
db TX_START,"We'll play with 6 Prizes again!\n"
db "Let us begin!",TX_END
db TX_START,"It seems my research was \n"
db "incomplete.\n"
db "Let me give you this. Please add \n"
db "these to your collection.",TX_END
db TX_START,"I will keep researching the \n"
db "Science Pok`mon.",TX_END
db TX_START,"Ha ha ha! As expected.\n"
db "Science is overpowering!",TX_END
db TX_START,"Hey, you!\n"
db "Rick, the Club Master, is in the\n"
db "middle of an important experiment!\n"
db "He has no time to see someone like\n"
db "you! If you really want to see \n"
db "him, you must defeat me first!",TX_END
db TX_START,"Would you like to Duel Joseph?",TX_END
db TX_START,"Then get out of here!",TX_END
db TX_START,"Not too smart, but you've got \n"
db "nerves. We'll play for 4 Prizes!\n"
db "If you win 1 Match,\n"
db "I'll let you through!",TX_END
db TX_START,"Hey, I lost...\n"
db "Since I promised, I have to\n"
db "let you through.",TX_END
db TX_START,"And...\n"
db "Take this.",TX_END
db TX_START,"Rick's in the middle of\n"
db "an experiment, so don't\n"
db "bother him too much.",TX_END
db TX_START,"Since you lost the Duel,\n"
db "I can't let you through!\n"
db "Now get out of here!",TX_END
db TX_START,"What? You're here again?\n"
db "You want to Duel me?",TX_END
db TX_START,"A single Match for 4 Prizes!\n"
db "Let's begin!",TX_END
db TX_START,"Shoot! I lost again!\n"
db "Here, take this.",TX_END
db TX_START,"Everyone in our Club is very busy,\n"
db "so don't get in anyone's way!",TX_END
db TX_START,"Hah! I won!\n"
db "Just shows you who's better!",TX_END
db TX_START,"Greetings.\n"
db "Welcome to the Rock Club!\n"
db "This Club is for members who\n"
db "use Rock Pok`mon cards.\n"
db "Rock Pok`mon are defensive\n"
db "and take very little damage.",TX_END
db TX_START,"I'm training here at the Rock Club!\n"
db "But Mitch told me to defeat you \n"
db "before you Duel the members here!",TX_END
db TX_START,"Would you like to Duel Chris?",TX_END
db TX_START,"Are you going to run!?!\n"
db "C'mon! Fight me!",TX_END
db TX_START,"OK! A single Match with 4 Prizes!\n"
db "I'm going to defeat you!",TX_END
db TX_START,"How could this be!?!\n"
db "I'm the one who was defeated!",TX_END
db TX_START,"I must return to the Fighting Club\n"
db "to start my training over!",TX_END
db TX_START,"That was good for my training!\n"
db "Come any time you like!\n"
db "I'll defeat you any time you like!",TX_END
db TX_START,"Hi, I'm Matthew, a member\n"
db "of the Rock Club.\n"
db "I just finished a Duel!\n"
db "I won, of course!\n"
db "The Legendary Cards\n"
db "will belong to me!\n"
db "How about it?\n"
db "Would you like to duel me?",TX_END
db TX_START,"Hi, ",TX_RAM1,".\n"
db "Would you like to duel?\n"
db "The Legendary Cards will eventually\n"
db "belong to me!\n"
db "How about it?\n"
db "Would you like to duel me?",TX_END
db TX_START,"Hi, ",TX_RAM1,".\n"
db "Would you like to duel?",TX_END
db TX_START,"Would you like to duel Matthew?",TX_END
db TX_START,"What?\n"
db "Are you afraid of me?\n"
db "Well, come back any time\n"
db "you want to Duel with me.",TX_END
db TX_START,"OK, same as last time!\n"
db "We'll play with 4 Prizes.\n"
db "Is that alright?\n"
db "OK then, let's begin!",TX_END
db TX_START,"I'll never get the Legendary Cards\n"
db "if I play like that...",TX_END
db TX_START,"Wow! So that's the strength of\n"
db "the Legendary Pok`mon Cards!",TX_END
db TX_START,"I'm going to win the next \n"
db "time we duel.",TX_END
db TX_START,"I won again! I guess the Legendary \n"
db "Pok`mon Cards will eventually \n"
db "belong to me!",TX_END
db TX_START,"I guess I win again!",TX_END
db TX_START,"Oh! Excuse me!\n"
db "Did you hear?\n"
db "ISHIHARA who lives on the cape\n"
db "to the northwest...\n"
db "He owns 10,000 cards!\n"
db "He probably even has rare cards!",TX_END
db TX_START,"Oh! Excuse me!\n"
db "Did you hear?\n"
db "It's the talk of the town\n"
db "that ISHIHARA wishes to trade\n"
db "a very rare card.\n"
db "Maybe I'll visit him myself!",TX_END
db TX_START,"Oh! Excuse me!\n"
db "Did you hear?\n"
db "Everyone's saying that ISHIHARA\n"
db "wishes to trade a very rare card!\n"
db "Maybe you should go visit him.",TX_END
db TX_START,"Oh! Excuse me!\n"
db "Did you hear?\n"
db "ISHIHARA wishes to trade\n"
db "a very rare card again!\n"
db "Maybe you should go visit him.",TX_END
db TX_START,"Oh! Excuse me!\n"
db "There's no new news right now,\n"
db "but if I hear any new rumors,\n"
db "I'll let you know.",TX_END
db TX_START,"Oh! Excuse me!\n"
db "Did you hear?\n"
db "It seems ISHIHARA left on a \n"
db "trip in search of a rare card!\n"
db "They say he's not coming back\n"
db "for a while!",TX_END
db TX_START,"Gee! I lost!\n"
db "Matthew's really good!\n"
db "He'll probably inherit\n"
db "the Legendary Pok`mon Cards!",TX_END
db TX_START,"I lost to Matthew again!\n"
db "I can't win, no matter how many \n"
db "times I duel against him!\n"
db "He's probably going to inherit\n"
db "the Legendary Pok`mon Cards!\n"
db "What? You already inherited\n"
db "the Legendary Pok`mon Cards???\n"
db "Then you must be better\n"
db "than Matthew!",TX_END
db TX_START,"I'm going to be moving soon\n"
db "to a faraway place.\n"
db "But I'm not sad.\n"
db "I'll make new friends dueling\n"
db "with Pok`mon cards...",TX_END
db TX_START,"I'm carving a statue of a Pok`mon\n"
db "out of this Rock!\n"
db "What? You want to Duel?\n"
db "Alright. You want to duel now?",TX_END
db TX_START,"Would you like to Duel Ryan?",TX_END
db TX_START,"Get outta here if you aren't \n"
db "serious - I'm really busy!",TX_END
db TX_START,"Let's make it a quick single Match\n"
db "with 3 Prizes.\n"
db "OK, let's start!",TX_END
db TX_START,"Whoa! I lost!\n"
db "Here! Take this!",TX_END
db TX_START,"What's going on?\n"
db "Must be my unlucky day...",TX_END
db TX_START,"Yeah!\n"
db "Must be my lucky day!\n"
db "Come see me any time you want!\n"
db "I'll Duel with you again!",TX_END
db TX_START,"I've always wanted to be\n"
db "a Hard Rocker!\n"
db "Rock Pok`mon...\n"
db "Doesn't the name Rock?\n"
db "Won't you Duel against my\n"
db "Rock Pok`mon Deck?",TX_END
db TX_START,"Would you like to Duel Andrew?",TX_END
db TX_START,"That's OK...\n"
db "I'll Rock with someone else!",TX_END
db TX_START,"Thanks! We'll Rock this Match\n"
db "with 4 Prizes!",TX_END
db TX_START,"Whoa! I lost!\n"
db "A Rockin' guy like me can't lose!",TX_END
db TX_START,"A Rockin' guy like me should be\n"
db "hard to beat!\n"
db "I've got to Rock harder!",TX_END
db TX_START,"Hah! I won!\n"
db "Am I Rockin' or what!",TX_END
db TX_START,"I am Gene, the Master of the\n"
db "Rock Club! Rock is good...\n"
db "Isn't Rock good, ",TX_RAM1,"...?\n"
db "Rock is hard and strong!\n"
db "Doesn't crumble under pressure!\n"
db "After you Duel me, you'll know \n"
db "I'm right! Come!\n"
db "Show me what you're made of!",TX_END
db TX_START,"Would you like to Duel Gene?",TX_END
db TX_START,"I have no time for a softie \n"
db "like you!\n"
db "Come back after you've hardened\n"
db "your nerve!",TX_END
db TX_START,"Our Duel will be played\n"
db "with 6 Prizes!\n"
db "You won't get the Rock Medal\n"
db "unless you defeat me!",TX_END
db TX_START,"Wonderful... Your persistence - \n"
db "persistence that can even \n"
db "break Rock - has led you to \n"
db "defeat me!\n"
db "You are worthy of receiving this\n"
db "Rock Medal!",TX_END
db TX_START,"And take this Booster Pack, too.",TX_END
db TX_START,"I look forward to the day\n"
db "We Duel again!",TX_END
db TX_START,"You see? Isn't Rock good?\n"
db "Isn't Rock wonderful?\n"
db "'Fess up and admit the greatness\n"
db "of Rock Pok`mon!",TX_END
db TX_START,"Yes!\n"
db "Our last duel was wonderful!\n"
db "You wish to have another\n"
db "wonderful duel?",TX_END
db TX_START,"Mmmm...\n"
db "I will be waiting for you here...",TX_END
db TX_START,"This will be a single match with \n"
db "6 Prizes! Come! Let us begin!",TX_END
db TX_START,"Yes! You are an worthy opponent!\n"
db "Here, take this Booster Pack.",TX_END
db TX_START,"I look forward to the day\n"
db "when we duel again!",TX_END
db TX_START,"It was a wonderful duel!\n"
db "But better luck next time!\n"
db "I look forward to the day\n"
db "when we Duel again!",TX_END
db TX_START,"\n"
db " Pok`mon Trading Card Game \n"
db " Staff",TX_END
db TX_START,"\n"
db " Producers\n\n"
db "\n"
db " Tsunekazu Ishihara\n"
db " Shinichi Nakamoto\n"
db " Takehiro Izushi",TX_END
db TX_START,"\n"
db " Director\n\n"
db "\n"
db " Koji Arai",TX_END
db TX_START,"\n"
db " Programmers\n\n"
db "\n"
db " Masahiro Tobita\n"
db " Satoshi Mikami\n"
db " Masaki Tsumori",TX_END
db TX_START,"\n"
db " GB Graphic Designers\n\n"
db "\n"
db " Kazuhiko Nonaka\n"
db " Yasuhiro Fujii\n"
db " Tsuguyuki Yamamoto",TX_END
db TX_START," Yasuhiro Ichizawa\n"
db " Miwa Matsuda\n"
db " Norihiro Kanie",TX_END
db TX_START," Kazushi Kousaka\n"
db " Hiromi Sugiue\n"
db " Katsuhisa Nishikawa",TX_END
db TX_START,"\n"
db " Music\n\n"
db "\n"
db " Ichiro Shimakura",TX_END
db TX_START,"\n"
db " Sound Effects\n\n"
db "\n"
db " Masato Aihara",TX_END
db TX_START,"\n"
db " Sound Director\n\n"
db "\n"
db " Toshiaki Takimoto",TX_END
db TX_START,"\n"
db " Sound System Support\n\n"
db "\n"
db " Katsunori Takahashi\n"
db " Hideki Oka",TX_END
db TX_START,"\n"
db " Card Game Creator\n\n"
db "\n"
db " Takumi Akabane",TX_END
db TX_START,"\n"
db " Card Game Creator\n\n"
db "\n"
db " Kouichi Oyama",TX_END
db TX_START,"\n"
db " Card Game Creator\n\n"
db "\n"
db " Akihiko Miura",TX_END
db TX_START,"\n"
db " Card Illustrators\n\n"
db "\n"
db " Ken Sugimori\n"
db " Mitsuhiro Arita\n"
db " Keiji Kinebuchi\n"
db " Kagemaru Himeno",TX_END
db TX_START," Tomoaki Imakuni\n"
db " Miki Tanaka\n"
db " Toshinao Aoki\n"
db " Benimaru Ito",TX_END
db TX_START,"\n"
db " Special Appearances by\n\n"
db "\n"
db " Hiroko Ohashi\n"
db " Masako Uchiyama",TX_END
db TX_START," Kunimi Kawamura\n"
db " Imakuni?",TX_END
db TX_START,"\n"
db " US COORDINATION\n"
db " NINTENDO OF AMERICA\n\n"
db "\n"
db " GAIL TILDEN\n"
db " HIRO NAKAMURA",TX_END
db TX_START," KENJI OKUBO\n"
db " WILLIAM TRINEN",TX_END
db TX_START,"\n"
db " US COORDINATION\n"
db " Wizards of the Coast\n"
db " Pok`mon Templating Team\n\n"
db "\n"
db " Robert Gutschera\n"
db " Jessica Beaven",TX_END
db TX_START," Paul Peterson\n"
db " Michael G. Ryan\n"
db " Tom Wylie",TX_END
db TX_START,"\n"
db " TRANSLATION/DRAFT\n\n"
db "\n"
db " BILL RITCH",TX_END
db TX_START,"\n"
db " Mastering\n\n"
db "\n"
db " Tetsuya Komatsu",TX_END
db TX_START,"\n"
db " Manual Creation\n\n"
db "\n"
db " Haruki Mitani",TX_END
db TX_START,"\n"
db " Manual Illustrations\n\n"
db "\n"
db " Kagemaru Himeno",TX_END
db TX_START,"\n"
db " Pok`mon Original Story\n\n"
db "\n"
db " Satoshi Tajiri\n"
db TX_END
db TX_START,"\n"
db " Created In Cooperation With\n\n"
db "\n"
db " Shinji Hatano\n"
db " Satoshi Yamato\n"
db " Takahiro Harada",TX_END
db TX_START,"\n"
db " With Cooperation from\n\n"
db "\n"
db " Yoshio Motosako\n"
db " Hiroyuki Mikami\n"
db " Keigo Yasuda",TX_END
db TX_START," Yusuke Kurushima\n"
db " Nobuchika Takahashi\n"
db " Junko Igarashi\n"
db " Yukiko Tomita",TX_END
db TX_START," Mari Matsuda\n"
db " Moto Yamaguchi\n"
db " Shigeru Sato\n"
db " Chiaki Nishiki",TX_END
db TX_START,"\n"
db " Project Manager\n\n"
db "\n"
db " Yasutaka Kakiseko",TX_END
db TX_START,"\n"
db " Supervisor\n\n"
db "\n\n"
db " Hiroshi Kudo",TX_END
db TX_START,"\n"
db " Executive Producer\n\n"
db "\n\n"
db " Hiroshi Yamauchi",TX_END
db TX_START,"\n"
db " Created by\n\n"
db "\n\n"
db " Hudson",TX_END
db TX_START," Challenge Machine ",TX_END
db TX_START,TX_RAM1,"'s Score",TX_END
db TX_START,"Defeated 5 opponents time(s).",TX_END
db TX_START,"Present Consecutive Wins",TX_END
db TX_START,"Maximum Consecutive Wins\n"
db " [ ",TX_RAM2," ]",TX_END
db TX_START,"Wins",TX_END
db TX_START,TX_RAM1," ",TX_RAM3," Consecutive Wins!\n"
db TX_START,TX_RAM3," opponent is ",TX_RAM2,".",TX_END
db TX_START,TX_RAM3," opponent is ",TX_RAM2,".",TX_END
db TX_START,"Would you like to begin the Duel?",TX_END
db TX_START,"If you quit the Duel,\n"
db "Your Consecutive Wins will end.",TX_END
db TX_START,"Would you like to quit the Duel?",TX_END
db TX_START,"Play the Challenge Machine?",TX_END
db TX_START,"OK,\n"
db "Let us choose your opponent.",TX_END
db TX_START,"You lost to the ",TX_RAM3," opponent,\n"
db TX_RAM2,"!",TX_END
db TX_START,TX_RAM1,"'s consecutive wins\n"
db "ended at ",TX_RAM3,".",TX_END
db TX_START,"We await your next challenge.",TX_END
db TX_START,"Your opponents for this game:",TX_END
db TX_START,"Congratulations!\n"
db "You won against ",TX_RAM3," opponents!",TX_END
db TX_START,"Congratulations!\n"
db "You defeated 5 opponents!",TX_END
db TX_START,TX_RAM1," successfully defeated \n"
db "5 opponents ",TX_START,TX_RAM3," time(s)!!!",TX_END
db TX_START,TX_RAM1,"'s consecutive win\n"
db "record increased to ",TX_RAM3,"!",TX_END
db TX_START,"Club Member",TX_END
db TX_START,"Club Master",TX_END
db TX_START,"TECH",TX_END
db TX_START,"Strange Life-form",TX_END
db TX_START,"Grand Master",TX_END
db $61,TX_END
db $62,TX_END
db $63,TX_END
db $64,TX_END
db $65,TX_END
db $70,TX_END
db $03,$55,TX_END
db $03,$54,TX_END
db $03,$50,TX_FIRE,$03,$51,TX_END
db $03,$50,TX_LIGHTNING,$03,$51,TX_END
db $03,$50,TX_WATER,$03,$51,TX_END
db $03,$50,TX_FIGHTING,$03,$51,TX_END
db $03,$50,TX_PSYCHIC,$03,$51,TX_END
db $03,$50,TX_GRASS,$03,$51,TX_END
db TX_START,"Grass Energy",TX_END
db TX_START,"Provides 1 ",TX_GRASS," Energy.",TX_END
db TX_START,"Fire Energy",TX_END
db TX_START,"Provides 1 ",TX_FIRE," Energy.",TX_END
db TX_START,"Water Energy",TX_END
db TX_START,"Provides 1 ",TX_WATER," Energy.",TX_END
db TX_START,"Lightning Energy",TX_END
db TX_START,"Provides 1 ",TX_LIGHTNING," Energy.",TX_END
db TX_START,"Fighting Energy",TX_END
db TX_START,"Provides 1 ",TX_FIGHTING," Energy.",TX_END
db TX_START,"Psychic Energy",TX_END
db TX_START,"Provides 1 ",TX_PSYCHIC," Energy.",TX_END
db TX_START,"Double Colorless Energy",TX_END
db TX_START,"Provides ",TX_COLORLESS,TX_COLORLESS," Energy. (Doesn't\n"
db "count as a basic Energy card.) \n"
db "Colorless Energy can't be used to\n"
db "pay colored Energy costs. (Any type\n"
db "of Energy can be used to pay\n"
db "Colorless Energy costs.)",TX_END
db TX_START,"Bulbasaur",TX_END
db TX_START,"Leech Seed",TX_END
db TX_START,"Unless all damage from this attack\n"
db "is prevented, you may remove 1\n"
db "damage counter from Bulbasaur.",TX_END
db TX_START,"Seed",TX_END
db TX_START,"A strange seed was planted on its\n"
db "back at birth. Thus, a plant\n"
db "sprouted and now grows with this\n"
db "Pok`mon.",TX_END
db TX_START,"Ivysaur",TX_END
db TX_START,"Vine Whip",TX_END
db TX_START,"Poisonpowder",TX_END
db TX_START,"The Defending Pok`mon is now\n"
db "Poisoned.",TX_END
db TX_START,"When the bulb on its back grows\n"
db "large, the Pok`mon seems to lose the\n"
db "ability to stand on its hind legs.",TX_END
db TX_START,"Venusaur",TX_END
db TX_START,"Solar Power",TX_END
db TX_START,"Once during your turn (before your\n"
db "attack), you may use this power.\n"
db "Your Active Pok`mon and the\n"
db "Defending Pok`mon are no longer\n"
db "Asleep, Confused, Paralyzed, or\n"
db "Poisoned.",TX_END
db TX_START,"This power can't be used if\n"
db "Venusaur is Asleep, Confused,\n"
db "or Paralyzed.",TX_END
db TX_START,"Mega Drain",TX_END
db TX_START,"Remove a number of damage counters\n"
db "from Venusaur equal to half the\n"
db "damage done to the Defending Pok`mon\n"
db "(after applying Weakness and\n"
db "Resistance) (rounded up to the\n"
db "nearest 10).",TX_END
db TX_START,"If Venusaur has fewer damage\n"
db "counters than that, remove all of\n"
db "them.",TX_END
db TX_START,"The flower on its back catches\n"
db "the sun's rays. The sunlight is then\n"
db "absorbed and used for energy.",TX_END
db TX_START,"Energy Trans",TX_END
db TX_START,"As often as you like during your\n"
db "turn (before your attack), you may\n"
db "take 1 ",TX_GRASS," Energy card attached to 1\n"
db "of your Pok`mon and attach it to a\n"
db "different one. This power can't be\n"
db "used if Venusaur is Asleep,\n"
db "Confused, or Paralyzed.",TX_END
db TX_START,"Solarbeam",TX_END
db TX_START,"This plant blooms when it is\n"
db "absorbing solar energy. It stays on\n"
db "the move to seek sunlight.",TX_END
db TX_START,"Caterpie",TX_END
db TX_START,"String Shot",TX_END
db TX_START,"Flip a coin. If heads, the Defending\n"
db "Pok`mon is now Paralyzed.",TX_END
db TX_START,"Worm",TX_END
db TX_START,"Its short feet are tipped with\n"
db "suction pads that enable it to\n"
db "tirelessly climb slopes and walls.",TX_END
db TX_START,"Metapod",TX_END
db TX_START,"Stiffen",TX_END
db TX_START,"Flip a coin. If heads, prevent all\n"
db "damage done to Metapod during your\n"
db "opponent's next turn. (Any other\n"
db "effects of attacks still happen.)",TX_END
db TX_START,"Stun Spore",TX_END
db TX_START,"Cocoon",TX_END
db TX_START,"It is vulnerable to attack because\n"
db "its shell is soft, exposing its weak\n"
db "and tender body.",TX_END
db TX_START,"Butterfree",TX_END
db TX_START,"Whirlwind",TX_END
db TX_START,"If your opponent has any Benched\n"
db "Pok`mon, he or she chooses 1 of them\n"
db "and switches it with the Defending\n"
db "Pok`mon. (Do the damage before\n"
db "switching the Pok`mon.)",TX_END
db TX_START,"Remove a number of damage counters\n"
db "from Butterfree equal to half the\n"
db "damage done to the Defending Pok`mon\n"
db "(after applying Weakness and\n"
db "Resistance) (rounded up to the\n"
db "nearest 10).",TX_END
db TX_START,"If Butterfree has fewer damage\n"
db "counters than that, remove all of\n"
db "them.",TX_END
db TX_START,"Butterfly",TX_END
db TX_START,"In battle, it flaps its wings at\n"
db "high speed to release highly toxic\n"
db "dust into the air.",TX_END
db TX_START,"Weedle",TX_END
db TX_START,"Poison Sting",TX_END
db TX_START,"Flip a coin. If heads, the Defending\n"
db "Pok`mon is now Poisoned.",TX_END
db TX_START,"Hairy Bug",TX_END
db TX_START,"Often found in forests, eating\n"
db "leaves. It has a sharp, venomous\n"
db "stinger on its head.",TX_END
db TX_START,"Kakuna",TX_END
db TX_START,"Flip a coin. If heads, prevent all\n"
db "damage done to Kakuna during your\n"
db "opponent's next turn. (Any other\n"
db "effects of attacks still happen.)",TX_END
|