summaryrefslogtreecommitdiff
path: root/text/text5.asm
diff options
context:
space:
mode:
Diffstat (limited to 'text/text5.asm')
-rwxr-xr-xtext/text5.asm715
1 files changed, 715 insertions, 0 deletions
diff --git a/text/text5.asm b/text/text5.asm
new file mode 100755
index 0000000..6b2a76f
--- /dev/null
+++ b/text/text5.asm
@@ -0,0 +1,715 @@
+ db TX_START,"You're just going to turn \n"
+ db "and run!?! You chicken!",TX_END
+
+ db TX_START,"A 1-match duel with 4 prizes!\n"
+ db "Let's do it!",TX_END
+
+ db TX_START,"No! I lost again!\n"
+ db "I can't start training, yet!",TX_END
+
+ db TX_START,"Shoot! I'm going to \n"
+ db "become a better player!",TX_END
+
+ db TX_START,"Yeah! I won!\n"
+ db "I've gotten pretty good, haven't I?\n"
+ db "I think I'll start training again.",TX_END
+
+ db TX_START,"I've been training since I lost\n"
+ db "to you at the Grass Club.\n"
+ db "How about a rematch?",TX_END
+
+ db TX_START,"Would you like to duel Michael?",TX_END
+
+ db TX_START,"OK. But do duel me \n"
+ db "again sometime.",TX_END
+
+ db TX_START,"OK, a 1-match duel with 4 prizes!\n"
+ db "Let's do it!",TX_END
+
+ db TX_START,"I guess I need to train more...",TX_END
+
+ db TX_START,"Duel me again another time.\n"
+ db "See ya!",TX_END
+
+ db TX_START,"I guess my training has paid off!\n"
+ db "Duel me again sometime. See ya!",TX_END
+
+ db TX_START,"Training is so boring...\n"
+ db "Why anyone would want to?\n"
+ db "Hey, it's you!\n"
+ db "Do you want to duel me again?",TX_END
+
+ db TX_START,"Would you like to duel Jessica?",TX_END
+
+ db TX_START,"Well, OK.\n"
+ db "I'm busy anyway!",TX_END
+
+ db TX_START,"OK! A 1-match duel with 4 prizes!\n"
+ db "Let's go to it!",TX_END
+
+ db TX_START,"Oops! I lost...\n"
+ db "Here! You can have this!",TX_END
+
+ db TX_START,"Don't talk to me, I'm busy!",TX_END
+
+ db TX_START,"Hey, I won!\n"
+ db "Could this also be due to my \n"
+ db "natural ability? \n"
+ db "Well, I hope I see you around!",TX_END
+
+ db TX_START,"What is a deck?",TX_END
+
+ db TX_START,"A deck is the set of Pok`mon cards\n"
+ db "used in duels.\n"
+ db "A deck consists of 60 cards.\n"
+ db "Only 4 of the same card are\n"
+ db "allowed in a deck. Create your \n"
+ db "own deck to play the game.\n"
+ db "These are the basic rules of the\n"
+ db "Pok`mon Trading Card Game.",TX_END
+
+ db TX_START,"Cards, Vol. 1: Pok`mon Cards",TX_END
+
+ db TX_START,"There are 2 types of Pok`mon cards \n"
+ db "in the Pok`mon Trading Card Game:\n"
+ db "Basic Pok`mon and Evolution \n"
+ db "Pok`mon. Only Basic Pok`mon may be \n"
+ db "placed directly on the Bench.\n"
+ db "There are 2 types of Evolution\n"
+ db "Pok`mon cards: Stage 1 and \n"
+ db "Stage 2. Play Stage 1 Pok`mon on \n"
+ db "top of Basic Pok`mon, and Stage 2\n"
+ db "Pok`mon on top of Stage 1 Pok`mon.",TX_END
+
+ db TX_START,"Cards, Vol. 2: Energy Cards",TX_END
+
+ db TX_START,"Attach Energy cards to your Pok`mon\n"
+ db "to give them the energy they need to\n"
+ db "attack. Choose an Energy card from \n"
+ db "your hand and attach it to a\n"
+ db "Pok`mon. You may attach only \n"
+ db "one Energy card per turn.",TX_END
+
+ db TX_START,"Cards, Vol. 3: Trainer Cards",TX_END
+
+ db TX_START,"Trainer cards are one-shot cards\n"
+ db "that can be used once and are \n"
+ db "then discarded. You can play as \n"
+ db "many Trainer cards as you like \n"
+ db "during your turn.",TX_END
+
+ db TX_START,"Win or Loss of a Match, Vol. 1",TX_END
+
+ db TX_START,"When a Pok`mon loses all of \n"
+ db "its HP, the Pok`mon is knocked out. \n"
+ db "Place it and all attached Energy \n"
+ db "cards in the discard pile.\n"
+ db "Each time you knock out 1 \n"
+ db "of your opponent's Pok`mon, \n"
+ db "you draw 1 of your prize cards \n"
+ db "and place it in your hand. \n"
+ db "When you've taken all \n"
+ db "of your prizes, you win the game.",TX_END
+
+ db TX_START,"Win or Loss of a Match, Vol. 2",TX_END
+
+ db TX_START,"You also win if your opponent's\n"
+ db "deck is out of cards at the start\n"
+ db "of your opponent's turn. Be \n"
+ db "careful not to run out of cards!",TX_END
+
+ db TX_START,"Win or Loss of a Match, Vol. 3",TX_END
+
+ db TX_START,"You also win if your opponent has\n"
+ db "no Pok`mon left on the bench\n"
+ db "after you have knocked out his or\n"
+ db "her active Pok`mon. Be sure to \n"
+ db "keep enough Pok`mon on your bench.",TX_END
+
+ db TX_START,"Combos",TX_END
+
+ db TX_START,"You can create powerful combos by\n"
+ db "combining the abilities of 2 cards.\n"
+ db "Pok`mon Powers and Trainer Cards \n"
+ db "are useful in creating combos! \n"
+ db "Find card combinations that will\n"
+ db "create your own powerful combos.",TX_END
+
+ db TX_START,"Energy Trans",TX_END
+
+ db TX_START,"What if you place Exeggutor in the\n"
+ db "arena, but you don't have any Energy\n"
+ db "cards? In this case, use Venusaur's\n"
+ db "Energy Trans to transfer Grass\n"
+ db "Energy and use Big Eggsplosion! If\n"
+ db "you attach 8 Energy cards, you can\n"
+ db "give your opponent up to 160 damage.",TX_END
+
+ db TX_START,"Toxic Gas",TX_END
+
+ db TX_START,"Muk's Toxic Gas is very powerful!\n"
+ db "It can block all Pok`mon Powers!\n"
+ db "But be careful because it also\n"
+ db "blocks your own Pok`mon's Powers!",TX_END
+
+ db TX_START,"Rain Dance",TX_END
+
+ db TX_START,"Blastoise's Pok`mon Power, Rain \n"
+ db "Dance, is a great boon for your\n"
+ db "Water Pok`mon! You can attach \n"
+ db "as many Water Energy cards as \n"
+ db "you have to your Water Pok`mon.\n"
+ db "Power up your Pok`mon and attack!",TX_END
+
+ db TX_START,"Selfdestruct",TX_END
+
+ db TX_START,"It's a good idea to use Defender\n"
+ db "when attacking with Selfdestruct.\n"
+ db "That way, you'll be able to give\n"
+ db "major damage to your opponent's \n"
+ db "Active and Benched Pok`mon without \n"
+ db "your Pok`mon getting knocked out.",TX_END
+
+ db TX_START,"Damage Swap",TX_END
+
+ db TX_START,"You can use Alakazam's Damage Swap\n"
+ db "to move damage counters off of a\n"
+ db "Pok`mon that is almost knocked out,\n"
+ db "or you can create a combo by\n"
+ db "combining it with Chansey and\n"
+ db "Scoop Up. Keep moving damage \n"
+ db "counters to Chansey and use Scoop \n"
+ db "Up to return Chansey to your hand.\n"
+ db "Then put Chansey back in play. You\n"
+ db "will have lost all damage counters!",TX_END
+
+ db TX_START,"Hyper Beam",TX_END
+
+ db TX_START,"Hyper Beam is extremely powerful!\n"
+ db "You can remove the Energy cards \n"
+ db "attached to your opponent's\n"
+ db "Pok`mon! Without Energy, they won't\n"
+ db "be able to Attack or Retreat!",TX_END
+
+ db TX_START,"Prehistoric Power",TX_END
+
+ db TX_START,"Use Aerodactyl's Prehistoric Power\n"
+ db "to block your opponent's Pok`mon\n"
+ db "from evolving. Your own Pok`mon \n"
+ db "can't evolve? In that case, use\n"
+ db "Devolution Spray on Aerodactyl \n"
+ db "and turn it back into a \n"
+ db "Mysterious Fossil. Then you'll \n"
+ db "be able to evolve your Pok`mon!",TX_END
+
+ db TX_START,"Phantom Cards",TX_END
+
+ db TX_START,"It is rumored that there is a\n"
+ db "Phantom Card that can only be \n"
+ db "gotten by using Card Pop!\n"
+ db "It is believed there are 2 such\n"
+ db "cards, but no one knows what\n"
+ db "kind of cards they are.\n"
+ db "I'm off to search for someone \n"
+ db "who will give me these cards!\n"
+ db " ISHIHARA",TX_END
+
+ db TX_START,"Weakness and Resistance",TX_END
+
+ db TX_START,"If a Pok`mon has a Weakness,\n"
+ db "it takes double damage when attacked\n"
+ db "by Pok`mon of a certain type!\n"
+ db "If a Water Pok`mon attacks\n"
+ db "a Fire Pok`mon, the Fire Pok`mon\n"
+ db "will receive double damage!\n"
+ db "If a Pok`mon has a Resistance,\n"
+ db "it takes 30 less damage when\n"
+ db "attacked by Pok`mon of a certain\n"
+ db "type. If an Attack gives a damage \n"
+ db "of 30, the Pok`mon will not receive \n"
+ db "damage! Beware of the Weaknesses\n"
+ db "and Resistances of your Pok`mon!",TX_END
+
+ db TX_START,"Drawing Desired Cards",TX_END
+
+ db TX_START,"The Trainer card, Computer Search,\n"
+ db "is useful when you want to draw a\n"
+ db "certain card! Item Finder and\n"
+ db "Pok` Ball will also help!",TX_END
+
+ db TX_START,"Retreating",TX_END
+
+ db TX_START,"Retreating your Active Pok`mon to\n"
+ db "the Bench is a good strategy in\n"
+ db "certain situations! Retreating a \n"
+ db "Pok`mon requires Energy cards.\n"
+ db "Dodrio's Retreat Aid decreases the \n"
+ db "number of Energy cards required to\n"
+ db "retreat. If you retreat right away,\n"
+ db "your Pok`mon won't get knocked out!",TX_END
+
+ db TX_START,"Fighting Pok`mon",TX_END
+
+ db TX_START,"Fighting Pok`mon Characteristics:\n"
+ db "Strong against Lightning Pok`mon.\n"
+ db "Weak against Psychic Pok`mon.\n"
+ db "Require Fighting Energy cards \n"
+ db "to Attack.",TX_END
+
+ db TX_START,"Fighting Pok`mon and Combos",TX_END
+
+ db TX_START,"It is difficult to create combos\n"
+ db "with a Fighting Pok`mon, since\n"
+ db "not many Fighting Pok`mon have \n"
+ db "Pok`mon Power. However, their \n"
+ db "strong attacks make up for this.",TX_END
+
+ db TX_START,"Double Colorless Energy",TX_END
+
+ db TX_START,"Double Colorless Energy is a\n"
+ db "very useful card. By using this \n"
+ db "single card, you are able to\n"
+ db "attach 2 Energies at once.\n"
+ db "But be careful because the \n"
+ db "energy is colorless.",TX_END
+
+ db TX_START,"Rock Pok`mon",TX_END
+
+ db TX_START,"Rock Pok`mon Characteristics:\n"
+ db "Strong against Lightning Pok`mon.\n"
+ db "Weak against Grass Pok`mon.\n"
+ db "Require Fighting Energy cards\n"
+ db "to Attack.",TX_END
+
+ db TX_START,"Winning with Fighting Pok`mon",TX_END
+
+ db TX_START,"Fighting Pok`mon will have a hard\n"
+ db "time against Stage 2 Pok`mon,\n"
+ db "as many Stage 2 Pok`mon are\n"
+ db "resistant to Fighting Pok`mon.\n"
+ db "Try to knock out your opponent's\n"
+ db "Pok`mon before they evolve.",TX_END
+
+ db TX_START,"Basic Pok`mon",TX_END
+
+ db TX_START,"Basic Pok`mon are a must in the\n"
+ db "Pok`mon Trading Card Game!\n"
+ db "Basic Pok`mon are the only Pok`mon\n"
+ db "you can put directly from your\n"
+ db "hand into the play area. Stage 1\n"
+ db "and Stage 2 Evolution cards can\n"
+ db "only be used on Basic Pok`mon.\n"
+ db "Make sure you have enough\n"
+ db "Basic Pok`mon in your deck!",TX_END
+
+ db TX_START,"Water Pok`mon",TX_END
+
+ db TX_START,"Water Pok`mon Characteristics:\n"
+ db "Strong against Fire Pok`mon.\n"
+ db "Weak against Lightning Pok`mon.\n"
+ db "Some cards are weak against \n"
+ db "Grass Pok`mon. Require Water \n"
+ db "Energy cards to attack.",TX_END
+
+ db TX_START,"Water Pok`mon Attacks",TX_END
+
+ db TX_START,"Water Gun and Hydro Pump are\n"
+ db "attacks which have variable damage.\n"
+ db "The more Water Energy you attach,\n"
+ db "the more powerful the attack is!\n"
+ db "The attack can do up to 20 more \n"
+ db "damage in this way.",TX_END
+
+ db TX_START,"Paralyze",TX_END
+
+ db TX_START,"When a Pok`mon is paralyzed, it\n"
+ db "is unable to do anything.\n"
+ db "It cannot retreat, attack or use\n"
+ db "Pok`mon Power, but the player may\n"
+ db "use any cards in his or her hand.\n"
+ db "Paralysis lasts until the end of \n"
+ db "the paralyzed player's turn. \n"
+ db "Paralysis can be healed with\n"
+ db "Full Heal and Evolution cards.",TX_END
+
+ db TX_START,"Lightning Pok`mon",TX_END
+
+ db TX_START,"Lightning Pok`mon Characteristics:\n"
+ db "Strong against Water Pok`mon.\n"
+ db "Weak against Fighting Pok`mon.\n"
+ db "Require Lightning Energy cards\n"
+ db "to attack.",TX_END
+
+ db TX_START,"Energy Cards",TX_END
+
+ db TX_START,"There are 6 Basic Energy cards:\n"
+ db "Grass, Fire, Water, Lightning,\n"
+ db "Fighting and Psychic!\n"
+ db "There is also the Double Colorless\n"
+ db "Energy card.\n"
+ db "You may include as many Energy \n"
+ db "cards as you like in your deck,\n"
+ db "but you may only include 4\n"
+ db "Double Colorless Energy cards.",TX_END
+
+ db TX_START,"Card Pop!",TX_END
+
+ db TX_START,"When you and a friend Card Pop!,\n"
+ db "you will each receive a new card.\n"
+ db "After you Pop! with a friend, you \n"
+ db "won't be able to Pop! with the same\n"
+ db "friend for a while. You always get\n"
+ db "the same card when you Pop! with\n"
+ db "the same friend, so Pop! with many\n"
+ db "friends to get different cards!",TX_END
+
+ db TX_START,"Grass Pok`mon",TX_END
+
+ db TX_START,"Grass Pok`mon Characteristics:\n"
+ db "Strong against Rock Pok`mon.\n"
+ db "Weak against Fire Pok`mon.\n"
+ db "Some Water Pok`mon are weak\n"
+ db "against Grass Pok`mon. Require \n"
+ db "Grass Energy cards to attack.",TX_END
+
+ db TX_START,"Poison",TX_END
+
+ db TX_START,"When your Pok`mon is poisoned, it\n"
+ db "will continue to lose HP.\n"
+ db "The poisoned Pok`mon will lose\n"
+ db "10 HP at the end of each player's \n"
+ db "turn. To heal a Poisoned Pok`mon,\n"
+ db "you may retreat it to the Bench\n"
+ db "or use the Trainer Card, Full Heal.\n"
+ db "Evolving or Devolving the Pok`mon \n"
+ db "are other ways of healing it.",TX_END
+
+ db TX_START,"Grass Pok`mon & Pok`mon Breeder",TX_END
+
+ db TX_START,"Many Grass Pok`mon are capable of\n"
+ db "evolving to Stage 2 Pok`mon.\n"
+ db "Use the Trainer Card, Pok`mon\n"
+ db "Breeder, to evolve Pok`mon quickly.\n"
+ db "You'll be able to use powerful\n"
+ db "attacks early in the game.",TX_END
+
+ db TX_START,"Psychic Pok`mon",TX_END
+
+ db TX_START,"Psychic Pok`mon Characteristics:\n"
+ db "Weak against Psychic Pok`mon.\n"
+ db "Some Colorless Pok`mon are strong \n"
+ db "against Psychic Pok`mon. Require\n"
+ db "Psychic Energy cards to attack.",TX_END
+
+ db TX_START,"Sleep",TX_END
+
+ db TX_START,"When a Pok`mon is asleep,\n"
+ db "it is unable to do anything.\n"
+ db "It cannot attack, retreat or use\n"
+ db "Pok`mon Power. A coin will be \n"
+ db "flipped at the end of each player's \n"
+ db "turn. If the coin comes up heads, \n"
+ db "the Pok`mon will wake up. If it's\n"
+ db "tails, the Pok`mon remains asleep.\n"
+ db "Use Full Heal to wake it up!",TX_END
+
+ db TX_START,"Pok`mon Power",TX_END
+
+ db TX_START,"Some Pok`mon have special \n"
+ db "abilities called Pok`mon Power.\n"
+ db "They are very powerful abilities!\n"
+ db "They can be used before attacking, \n"
+ db "even if the Pok`mon with the \n"
+ db "Pok`mon Power is still on the Bench.\n"
+ db "There are many different Pok`mon \n"
+ db "Powers, so check your cards!",TX_END
+
+ db TX_START,"Science Club Pok`mon",TX_END
+
+ db TX_START,"Characteristics of Pok`mon used\n"
+ db "in the Science Club:\n"
+ db "Strong against Rock Pok`mon.\n"
+ db "Weak against Psychic Pok`mon.\n"
+ db "Many cards have attacks with \n"
+ db "poison and sleep effects.\n"
+ db "Require Grass Energy cards\n"
+ db "to attack.",TX_END
+
+ db TX_START,"Confusion",TX_END
+
+ db TX_START,"It's big trouble if your Pok`mon\n"
+ db "gets Confused!\n"
+ db "When a Confused Pok`mon tries to\n"
+ db "attack, you must flip a coin!\n"
+ db "If it's heads, the attack is \n"
+ db "successful, but if it's tails,\n"
+ db "the Pok`mon will attack itself\n"
+ db "for 20 damage!",TX_END
+
+ db TX_START,"Useful Buttons",TX_END
+
+ db TX_START,"While pressing the B Button,\n"
+ db "use the + Control Pad to view\n"
+ db "your own or your opponent's \n"
+ db "Play Area or Discard Pile!\n"
+ db "B + Down = Your Play Area\n"
+ db "B + Left = Your Discard Pile\n"
+ db "B + Up = Opponent's Play Area\n"
+ db "B + Right = Opponent's Discard Pile\n"
+ db "Remember these handy functions!",TX_END
+
+ db TX_START,"Fire Pok`mon",TX_END
+
+ db TX_START,"Fire Pok`mon Characteristics:\n"
+ db "Strong against Grass Pok`mon.\n"
+ db "Weak against Water Pok`mon.\n"
+ db "Some Grass Pok`mon are not weak\n"
+ db "against Fire Pok`mon.\n"
+ db "Require Fire Energy cards\n"
+ db "to attack.",TX_END
+
+ db TX_START,"Fire Pok`mon Attacks",TX_END
+
+ db TX_START,"Many Fire Pok`mon attacks require\n"
+ db "that an Energy card be removed.\n"
+ db "Be sure to include many Energy\n"
+ db "cards in decks with Fire Pok`mon.\n"
+ db "It might be wise to also include\n"
+ db "Energy Retrieval in your deck.",TX_END
+
+ db TX_START,"Original Game Boy Cards",TX_END
+
+ db TX_START,"The Pok`mon Trading Card Game\n"
+ db "for Game Boy includes many \n"
+ db "original cards, like the \n"
+ db TX_START,TX_LVL,"14 Meowth with the Cat Punch \n"
+ db "attack. There are many new cards,\n"
+ db "so go search them out!",TX_END
+
+ db TX_START,"Colorless Pok`mon",TX_END
+
+ db TX_START,"Colorless Pok`mon are very easy\n"
+ db "to use. They can attack with \n"
+ db "any type of Energy card, so\n"
+ db "you can include them in any type\n"
+ db "of deck. There are many Colorless \n"
+ db "Pok`mon, so check them all out!",TX_END
+
+ db TX_START,"Dragon Pok`mon",TX_END
+
+ db TX_START,"Colorless Dragon Pok`mon cards\n"
+ db "have resistance to Psychic\n"
+ db "Pok`mon and have no weaknesses.\n"
+ db "They can attack with any type\n"
+ db "of Energy card - they are truly\n"
+ db "worthy of the name \"dragon!\"",TX_END
+
+ db TX_START,"Bird Pok`mon",TX_END
+
+ db TX_START,"Colorless Bird Pok`mon cards\n"
+ db "have resistance to Fighting\n"
+ db "Pok`mon but are weak against\n"
+ db "Lightning Pok`mon. They can attack\n"
+ db "with any type of Energy card.\n"
+ db "They can retreat easily, since\n"
+ db "they are flying.",TX_END
+
+ db TX_START,"Legendary Pok`mon Cards, Vol. 1",TX_END
+
+ db TX_START,"The first of the Legendary Pok`mon\n"
+ db "Cards is ",TX_LVL,"37 Moltres. With\n"
+ db "Firegiver, you can place Fire\n"
+ db "Energy cards in your hand! Also,\n"
+ db "Dive Bomb is a powerful attack!\n"
+ db "Grand Master Courtney, the Fire\n"
+ db "Queen, owns this card!",TX_END
+
+ db TX_START,"Legendary Pok`mon Cards, Vol. 2",TX_END
+
+ db TX_START,"The second Legendary Pok`mon Card\n"
+ db "is ",TX_LVL,"68 Zapdos. With Peal of\n"
+ db "Thunder, just putting this card on\n"
+ db "the bench causes damage!\n"
+ db "Also, Big Thunder is a powerful\n"
+ db "attack! The Thunder Grand Master,\n"
+ db "Steve, owns this card!",TX_END
+
+ db TX_START,"Legendary Pok`mon Cards, Vol. 3",TX_END
+
+ db TX_START,"The third Legendary Pok`mon Card\n"
+ db "is ",TX_LVL,"37 Articuno. Its Quickfreeze\n"
+ db "will paralyze opponents' Pok`mon\n"
+ db "when the card is put in play!\n"
+ db "Also, Ice Breath is a powerful\n"
+ db "Attack! Grand Master Jack,\n"
+ db "the Ice-man, owns this card!",TX_END
+
+ db TX_START,"Legendary Pok`mon Cards, Vol. 4",TX_END
+
+ db TX_START,"The fourth Legendary Pok`mon Card\n"
+ db "is ",TX_LVL,"41 Dragonite. Its Healing\n"
+ db "Wind will heal damage done to \n"
+ db "Pok`mon when this card is played!\n"
+ db "Also, Slam is a powerful attack!\n"
+ db "Rod, Leader of the Grand Masters,\n"
+ db "owns this card!",TX_END
+
+ db TX_START,"The Grand Masters",TX_END
+
+ db TX_START,"Courtney, Steve, Jack and Rod -\n"
+ db "the 4 Grand Masters who defend\n"
+ db "the Legendary Pok`mon Cards - \n"
+ db "are all master players of the \n"
+ db "Pok`mon Trading Card Game!",TX_END
+
+ db TX_START,"Master Medals",TX_END
+
+ db TX_START,"There are a total of 8 Master Medals\n"
+ db "owned by the Club Masters. It is \n"
+ db "said that the secret of their Club's\n"
+ db "deck is encrypted in the Master \n"
+ db "Medals. Some say the medals were \n"
+ db "a gift from the Grand Masters.",TX_END
+
+ db TX_START,"Plate of Legends",TX_END
+
+ db TX_START,"\"Those in search of the Legendary\n"
+ db " Pok`mon Cards...\n"
+ db " Defeat the Masters of the 8 Clubs\n"
+ db " and attain the 8 Medals.\n"
+ db " Once attained, defeat the Grand\n"
+ db " Master here at Pok`mon Dome...\n"
+ db " Then you shall inherit\n"
+ db " the Legendary Pok`mon Cards.\"",TX_END
+
+ db TX_START,"Mysterious Voice",TX_END
+
+ db TX_START,"Greetings! Welcome to the \n"
+ db "Challenge Hall! The Challenge Cup \n"
+ db "will begin soon. If you win the \n"
+ db "Challenge Cup, you will receive \n"
+ db "a Promotional Card! Please join \n"
+ db "us for this competition.",TX_END
+
+ db TX_START,"Greetings! Welcome to the \n"
+ db "Challenge Hall! This is where the\n"
+ db "the Challenge Cup is held. The \n"
+ db "Challenge Cup may start at any\n"
+ db "time, so please visit the \n"
+ db "Challenge Hall often.",TX_END
+
+ db TX_START,"Greetings! Welcome to the \n"
+ db "Challenge Hall! Defeat 3 \n"
+ db "opponents here, and you shall be \n"
+ db "presented with a wonderful gift!\n"
+ db "Please join in the competition!",TX_END
+
+ db TX_START,"Most unfortunate, ",TX_RAM1,".\n"
+ db "Once you enter, you won't be able\n"
+ db "to re-enter for some time. \n"
+ db "Please try again another day.",TX_END
+
+ db TX_START,"Congratulations, ",TX_RAM1,"!\n"
+ db "You received a card!\n"
+ db "Please join us for the next \n"
+ db "Challenge Cup, too.",TX_END
+
+ db TX_START,"I won't lose to any\n"
+ db "whipper-snapper!\n"
+ db "I'm going to win this \n"
+ db "Challenge Cup!",TX_END
+
+ db TX_START,"I work at the Challenge Cup\n"
+ db "as the HOST.\n"
+ db "I can't wait to get up on stage!",TX_END
+
+ db TX_START,"The time has come to see if all\n"
+ db "my training has paid off!\n"
+ db "I'm going to win the Challenge Cup\n"
+ db "and become a Grand Master!",TX_END
+
+ db TX_START,"Hey now! It's the Challenge Cup!\n"
+ db "Hey now! Gonna give it a try!\n"
+ db "Hey now! Gonna beat 3 people!\n"
+ db "Hey now! Watch me win the prize!",TX_END
+
+ db TX_START,"I'm good enough to compete in\n"
+ db "the Challenge Cup! Girls are just\n"
+ db "as good at the Pok`mon Trading\n"
+ db "Card Game as boys!",TX_END
+
+ db TX_START,"What's that? Oh! The Challenge \n"
+ db "Cup isn't being held right now.\n"
+ db "Me? I'm waiting for the Challenge\n"
+ db "Cup to begin.",TX_END
+
+ db TX_START,"Hi, ",TX_RAM1,".\n"
+ db "Are you competing, too?",TX_END
+
+ db TX_START,"I'm the one who's going to\n"
+ db "defeat 3 opponents! The prize, \n"
+ db TX_START,TX_LVL,"60 Mewtwo, belongs to me!\n"
+ db "You just sit tight and watch me win!\n"
+ db "See Ya! Ha ha ha ha ha ha!",TX_END
+
+ db TX_START,"Hey, it's ",TX_RAM1," - the loser\n"
+ db "of the Challenge Cup!",TX_END
+
+ db TX_START,"What? You're asking if I won?\n"
+ db "I lost to the third opponent!\n"
+ db "I just lost my concentration.\n"
+ db "But I'll win the next Challenge \n"
+ db "Cup! Of course I'll puverize you!\n"
+ db "See ya! Ha ha ha ha ha ha!",TX_END
+
+ db TX_START,"Hey ",TX_RAM1,", too bad \n"
+ db "you're too late!",TX_END
+
+ db TX_START,"The Challenge Cup is over! I\n"
+ db "defeated 3 opponents and won\n"
+ db "the prize - ",TX_LVL,"60 Mewtwo!\n"
+ db "See ya! Ha ha ha ha ha ha!",TX_END
+
+ db TX_START,"Hi, ",TX_RAM1,".\n"
+ db "What are you doing here?",TX_END
+
+ db TX_START,"The Challenge Cup is over! I\n"
+ db "defeated 3 opponents and won\n"
+ db "the prize - ",TX_LVL,"60 Mewtwo!\n"
+ db "I guess you could try entering\n"
+ db "the next Challenge Cup, but \n"
+ db "you won't have a chance since \n"
+ db "I'll win that one, too!\n"
+ db "See ya! Ha ha ha ha ha ha!",TX_END
+
+ db TX_START,"Hey, ",TX_RAM1,".\n"
+ db "We meet again.",TX_END
+
+ db TX_START,"No matter who enters the Challenge\n"
+ db "Cup, I'll be the winner! \n"
+ db TX_START,TX_LVL,"8 Mew, this Cup's prize, will \n"
+ db "belong to me! Why don't you just\n"
+ db "give up and go home!\n"
+ db "See ya! Ha ha ha ha ha ha!",TX_END
+
+ db TX_START,"Hey, it's ",TX_RAM1," - the\n"
+ db "loser of the Challenge Cup!",TX_END
+
+ db TX_START,"That was a close one for me!\n"
+ db "I lost to the third opponent!\n"
+ db "But I'll win the next Challenge \n"
+ db "Cup! And of course, I'll pulverize \n"
+ db "you! See ya! Ha ha ha ha ha!",TX_END
+
+ db TX_START,"Hey, isn't that ",TX_RAM1,"?\n"
+ db "Late as always!",TX_END
+
+ db TX_START,"The Challenge Cup is already\n"
+ db "over! What? Who won?\n"
+ db "Who do you expect!?! Me, of \n"
+ db "course! The prize belongs to\n"
+ db "me! ",TX_LVL,"8 Mew! See ya!\n"
+ db "Ha ha ha ha ha ha!",TX_END
+
+ db TX_START,"Hey, ",TX_RAM1,"!\n"
+ db "What are you doing here?",TX_END \ No newline at end of file