summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconstants.asm3
-rwxr-xr-xconstants/text_constants.asm15
-rwxr-xr-xmain.asm27
-rwxr-xr-xtext/text1.asm650
-rwxr-xr-xtext/text2.asm1088
-rwxr-xr-xtext/text3.asm1199
-rwxr-xr-xtext/text4.asm781
-rwxr-xr-xtext/text5.asm715
-rwxr-xr-xtext/text6.asm803
-rwxr-xr-xtext/text7.asm790
-rwxr-xr-xtext/text8.asm858
-rwxr-xr-xtext/text9.asm956
-rwxr-xr-xtext/texta.asm961
-rwxr-xr-xtext/textb.asm888
-rwxr-xr-xtext/textc.asm881
-rwxr-xr-xtext/textd.asm125
16 files changed, 10726 insertions, 14 deletions
diff --git a/constants.asm b/constants.asm
index 3f067a9..56ee9a3 100755
--- a/constants.asm
+++ b/constants.asm
@@ -1,2 +1,3 @@
INCLUDE "constants/map_constants.asm"
-INCLUDE "constants/music_constants.asm" \ No newline at end of file
+INCLUDE "constants/music_constants.asm"
+INCLUDE "constants/text_constants.asm" \ No newline at end of file
diff --git a/constants/text_constants.asm b/constants/text_constants.asm
new file mode 100755
index 0000000..0a5d509
--- /dev/null
+++ b/constants/text_constants.asm
@@ -0,0 +1,15 @@
+TX_START EQU $06
+TX_END EQU $00
+
+TX_RAM1 EQU $09
+TX_RAM2 EQU $0B
+TX_RAM3 EQU $0C
+
+TX_FIRE EQUS "$05,$01"
+TX_GRASS EQUS "$05,$02"
+TX_LIGHTNING EQUS "$05,$03"
+TX_WATER EQUS "$05,$04"
+TX_FIGHTING EQUS "$05,$05"
+TX_PSYCHIC EQUS "$05,$06"
+TX_COLORLESS EQUS "$05,$07"
+TX_LVL EQUS "$05,$11" \ No newline at end of file
diff --git a/main.asm b/main.asm
index 6540b9f..a84a06b 100755
--- a/main.asm
+++ b/main.asm
@@ -43,43 +43,44 @@ INCBIN "baserom.gbc",$30000,$4000
SECTION "bankD",ROMX,BANK[$D]
TextOffsets: ; 34000 (d:4000)
-INCBIN "baserom.gbc",$34000,$4000
+INCBIN "baserom.gbc",$34000,$3630a - $34000
+INCLUDE "text/text1.asm"
SECTION "bankE",ROMX,BANK[$E]
-INCBIN "baserom.gbc",$38000,$4000
+INCLUDE "text/text2.asm"
SECTION "bankF",ROMX,BANK[$F]
-INCBIN "baserom.gbc",$3C000,$4000
+INCLUDE "text/text3.asm"
SECTION "bank10",ROMX,BANK[$10]
-INCBIN "baserom.gbc",$40000,$4000
+INCLUDE "text/text4.asm"
SECTION "bank11",ROMX,BANK[$11]
-INCBIN "baserom.gbc",$44000,$4000
+INCLUDE "text/text5.asm"
SECTION "bank12",ROMX,BANK[$12]
-INCBIN "baserom.gbc",$48000,$4000
+INCLUDE "text/text6.asm"
SECTION "bank13",ROMX,BANK[$13]
-INCBIN "baserom.gbc",$4C000,$4000
+INCLUDE "text/text7.asm"
SECTION "bank14",ROMX,BANK[$14]
-INCBIN "baserom.gbc",$50000,$4000
+INCLUDE "text/text8.asm"
SECTION "bank15",ROMX,BANK[$15]
-INCBIN "baserom.gbc",$54000,$4000
+INCLUDE "text/text9.asm"
SECTION "bank16",ROMX,BANK[$16]
-INCBIN "baserom.gbc",$58000,$4000
+INCLUDE "text/texta.asm"
SECTION "bank17",ROMX,BANK[$17]
-INCBIN "baserom.gbc",$5C000,$4000
+INCLUDE "text/textb.asm"
SECTION "bank18",ROMX,BANK[$18]
-INCBIN "baserom.gbc",$60000,$4000
+INCLUDE "text/textc.asm"
SECTION "bank19",ROMX,BANK[$19]
-INCBIN "baserom.gbc",$64000,$4000
+INCLUDE "text/textd.asm"
SECTION "bank1A",ROMX,BANK[$1A]
emptybank
diff --git a/text/text1.asm b/text/text1.asm
new file mode 100755
index 0000000..1ed1614
--- /dev/null
+++ b/text/text1.asm
@@ -0,0 +1,650 @@
+ db TX_START,"Hand",TX_END
+
+ db TX_START,"Check",TX_END
+
+ db TX_START,"Attack",TX_END
+
+ db TX_START,"PKMN Power",TX_END
+
+ db TX_START,"Done",TX_END
+
+ db TX_START,"Type",TX_END
+
+ db TX_START,"Retreat",TX_END
+
+ db TX_START,"Weakness",TX_END
+
+ db TX_START,"Resistance",TX_END
+
+ db TX_START,"PKMN PWR",TX_END
+
+ db $56,$19,$33,$3D,$16,$78,$4C,TX_END
+
+ db TX_START,"Length",TX_END
+
+ db TX_START,"Weight",TX_END
+
+ db TX_START," Pok`mon",TX_END
+
+ db $03,$4c,TX_END
+
+ db TX_START,"lbs.",TX_END
+
+ db $70,TX_END
+
+ db $03,$52,TX_END
+
+ db $03,$53,TX_END
+
+ db $03,$54,TX_END
+
+ db TX_START," All cards owned:",TX_END
+
+ db TX_START,"Total number of cards",TX_END
+
+ db TX_START,"Types of cards",TX_END
+
+ db TX_START,"Grass Pok`mon",TX_END
+
+ db TX_START,"Fire Pok`mon",TX_END
+
+ db TX_START,"Water Pok`mon",TX_END
+
+ db TX_START,"Lightning Pok`mon",TX_END
+
+ db TX_START,"Fighting Pok`mon",TX_END
+
+ db TX_START,"Psychic Pok`mon",TX_END
+
+ db TX_START,"Colorless Pok`mon",TX_END
+
+ db TX_START,"Trainer Card",TX_END
+
+ db TX_START,"Energy Card",TX_END
+
+ db TX_START,"Deck",TX_END
+
+ db TX_START,"Attack",TX_END
+
+ db TX_START,"No Pok`mon on the Bench.",TX_END
+
+ db TX_START,"Unable to due to Sleep.",TX_END
+
+ db TX_START,"Unable to due to Paralysis.",TX_END
+
+ db TX_START,TX_RAM2," received\n"
+ db "10 damage due to Poison.",TX_END
+
+ db TX_START,TX_RAM2," received\n"
+ db "20 damage due to Double Poison.",TX_END
+
+ db TX_START,TX_RAM2," is\n"
+ db "still Asleep.",TX_END
+
+ db TX_START,TX_RAM2," is\n"
+ db "cured of Sleep.",TX_END
+
+ db TX_START,TX_RAM2," is\n"
+ db "cured of Paralysis.",TX_END
+
+ db TX_START,"Between Turns.",TX_END
+
+ db TX_START,"Unable to use it.",TX_END
+
+ db TX_START,"No Energy cards.",TX_END
+
+ db TX_START,"Is this OK?",TX_END
+
+ db TX_START,"Yes No",TX_END
+
+ db TX_START,"Discard",TX_END
+
+ db TX_START,"Incomplete",TX_END
+
+ db TX_START,"Damage",TX_END
+
+ db TX_START,"Used ",TX_RAM2,".",TX_END
+
+ db TX_START,"Received damage",TX_END
+
+ db TX_START,TX_RAM2,"'s\n"
+ db TX_START,TX_RAM2,"!",TX_END
+
+ db TX_START,TX_RAM2," received\n"
+ db TX_RAM3," damage due to Resistance!",TX_END
+
+ db TX_START,TX_RAM2," received\n"
+ db TX_RAM3," damage due to Weakness!",TX_END
+
+ db TX_START,TX_RAM2," received\n"
+ db TX_RAM3," damage due to Weakness!",TX_END
+
+ db TX_START,TX_RAM2," did not\n"
+ db "receive damage due to Resistance.",TX_END
+
+ db TX_START,TX_RAM2," took\n"
+ db TX_RAM3," damage.",TX_END
+
+ db TX_START,TX_RAM2," did not\n"
+ db "receive damage!",TX_END
+
+ db TX_START,"No selectable Attack",TX_END
+
+ db TX_START,"Unable to Retreat.",TX_END
+
+ db TX_START,"You may only attach 1 Energy card\n"
+ db "per turn.",TX_END
+
+ db TX_START,"Use this Pok`mon Power?",TX_END
+
+ db TX_START,"You do not need to select the\n"
+ db "Pok`mon Power to use it.",TX_END
+
+ db TX_START,"You may discard this card during\n"
+ db "your turn.\n"
+ db "It will be counted as a Knock Out\n"
+ db "(This Discard is not\n"
+ db "a Pok`mon Power)",TX_END
+
+ db TX_START,TX_RAM1," will draw ",TX_RAM3," Prize(s).",TX_END
+
+ db TX_START,TX_RAM1," drew ",TX_RAM3," Prize(s).",TX_END
+
+ db TX_START,TX_RAM1," placed\n"
+ db "a ",TX_RAM2,".",TX_END
+
+ db TX_START,"Unable to select.",TX_END
+
+ db TX_START,"Grass\n"
+ db "Fire\n"
+ db "Water\n"
+ db "Lightning\n"
+ db "Fighting\n"
+ db "Psychic",TX_END
+
+ db TX_GRASS,TX_END
+
+ db TX_FIRE,TX_END
+
+ db TX_WATER,TX_END
+
+ db TX_LIGHTNING,TX_END
+
+ db TX_FIGHTING,TX_END
+
+ db TX_PSYCHIC,TX_END
+
+ db TX_START,"Bench",TX_END
+
+ db TX_START,"Knock Out",TX_END
+
+ db TX_START,"20 damage to Self due to Confusion.",TX_END
+
+ db TX_START,"Choose the Energy card\n"
+ db "you wish to discard.",TX_END
+
+ db TX_START,"The Active Pok`mon was Knocked Out.\n"
+ db "Please choose the next Pok`mon.",TX_END
+
+ db TX_START,"Press START\n"
+ db "When you are ready.",TX_END
+
+ db TX_START,"You play first.",TX_END
+
+ db TX_START,"You play second.",TX_END
+
+ db TX_START,"Transmission Error.\n"
+ db "Start again from the beginning.",TX_END
+
+ db TX_START,"Choose the card\n"
+ db "you wish to examine.",TX_END
+
+ db TX_START,"Transmitting data...",TX_END
+
+ db TX_START,"Waiting...\n"
+ db " Hand Examine",TX_END
+
+ db TX_START,"Selecting Bench Pok`mon...\n"
+ db " Hand Examine Back",TX_END
+
+ db TX_START,TX_RAM2,"\n"
+ db "Retreated to the Bench.",TX_END
+
+ db TX_START,TX_RAM2,"'s\n"
+ db "Retreat was unsuccessful.",TX_END
+
+ db TX_START,TX_RAM2," will use the\n"
+ db "Pok`mon Power ",TX_RAM2,".",TX_END
+
+ db TX_START,"Finished the Turn\n"
+ db "without Attacking.",TX_END
+
+ db TX_START,TX_RAM1,"'s Turn.",TX_END
+
+ db TX_START,"Attached ",TX_RAM2,"\n"
+ db "to ",TX_RAM2,".",TX_END
+
+ db TX_START,TX_RAM2," evolved\n"
+ db "into ",TX_RAM2,".",TX_END
+
+ db TX_START,"Placed ",TX_RAM2,"\n"
+ db "on the Bench.",TX_END
+
+ db TX_START,TX_RAM2,"\n"
+ db "was placed in the Arena.",TX_END
+
+ db TX_START,TX_RAM1," shuffles the Deck.",TX_END
+
+ db TX_START,"Since this is just practice,\n"
+ db "Do not shuffle the Deck.",TX_END
+
+ db TX_START,"Each player will\n"
+ db "shuffle the opponent's Deck.",TX_END
+
+ db TX_START,"Each player will draw 7 cards.",TX_END
+
+ db TX_START,TX_RAM1,"\n"
+ db "drew 7 cards.",TX_END
+
+ db TX_START,TX_RAM1,"'s deck has ",TX_RAM3," cards.",TX_END
+
+ db TX_START,"Choose a Basic Pok`mon\n"
+ db "to place in the Arena.",TX_END
+
+ db TX_START,"There are no Basic Pok`mon\n"
+ db "in ",TX_RAM1,"'s hand.",TX_END
+
+ db TX_START,"Neither player has any Basic\n"
+ db "Pok`mon in his or her hand.",TX_END
+
+ db TX_START,"Return the cards to the Deck\n"
+ db "and draw again.",TX_END
+
+ db TX_START,"You may choose up to 5 Basic Pok`mon\n"
+ db "to place on the Bench.",TX_END
+
+ db TX_START,"Please choose an\n"
+ db "Active Pok`mon.",TX_END
+
+ db TX_START,"Choose your\n"
+ db "Bench Pok`mon.",TX_END
+
+ db TX_START,"You drew ",TX_RAM2,".",TX_END
+
+ db TX_START,"You cannot select this card.",TX_END
+
+ db TX_START,"Placing the Prizes...",TX_END
+
+ db TX_START,"Please place\n"
+ db TX_RAM3," Prizes.",TX_END
+
+ db TX_START,"If heads,\n"
+ db TX_START,TX_RAM2," plays first.",TX_END
+
+ db TX_START,"A coin will be tossed\n"
+ db "to decide who plays first.",TX_END
+
+ db TX_START,"Decision...",TX_END
+
+ db TX_START,"The Duel with ",TX_RAM1,"\n"
+ db "was a Draw!",TX_END
+
+ db TX_START,"You won the Duel with ",TX_RAM1,"!",TX_END
+
+ db TX_START,"You lost the Duel\n"
+ db "with ",TX_RAM1,"...",TX_END
+
+ db TX_START,"Start a Sudden-Death\n"
+ db "Match for 1 Prize!",TX_END
+
+ db TX_START,"Prizes Left\n"
+ db "Active Pok`mon\n"
+ db "Cards in Deck",TX_END
+
+ db TX_START,"None",TX_END
+
+ db TX_START,"Yes",TX_END
+
+ db TX_START,"Cards",TX_END
+
+ db TX_START,TX_RAM1," took\n"
+ db "all the Prizes!",TX_END
+
+ db TX_START,"There are no Pok`mon\n"
+ db "in ",TX_RAM1,"'s Play Area!",TX_END
+
+ db TX_START,TX_RAM2," was\n"
+ db "Knocked Out!",TX_END
+
+ db TX_START,TX_RAM2," have\n"
+ db "Pok`mon Power.",TX_END
+
+ db TX_START,"Unable to us Pok`mon Power due to\n"
+ db "the effect of Toxic Gas.",TX_END
+
+ db TX_START," Play\n"
+ db " Check",TX_END
+
+ db TX_START," Play\n"
+ db " Check",TX_END
+
+ db TX_START," Select\n"
+ db " Check",TX_END
+
+ db $03,$31,$0C,$03,$42,$0C,TX_END
+
+ db TX_START,TX_RAM1," is thinking.",TX_END
+
+ db $70,$70,$70,$70,$70,$70,$70,$70,$70,$70,TX_END
+
+ db TX_START,"Select a computer opponent.",TX_END
+
+ db TX_START,"Number of Prizes",TX_END
+
+ db TX_START,"Random 1",TX_END
+
+ db TX_START,"Random 2",TX_END
+
+ db TX_START,"Random 3",TX_END
+
+ db TX_START,"Random 4",TX_END
+
+ db TX_START,"Training COM",TX_END
+
+ db TX_START,"Player 1",TX_END
+
+ db TX_START,"Player 2",TX_END
+
+ db TX_START,"Left to Right",TX_END
+
+ db TX_START,"Right to Left",TX_END
+
+ db TX_START,"START: Change\n"
+ db " A: Execute\n"
+ db " B: End",TX_END
+
+ db TX_START,"Other\n"
+ db "Poison\n"
+ db "Sleep\n"
+ db "Payalysis\n"
+ db "Confusion\n"
+ db "Double Poison\n"
+ db "Clear\n"
+ db "Foul Gas\n"
+ db "Opponent's Hand\n"
+ db "Discard from Hand\n"
+ db "Select Deck\n"
+ db "Select Discard\n"
+ db "From Hand to Deck\n"
+ db "Take Prize\n"
+ db "Change Player\n"
+ db "Shuffle Deck\n"
+ db "Discard Bench\n"
+ db "Change Card",TX_END
+
+ db TX_START,"WIN GAME\n"
+ db "LOSE GAME\n"
+ db "DRAW GAME\n"
+ db "CHANGE CASE\n"
+ db "PAUSE MODE\n"
+ db "CHANGE COMPUTER OPPONENT\n"
+ db "CHANGE PLAYER 2 TO COM\n"
+ db "FLIP 20\n"
+ db "SAVE NOW\n"
+ db "LOAD FILE",TX_END
+
+ db TX_START,"Save File",TX_END
+
+ db TX_START,"Load File\n"
+ db " ",$07,$60,$06," Last Saved File",TX_END
+
+ db TX_START,"Pause Mode is ON\n"
+ db "Press SELECT to Pause",TX_END
+
+ db TX_START,"Pause Mode is OFF",TX_END
+
+ db TX_START,"Computer Mode is OFF",TX_END
+
+ db TX_START,"Computer Mode is ON",TX_END
+
+ db TX_START,TX_GRASS," Pok`mon\n"
+ db TX_START,TX_FIRE," Pok`mon\n"
+ db TX_START,TX_WATER," Pok`mon\n"
+ db TX_START,TX_LIGHTNING," Pok`mon\n"
+ db TX_START,TX_FIGHTING," Pok`mon\n"
+ db TX_START,TX_PSYCHIC," Pok`mon\n"
+ db TX_START,TX_COLORLESS," Pok`mon\n"
+ db "Trainer Card\n"
+ db "Energy Card",TX_END
+
+ db TX_START,"Card List",TX_END
+
+ db TX_START,"Test Coin Flip",TX_END
+
+ db TX_START,"End without Prizes?",TX_END
+
+ db TX_START,"Reset Back Up RAM?",TX_END
+
+ db TX_START,"Your Data was destroyed\n"
+ db "somehow.\n\n"
+ db "The game cannot be continued\n"
+ db "in its present condition.\n"
+ db "Please restart the game after\n"
+ db "the Data is reset.",TX_END
+
+ db TX_START,"No cards in hand.",TX_END
+
+ db TX_START,"The Discard Pile has no cards.",TX_END
+
+ db TX_START,"Player's Discard Pile",TX_END
+
+ db TX_START,TX_RAM1,"'s Hand",TX_END
+
+ db TX_START,TX_RAM1,"'s Play Area",TX_END
+
+ db TX_START,TX_RAM1,"'s Deck",TX_END
+
+ db TX_START,"Please select\n"
+ db "Hand.",TX_END
+
+ db TX_START,"Please select\n"
+ db "Card.",TX_END
+
+ db TX_START,"There are no Pok`mon\n"
+ db "with Damage Counters.",TX_END
+
+ db TX_START,"There are no Damage Counters.",TX_END
+
+ db TX_START,"No Energy cards are attached to\n"
+ db "the opponent's Active Pok`mon.",TX_END
+
+ db TX_START,"There are no Energy cards\n"
+ db "in the the Discard Pile.",TX_END
+
+ db TX_START,"There are no Basic Energy cards\n"
+ db "in the Discard Pile.",TX_END
+
+ db TX_START,"There are no cards left in the Deck.",TX_END
+
+ db TX_START,"There is no space on the Bench.",TX_END
+
+ db TX_START,"There are no Pok`mon capable\n"
+ db "of Evolving.",TX_END
+
+ db TX_START,"You cannot Evolve a Pok`mon\n"
+ db "in the same turn it was placed.",TX_END
+
+ db TX_START,"Not affected by Poison,\n"
+ db "Sleep, Paralysis, or Confusion.",TX_END
+
+ db TX_START,"Not enough cards in Hand.",TX_END
+
+ db TX_START,"No Pok`mon on the Bench.",TX_END
+
+ db TX_START,"There are no Pok`mon\n"
+ db "in the Discard Pile.",TX_END
+
+ db TX_START,"Conditions for evolving to\n"
+ db "Stage 2 not fulfilled.",TX_END
+
+ db TX_START,"There are no cards in Hand\n"
+ db "that you can change.",TX_END
+
+ db TX_START,"There are no cards in the\n"
+ db "Discard Pile.",TX_END
+
+ db TX_START,"There are no Stage 1 Pok`mon\n"
+ db "in the Play Area.",TX_END
+
+ db TX_START,"No Energy cards are attached to\n"
+ db "Pok`mon in your Play Area.",TX_END
+
+ db TX_START,"No Energy cards attached to Pok`mon\n"
+ db "in your opponent's Play Area.",TX_END
+
+ db TX_START,TX_RAM3," Energy cards\n"
+ db "are required to Retreat.",TX_END
+
+ db TX_START,"Not enough Energy cards.",TX_END
+
+ db TX_START,"Not enough Fire Energy.",TX_END
+
+ db TX_START,"Not enough Psychic Energy.",TX_END
+
+ db TX_START,"Not enough Water Energy.",TX_END
+
+ db TX_START,"There are no Trainer Cards\n"
+ db "in the Discard Pile.",TX_END
+
+ db TX_START,"No Attacks may be choosen.",TX_END
+
+ db TX_START,"You did not receive an Attack\n"
+ db "to Mirror Move.",TX_END
+
+ db TX_START,"This attack cannot\n"
+ db "be used twice.",TX_END
+
+ db TX_START,"No Weakness.",TX_END
+
+ db TX_START,"No Resistance.",TX_END
+
+ db TX_START,"Only once per turn.",TX_END
+
+ db TX_START,"Cannot use due to Sleep, Paralysis,\n"
+ db "or Confusion.",TX_END
+
+ db TX_START,"Cannot be used in the turn in\n"
+ db "which it was played.",TX_END
+
+ db TX_START,"There is no Energy card attached.",TX_END
+
+ db TX_START,"No Grass Energy.",TX_END
+
+ db TX_START,"Cannot use since there's only\n"
+ db "1 Pok`mon.",TX_END
+
+ db TX_START,"Cannot use because\n"
+ db "it will be Knocked Out.",TX_END
+
+ db TX_START,"Can only be used on the Bench.",TX_END
+
+ db TX_START,"There are no Pok`mon on the Bench.",TX_END
+
+ db TX_START,"Opponent is not Asleep",TX_END
+
+ db TX_START,"Unable to use due to the\n"
+ db "effects of Toxic Gas.",TX_END
+
+ db TX_START,"A Transmission Error occured.",TX_END
+
+ db TX_START,"Back Up is broken.",TX_END
+
+ db TX_START,"Error No. 02:\n"
+ db "Printer is not connected.",TX_END
+
+ db TX_START,"Error No. 01:\n"
+ db "Batteries have lost their charge.",TX_END
+
+ db TX_START,"Error No. 03:\n"
+ db "Printer paper is jammed.",TX_END
+
+ db TX_START,"Error No. 02:\n"
+ db "Check cable or printer switch.",TX_END
+
+ db TX_START,"Error No. 04:\n"
+ db "Printer Packet Error.",TX_END
+
+ db TX_START,"Printing was interrupted.",TX_END
+
+ db TX_START,"Card Pop! cannot be played\n"
+ db "with the Game Boy.\n"
+ db "Please use a\n"
+ db "Game Boy Color.",TX_END
+
+ db TX_START,"Sand-attack check!\n"
+ db "If Tails, Attack is unsuccessful.",TX_END
+
+ db TX_START,"Smokescreen check!\n"
+ db "If Tails, Attack is unsuccessful.",TX_END
+
+ db TX_START,"Paralysis check!\n"
+ db "If Heads, opponent is Paralyzed.",TX_END
+
+ db TX_START,"Sleep check!\n"
+ db "If Heads, opponent becomes Asleep.",TX_END
+
+ db TX_START,"Poison check!\n"
+ db "If Heads, opponent is Poisoned.",TX_END
+
+ db TX_START,"Confusion check! If Heads,\n"
+ db "opponent becomes Confused.",TX_END
+
+ db TX_START,"Venom Powder check! If Heads,\n"
+ db "opponent is Poisoned & Confused.",TX_END
+
+ db TX_START,"If Tails, your Pok`mon\n"
+ db "becomes Confused.",TX_END
+
+ db TX_START,"Damage check!\n"
+ db "If Tails, no damage!!!",TX_END
+
+ db TX_START,"If Heads,\n"
+ db "Draw 1 card from Deck!",TX_END
+
+ db TX_START,"Flip until Tails appears.\n"
+ db "10 damage for each Heads!!!",TX_END
+
+ db TX_START,"If Heads, + 10 damage!\n"
+ db "If Tails, +10 damage to yourself!",TX_END
+
+ db TX_START,"10 damage to opponent's Bench if\n"
+ db "Heads, damage to yours if Tails.",TX_END
+
+ db TX_START,"If Heads, change opponent's\n"
+ db "Active Pok`mon.",TX_END
+
+ db TX_START,"If Heads,\n"
+ db "Heal is successful.",TX_END
+
+ db TX_START,"If Tails, ",TX_RAM3," damage\n"
+ db "to yourself, too.",TX_END
+
+ db TX_START,"Success check!!!\n"
+ db "If Heads, Attack is successful!",TX_END
+
+ db TX_START,"Trainer card success check!\n"
+ db "If Heads, you're successful!",TX_END
+
+ db TX_START,"Card check!\n"
+ db "If Heads, 8 cards! If Tails, 1 card!",TX_END
+
+ db TX_START,"If Heads, you will not receive\n"
+ db "damage during opponent's next turn!",TX_END
+
+ db TX_START,"Damage check",TX_END
+
+ db TX_START,"Damage check!\n"
+ db "If Heads, +",TX_RAM3," damage!!",TX_END
+
+ db TX_START,"Damage check!\n"
+ db "If Heads, x ",TX_RAM3," damage!!" \ No newline at end of file
diff --git a/text/text2.asm b/text/text2.asm
new file mode 100755
index 0000000..162ee28
--- /dev/null
+++ b/text/text2.asm
@@ -0,0 +1,1088 @@
+ db TX_START,"Acid check! If Heads,\n"
+ db "unable to Retreat during next turn.",TX_END
+
+ db TX_START,"Transparency check! If Heads,\n"
+ db "do not receive opponent's Attack!",TX_END
+
+ db TX_START,"Confusion check,\n"
+ db "If Tails, damage to yourself!",TX_END
+
+ db TX_START,"Confusion check!\n"
+ db "If Tails, unable to Retreat.",TX_END
+
+ db TX_START,TX_RAM2,"'s Sleep check.",TX_END
+
+ db TX_START,"Opponent is Poisoned if Heads,\n"
+ db "and Confused if Tails.",TX_END
+
+ db TX_START,"If Heads, do not receive damage\n"
+ db "or effect of opponent's next Attack!",TX_END
+
+ db TX_START,"If Heads, opponent cannot Attack\n"
+ db "next turn!",TX_END
+
+ db TX_START,"Attack unsuccessful.",TX_END
+
+ db TX_START,"Unable to Retreat due to\n"
+ db "the effects of Acid.",TX_END
+
+ db TX_START,"Unable to use a Trainer card\n"
+ db "due to the effects of Headache.",TX_END
+
+ db TX_START,"Unable to Attack due to\n"
+ db "the effects of Tail wag.",TX_END
+
+ db TX_START,"Unable to Attack due to\n"
+ db "the effects of Leer.",TX_END
+
+ db TX_START,"Unable to Attack due to\n"
+ db "the effects of Bone attack.",TX_END
+
+ db TX_START,"Unable to use this Attack\n"
+ db "due to the effects of Amnesia.",TX_END
+
+ db TX_START,TX_RAM2," was Knocked Out\n"
+ db "due to the effects of Destiny Bond.",TX_END
+
+ db TX_START,TX_RAM2," receives ",TX_RAM3," damage\n"
+ db "due to the effects of Strikes Back.",TX_END
+
+ db TX_START,"Unable to evolve due to the\n"
+ db "effects of Prehistoric Power.",TX_END
+
+ db TX_START,"No damage or effect on next Attack\n"
+ db "due to the effects of Fly.",TX_END
+
+ db TX_START,"No damage or effect on next Attack\n"
+ db "due to the effects of Barrier.",TX_END
+
+ db TX_START,"No damage or effect on next Attack\n"
+ db "due to the effects of Agility.",TX_END
+
+ db TX_START,"Unable to use this Attack due to\n"
+ db "the effects of N Shield.",TX_END
+
+ db TX_START,"No damage or effect on next Attack\n"
+ db "due to the effects of N Shield.",TX_END
+
+ db TX_START,"No damage or effect on next Attack\n"
+ db "due to the effects of Transparency",TX_END
+
+ db TX_START,TX_RAM2,"\n"
+ db "metamorphs to ",TX_RAM2,".",TX_END
+
+ db TX_START,"Select a Pok`mon on the Bench\n"
+ db "to switch with the Active Pok`mon.",TX_END
+
+ db TX_START,"Select a Pok`mon to place\n"
+ db "in the Arena.",TX_END
+
+ db TX_START,TX_RAM1," is selecting a Pok`mon\n"
+ db "to place in the Arena.",TX_END
+
+ db TX_START,"Choose the Weakness you wish\n"
+ db "to change with Conversion 1.",TX_END
+
+ db TX_START,"Choose the Resistance you wish\n"
+ db "to change with Conversion 2.",TX_END
+
+ db TX_START,"Choose the Pok`mon whose color you\n"
+ db "wish to change with Color change.",TX_END
+
+ db TX_START,"Changed the Weakness of\n"
+ db TX_START,TX_RAM2," to ",TX_RAM2,".",TX_END
+
+ db TX_START,"Changed the Resistance of\n"
+ db TX_START,TX_RAM2," to ",TX_RAM2,".",TX_END
+
+ db TX_START,"Changed the color of\n"
+ db TX_START,TX_RAM2," to ",TX_RAM2,".",TX_END
+
+ db TX_START,"Draw 1 card from the Deck.",TX_END
+
+ db TX_START,"Draw ",TX_RAM3," card(s) from the Deck.",TX_END
+
+ db TX_START,"Cannot draw a card because\n"
+ db "there are no cards in the Deck.",TX_END
+
+ db TX_START,"Choose a Pok`mon on the Bench\n"
+ db "to give damage to.",TX_END
+
+ db TX_START,"Choose up to 3 Pok`mon on the\n"
+ db "Bench to give damage to.",TX_END
+
+ db TX_START,"Choose 1 Basic Energy card\n"
+ db "from the Deck.",TX_END
+
+ db TX_START,"Choose a Pok`mon to attach\n"
+ db "the Energy card to.",TX_END
+
+ db TX_START,"Choose and Discard\n"
+ db "1 Fire Energy card.",TX_END
+
+ db TX_START,"Choose and Discard\n"
+ db "2 Fire Energy cards.",TX_END
+
+ db TX_START,"Discard from opponent's Deck as many\n"
+ db "Fire Energy cards as were discarded.",TX_END
+
+ db TX_START,"Choose and Discard\n"
+ db "2 Energy cards.",TX_END
+
+ db TX_START,"Choose a Krabby\n"
+ db "from the Deck.",TX_END
+
+ db TX_START,"Choose and Discard an Energy card\n"
+ db "from the opponent's Active Pok`mon.",TX_END
+
+ db TX_START,"Choose the Attack the opponent will\n"
+ db "not be able to use on the next turn.",TX_END
+
+ db TX_START,"Choose a Basic Fighting Pok`mon\n"
+ db "from the Deck.",TX_END
+
+ db TX_START,"Choose an Oddish\n"
+ db "from the Deck.",TX_END
+
+ db TX_START,"Choose an Oddish",TX_END
+
+ db TX_START,"Choose a Krabby.",TX_END
+
+ db TX_START,"Choose a Basic\n"
+ db "Energy card.",TX_END
+
+ db TX_START,"Choose a Nidoran% or a\n"
+ db "Nidoran$ from the Deck.",TX_END
+
+ db TX_START,"Choose a Nidoran%\n"
+ db "or a Nidoran$.",TX_END
+
+ db TX_START,"Choose a Basic\n"
+ db "Fighting Pok`mon",TX_END
+
+ db TX_START,"Procedure for Energy Transfer:\n\n"
+ db "1. Choose the Pok`mon to move Grass\n"
+ db " Energy from. Press the A Button.\n\n"
+ db "2. Choose the Pok`mon to move the\n"
+ db " energy to and press the A Button.\n\n"
+ db "3. Repeat steps 1 and 2.\n\n"
+ db "4. Press the B Button to end.",TX_END
+
+ db TX_START,"Choose a Bellsprout\n"
+ db "from the Deck.",TX_END
+
+ db TX_START,"Choose a Bellsprout.",TX_END
+
+ db TX_START,"Choose a Pok`mon to remove\n"
+ db "the Damage counter from.",TX_END
+
+ db TX_START,"Procedure for Curse:\n\n"
+ db "1. Choose a Pok`mon to move the\n"
+ db " Damage counter from and press\n"
+ db " the A Button.\n\n"
+ db "2. Choose a Pok`mon to move the\n"
+ db " Damage counter to and press\n"
+ db " the A Button.\n\n"
+ db "3. Press the B Button to cancel.",TX_END
+
+ db TX_START,"Choose 2 Energy cards from the\n"
+ db "Discard Pileto attach to a Pok`mon.",TX_END
+
+ db TX_START,"Choose 2 Energy cards from the\n"
+ db "Discard Pile for your Hand.",TX_END
+
+ db TX_START,"Choose an Energy\n"
+ db "card.",TX_END
+
+ db TX_START,"Procedure for Prophecy:\n\n"
+ db "1. Choose either your Deck\n"
+ db " or your opponent's Deck\n\n"
+ db "2. Choose the cards you wish to\n"
+ db " place on top and press the\n"
+ db " A Button.\n\n"
+ db "3. Select Yes after you choose\n"
+ db " the 3 cards and their order.\n\n"
+ db "4. Press the B Button to cancel.",TX_END
+
+ db TX_START,"Choose the order\n"
+ db "of the cards.",TX_END
+
+ db TX_START,"Procedure for Damage Swap:\n\n"
+ db "1. Choose a Pok`mon to move a\n"
+ db " Damage counter from and press\n"
+ db " the A Button.\n\n"
+ db "2. Choose a Pok`mon to move the\n"
+ db " Damage counter to and press\n"
+ db " the A Button.\n\n"
+ db "3. Repeat steps 1 and 2.\n\n"
+ db "4. Press the B Button to end.\n\n"
+ db "5. You cannot move the counter if\n"
+ db " it will Knock Out the Pok`mon.",TX_END
+
+ db TX_START,"Procedure for Devolution Beam.\n\n"
+ db "1. Choose either a Pok`mon in your\n"
+ db " Play Area or your opponent's\n"
+ db " Play Area and press the A Button.\n\n"
+ db "2. Choose the Pok`mon to Devolve\n"
+ db " and press the A Button.\n\n"
+ db "3. Press the B Button to cancel.",TX_END
+
+ db TX_START,"Procedure for Strange Behavior:\n\n"
+ db "1. Choose the Pok`mon with the\n"
+ db " Damage counters to move to\n"
+ db " Slowbro and press the A Button.\n\n"
+ db "2. Repeat step 1 as many times as\n"
+ db " you wish to move the counters.\n\n"
+ db "3. Press the B Button to end.\n\n"
+ db "4. You cannot move the damage if\n"
+ db " Slowbro will be Knocked Out.",TX_END
+
+ db TX_START,"Choose the opponent's Attack\n"
+ db "to be used with Metronome.",TX_END
+
+ db TX_START,"There is no ",TX_RAM2,"\n"
+ db "in the Deck.",TX_END
+
+ db TX_START,"Would you like to check the Deck?",TX_END
+
+ db TX_START,"Please select the Deck:\n"
+ db " Yours Opponent's",TX_END
+
+ db TX_START,"Please select the Play Area:\n"
+ db " Yours Opponent's",TX_END
+
+ db TX_START,"Nidoran$ Nidoran%",TX_END
+
+ db TX_START,"Oddish",TX_END
+
+ db TX_START,"Bellsprout",TX_END
+
+ db TX_START,"Krabby",TX_END
+
+ db TX_START,"Fighting Pok`mon",TX_END
+
+ db TX_START,"Basic Energy",TX_END
+
+ db TX_START,"Peek was used to look at the\n"
+ db TX_RAM2," in your Hand.",TX_END
+
+ db TX_START,"Card Peek was used on",TX_END
+
+ db TX_START,TX_RAM2," and all attached\n"
+ db "cards were returned to the Hand.",TX_END
+
+ db TX_START,TX_RAM2," was chosen\n"
+ db "for the effect of Amnesia.",TX_END
+
+ db TX_START,"A Basic Pok`mon was placed\n"
+ db "on each Bench.",TX_END
+
+ db TX_START,TX_RAM2,"'s\n"
+ db TX_RAM2," was unsuccessful.",TX_END
+
+ db TX_START,"There was no effect\n"
+ db "from ",TX_RAM2,".",TX_END
+
+ db TX_START,"The Energy card from ",TX_RAM1,"'s\n"
+ db "Play Area was moved.",TX_END
+
+ db TX_START,TX_RAM1," drew\n"
+ db TX_RAM3," Fire Energy from the Hand.",TX_END
+
+ db TX_START,"The Pok`mon cards in ",TX_RAM1,"'s\n"
+ db "Hand and Deck were shuffled",TX_END
+
+ db TX_START,"Remove Damage counter each time the\n"
+ db "A Button is pressed. B Button quits.",TX_END
+
+ db TX_START,"Choose a Pok`mon to remove\n"
+ db "the Damage counter from.",TX_END
+
+ db TX_START,"Choose the card to Discard\n"
+ db "from the Hand.",TX_END
+
+ db TX_START,"Choose a Pok`mon to remove\n"
+ db "Energy from and choose the Energy.",TX_END
+
+ db TX_START,"Choose 2 Basic Energy cards\n"
+ db "from the Discard Pile.",TX_END
+
+ db TX_START,"Choose a Pok`mon and press the A\n"
+ db "Button to remove Damage counters.",TX_END
+
+ db TX_START,"Choose 2 cards from the Hand\n"
+ db "to Discard.",TX_END
+
+ db TX_START,"Choose 2 cards from the Hand\n"
+ db "to return to the Deck.",TX_END
+
+ db TX_START,"Choose a card to\n"
+ db "place in the Hand.",TX_END
+
+ db TX_START,"Choose a Pok`mon to\n"
+ db "attach Defender to.",TX_END
+
+ db TX_START,"You can draw up to ",TX_RAM3," cards.\n"
+ db "A to Draw, B to End.",TX_END
+
+ db TX_START,"Choose a Pok`mon to\n"
+ db "return to the Deck.",TX_END
+
+ db TX_START,"Choose a Pok`mon to\n"
+ db "place in play.",TX_END
+
+ db TX_START,"Choose a Basic Pok`mon\n"
+ db "to Evolve.",TX_END
+
+ db TX_START,"Choose a Pok`mon to\n"
+ db "Scoop Up.",TX_END
+
+ db TX_START,"Choose a card from your\n"
+ db "Hand to Switch.",TX_END
+
+ db TX_START,"Choose a card to\n"
+ db "Switch.",TX_END
+
+ db TX_START,"Choose a Basic or Evolution\n"
+ db "Pok`mon card from the Deck.",TX_END
+
+ db TX_START,"Choose\n"
+ db "a Pok`mon card.",TX_END
+
+ db TX_START,"Rearrange the 5 cards at\n"
+ db "the top of the Deck.",TX_END
+
+ db TX_START,"Please check the opponent's\n"
+ db "Hand.",TX_END
+
+ db TX_START,"Evolution card",TX_END
+
+ db TX_START,TX_RAM2," was chosen.",TX_END
+
+ db TX_START,"Choose a Basic Pok`mon\n"
+ db "to place on the Bench.",TX_END
+
+ db TX_START,"Choose an Evolution card and\n"
+ db "press the A Button to Devolve 1.",TX_END
+
+ db TX_START,"Choose a Pok`mon in your Area, then\n"
+ db "a Pok`mon in your opponent's.",TX_END
+
+ db TX_START,"Choose up to 4\n"
+ db "from the Discard Pile.",TX_END
+
+ db TX_START,"Choose a Pok`mon to switch\n"
+ db "with the Active Pok`mon.",TX_END
+
+ db TX_START,TX_RAM2," and all attached\n"
+ db "cards were returned to the Deck.",TX_END
+
+ db TX_START,TX_RAM2," was returned\n"
+ db "from the Arena to the Hand.",TX_END
+
+ db TX_START,TX_RAM2," was returned\n"
+ db "from the Bench to the Hand.",TX_END
+
+ db TX_START,TX_RAM2," was returned\n"
+ db "to the Deck.",TX_END
+
+ db TX_START,TX_RAM2," was placed\n"
+ db "in the Hand.",TX_END
+
+ db TX_START,"The card you received",TX_END
+
+ db TX_START,"You received these cards:",TX_END
+
+ db TX_START,"Choose the card\n"
+ db "to put back.",TX_END
+
+ db TX_START,"Choose the card\n"
+ db "to Discard.",TX_END
+
+ db TX_START,"Discarded ",TX_RAM3," cards\n"
+ db "from ",TX_RAM1,"'s Deck.",TX_END
+
+ db TX_START,"Discarded ",TX_RAM2,"\n"
+ db "from the Hand.",TX_END
+
+ db TX_START,"None came!",TX_END
+
+ db TX_START,TX_RAM2,"\n"
+ db "came to the Bench!",TX_END
+
+ db TX_START,TX_RAM1," has\n"
+ db "no cards in Hand!",TX_END
+
+ db TX_START,TX_RAM2," healed\n"
+ db TX_RAM3," damage!",TX_END
+
+ db TX_START,TX_RAM2," devolved\n"
+ db "to ",TX_RAM2,"!",TX_END
+
+ db TX_START,"There was no Fire Energy.",TX_END
+
+ db TX_START,"You can select ",TX_RAM3," more cards. Quit?",TX_END
+
+ db TX_START,"There was no effect!",TX_END
+
+ db TX_START,"There was no effect\n"
+ db "from Toxic",TX_END
+
+ db TX_START,"There was no effect\n"
+ db "from Poison.",TX_END
+
+ db TX_START,"There was no effect\n"
+ db "from Sleep.",TX_END
+
+ db TX_START,"There was no effect\n"
+ db "from Paralysis.",TX_END
+
+ db TX_START,"There was no effect\n"
+ db "from Confusion.",TX_END
+
+ db TX_START,"There was no effet\n"
+ db "from Poison, Confusion.",TX_END
+
+ db TX_START,"Exchanged the cards\n"
+ db "in ",TX_RAM1,"'s Hand.",TX_END
+
+ db TX_START,"Battle Center",TX_END
+
+ db TX_START,"Prizes\n"
+ db " cards",TX_END
+
+ db TX_START,"Choose the number\n"
+ db "of Prizes.",TX_END
+
+ db TX_START,"Please wait...\n"
+ db "Deciding the number of Prizes...",TX_END
+
+ db TX_START,"Begin a ",TX_RAM3,"-Prize Duel\n"
+ db "with ",TX_RAM1,".",TX_END
+
+ db TX_START,"Are you both ready\n"
+ db "to Card Pop! ?",TX_END
+
+ db TX_START,"The Pop! wasn't successful.\n"
+ db "Please try again.",TX_END
+
+ db TX_START,"You cannot Card Pop! with a\n"
+ db "friend you previously Popped! with.",TX_END
+
+ db TX_START,"Position the Game Boy Colors\n"
+ db "and press the A Button.",TX_END
+
+ db TX_START,"Received ",TX_RAM2,"\n"
+ db "through Card Pop!",TX_END
+
+ db TX_START,TX_RAM1," received\n"
+ db "a ",TX_RAM2,"!",TX_END
+
+ db TX_START,TX_RAM1," received a Promotional\n"
+ db "card ",TX_RAM2,"!",TX_END
+
+ db TX_START,TX_RAM1," received the Legendary\n"
+ db "card ",TX_RAM2,"!",TX_END
+
+ db TX_START,TX_RAM1," received a Promotinal\n"
+ db "card Flyin' Pikachu!",TX_END
+
+ db TX_START,TX_RAM1," received a Promotional\n"
+ db "card Surfin' Pikachu!",TX_END
+
+ db TX_START,"Received a Flareon!!!\n"
+ db "Looked at the card list!",TX_END
+
+ db TX_START,"Now printing.\n"
+ db "Please wait...",TX_END
+
+ db TX_START,"Booster Pack",TX_END
+
+ db TX_START,"Would you like to try again?",TX_END
+
+ db TX_START,"Sent to ",TX_RAM1,".",TX_END
+
+ db TX_START,"Received from ",TX_RAM1,".",TX_END
+
+ db TX_START,"Sending a card...Move the Game\n"
+ db "Boys close and press the A Button.",TX_END
+
+ db TX_START,"Receiving a card...Move\n"
+ db "the Game Boys close together.",TX_END
+
+ db TX_START,"Sending a Deck Configuration...\n"
+ db "Position the Game Boys and press A.",TX_END
+
+ db TX_START,"Receiving Deck configuration...\n"
+ db "Position the Game Boys and press A.",TX_END
+
+ db TX_START,"Card transfer wasn't successful.",TX_END
+
+ db TX_START,"Card transfer wasn't successful",TX_END
+
+ db TX_START,"Deck configuration transfer\n"
+ db "wasn't successful",TX_END
+
+ db TX_START,"Deck configuration transfer\n"
+ db "wasn't successful.",TX_END
+
+ db TX_START,"Now printing...",TX_END
+
+ db TX_START,"Dr. Mason",TX_END
+
+ db TX_START,"Draw 7 cards,\n\n"
+ db "and get ready for the battle!\n"
+ db "Choose your Active Pok`mon.\n"
+ db "You can only choose Basic Pok`mon\n"
+ db "as your Active Pok`mon,\n"
+ db "so you can choose either Goldeen\n"
+ db "or Staryu.\n"
+ db "For our practice duel,\n"
+ db "choose Goldeen.",TX_END
+
+ db TX_START,"Choose Goldeen for this\n"
+ db "practice duel, OK?",TX_END
+
+ db TX_START,"Next, put your Pok`mon on your\n"
+ db "Bench.\n"
+ db "You can switch Benched Pok`mon\n"
+ db "with your Active Pok`mon.\n"
+ db "Again, only Basic Pok`mon can be\n"
+ db "placed on your Bench.\n"
+ db "Choose Staryu from your hand and\n"
+ db "put it there.",TX_END
+
+ db TX_START,"Choose Staryu for this\n"
+ db "practice duel, OK?",TX_END
+
+ db TX_START,"When you have no Pok`mon to put on\n"
+ db "your Bench, press the B Button to\n"
+ db "finish.",TX_END
+
+ db TX_START,"1. Choose Hand from the Menu.\n"
+ db " Select a Water Energy card.",TX_END
+
+ db TX_START,"2. Attach a Water Energy card to\n"
+ db " your Active Pok`mon, Goldeen.",TX_END
+
+ db TX_START,"3. Choose Attack from the Menu\n"
+ db " and select Horn Attack.",TX_END
+
+ db TX_START,"1. Evolve Goldeen by\n"
+ db " attaching Seaking to it.",TX_END
+
+ db TX_START,"2. Attach a Psychic Energy card\n"
+ db " to the evolved Seaking.",TX_END
+
+ db TX_START,"3. Choose Attack and select\n"
+ db " Waterfall to attack your\n"
+ db " opponent.",TX_END
+
+ db TX_START,"1. Attach a Water Energy card to\n"
+ db " your Benched Staryu.",TX_END
+
+ db TX_START,"2. Choose Attack and attack your\n"
+ db " opponent with Horn Attack.",TX_END,TX_END
+
+ db TX_START,"1. Take Drowzee from your hand\n"
+ db " and put it on your Bench.",TX_END
+
+ db TX_START,"2. Attach a Water Energy card to\n"
+ db " your Benched Drowzee.",TX_END
+
+ db TX_START,"3. Choose Seaking and attack your\n"
+ db " opponent with Waterfall.",TX_END
+
+ db TX_START,"1. Choose a Water Energy card from\n"
+ db " your hand and attach it to\n"
+ db " Staryu.",TX_END
+
+ db TX_START,"2. Choose Staryu and attack your\n"
+ db " opponent with Slap.",TX_END
+
+ db TX_START,"1. Choose the Potion card in your\n"
+ db " hand to recover Staryu's HP.",TX_END
+
+ db TX_START,"2. Attach a Water Energy card to\n"
+ db " Staryu.",TX_END
+
+ db TX_START,"3. Choose Staryu and attack your\n"
+ db " opponent with Slap.",TX_END
+
+ db TX_START,"1. Evolve Staryu by\n"
+ db " attaching Starmie to it.",TX_END
+
+ db TX_START,"2. Select the evolved Starmie and\n"
+ db " attack your opponent with Star \n"
+ db " Freeze.",TX_END
+
+ db TX_START,"1. Select Starmie and attack your\n"
+ db " opponent with Star Freeze.",TX_END
+
+ db TX_START,"2. You Knocked Machop Out.\n"
+ db " Now you can draw a Prize.",TX_END
+
+ db TX_START,"1. Your Seaking was Knocked Out.\n"
+ db " Choose your Benched Staryu\n"
+ db " and press the A Button to set\n"
+ db " it as your Active Pok`mon.",TX_END
+
+ db TX_START,"2. You can check Pok`mon data by\n"
+ db " pressing SELECT.",TX_END
+
+ db TX_START,"To use the attack command, you need\n"
+ db "to attach Energy cards to your\n"
+ db "Pok`mon.\n\n"
+ db "Choose Cards from the Menu, and\n"
+ db "select a Water Energy card.",TX_END
+
+ db TX_START,"Next, choose your Active Pok`mon,\n"
+ db "Goldeen, and press the A Button.\n"
+ db "Then the Water Energy card will\n"
+ db "be attached to Goldeen.",TX_END
+
+ db TX_START,"Finally, attack your opponent by\n"
+ db "selecting an attack command.\n"
+ db "Choose Attack from the Menu, and\n"
+ db "select Horn Attack.",TX_END
+
+ db TX_START,"Your Goldeen's gonna get Knocked\n"
+ db "Out. Let's evolve it!\n"
+ db "Choose Seaking from your hand and\n"
+ db "attach it to Goldeen to\n"
+ db "Evolve it.\n"
+ db "Its HP increases from 40 to 70.",TX_END
+
+ db TX_START,"Your Seaking doesn't have enough\n"
+ db "Energy to use Waterfall.\n"
+ db "You need to attach a Psychic Energy\n"
+ db "card to Seaking.\n"
+ db TX_COLORLESS," means any Energy card.\n"
+ db "Now you can use Waterfall.\n"
+ db "Keep the Water Energy card for\n"
+ db "other Pok`mon.",TX_END
+
+ db TX_START,"Now let's attack your opponent with\n"
+ db "Seaking's Waterfall!",TX_END
+
+ db TX_START,"Seaking's got enough Energy, so\n"
+ db "you don't need to attach any more.\n"
+ db "Attach Energy cards to your Benched\n"
+ db "Pok`mon to get them ready for\n"
+ db "battle.\n\n"
+ db "Attach a Water Energy card to your\n"
+ db "Benched Staryu.",TX_END
+
+ db TX_START,"Next, select the attack command.\n"
+ db "Machop has 10 HP left.\n"
+ db "Seaking's Horn Attack will be\n"
+ db "enough to Knock out Machop.\n"
+ db "Now, choose Seaking's\n"
+ db "Horn Attack.",TX_END
+
+ db TX_START,"Now Machop's HP is 0 and it is\n"
+ db "Knocked Out.\n"
+ db "When you Knock Out the Defending\n"
+ db "Pok`mon, you can pick up a\n"
+ db "Prize.",TX_END
+
+ db TX_START,"When all your Pok`mon are Knocked\n"
+ db "Out and there are no Pok`mon on your\n"
+ db "Bench, you lose the game.\n\n"
+ db "Put Drowzee, the Basic Pok`mon\n"
+ db "you just drew, on your Bench.",TX_END
+
+ db TX_START,"Attach a Water Energy card to\n"
+ db "Drowzee to get it ready to\n"
+ db "attack.",TX_END
+
+ db TX_START,"Choose your Active Seaking and\n"
+ db "attack your opponent with\n"
+ db "Waterfall.",TX_END
+
+ db TX_START,"Staryu evolves into Starmie!\n\n"
+ db "Let's get Staryu ready to use\n"
+ db "Starmie's attack command when it\n"
+ db "evolves to Starmie.\n\n"
+ db "Choose the Water Energy card from\n"
+ db "your hand and attach it to Staryu.",TX_END
+
+ db TX_START,"Attack your opponent with Staryu's\n"
+ db "Slap.",TX_END
+
+ db TX_START,"Now, recover Staryu with a Trainer\n"
+ db "card.\n"
+ db "Choose Potion from your hand.",TX_END
+
+ db TX_START,"Now let's get ready to evolve\n"
+ db "it to Starmie.\n"
+ db "Also, attach a Water Energy card to\n"
+ db "Staryu.",TX_END
+
+ db TX_START,"Attack your opponent with Staryu's\n"
+ db "Slap to end your turn.",TX_END
+
+ db TX_START,"Now you have finally drawn a\n"
+ db "Starmie card!\n"
+ db "Choose Starmie from your hand and\n"
+ db "use it to evolve Staryu.",TX_END
+
+ db TX_START,"You've already attached enough\n"
+ db "Energy to use Star Freeze.\n"
+ db "Attack your opponent with\n"
+ db "Starmie's Star Freeze.",TX_END
+
+ db TX_START,"Now Machop has only 10 HP left.\n"
+ db "Let's finish the battle!\n"
+ db "Attack with Starmie's Star Freeze.\n"
+ db TX_END
+
+ db TX_START,"You've Knocked Out your opponent!\n\n"
+ db "Pick up the last Prize.\n"
+ db TX_START,TX_RAM1," is the winner!",TX_END
+
+ db TX_START,"Choose a Benched Pok`mon to replace\n"
+ db "your Knocked Out Pok`mon.\n"
+ db "You now have Drowzee and Staryu\n"
+ db "on your Bench.\n"
+ db "Choose Staryu as the Active Pok`mon\n"
+ db "for this practice duel.",TX_END
+
+ db TX_START,"Here, press SELECT to\n"
+ db "check Pok`mon data.\n"
+ db "It is important to know your cards\n"
+ db "and the status of your Pok`mon.",TX_END
+
+ db TX_START,"Select Staryu for this practice,\n"
+ db "OK?",TX_END
+
+ db TX_START,"Now, let's play the game!",TX_END
+
+ db TX_START,"Do you need to practice again?",TX_END
+
+ db TX_START,"This is Practice Mode, so\n"
+ db "please follow my guidance.\n"
+ db "Do it again.",TX_END
+
+ db TX_START,TX_RAM1,"'s turn ",TX_RAM3,TX_END
+
+ db TX_START," Replace due to Knockout ",TX_END
+
+ db TX_START,"Dummy",TX_END
+
+ db TX_START,"Practice Player",TX_END
+
+ db TX_START,"Sam's Practice",TX_END
+
+ db TX_START,"Charmander & Friends",TX_END
+
+ db TX_START,"Charmander extra",TX_END
+
+ db TX_START,"Squirtle & Friends",TX_END
+
+ db TX_START,"Squirtle extra",TX_END
+
+ db TX_START,"Bulbasaur & Friends",TX_END
+
+ db TX_START,"Bulbasaur extra",TX_END
+
+ db TX_START,"First-Strike",TX_END
+
+ db TX_START,"Rock Crusher",TX_END
+
+ db TX_START,"Go Go Rain Dance",TX_END
+
+ db TX_START,"Zapping Selfdestruct",TX_END
+
+ db TX_START,"Flower Power",TX_END
+
+ db TX_START,"Strange Psyshock",TX_END
+
+ db TX_START,"Wonders of Science",TX_END
+
+ db TX_START,"Fire Charge",TX_END
+
+ db TX_START,"Legendary Moltres",TX_END
+
+ db TX_START,"Legendary Zapdos",TX_END
+
+ db TX_START,"Legendary Articuno",TX_END
+
+ db TX_START,"Legendary Dragonite",TX_END
+
+ db TX_START,"I'm Ronald!",TX_END
+
+ db TX_START,"Powerful Ronald",TX_END
+
+ db TX_START,"Invincible Ronald",TX_END
+
+ db TX_START,"Legendary Ronald",TX_END
+
+ db TX_START,"Waterfront Pok`mon",TX_END
+
+ db TX_START,"Lonely Friends",TX_END
+
+ db TX_START,"Sound of the Waves",TX_END
+
+ db TX_START,"Anger",TX_END
+
+ db TX_START,"Flamethrower",TX_END
+
+ db TX_START,"Reshuffle",TX_END
+
+ db TX_START,"Excavation",TX_END
+
+ db TX_START,"Blistering Pok`mon",TX_END
+
+ db TX_START,"Hard Pok`mon",TX_END
+
+ db TX_START,"Etcetera",TX_END
+
+ db TX_START,"Flower Garden",TX_END
+
+ db TX_START,"Kaleidoscope",TX_END
+
+ db TX_START,"Muscles for Brains",TX_END
+
+ db TX_START,"Heated Battle",TX_END
+
+ db TX_START,"Love to Battle",TX_END
+
+ db TX_START,"Pikachu",TX_END
+
+ db TX_START,"Boom Boom Selfdestruct",TX_END
+
+ db TX_START,"Power Generator",TX_END
+
+ db TX_START,"Ghost",TX_END
+
+ db TX_START,"Nap Time",TX_END
+
+ db TX_START,"Strange Power",TX_END
+
+ db TX_START,"Flyin' Pok`mon",TX_END
+
+ db TX_START,"Lovely Nidoran",TX_END
+
+ db TX_START,"Poison",TX_END
+
+ db TX_START,"Imakuni?",TX_END
+
+ db TX_START,"Lightning & Fire",TX_END
+
+ db TX_START,"Water & Fighting",TX_END
+
+ db TX_START,"Grass & Psychic",TX_END
+
+ db TX_START,"Retreat Cost",TX_END
+
+ db $03,$42,$03,$46,$03,$38,$03,$43,$03,$32,$03,$37,$70,$03,$43,$03,$3e,$70,$03,$44,$03,$3f,$03,$3f,$03,$34,$03,$41,TX_END
+
+ db $03,$42,$03,$46,$03,$38,$03,$43,$03,$32,$03,$37,$70,$03,$43,$03,$3e,$70,$03,$3b,$03,$3e,$03,$46,$03,$34,$03,$41,TX_END
+
+ db $03,$7a,TX_END
+
+ db $03,$7b,TX_END
+
+ db TX_START,"Your Discard Pile",TX_END
+
+ db TX_START,"Opponent's Discard Pile",TX_END
+
+ db TX_START,"Deck",TX_END
+
+ db $0e,$2b,$37,$3e,$25,TX_END
+
+ db $16,$20,$16,$25,TX_END
+
+ db $03,$30,$03,$31,$03,$32,TX_END
+
+ db TX_START,"End",TX_END
+
+ db TX_START,"What is your name?",TX_END
+
+ db $0e,$11,$70,$16,$70,$1b,$70,$20,$70,$25,$70,$2a,$70,$2f,$70,$34,$70,$37,"\n"
+ db $12,$70,$17,$70,$1c,$70,$21,$70,$26,$70,$2b,$70,$30,$70,$35,$70,$38,"\n"
+ db $13,$70,$18,$70,$1d,$70,$22,$70,$27,$70,$2c,$70,$31,$70,$36,$70,$39,"\n"
+ db $14,$70,$19,$70,$1e,$70,$23,$70,$28,$70,$2d,$70,$32,$70,$3c,$70,$3a,"\n"
+ db $15,$70,$1a,$70,$1f,$70,$24,$70,$29,$70,$2e,$70,$33,$70,$3d,$70,$3b,"\n"
+ db $5c,$70,$5d,$70,$5e,$70,$5f,$70,$10,$70,$03,$59,$70,$03,$5b,$70,$78,TX_END
+
+ db $11,$70,$16,$70,$1b,$70,$20,$70,$25,$70,$2a,$70,$2f,$70,$34,$70,$37,"\n"
+ db $12,$70,$17,$70,$1c,$70,$21,$70,$26,$70,$2b,$70,$30,$70,$35,$70,$38,"\n"
+ db $13,$70,$18,$70,$1d,$70,$22,$70,$27,$70,$2c,$70,$31,$70,$36,$70,$39,"\n"
+ db $14,$70,$19,$70,$1e,$70,$23,$70,$28,$70,$2d,$70,$32,$70,$3c,$70,$3a,"\n"
+ db $15,$70,$1a,$70,$1f,$70,$24,$70,$29,$70,$2e,$70,$33,$70,$3d,$70,$3b,"\n"
+ db $5c,$70,$5d,$70,$5e,$70,$5f,$70,$10,$70,$03,$59,$70,$03,$5b,$70,$78,TX_END
+
+ db $03,$30,$70,$03,$31,$70,$03,$32,$70,$03,$33,$70,$03,$34,$70,$03,$35,$70,$03,$36,$70,$03,$37,$70,$03,$38,"\n"
+ db $03,$39,$70,$03,$3a,$70,$03,$3b,$70,$03,$3c,$70,$03,$3d,$70,$03,$3e,$70,$03,$3f,$70,$03,$40,$70,$03,$41,"\n"
+ db $03,$42,$70,$03,$43,$70,$03,$44,$70,$03,$45,$70,$03,$46,$70,$03,$47,$70,$03,$48,$70,$03,$49,$70,$6e,"\n"
+ db $6f,$70,$03,$5d,$70,$6a,$70,$6b,$70,$77,$70,$60,$70,$61,$70,$62,$70,$63,"\n"
+ db $64,$70,$65,$70,$66,$70,$67,$70,$68,$70,$69,$70,$05,$13,$70,TX_LVL,$70,$70,"\n"
+ db $70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,TX_END
+
+ db $03,$30,$70,$03,$31,$70,$03,$32,$70,$03,$33,$70,$03,$34,$70,$03,$35,$70,$03,$36,$70,$03,$37,$70,$03,$38,"\n"
+ db $03,$39,$70,$03,$3a,$70,$03,$3b,$70,$03,$3c,$70,$03,$3d,$70,$03,$3e,$70,$03,$3f,$70,$03,$40,$70,$03,$41,"\n"
+ db $03,$42,$70,$03,$43,$70,$03,$44,$70,$03,$45,$70,$03,$46,$70,$03,$47,$70,$03,$48,$70,$03,$49,$70,$6e,"\n"
+ db $6f,$70,$03,$5d,$70,$6a,$70,$6b,$70,$03,$7a,$70,$60,$70,$61,$70,$62,$70,$63,"\n"
+ db $64,$70,$65,$70,$66,$70,$67,$70,$68,$70,$69,$70,$70,$70,$70,$70,$70,"\n"
+ db $70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,TX_END
+
+ db TX_START,"New deck",TX_END
+
+ db TX_START,"Please select deck.",TX_END
+
+ db TX_START,"Modify deck",TX_END
+
+ db TX_START,"Change name",TX_END
+
+ db TX_START,"Select deck",TX_END
+
+ db TX_START,"Cancel",TX_END
+
+ db TX_START,"as",TX_END
+
+ db TX_START,TX_RAM2," was\n"
+ db "chosen as the dueling deck!",TX_END
+
+ db $61,$77,TX_END
+
+ db $62,$77,TX_END
+
+ db $63,$77,TX_END
+
+ db $64,$77,TX_END
+
+ db TX_START,"There is no Deck here!",TX_END
+
+ db TX_START,"Confirm",TX_END
+
+ db TX_START,"Dismantle",TX_END
+
+ db TX_START,"Modify",TX_END
+
+ db TX_START,"Save",TX_END
+
+ db TX_START,"Name",TX_END
+
+ db TX_START,"There is only 1 Deck, so this\n"
+ db "Deck cannot be dismantled.",TX_END
+
+ db TX_START,"There are no Basic Pok`mon\n"
+ db "in this Deck!",TX_END
+
+ db TX_START,"You must include a Basic Pok`mon\n"
+ db "in the Deck!",TX_END
+
+ db TX_START,"This isn't a 60-card deck!",TX_END
+
+ db TX_START,"The Deck must include 60 cards!",TX_END
+
+ db TX_START,"Return to original configuration?",TX_END
+
+ db TX_START,"Save this Deck?",TX_END
+
+ db TX_START,"Quit modifying the Deck?",TX_END
+
+ db TX_START,"Dismantle this Deck?",TX_END
+
+ db TX_START,"No cards chosen.",TX_END
+
+ db TX_START,"Your Pok`mon",TX_END
+
+ db TX_START,"Your Discard Pile",TX_END
+
+ db TX_START,"Your Hand",TX_END
+
+ db TX_START,"To Your Play Area",TX_END
+
+ db TX_START,"Opponent's Pok`mon",TX_END
+
+ db TX_START,"Opponent's Discard Pile",TX_END
+
+ db TX_START,"Opponent Hand",TX_END
+
+ db TX_START,"To Opponent's Play Area",TX_END
+
+ db TX_START,TX_RAM1,"'s Play Area",TX_END
+
+ db TX_START,"Your Play Area",TX_END
+
+ db TX_START,"Opp. Play Area",TX_END
+
+ db TX_START,"In Play Area",TX_END
+
+ db TX_START,"Glossary",TX_END
+
+ db TX_START,"Which card would you like to see?",TX_END
+
+ db TX_START,"Please choose a Prize.",TX_END
+
+ db TX_START,"Hand",TX_END
+
+ db TX_START,TX_RAM1,"'s Hand",TX_END
+
+ db TX_START,TX_RAM1,"'s Discard Pile",TX_END
+
+ db $70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,$70,TX_END
+
+ db TX_START,"Booster Pack",TX_END
+
+ db TX_START,"1. Colosseum",TX_END
+
+ db TX_START,"2. Evolution",TX_END
+
+ db TX_START,"3. Mystery",TX_END
+
+ db TX_START,"4. Laboratory",TX_END
+
+ db TX_START,"5. Promotional Card",TX_END
+
+ db TX_START,"View which Card File?",TX_END
+
+ db $6b,$6b,$6b,$6b,$6b,$6b,$6b,$6b,$6b,$6b,TX_END
+
+ db TX_START,"'s Cards",TX_END
+
+ db $6b,$6b,$6b,$6b,$6b,$6b,$6b,$6b,$6b,$6b,$6b,$6b,$6b,$6b,TX_END
+
+ db TX_START," Deck Save Machine ",TX_END
+
+ db TX_START,"Save a Deck",TX_END
+
+ db TX_START,"Delete a Deck",TX_END
+
+ db TX_START,"Build a Deck",TX_END
+
+ db TX_START,"Choose a Deck to Save.",TX_END
+
+ db TX_START,"You may only Save 60 Decks.\n"
+ db "Please Delete a Deck first.",TX_END
+
+ db TX_START,"for",TX_END
+
+ db TX_START,"Saved the configuration for\n"
+ db TX_START,TX_RAM2,"! ",TX_END
+
+ db TX_START,"No Deck is saved.",TX_END
+
+ db TX_START,"Please choose a Deck \n"
+ db "configuration to delete.",TX_END
+
+ db TX_START,"Do you really wish to delete?",TX_END
+
+ db TX_START,"Deleted the configuration for\n"
+ db TX_START,TX_RAM2,".",TX_END
+
+ db TX_START,"You may only carry 4 Decks!",TX_END
+
+ db TX_START,"Choose a deck to dismantle.",TX_END
+
+ db TX_START,"Dismantled\n"
+ db TX_START,TX_RAM2,".",TX_END
+
+ db TX_START,"Please choose the Deck\n"
+ db "you wish to Build.",TX_END
+
+ db TX_START,"This Deck can only be built if\n"
+ db "you dismantle another Deck.",TX_END \ No newline at end of file
diff --git a/text/text3.asm b/text/text3.asm
new file mode 100755
index 0000000..c45a47b
--- /dev/null
+++ b/text/text3.asm
@@ -0,0 +1,1199 @@
+ db TX_START,"You do not own all cards needed\n"
+ db "to build this Deck.",TX_END
+
+ db TX_START,"Built\n"
+ db TX_RAM2,TX_END
+
+ db TX_START,"These cards are needed\n"
+ db "to build this Deck:",TX_END
+
+ db TX_START,"Dismantle these Decks?",TX_END
+
+ db TX_START,"Dismantled the Deck.",TX_END
+
+ db TX_START,"OK if this file is deleted?",TX_END
+
+ db TX_START,"Read the Instructions",TX_END
+
+ db TX_START,"Print this card?\n"
+ db " Yes No",TX_END
+
+ db TX_START,"Please choose a Deck configuration\n"
+ db "to print.",TX_END
+
+ db TX_START,"Print this Deck?",TX_END
+
+ db TX_START,"Print the card list?\n"
+ db " Yes No",TX_END
+
+ db TX_START,"Pok`mon Cards\n"
+ db "Deck Configuration\n"
+ db "Card List\n"
+ db "Print Quality\n"
+ db "Quit Print",TX_END
+
+ db TX_START,"What would you like to print?",TX_END
+
+ db TX_START,"Please set the contrast:\n"
+ db " Light 1 2 3 4 5 Dark",TX_END
+
+ db TX_START,"Please make sure to turn\n"
+ db "the Game Boy Printer OFF.",TX_END
+
+ db TX_START,"Procedures for sending cards:",TX_END
+
+ db TX_START,"1. Choose the card you wish to send.\n"
+ db " Press left/right to choose more.\n\n"
+ db "2. Choose all the cards. Then press\n"
+ db " the B Button to open the menu.\n\n"
+ db "3. Choose Send to finish\n"
+ db " the process.",TX_END
+
+ db TX_START,"Please read the procedures\n"
+ db "for sending cards.",TX_END
+
+ db TX_START,"Send",TX_END
+
+ db TX_START,"Card received",TX_END
+
+ db TX_START,"Card to send",TX_END
+
+ db TX_START,"Send these cards?",TX_END
+
+ db TX_START,"Received these cards\n"
+ db "from ",TX_RAM2,"!",TX_END
+
+ db TX_START,"Please choose a Deck \n"
+ db "configuration to send.",TX_END
+
+ db TX_START,"Please choose a Save Slot.",TX_END
+
+ db TX_START,"Receive configuration.",TX_END
+
+ db TX_START,"Received a deck configuration\n"
+ db "from ",TX_RAM2,"!",TX_END
+
+ db TX_START," Fighting Machine ",TX_END
+
+ db TX_START," Rock Machine ",TX_END
+
+ db TX_START," Water Machine ",TX_END
+
+ db TX_START," Lightning Machine ",TX_END
+
+ db TX_START," Grass Machine ",TX_END
+
+ db TX_START," Psychic Machine ",TX_END
+
+ db TX_START," Science Machine ",TX_END
+
+ db TX_START," Fire Machine ",TX_END
+
+ db TX_START," Auto Machine ",TX_END
+
+ db TX_START," Legendary Machine ",TX_END
+
+ db TX_START,"All Fighting Pok`mon",TX_END
+
+ db TX_START,"Bench Attack",TX_END
+
+ db TX_START,"Battle Contest",TX_END
+
+ db TX_START,"Heated Battle",TX_END
+
+ db TX_START,"First-Strike",TX_END
+
+ db TX_START,"Squeaking Mouse",TX_END
+
+ db TX_START,"Great Quake",TX_END
+
+ db TX_START,"Bone Attack",TX_END
+
+ db TX_START,"Excavation",TX_END
+
+ db TX_START,"Rock Crusher",TX_END
+
+ db TX_START,"Blue Water",TX_END
+
+ db TX_START,"On the Beach",TX_END
+
+ db TX_START,"Paralyze!",TX_END
+
+ db TX_START,"Energy Removal",TX_END
+
+ db TX_START,"Rain Dancer",TX_END
+
+ db TX_START,"Cute Pok`mon",TX_END
+
+ db TX_START,"Pok`mon Flute",TX_END
+
+ db TX_START,"Yellow Flash",TX_END
+
+ db TX_START,"Electric Shock",TX_END
+
+ db TX_START,"Zapping Selfdestruct",TX_END
+
+ db TX_START,"Insect Collection",TX_END
+
+ db TX_START,"Jungle",TX_END
+
+ db TX_START,"Flower Garden",TX_END
+
+ db TX_START,"Kaleidoscope",TX_END
+
+ db TX_START,"Flower Power",TX_END
+
+ db TX_START,"Psychic Power",TX_END
+
+ db TX_START,"Dream Eater Haunter",TX_END
+
+ db TX_START,"Scavenging Slowbro",TX_END
+
+ db TX_START,"Strange Power",TX_END
+
+ db TX_START,"Strange Psyshock",TX_END
+
+ db TX_START,"Lovely Nidoran",TX_END
+
+ db TX_START,"Science Corps",TX_END
+
+ db TX_START,"Flyin' Pok`mon",TX_END
+
+ db TX_START,"Poison",TX_END
+
+ db TX_START,"Wonders of Science",TX_END
+
+ db TX_START,"Replace 'Em All",TX_END
+
+ db TX_START,"Chari-Saur",TX_END
+
+ db TX_START,"Traffic Light",TX_END
+
+ db TX_START,"Fire Pok`mon",TX_END
+
+ db TX_START,"Fire Charge",TX_END
+
+ db TX_START,"Charmander & Friends",TX_END
+
+ db TX_START,"Squirtle & Friends",TX_END
+
+ db TX_START,"Bulbasaur & Friends",TX_END
+
+ db TX_START,"Psychic Machamp",TX_END
+
+ db TX_START,"Water Beetle",TX_END
+
+ db TX_START,"Legendary Moltres",TX_END
+
+ db TX_START,"Legendary Zapdos",TX_END
+
+ db TX_START,"Legendary Articuno",TX_END
+
+ db TX_START,"Legendary Dragonite",TX_END
+
+ db TX_START,"Mysterious Pok`mon",TX_END
+
+ db TX_START,"A Deck of Fighting Pok`mon:\n"
+ db "Feel their Fighting power!",TX_END
+
+ db TX_START,"A Deck of Pok`mon that can\n"
+ db "attack the Bench.",TX_END
+
+ db TX_START,"A Deck which uses Fighting Attacks\n"
+ db "such as Slash and Punch.",TX_END
+
+ db TX_START,"A powerful Deck with both Fire\n"
+ db "and Fighting Pok`mon.",TX_END
+
+ db TX_START,"A Deck for fast and furious \n"
+ db "attacks.",TX_END
+
+ db TX_START,"A Deck made of Mouse Pok`mon.\n"
+ db "Uses PlusPower to Power up!",TX_END
+
+ db TX_START,"Use Dugtrio's Earthquake\n"
+ db "to cause great damage.",TX_END
+
+ db TX_START,"A Deck of Cubone and Marowak - \n"
+ db "A call for help.",TX_END
+
+ db TX_START,"A Deck which creates Pok`mon by\n"
+ db "evolving Mysterious Fossils.",TX_END
+
+ db TX_START,"A Deck of Rock Pok`mon. It's\n"
+ db "Strong against Lightning Pok`mon.",TX_END
+
+ db TX_START,"A Deck of Water Pok`mon: Their\n"
+ db "Blue Horror washes over enemies.",TX_END
+
+ db TX_START,"A well balanced Deck\n"
+ db "of Sandshrew and Water Pok`mon!",TX_END
+
+ db TX_START,"Paralyze the opponent's Pok`mon:\n"
+ db "Stop 'em and drop 'em!",TX_END
+
+ db TX_START,"Uses Whirlpool and Hyper Beam to\n"
+ db "remove opponents' Energy cards.",TX_END
+
+ db TX_START,"Use Rain Dance to attach Water\n"
+ db "Energy for powerful Attacks!",TX_END
+
+ db TX_START,"A Deck of cute Pok`mon such as\n"
+ db "Pikachu and Eevee.",TX_END
+
+ db TX_START,"Use the Pok`mon Flute to revive\n"
+ db "opponents' Pok`mon and Attack!",TX_END
+
+ db TX_START,"A deck of Pok`mon that use Lightning\n"
+ db "Energy to zap opponents.",TX_END
+
+ db TX_START,"A Deck which Shocks and Paralyzes\n"
+ db "opponents with its Attacks.",TX_END
+
+ db TX_START,"Selfdestruct causes great damage \n"
+ db "- even to the opponent's Bench.",TX_END
+
+ db TX_START,"A Deck made of Insect Pok`mon\n"
+ db "Go Bug Power!",TX_END
+
+ db TX_START,"A Deck of Grass Pok`mon: There \n"
+ db "are many dangers in the Jungle.",TX_END
+
+ db TX_START,"A Deck of Flower Pok`mon:\n"
+ db "Beautiful but Dangerous",TX_END
+
+ db TX_START,"Uses Venomoth's Pok`mon Power to\n"
+ db "change the opponent's Weakness.",TX_END
+
+ db TX_START,"A powerful Big Eggsplosion \n"
+ db "and Energy Transfer combo!",TX_END
+
+ db TX_START,"Use the Psychic power of the\n"
+ db "Psychic Pok`mon to Attack!",TX_END
+
+ db TX_START,"Uses Haunter's Dream Eater\n"
+ db "to cause great damage!",TX_END
+
+ db TX_START,"Continually draw Trainer \n"
+ db "Cards from the Discard Pile!",TX_END
+
+ db TX_START,"Confuse opponents with\n"
+ db "mysterious power!",TX_END
+
+ db TX_START,"Use Alakazam's Damage Swap\n"
+ db "to move damage counters!",TX_END
+
+ db TX_START,"Uses Nidoqueen's Boyfriends to cause\n"
+ db "great damage to the opponent.",TX_END
+
+ db TX_START,"The march of the Science Corps!\n"
+ db "Attack with the power of science!",TX_END
+
+ db TX_START,"Pok`mon with feathers flock \n"
+ db "together! Retreating is easy!",TX_END
+
+ db TX_START,"A Deck that uses Poison to \n"
+ db "slowly Knock Out the opponent.",TX_END
+
+ db TX_START,"Block Pok`mon Powers with \n"
+ db "Muk and attack with Mewtwo!",TX_END
+
+ db TX_START,"A Deck that shuffles\n"
+ db "the opponent's cards",TX_END
+
+ db TX_START,"Attack with Charizard - with \n"
+ db "just a few Fire Energy cards!",TX_END
+
+ db TX_START,"Pok`mon that can Attack with\n"
+ db "Fire, Water or Lightning Energy!",TX_END
+
+ db TX_START,"With Fire Pok`mon like Charizard, \n"
+ db "Rapidash and Magmar, it's hot!",TX_END
+
+ db TX_START,"Desperate attacks Damage your \n"
+ db "opponent and you!",TX_END
+
+ db TX_START,"A Fire, Grass and Water Deck:\n"
+ db "Charmander, Pinsir and Seel",TX_END
+
+ db TX_START,"A Water, Fire, and Lightning Deck:\n"
+ db "Squirtle, Charmander and Pikachu",TX_END
+
+ db TX_START,"A Grass, Lightning and Psychic Deck:\n"
+ db "Bulbasaur, Pikachu and Abra",TX_END
+
+ db TX_START,"Machamp, Hitmonlee, Hitmonchan\n"
+ db "Gengar and Alakazam are furious!",TX_END
+
+ db TX_START,"An Evolution Deck with Weedle, \n"
+ db "Nidoran$ and Bellsprout.",TX_END
+
+ db TX_START,"Gather Fire Energy with the\n"
+ db "Legendary Moltres!",TX_END
+
+ db TX_START,"Zap opponents with the\n"
+ db "Legandary Zapdos!",TX_END
+
+ db TX_START,"Paralyze opponents with the\n"
+ db "Legendary Articuno!",TX_END
+
+ db TX_START,"Heal your Pok`mon with the\n"
+ db "Legendary Dragonite!",TX_END
+
+ db TX_START,"A very special Deck made of\n"
+ db "very rare Pok`mon cards!",TX_END
+
+ db TX_START,"Pok`mon Card Glossary",TX_END
+
+ db TX_START,"Deck Active Pok`mon\n"
+ db "Discard Pile Bench Pok`mon\n"
+ db "Hand Prizes \n"
+ db "Arena Damage Counter\n"
+ db "Bench To next page ",TX_END
+
+ db TX_START,"Energy Card Pok`mon Power \n"
+ db "Trainer Card Weakness \n"
+ db "Basic Pok`mon Resistance\n"
+ db "Evolution Card Retreat \n"
+ db "Attack To previous page",TX_END
+
+ db TX_START,"Choose a word and press the\n"
+ db "A button.",TX_END
+
+ db TX_START,"About the Deck",TX_END
+
+ db TX_START,"About the Discard Pile",TX_END
+
+ db TX_START,"About the Hand",TX_END
+
+ db TX_START,"About the Arena",TX_END
+
+ db TX_START,"About the Bench",TX_END
+
+ db TX_START,"About the Active Pok`mon",TX_END
+
+ db TX_START,"About Bench Pok`mon",TX_END
+
+ db TX_START,"About Prizes",TX_END
+
+ db TX_START,"About Damage Counters",TX_END
+
+ db TX_START,"About Energy Cards",TX_END
+
+ db TX_START,"About Trainer Cards",TX_END
+
+ db TX_START,"About Basic Pok`mon",TX_END
+
+ db TX_START,"About Evolution Cards",TX_END
+
+ db TX_START,"About Attacking",TX_END
+
+ db TX_START,"About Pok`mon Power",TX_END
+
+ db TX_START,"About Weakness",TX_END
+
+ db TX_START,"About Resistance",TX_END
+
+ db TX_START,"About Retreating",TX_END
+
+ db TX_START,"The Deck is the pile of cards\n"
+ db "you will be drawing from.\n"
+ db "At the beginning of your turn, you\n"
+ db "will draw 1 card from your Deck.\n"
+ db "If there are no cards to draw\n"
+ db "from the Deck, you lose the game.",TX_END
+
+ db TX_START,"The pile in which you place used\n"
+ db "cards is called the Discard Pile.\n"
+ db "You can look at both yours and your\n"
+ db "opponent's Discard Pile \n"
+ db "with the Check command.",TX_END
+
+ db TX_START,"The cards held by each player\n"
+ db "are called a Hand.\n"
+ db "There is no restriction to the\n"
+ db "number of cards in the Hand.\n"
+ db "You may even have 10 or 20 \n"
+ db "cards in your Hand.",TX_END
+
+ db TX_START,"The place where the Pok`mon\n"
+ db "that is actively fighting\n"
+ db "is placed is called the Arena.\n"
+ db "The game proceeds by using the\n"
+ db "Active Pok`mon in the Arena.",TX_END
+
+ db TX_START,"The Bench is where your Pok`mon\n"
+ db "that are in play but aren't actively\n"
+ db "fighting sit.\n"
+ db "They're ready to come out and fight\n"
+ db "if the Active Pok`mon retreats or\n"
+ db "is Knocked Out.\n"
+ db "You can have up to 5 Pok`mon on\n"
+ db "the Bench.",TX_END
+
+ db TX_START,"The Active Pok`mon is the \n"
+ db "Pok`mon that is in the Arena.\n"
+ db "Only Active Pok`mon can \n"
+ db "attack.",TX_END
+
+ db TX_START,"The Pok`mon that are in play\n"
+ db "but aren't actively fighting\n"
+ db "are called Bench Pok`mon.\n"
+ db "They're ready to come out and fight\n"
+ db "if the Active Pok`mon retreats or\n"
+ db "is Knocked Out.\n"
+ db "If the Active Pok`mon is Knocked\n"
+ db "Out and you don't have a Bench \n"
+ db "Pok`mon, you lose the game.",TX_END
+
+ db TX_START,"Prizes are the cards placed to\n"
+ db "count the number of the opponent's\n"
+ db "Pok`mon you Knocked Out.\n"
+ db "Every time one of your opponent's\n"
+ db "Pok`mon is Knocked Out, you take 1\n"
+ db "of your Prizes into your Hand.\n"
+ db "When you take all of your Prizes,\n"
+ db "you win the game.",TX_END
+
+ db TX_START,"A Damage Counter represents the\n"
+ db "amount of damage a certain Pok`mon\n"
+ db "has taken.\n"
+ db "1 Damage Counter represents\n"
+ db "10 HP of damage.\n"
+ db "If a Pok`mon with an HP of 30 has\n"
+ db "3 Damage Counters, it has received\n"
+ db "30 HP of damage, and its remaining\n"
+ db "HP is 0.",TX_END
+
+ db TX_START,"Energy Cards are cards that power\n"
+ db "your Pok`mon, making them able\n"
+ db "to Attack.\n"
+ db "There are 7 types of Energy Cards\n"
+ db "[",TX_GRASS," Grass] [",TX_FIRE," Fire]\n"
+ db "[",TX_WATER," Water] [",TX_LIGHTNING," Lightning]\n"
+ db "[",TX_PSYCHIC," Psychic] [",TX_FIGHTING," Fighting]\n"
+ db "and [",TX_COLORLESS," Double Colorless]\n"
+ db "You may only play 1 Energy Card\n"
+ db "from your Hand per turn.",TX_END
+
+ db TX_START,"Trainer Cards are support cards.\n"
+ db "There are many Trainer Cards\n"
+ db "with different effects.\n"
+ db "Trainer Cards are played during\n"
+ db "your turn by following the\n"
+ db "instructions on the card and then\n"
+ db "discarding it.\n"
+ db "You may use as many Trainer Cards\n"
+ db "as you like.",TX_END
+
+ db TX_START,"Basic Pok`mon are cards that \n"
+ db "can be played directly from your \n"
+ db "hand into the play area. Basic \n"
+ db "Pok`mon act as the base for \n"
+ db "Evolution Cards. Charmander, \n"
+ db "Squirtle and Bulbasaur are\n"
+ db "examples of Basic Pok`mon.",TX_END
+
+ db TX_START,"Evolution Cards are cards you\n"
+ db "play on top of a Basic Pok`mon card\n"
+ db "(or sometimes on top of another\n"
+ db "Evolution Card) to make it stronger.\n"
+ db "There are Stage 1 and Stage 2\n"
+ db "Evolution Cards.\n"
+ db "If you do not have a Basic Pok`mon\n"
+ db "in the Play Area, you cannot place\n"
+ db "the Stage 1 Evolution Card, and if\n"
+ db "you do not have a Stage 1 Evolution\n"
+ db "Card in the Play Area, you cannot\n"
+ db "place the Stage 2 Evolution Card.",TX_END
+
+ db TX_START,"By choosing Attack, your Pok`mon\n"
+ db "will fight your opponent's Pok`mon.\n"
+ db "Your Pok`mon require Energy\n"
+ db "in order to Attack.\n"
+ db "The amount of Energy required\n"
+ db "differs according to the Attack.\n"
+ db "The Active Pok`mon is the only\n"
+ db "Pok`mon that can Attack.",TX_END
+
+ db TX_START,"Unlike Attacks, Pok`mon Power\n"
+ db "can be used by Active or Benched\n"
+ db "Pok`mon. Some Pok`mon Power are\n"
+ db "effective by just placing the\n"
+ db "Pok`mon in the Play Area, but for\n"
+ db "some you must choose the\n"
+ db "command, PKMN Power.",TX_END
+
+ db TX_START,"Some Pok`mon have a Weakness.\n"
+ db "If a Pok`mon has a Weakness, it\n"
+ db "takes double damage when attacked by\n"
+ db "Pok`mon of a certain type.",TX_END
+
+ db TX_START,"Some Pok`mon have Resistance.\n"
+ db "If a Pok`mon has Resistance, it\n"
+ db "takes 30 less damage whenever\n"
+ db "attacked by Pok`mon of\n"
+ db "a certain type.",TX_END
+
+ db TX_START,"By choosing Retreat, you can\n"
+ db "switch the Active Pok`mon with\n"
+ db "a Pok`mon on your Bench.\n"
+ db "Energy is required to Retreat\n"
+ db "your Active Pok`mon.\n"
+ db "The amount of Energy required to\n"
+ db "Retreat differs for each Pok`mon.\n"
+ db "To Retreat, you must discard\n"
+ db "Energy equal to the Retreat Cost\n"
+ db "of the retreating Pok`mon.",TX_END
+
+ db TX_START,"Modify Deck\n"
+ db "Card List\n"
+ db "Album List\n"
+ db "Deck Save Machine\n"
+ db "Printing Menu\n"
+ db "Auto Deck Machine\n"
+ db "Gift Center\n"
+ db "Name Input",TX_END
+
+ db TX_START,"Fighting Machine\n"
+ db "Rock Machine\n"
+ db "Water Machine\n"
+ db "Lightning Machine\n"
+ db "Grass Machine\n"
+ db "Psychic Machine\n"
+ db "Science Machine\n"
+ db "Fire Machine\n"
+ db "Auto Machine\n"
+ db "Legendary Machine",TX_END
+
+ db TX_START,"Send a Card\n"
+ db "Receive a Card\n"
+ db "Give Deck Instructions\n"
+ db "Receive Deck Instructions",TX_END
+
+ db TX_START,"Lecture Duel",TX_END
+
+ db TX_START,"First Strike Deck\n"
+ db TX_END
+
+ db TX_START," Mason Laboratory ",TX_END
+
+ db TX_START," ISHIHARA's House ",TX_END
+
+ db TX_START," Fighting Club ",TX_END
+
+ db TX_START," Rock Club ",TX_END
+
+ db TX_START," Water Club ",TX_END
+
+ db TX_START," Lightning Club ",TX_END
+
+ db TX_START," Grass Club ",TX_END
+
+ db TX_START," Psychic Club ",TX_END
+
+ db TX_START," Science Club ",TX_END
+
+ db TX_START," Fire Club ",TX_END
+
+ db TX_START," Challenge Hall ",TX_END
+
+ db TX_START," Pok`mon Dome ",TX_END
+
+ db TX_START," ??'s House ",TX_END
+
+ db TX_START,"Mason Laboratory",TX_END
+
+ db TX_START,"Mr Ishihara's House",TX_END
+
+ db TX_START,"Fighting",TX_END
+
+ db TX_START,"Rock",TX_END
+
+ db TX_START,"Water",TX_END
+
+ db TX_START,"Lightning",TX_END
+
+ db TX_START,"Grass",TX_END
+
+ db TX_START,"Psychic",TX_END
+
+ db TX_START,"Science",TX_END
+
+ db TX_START,"Fire",TX_END
+
+ db TX_START,"Challenge Hall",TX_END
+
+ db TX_START,"Pok`mon Dome",TX_END
+
+ db TX_START,"??'s House",TX_END
+
+ db TX_START,"Status\n"
+ db "Diary\n"
+ db "Deck\n"
+ db "Card\n"
+ db "Config\n"
+ db "Exit",TX_END
+
+ db TX_START,"Status\n"
+ db "Diary\n"
+ db "Deck\n"
+ db "Card\n"
+ db "Config\n"
+ db "Debug\n"
+ db "Close",TX_END
+
+ db TX_START,"Name ",TX_RAM1,TX_END
+
+ db TX_START,"Album ",$07,$6d,TX_END
+
+ db TX_START,"Play time ",$07,$03,$5e,TX_END
+
+ db TX_START,TX_RAM1,"'s diary",TX_END
+
+ db TX_START,"Master Medals Won ",TX_END
+
+ db TX_START,"Would you like to keep a diary?",TX_END
+
+ db TX_START,TX_RAM1,"\n"
+ db "wrote in the diary.",TX_END
+
+ db TX_START,"Nothing was recorded \n"
+ db "in the diary.",TX_END
+
+ db TX_START,"Master Medals",TX_END
+
+ db TX_START," Change Settings",TX_END
+
+ db TX_START,"Message Speed\n\n"
+ db " Slow 1 2 3 4 5 Fast",TX_END
+
+ db TX_START,"Duel Animation\n\n"
+ db " Show All Skip Some None",TX_END
+
+ db TX_START," Exit Settings",TX_END
+
+ db TX_START,"Duel [",TX_RAM2,"]\n"
+ db "SELECT [",TX_RAM2,"]\n"
+ db "Receive many cards\n"
+ db "To Pok`mon Dome 1\n"
+ db "To Pok`mon Dome 2",TX_END
+
+ db TX_START,"Normal Duel",TX_END
+
+ db TX_START,"Skip",TX_END
+
+ db TX_START,"Normal",TX_END
+
+ db TX_START,"Freeze Screen",TX_END
+
+ db TX_START,"Card Album\n"
+ db "Read Mail\n"
+ db "Glossary\n"
+ db "Print\n"
+ db "Shut Down",TX_END
+
+ db TX_START,TX_RAM1,"\n"
+ db "turned the PC on!",TX_END
+
+ db TX_START,TX_RAM1,"\n"
+ db "turned the PC off!",TX_END
+
+ db TX_START,"Send Card\n"
+ db "Receive Card\n"
+ db "Send Deck Configuration\n"
+ db "Receive Deck Configuration\n"
+ db "Exit",TX_END
+
+ db TX_START,"Send Card",TX_END
+
+ db TX_START,"Receive Card",TX_END
+
+ db TX_START,"Send Deck Configuration",TX_END
+
+ db TX_START,"Receive Deck Configuration",TX_END
+
+ db TX_START," Mail ",TX_RAM1," ",TX_END
+
+ db TX_START,"Which mail would you like to read?",TX_END
+
+ db TX_START,"Mail 0 1 2 3 4 5 6 7 8 9101112131415",TX_END
+
+ db "ppppp",TX_END
+
+ db TX_START,"Mail 1",TX_END
+
+ db TX_START,"Mail 2",TX_END
+
+ db TX_START,"Mail 3",TX_END
+
+ db TX_START,"Mail 4",TX_END
+
+ db TX_START,"Mail 5",TX_END
+
+ db TX_START,"Mail 6",TX_END
+
+ db TX_START,"Mail 7",TX_END
+
+ db TX_START,"Mail 8",TX_END
+
+ db TX_START,"Mail 9",TX_END
+
+ db TX_START,"Mail 10",TX_END
+
+ db TX_START,"Mail 11",TX_END
+
+ db TX_START,"Mail 12",TX_END
+
+ db TX_START,"Mail 13",TX_END
+
+ db TX_START,"Mail 14",TX_END
+
+ db TX_START,"Mail 15",TX_END
+
+ db TX_START,"NEW GAME",TX_END
+
+ db TX_START,"CARD POP!\n"
+ db "CONTINUE FROM DIARY\n"
+ db "NEW GAME",TX_END
+
+ db TX_START,"CARD POP!\n"
+ db "CONTINUE FROM DIARY\n"
+ db "New Game\n"
+ db "CONTINUE DUEL",TX_END
+
+ db TX_START,"When you CARD POP! with a friend,\n"
+ db "you will each receive a new card!",TX_END
+
+ db TX_START," ",TX_RAM1," ",TX_RAM2,"\n"
+ db " Master Medals Won ",$07,$0c,$06,"\n"
+ db " Album ",$07,$6d,$06,"\n"
+ db " Play time ",$07,$03,$5e,$06,TX_END
+
+ db TX_START,"Start a New Game.\n"
+ db TX_END
+
+ db TX_START,"The Game will continue from \n"
+ db "the point in the duel at\n"
+ db "which the power was turned OFF.",TX_END
+
+ db TX_START,"Saved data already exists.\n"
+ db "If you continue, you will lose\n"
+ db "all the cards you have collected.",TX_END
+
+ db TX_START,"OK to delete the data?",TX_END
+
+ db TX_START,"All data was deleted.",TX_END
+
+ db TX_START,"Data exists from when the power \n"
+ db "was turned OFF during a duel.\n"
+ db "Choose CONTINUE DUEL on the\n"
+ db "Main Menu to continue the duel.\n"
+ db "If you continue now, the heading,\n"
+ db "CONTINUE DUEL, will be\n"
+ db "deleted, and the game will start\n"
+ db "from the point when you last \n"
+ db "wrote in the Diary.\n\n"
+ db "Would you like to continue the Game\n"
+ db "from the point saved in",TX_END
+
+ db TX_START,"CONTINUE FROM DIARY?",TX_END
+
+ db TX_START,"You can access Card Pop! only\n"
+ db "with two Game Boy Colors.\n"
+ db "Please play using a Game Boy Color.",TX_END
+
+ db TX_START,TX_RAM1," is crazy about Pok`mon\n"
+ db "and Pok`mon card collecting!\n"
+ db "One day,\n"
+ db TX_RAM1," heard a rumor:\n"
+ db " \"The Legendary Pok`mon Cards...\n"
+ db " the extremely rare and powerful \n"
+ db " cards held by Pok`mon Trading \n"
+ db " Card Game's greatest players... \n"
+ db " The Grand Masters are searching\n"
+ db " for one to inherit the legend!\"\n"
+ db "Dreaming of inheriting the\n"
+ db "Legendary Pok`mon Cards,\n"
+ db TX_RAM1," visits the Pok`mon\n"
+ db "card researcher, Dr. Mason...",TX_END
+
+ db TX_START,"POWER ON\n"
+ db "DUEL MODE\n"
+ db "CONTINUE FROM DIARY\n"
+ db "CGB TEST\n"
+ db "SGB FRAME\n"
+ db "STANDARD BG CHARACTER\n"
+ db "LOOK AT SPR\n"
+ db "V EFFECT\n"
+ db "CREATE BOOSTER PACK\n"
+ db "CREDITS\n"
+ db "QUIT",TX_END
+
+ db TX_START,"NORMAL DUEL\n"
+ db "SKIP",TX_END
+
+ db TX_START,"COLOSSEUM\n"
+ db "EVOLUTION\n"
+ db "MYSTERY\n"
+ db "LABORATORY\n"
+ db "Energy",TX_END
+
+ db TX_START,"1\n"
+ db "2\n"
+ db "3\n"
+ db "4\n"
+ db "5\n"
+ db "6\n"
+ db "7",TX_END
+
+ db TX_START,"1\n"
+ db "2\n"
+ db "3\n"
+ db "4\n"
+ db "5\n"
+ db "6",TX_END
+
+ db TX_START,"1\n"
+ db "2\n"
+ db "3\n"
+ db "4\n"
+ db "5",TX_END
+
+ db TX_START,"1\n"
+ db "2\n"
+ db "3\n"
+ db "4",TX_END
+
+ db TX_START,"A TIME\n"
+ db " TO (Change with Start)\n"
+ db " A+B: Stop Animation\n"
+ db " Select: Exit",TX_END
+
+ db TX_START,"Left",TX_END
+
+ db TX_START,"Right",TX_END
+
+ db TX_START,"SPR_",TX_END
+
+ db TX_START,"WIN ",TX_RAM3," Prizes Duel\n"
+ db "LOSE with ",TX_RAM2,"(",TX_RAM3,")",TX_END
+
+ db TX_START," Use ",TX_RAM3,"'s Deck",TX_END
+
+ db TX_START,TX_RAM1," received a Booster\n"
+ db "Pack: ",TX_RAM2,".",TX_END
+
+ db TX_START,"...And another Booster Pack:\n"
+ db TX_RAM2,".",TX_END
+
+ db TX_START,TX_RAM1," checked the cards\n"
+ db "in the Booster Pack!!",TX_END
+
+ db TX_START,"Substitute screen for\n"
+ db "receiving cards.",TX_END
+
+ db TX_START,TX_RAM1,"\n"
+ db "Won the ",TX_RAM2," Medal!",TX_END
+
+ db TX_START,"Substitute screen for sending\n"
+ db "cards by Link cable.",TX_END
+
+ db TX_START,"Substitute screen for receiving\n"
+ db "cards by Link cable.",TX_END
+
+ db TX_START,"Substitute screen for sending\n"
+ db "a Deck design.",TX_END
+
+ db TX_START,"Substitute screen for receiving\n"
+ db "a Deck design.",TX_END
+
+ db TX_START,"????",TX_END
+
+ db TX_START,"Ending Screen\n"
+ db "THE END",TX_END
+
+ db TX_START,"Was the data transfer successful?",TX_END
+
+ db TX_START,"(Person transferring data to)",TX_END
+
+ db TX_START,"(Name of Deck transferring)",TX_END
+
+ db TX_START,TX_RAM2," ",TX_RAM2,TX_END
+
+ db TX_START,TX_RAM2," Deck",TX_END
+
+ db TX_START,"Fighting Club Member",TX_END
+
+ db TX_START,"Rock Club Member",TX_END
+
+ db TX_START,"Water Club Member",TX_END
+
+ db TX_START,"Lightning Club Member",TX_END
+
+ db TX_START,"Grass Club Member",TX_END
+
+ db TX_START,"Psychic Club Member",TX_END
+
+ db TX_START,"Science Club Member",TX_END
+
+ db TX_START,"Fire Club Member",TX_END
+
+ db TX_START,"Fighting Club Master",TX_END
+
+ db TX_START,"Rock Club Master",TX_END
+
+ db TX_START,"Water Club Master",TX_END
+
+ db TX_START,"Lightning Club Master",TX_END
+
+ db TX_START,"Grass Club Master",TX_END
+
+ db TX_START,"Psychic Club Master",TX_END
+
+ db TX_START,"Science Club Master",TX_END
+
+ db TX_START,"Fire Club Master",TX_END
+
+ db TX_END
+
+ db TX_START,"COLOSSEUM",TX_END
+
+ db TX_START,"EVOLUTION",TX_END
+
+ db TX_START,"MYSTERY",TX_END
+
+ db TX_START,"LABORATORY",TX_END
+
+ db TX_START,"Dr. Mason",TX_END
+
+ db TX_START,"Ronald",TX_END
+
+ db TX_START,"ISHIHARA",TX_END
+
+ db TX_START,"Imakuni?",TX_END
+
+ db TX_START,"CLERK",TX_END
+
+ db TX_START,"Sam",TX_END
+
+ db TX_START,"TECH",TX_END
+
+ db TX_START,"CLERK",TX_END
+
+ db TX_START,"Chris",TX_END
+
+ db TX_START,"Michael",TX_END
+
+ db TX_START,"Jessica",TX_END
+
+ db TX_START,"Mitch",TX_END
+
+ db TX_START,"Matthew",TX_END
+
+ db TX_START,"Ryan",TX_END
+
+ db TX_START,"Andrew",TX_END
+
+ db TX_START,"Gene",TX_END
+
+ db TX_START,"Sara",TX_END
+
+ db TX_START,"Amanda",TX_END
+
+ db TX_START,"Joshua",TX_END
+
+ db TX_START,"Amy",TX_END
+
+ db TX_START,"Jennifer",TX_END
+
+ db TX_START,"Nicholas",TX_END
+
+ db TX_START,"Brandon",TX_END
+
+ db TX_START,"Isaac",TX_END
+
+ db TX_START,"Brittany",TX_END
+
+ db TX_START,"Kristin",TX_END
+
+ db TX_START,"Heather",TX_END
+
+ db TX_START,"Nikki",TX_END
+
+ db TX_START,"Robert",TX_END
+
+ db TX_START,"Daniel",TX_END
+
+ db TX_START,"Stephanie",TX_END
+
+ db TX_START,"Murray",TX_END
+
+ db TX_START,"Joseph",TX_END
+
+ db TX_START,"David",TX_END
+
+ db TX_START,"Erik",TX_END
+
+ db TX_START,"Rick",TX_END
+
+ db TX_START,"John",TX_END
+
+ db TX_START,"Adam",TX_END
+
+ db TX_START,"Jonathan",TX_END
+
+ db TX_START,"Ken",TX_END
+
+ db TX_START,"COURTNEY",TX_END
+
+ db TX_START,"Steve",TX_END
+
+ db TX_START,"Jack",TX_END
+
+ db TX_START,"Rod",TX_END
+
+ db TX_START,"Man",TX_END
+
+ db TX_START,"Woman",TX_END
+
+ db TX_START,"CHAP",TX_END
+
+ db TX_START,"GAL",TX_END
+
+ db TX_START,"Lass",TX_END
+
+ db TX_START,"Pappy",TX_END
+
+ db TX_START,"Lad",TX_END
+
+ db TX_START,"HOST",TX_END
+
+ db TX_START,"Specs",TX_END
+
+ db TX_START,"Butch",TX_END
+
+ db TX_START,"Hood",TX_END
+
+ db TX_START,"Champ",TX_END
+
+ db TX_START,"Mania",TX_END
+
+ db TX_START,"Granny",TX_END
+
+ db TX_START,"Guide",TX_END
+
+ db TX_START,"Aaron",TX_END
+
+ db TX_START,TX_LVL,"60 MEWTWO ",TX_END
+
+ db TX_START,TX_LVL,"8 MEW ",TX_END
+
+ db TX_START,TX_LVL,"34 ARCANINE",TX_END
+
+ db TX_START,TX_LVL,"16 PIKACHU",TX_END
+
+ db TX_START,TX_LVL,"13 SURFING PIKACHU",TX_END
+
+ db TX_START,TX_LVL,"20 ELECTABUZZ",TX_END
+
+ db TX_START,TX_LVL,"9 SLOWPOKE",TX_END
+
+ db TX_START,TX_LVL,"12 JIGGLYPUFF",TX_END
+
+ db TX_START,TX_LVL,"68 ZAPDOS",TX_END
+
+ db TX_START,TX_LVL,"37 MOLTRES",TX_END
+
+ db TX_START,TX_LVL,"37 ARTICUNO",TX_END
+
+ db TX_START,TX_LVL,"41 DRAGONITE",TX_END
+
+ db TX_START,"Super Energy Retrieval",TX_END
+
+ db TX_START,TX_LVL,"12 FLYING PIKACHU",TX_END
+
+ db TX_START,"Lightning & Fire Deck",TX_END
+
+ db TX_START,"Water & Fighting Deck",TX_END
+
+ db TX_START,"Grass & Psychic Deck",TX_END
+
+ db TX_START,"Please select the Deck\n"
+ db "you wish to Duel against.",TX_END
+
+ db TX_START,"CHARMANDER & Friends Deck",TX_END
+
+ db TX_START,"SQUIRTLE & Friends Deck",TX_END
+
+ db TX_START,"BULBASAUR & Friends Deck",TX_END
+
+ db TX_START,"Please select the Deck you want.",TX_END
+
+ db TX_START,"Hi, ",TX_RAM1,".\n"
+ db "How can I help you?",TX_END
+
+ db TX_START,"Normal Duel\n"
+ db "Practice\n"
+ db "Rules\n"
+ db "Nothing",TX_END
+
+ db TX_START,"Energy\n"
+ db "Attacking\n"
+ db "Retreating\n"
+ db "Evolving Pok`mon\n"
+ db "Using Pok`mon Power\n"
+ db "Ending Your Turn\n"
+ db "Win or Loss of a Duel\n"
+ db "Nothing to Ask",TX_END
+
+ db TX_START,TX_RAM1,",\n"
+ db "It's me, Doctor Mason.\n"
+ db "Are you getting the hang of\n"
+ db "the Pok`mon Trading Card Game?\n"
+ db "I have some information for you\n"
+ db "about Booster Packs. \n"
+ db "If you want to collect the same\n"
+ db "cards, duel the same person many\n"
+ db "times to get a particular Booster\n"
+ db "Pack! By doing so, you will be able \n"
+ db "to collect the same cards, making it\n"
+ db "easier for you to build your Deck.\n"
+ db "Another method for collecting \n"
+ db "cards is to use CARD POP!\n"
+ db "When you and a friend use CARD POP!,\n"
+ db "you will each receive a new card!\n"
+ db "Once you POP! with a certain\n"
+ db "friend, you won't be able to POP!\n"
+ db "with that friend again, so find \n"
+ db "many friends who own the Pok`mon \n"
+ db "Trading Card Game for Game Boy,\n"
+ db "and CARD POP! with them to\n"
+ db "get new cards!\n"
+ db "Oh, here's something for you...",TX_END
+
+ db TX_START,"I'll be sending you useful\n"
+ db "information by e-mail.\n"
+ db "I'll also attach a Booster Pack\n"
+ db "for you, so check your mail\n"
+ db "often.\n"
+ db "Mason Laboratory\n"
+ db " Doctor Mason ;)",TX_END
+
+ db TX_START,TX_RAM1,",\n"
+ db "It's me, Doctor Mason.\n"
+ db "I have some information for you\n"
+ db "about Mitch's deck - he's \n"
+ db "the Master of the Fighting Club.\n"
+ db "His First-Strike Deck is built\n"
+ db "for a quick attack, but it's\n"
+ db "weak against Psychic Pok`mon!\n"
+ db "I suggest you duel him using\n"
+ db "the Deck from the Psychic Medal\n"
+ db "Deck Machine.\n"
+ db "Here's a Booster Pack for you...",TX_END
+
+ db TX_START,TX_RAM1,", I know you can do it!\n"
+ db "Go win the Fighting Medal!\n"
+ db "Mason Laboratory\n"
+ db " Doctor Mason ;)",TX_END \ No newline at end of file
diff --git a/text/text4.asm b/text/text4.asm
new file mode 100755
index 0000000..5da3e92
--- /dev/null
+++ b/text/text4.asm
@@ -0,0 +1,781 @@
+ db TX_START,TX_RAM1,",\n"
+ db "It's me, Doctor Mason.\n"
+ db "I have some information about\n"
+ db "Gene's deck - he's the Master \n"
+ db "of the Rock Club.\n"
+ db "His Rock Crusher Deck is extremely\n"
+ db "strong against Lightning Pok`mon,\n"
+ db "but it's weak against Grass Pok`mon!\n"
+ db "I suggest you study the Deck from\n"
+ db "the Grass Medal Deck Machine.\n"
+ db "Oh! Before I forget...\n"
+ db "Here's a Booster Pack for you!",TX_END
+
+ db TX_START,TX_RAM1,"! Go defeat Gene,\n"
+ db "the Master of the Rock Club!\n"
+ db "Mason Laboratory\n"
+ db " Doctor Mason ;)",TX_END
+
+ db TX_START,TX_RAM1,",\n"
+ db "It's me, Doctor Mason.\n"
+ db "I have some information for you\n"
+ db "about Amy's deck - she's the \n"
+ db "Master of the Water Club.\n"
+ db "Her deck uses Rain Dance -\n"
+ db "Blastoise's Pok`mon Power.\n"
+ db "This deck allows her to \n"
+ db "keep attaching Water Energy \n"
+ db "to her Water Pok`mon to \n"
+ db "power them up.\n"
+ db "Her deck's weakness is\n"
+ db "Lightning Pok`mon!\n"
+ db "I suggest you duel her using\n"
+ db "the deck from the Psychic Medal\n"
+ db "Deck Machine.\n"
+ db "Here's a Booster Pack for you.",TX_END
+
+ db TX_START,TX_RAM1,"!\n"
+ db "Keep at it, and don't give up!\n"
+ db "Mason Laboratory\n"
+ db " Doctor Mason ;)",TX_END
+
+ db TX_START,"How's it going, ",TX_RAM1,"?\n"
+ db "It's me, Doctor Mason.\n"
+ db "I have some information for you\n"
+ db "about Isaac's deck - he's\n"
+ db "the Master of the Lightning Club.\n"
+ db "His deck is a Selfdestruct \n"
+ db "deck! He uses Selfdestruct for \n"
+ db "maximum damage!\n"
+ db "Watch the number of Energy cards\n"
+ db "on his Pok`mon and look out for\n"
+ db "Selfdestruct.\n"
+ db "I would suggest using Fighting\n"
+ db "Pok`mon such as Cubone and Rhyhorn\n"
+ db "to counter Isaac's deck.\n"
+ db "The Cubone & Marowak Deck from\n"
+ db "the Rock Medal Deck Machine is\n"
+ db "probably your best bet.\n"
+ db "I hope you find many Fighting\n"
+ db "Pok`mon in this Booster Pack!",TX_END
+
+ db TX_START,"Did you find the Pok`mon you were\n"
+ db "looking for in the Booster Pack?\n"
+ db "Mason Laboratory\n"
+ db " Doctor Mason ;)",TX_END
+
+ db TX_START,"It's me, Doctor Mason.\n"
+ db "Have you won many Master Medals?\n"
+ db "I have some information for you \n"
+ db "about Nikki's deck - she's \n"
+ db "the Master of the Grass Club.\n"
+ db "You must be wary of Exeggutor's\n"
+ db "Big Eggsplosion with Nikki's deck.\n"
+ db "Use your Fire Pok`mon to knock out\n"
+ db "Exeggute and Exeggutor at an\n"
+ db "early stage!\n"
+ db "I suggest you study the Deck from\n"
+ db "the Fire Medal Deck Machine.\n"
+ db "I'll give you a Booster Pack\n"
+ db "that should contain a lot of \n"
+ db "Fire Pok`mon.",TX_END
+
+ db TX_START,"Did it have a lot of Fire Pok`mon\n"
+ db "(the weakness of Grass Pok`mon)?\n"
+ db "Mason Laboratory\n"
+ db " Dr. Mason ;)",TX_END
+
+ db TX_START,"Are you getting any closer to\n"
+ db "inheriting the Legendary Pok`mon \n"
+ db "Cards? Murray of the Psychic Club -\n"
+ db "I have some information on his deck!\n"
+ db "It seems to be a deck that uses\n"
+ db "Alakazam's Damage Swap!\n"
+ db "It will be difficult to defeat\n"
+ db "his deck of Psychic Pok`mon.\n"
+ db "Psychic Pok`mon are tricky\n"
+ db "since their weakness is\n"
+ db "Psychic Pok`mon!\n"
+ db "Try to defeat him before his\n"
+ db "Pok`mon evolves into Alakazam.\n"
+ db "Murray is a tough opponent...\n"
+ db "Here, take this!",TX_END
+
+ db TX_START,"Fight to the end, ",TX_START,TX_RAM1,",\n"
+ db "and don't give up!\n"
+ db "Mason Laboratory\n"
+ db " Dr. Mason ;)",TX_END
+
+ db TX_START,"It's me, Dr. Mason.\n"
+ db "How are you doing, ",TX_RAM1,"?\n"
+ db "I have some information for you\n"
+ db "about Rick's deck - he's \n"
+ db "the Master of the Science Club.\n"
+ db "His deck uses Muk's Toxic Gas to\n"
+ db "prevent your Pok`mon from using \n"
+ db "Pok`mon Power! Avoid using a deck \n"
+ db "that relies on Pok`mon Power to \n"
+ db "attack. His deck's weakness is \n"
+ db "Psychic Pok`mon! Collect Psychic \n"
+ db "Pok`mon to duel his deck!\n"
+ db "I suggest you study the deck from\n"
+ db "the Psychic Medal Deck Machine.\n"
+ db "Hopefully, it will be of some\n"
+ db "assistance...",TX_END
+
+ db TX_START,"Win all 8 Master Medals, \n"
+ db TX_START,TX_RAM1,"!\n"
+ db "Mason Laboratory\n"
+ db " Dr. Mason ;)",TX_END
+
+ db TX_START,"It's me, Dr. Mason.\n"
+ db "Have you collected many cards?\n"
+ db "I have some information about\n"
+ db "Ken's deck - he's the \n"
+ db "Master of the Fire Club.\n"
+ db "His deck consists of Fire Pok`mon\n"
+ db "and Colorless Pok`mon!\n"
+ db "Pit a Water Pok`mon against\n"
+ db "the Fire Pok`mon and\n"
+ db "a Fighting Pok`mon against\n"
+ db "the Colorless Pok`mon.\n"
+ db "Study the decks from the Water and\n"
+ db "Fighting Medal Deck Machines!\n"
+ db "Here's a gift for you!\n"
+ db "It's a MYSTERY\n"
+ db "Booster Pack!",TX_END
+
+ db TX_START,"Look closely at the cards \n"
+ db "you just received.\n"
+ db "You should be able to come up\n"
+ db "with a winning strategy!\n"
+ db "Mason Laboratory\n"
+ db " Dr. Mason ;)",TX_END
+
+ db TX_START,"It's me, Dr. Mason.\n"
+ db "It looks like you've won\n"
+ db "quite a few medals.\n"
+ db "Want to try building your own \n"
+ db "deck? Start by changing some of\n"
+ db "the cards in your present deck.\n"
+ db "Keep changing a few cards at a \n"
+ db "time, and eventually you'll have\n"
+ db "your own unique deck!\n"
+ db "It's not that difficult.\n"
+ db "Give it a try!\n"
+ db "Mason Laboratory\n"
+ db " Dr. Mason ;)\n"
+ db "p.s.\n"
+ db "Here's a deal - this time,\n"
+ db "you get 2 Booster Packs!",TX_END
+
+ db TX_START,"Did you try building your own deck?\n"
+ db "This time, I'll give you tips on\n"
+ db "the types and number of cards you\n"
+ db "should include in your deck.\n"
+ db "If you have 3 of a Basic Pok`mon\n"
+ db "card, you'll want 2 of its Stage\n"
+ db "1 and 1 of its Stage 2 Pok`mon.\n"
+ db "If you follow this rule, your\n"
+ db "deck will be well balanced.\n"
+ db "You should have about 14 Basic\n"
+ db "Pok`mon and anywhere between 20\n"
+ db "and 26 Energy Cards in your deck.\n"
+ db "The type of Energy Cards will \n"
+ db "depend on the type of Pok`mon you \n"
+ db "have in your deck.\n"
+ db "You might want to look at the decks\n"
+ db "in the Deck Machine for hints.\n"
+ db "Mason Laboratory\n"
+ db " Dr. Mason ;)\n"
+ db "p.s.\n"
+ db "This time, I'm sending 2 Booster \n"
+ db "Packs again!",TX_END
+
+ db TX_START,TX_RAM1,",\n"
+ db "It's me, Dr. Mason.\n"
+ db "You're finally going to be dueling\n"
+ db "a Grand Master...\n"
+ db "Grand Master COURTNEY uses the\n"
+ db "Legendary Moltres, so her deck \n"
+ db "should be made up of Fire Pok`mon.\n"
+ db "Be sure to use Water Pok`mon,\n"
+ db "since Water Pok`mon are the \n"
+ db "weakness of Fire Pok`mon.\n"
+ db "Other than that, just watch how\n"
+ db "your opponent plays, and choose\n"
+ db "your strategy accordingly.\n"
+ db "Mason Laboratory\n"
+ db " Dr. Mason ;)\n"
+ db "p.s.\n"
+ db "You're almost there.\n"
+ db "Keep up the good work!",TX_END
+
+ db TX_START,TX_RAM1,",\n"
+ db "It's me, Dr. Mason!\n"
+ db "Grand Master Steve uses\n"
+ db "the Legendary ZAPDOS.\n"
+ db "The Legendary ZAPDOS's\n"
+ db "Peal of Thunder and Big Thunder\n"
+ db "randomly choose a target, so\n"
+ db "you never know which Pok`mon\n"
+ db "will receive damage.\n"
+ db "Be sure to look after, not only\n"
+ db "your Active Pok`mon, but also\n"
+ db "the Pok`mon on your Bench.\n"
+ db "His deck should be made up mostly\n"
+ db "of Lightning Pok`mon, so duel him\n"
+ db "using your Fighting Pok`mon.\n"
+ db "Defeat the Grand Masters,\n"
+ db TX_START,TX_RAM1,"!!!\n"
+ db "Mason Laboratory\n"
+ db " Dr. Mason ;)\n"
+ db "p.s.\n"
+ db "3 more to go!",TX_END
+
+ db TX_START,"It's me, Dr. Mason!\n"
+ db "2 more Grand Masters to go!\n"
+ db "Grand Master Jack uses\n"
+ db "the Legendary Articuno.\n"
+ db "He will use the Legendary\n"
+ db "Articuno's QuickFreeze to\n"
+ db "paralyze your Pok`mon.\n"
+ db "Also, be wary of his other\n"
+ db "Articuno's Freeze Dry.\n"
+ db "His deck should be mostly\n"
+ db "Water Pok`mon, so it will be\n"
+ db "weak against Lightning Pok`mon!\n"
+ db "Go get 'em, ",TX_RAM1,"!\n"
+ db "You're almost there!\n"
+ db "Mason Laboratory\n"
+ db " Dr. Mason ;)",TX_END
+
+ db TX_START,"It's me, Dr. Mason!\n"
+ db "The final duel is here!\n"
+ db "I have some information on Rod,\n"
+ db "the leader of the Grand Masters.\n"
+ db "Rod uses the Legendary Dragonite.\n"
+ db "The longer the duel takes, the \n"
+ db "greater the advantages for his \n"
+ db "deck. His workhorse will be his\n"
+ db "Evolution Pok`mon, so defeat them\n"
+ db "while they are still in their Basic\n"
+ db "stage! Follow the simple strategy \n"
+ db "of striking early. This is the \n"
+ db "final test in inheriting \n"
+ db "the Legendary Pok`mon Cards!\n"
+ db "Go, ",TX_RAM1,"!\n"
+ db "Be a part of the legend!\n"
+ db "Mason Laboratory\n"
+ db " Dr. Mason ;)\n"
+ db "p.s.\n"
+ db "This is my final gift\n"
+ db "for you.",TX_END
+
+ db TX_START,"You have already received the\n"
+ db "attached Booster Pack.",TX_END
+
+ db TX_START,"\"Pok`mon Trading Cards 101\"",TX_END
+
+ db TX_START,"This message is not in yet!",TX_END
+
+ db TX_START,"Hello!\n"
+ db "Welcome to the Water Club!\n"
+ db "This is a Club devoted to\n"
+ db "Water Pok`mon.\n"
+ db "There are many different types\n"
+ db "of Water Pok`mon, so it's fun\n"
+ db "just to collect them.",TX_END
+
+ db TX_START,"We don't use Fire Pok`mon cards\n"
+ db "here at the Water Club.\n"
+ db "I have this rare Arcanine, but\n"
+ db "I prefer Lapras.\n"
+ db "If you own a Lapras, would you\n"
+ db "mind trading it for my Arcanine?",TX_END
+
+ db TX_START,"Hi! We meet again!\n"
+ db "Have you decided to trade your\n"
+ db "Lapras for my rare Arcanine?",TX_END
+
+ db TX_START,"Would you like to trade?",TX_END
+
+ db TX_START,"Aw, you're not going to\n"
+ db "trade with me?\n"
+ db "Well, that's too bad...\n"
+ db "But if you change your mind,\n"
+ db "come look for me.",TX_END
+
+ db TX_START,"Hey! What are you trying to pull?\n"
+ db "You don't have a Lapras!?!\n"
+ db "Come see me when you get a Lapras.",TX_END
+
+ db TX_START,"OK! Let's trade your Lapras\n"
+ db "for my Arcanine...\n"
+ db "Oh! I see your Lapras\n"
+ db "is included in your deck.\n"
+ db "I'd feel guilty taking a card\n"
+ db "from your deck.\n"
+ db "Maybe next time.\n"
+ db TX_END
+
+ db TX_START,"OK then, let's trade your\n"
+ db "Lapras for my Arcanine.",TX_END
+
+ db TX_START,TX_RAM1," traded a Lapras\n"
+ db "for an Arcanine!",TX_END
+
+ db TX_START,"Thanks, ",TX_RAM1,"!\n"
+ db "I'll take good care\n"
+ db "of this Lapras.",TX_END
+
+ db TX_START,"Hey! You're the one who\n"
+ db "gave me your Lapras!\n"
+ db "I'm taking good care of\n"
+ db "your Lapras.",TX_END
+
+ db TX_START,"Do you know Imakuni??\n"
+ db "He's a suspicious-looking guy\n"
+ db "dressed all in black!\n"
+ db "You'll find him dancing away\n"
+ db "in the lounge at one of the Clubs!\n"
+ db "He stands out, so it shouldn't be\n"
+ db "too hard to identify him. But\n"
+ db "maybe you shouldn't go near him!",TX_END
+
+ db TX_START,"Look! That's Imakuni? over there!\n"
+ db "Doesn't he look strange?\n"
+ db "You'll find him even stranger\n"
+ db "when you talk to him.",TX_END
+
+ db TX_START,"What a strange guy Imakuni? is!\n"
+ db "Have you found him yet?\n"
+ db "It's rumored that he has really\n"
+ db "rare cards!\n"
+ db "He's really strange, but you\n"
+ db "might want to duel him.",TX_END
+
+ db TX_START,"All Amy, the Master of this Club,\n"
+ db "does lately is sleep.\n"
+ db "She's bored because she doesn't\n"
+ db "have anybody to duel.",TX_END
+
+ db TX_START,"Sara and Amanda of the\n"
+ db "Water Club are twins.\n"
+ db "No wonder they look\n"
+ db "so much alike!",TX_END
+
+ db TX_START,"It feels so good to swim\n"
+ db "in the pool!\n"
+ db "Do you want to take a swim?\n"
+ db "Or would you rather duel?",TX_END
+
+ db TX_START,"Would you like to duel Sara?",TX_END
+
+ db TX_START,"No?\n"
+ db "Then maybe I'll go for a dip.",TX_END
+
+ db TX_START,"There will be 2 Prizes.\n"
+ db "The duel will be 1 match.\n"
+ db "OK, let's start!",TX_END
+
+ db TX_START,"Uh-oh! I guess I lost...\n"
+ db "Maybe I shouldn't have been\n"
+ db "swimming so much.",TX_END
+
+ db TX_START,"I guess I have to practice more\n"
+ db "to improve my Pok`mon card game.",TX_END
+
+ db TX_START,"It might look like all I can\n"
+ db "do is swim, but I play a pretty\n"
+ db "mean game of Pok`mon Trading Cards!\n"
+ db "Do you want to join the Water Club?",TX_END
+
+ db TX_START,"Doesn't it feel good to relax\n"
+ db "by the pool?\n"
+ db "Isn't it wonderful to duel\n"
+ db "in a place like this?",TX_END
+
+ db TX_START,"Would you like to duel Amanda?",TX_END
+
+ db TX_START,"Why...\n"
+ db "How boring!",TX_END
+
+ db TX_START,"OK, we'll play with 3 Prizes.\n"
+ db "It'll be a 1-match duel!",TX_END
+
+ db TX_START,"Oops, I lost!\n"
+ db "Now I'm in trouble!",TX_END
+
+ db TX_START,"Losing kind of destroys the\n"
+ db "atmosphere of the place.",TX_END
+
+ db TX_START,"Winning in such nice surroundings\n"
+ db "makes it all the more pleasurable!",TX_END
+
+ db TX_START,"Hey! Stop!\n"
+ db "This is a restricted area!\n"
+ db "Amy, the Club Master,\n"
+ db "is resting!",TX_END
+
+ db TX_START,"The person resting over there\n"
+ db "is Amy, the Club Master.\n"
+ db "If you wish to duel Amy,\n"
+ db "go defeat Sara and Amanda first.\n"
+ db "Then I will test your skill,\n"
+ db "and if by chance you should win,\n"
+ db "I will introduce you to Amy,\n"
+ db "the Club Master!",TX_END
+
+ db TX_START,"What?\n"
+ db "You defeated Sara and Amanda?",TX_END
+
+ db TX_START,"You must be pretty good if you\n"
+ db "defeated Sara and Amanda...\n"
+ db "As promised, I'll test your skills.\n"
+ db "If you win, I will introduce you\n"
+ db "to Amy...",TX_END
+
+ db TX_START,"You wish to duel against me?",TX_END
+
+ db TX_START,"Would you like to duel Joshua?",TX_END
+
+ db TX_START,"You don't want to duel?\n"
+ db "Are you afraid you won't be able\n"
+ db "to defeat me?\n"
+ db "The only way you will be able to\n"
+ db "meet Amy is by going through me!",TX_END
+
+ db TX_START,"You don't want to duel?\n"
+ db "Are you afraid you won't be able\n"
+ db "to defeat me?\n"
+ db "That's understandable since I'm\n"
+ db "very good!",TX_END
+
+ db TX_START,"OK, this will be a 1-match duel\n"
+ db "with 4 Prizes!",TX_END
+
+ db TX_START,"How's that! I win!\n"
+ db "I'm sorry, but unless you defeat \n"
+ db "me, I can't let you meet Amy.",TX_END
+
+ db TX_START,"How's that! I win!\n"
+ db "Too bad for you, but I'm\n"
+ db "the second best player\n"
+ db "after Amy!",TX_END
+
+ db TX_START,"What!?!\n"
+ db "How could I lose?",TX_END
+
+ db TX_START,"What!?!\n"
+ db "How could I lose again?",TX_END
+
+ db TX_START,"Well, since I promised...\n"
+ db "I'll introduce you to Amy.",TX_END
+
+ db TX_START,"How could this be?\n"
+ db "It must be luck!\n"
+ db "Yeah, that's what it was!",TX_END
+
+ db TX_START,"Don't think you're that good\n"
+ db "just because you defeated me.\n"
+ db "We still have Amy here\n"
+ db "at the Water Club.",TX_END
+
+ db TX_START,"Amy!\n"
+ db "Please wake up!!",TX_END
+
+ db TX_START,"Huh? What's going on?\n"
+ db "I was enjoying my little nap...",TX_END
+
+ db TX_START,"Well, um...\n"
+ db "(psst, psst, psst)",TX_END
+
+ db TX_START,"What? You lost?\n"
+ db "How could you!?!",TX_END
+
+ db TX_START,"Was it ",TX_RAM1,"?\n"
+ db "I will be your next opponent.\n"
+ db "I, Amy, the Master of the \n"
+ db "Water Club!",TX_END
+
+ db TX_START,"Aren't you ",TX_RAM1,"?\n"
+ db "So you decided you want to\n"
+ db "duel me?",TX_END
+
+ db TX_START,"Would you like to duel Amy?",TX_END
+
+ db TX_START,"No? How boring!\n"
+ db "I was looking forward to\n"
+ db "a game of Pok`mon Trading Cards.\n"
+ db "Well, come see me again!",TX_END
+
+ db TX_START,"OK! A 1-Match Duel with 6 Prizes!\n"
+ db "Let's do it!",TX_END
+
+ db TX_START,"Oh, no! I lost!?!",TX_END
+
+ db TX_START,"Well, since I lost, you can have\n"
+ db "this Water Medal.\n"
+ db "This should get you a step closer\n"
+ db "to inheriting the Legendary Cards!",TX_END
+
+ db TX_START,"Here, you can also have these!\n"
+ db "They should come in handy!",TX_END
+
+ db TX_START,"Come see me again! I'd like\n"
+ db "to duel you again sometime!",TX_END
+
+ db TX_START,"Hah! I'm the best!\n"
+ db "Come see me again sometime! \n"
+ db "I'd like another duel!",TX_END
+
+ db TX_START,"Hi, ",TX_RAM1,".\n"
+ db "Nice to see you again!!!\n"
+ db "Did you come to play the\n"
+ db "Pok`mon Trading Card Game?",TX_END
+
+ db TX_START,"OK, same rules as before!\n"
+ db "A 1-match duel with 6 Prizes!",TX_END
+
+ db TX_START,"Hello.\n"
+ db "Welcome to the Fighting Club!\n"
+ db "Here at this Club, we duel using\n"
+ db "Fighting Pok`mon.\n"
+ db "No dirty dueling is allowed!\n"
+ db "Only nice, clean duels are allowed\n"
+ db "in this Club.",TX_END
+
+ db TX_START,"I see you play the Pok`mon Trading\n"
+ db "Card Game. I'm not into dueling.\n"
+ db "I prefer collecting the cards.\n"
+ db "By the way, would you happen to have\n"
+ db TX_RAM2,"?\n"
+ db "If you do, I was wondering if you\n"
+ db "might want to give it to me?\n"
+ db "How about it?",TX_END
+
+ db TX_START,"Hi! It's you!\n"
+ db "What's up?\n"
+ db "Did you decide to give me\n"
+ db "your ",TX_RAM2,"?",TX_END
+
+ db TX_START,"Hi! I see you're playing with\n"
+ db "the cards again.\n"
+ db "By the way, I'm looking for\n"
+ db TX_RAM2," this time.\n"
+ db "If you should happen to have one,\n"
+ db "would you mind giving it to me?",TX_END
+
+ db TX_START,"Give away your ",TX_RAM2,"?",TX_END
+
+ db TX_START,"OK. I understand.\n"
+ db "But if you should change your \n"
+ db "mind, please come see me.",TX_END
+
+ db TX_START,"But you don't have ",TX_RAM2,"!\n"
+ db "I appreciate your generosity, but \n"
+ db "you can't give me what you don't \n"
+ db "have. Come see me again after \n"
+ db "you get ",TX_RAM2,".",TX_END
+
+ db TX_START,"You're going to give it to me?\n"
+ db "Thank you!\n"
+ db "But your ",TX_RAM2,"\n"
+ db "is in your Deck.\n"
+ db "I can't take a card that you're\n"
+ db "playing with!",TX_END
+
+ db TX_START,"You're going to give it to me?\n"
+ db "I'll put it in my collection\n"
+ db "right away.\n"
+ db "I'll take good care of this card.\n"
+ db "Thank you! Thank you!!!",TX_END
+
+ db TX_START,"Since you've been so kind and given\n"
+ db "me so many cards,\n"
+ db "please accept this card as a gift\n"
+ db "from me to you.\n"
+ db "It's a ",TX_LVL,"16 Pikachu.\n"
+ db "Please take good care of it!",TX_END
+
+ db TX_START,"Thank you for being so kind and\n"
+ db "giving me all these cards!",TX_END
+
+ db TX_START,"Hi!\n"
+ db "Thanks for being so kind!\n"
+ db "I'm taking good care\n"
+ db "of all the cards you gave me!",TX_END
+
+ db TX_START,"Hi!\n"
+ db "Is the card I gave you\n"
+ db "coming in handy?\n"
+ db "Thanks again for being so kind!",TX_END
+
+ db TX_START,"Huh? W..Who are you?\n"
+ db "Who? Me? You don't know who I am?\n"
+ db "I am the super musical star,\n"
+ db "Imakuni?!\n"
+ db "I'll sing the Pok`Rap - You dance!\n"
+ db $07,$03,$63,TX_START,"La di da la di da\n"
+ db " La di da la di da...\n"
+ db "Hey!\n"
+ db "Move those feet!\n"
+ db "What? Cards?\n"
+ db "You want to duel me?\n"
+ db "OK, but if I win, you dance!",TX_END
+
+ db TX_START,"What? You're still here?\n"
+ db "OK, sit over there.\n"
+ db "What? You're already sitting?\n"
+ db "OK, OK! Then let's get started!",TX_END
+
+ db TX_START,"Would you like to duel Imakuni??",TX_END
+
+ db TX_START,"Come on, don't be cruel!\n"
+ db "You're going to make me cry!",TX_END
+
+ db TX_START,"OK, a 1-match duel with 6 Prizes!\n"
+ db "...Whatever that means...",TX_END
+
+ db TX_START,"Hey! You're pretty good!\n"
+ db "I'll give you this Booster Pack,\n"
+ db "so don't tell anyone I lost, OK?",TX_END
+
+ db TX_START,"You won 3 times against me!\n"
+ db "Does that make you happy? Does it?",TX_END
+
+ db TX_START,"I can't believe I lost 6 times!\n"
+ db "...Seriously!",TX_END
+
+ db TX_START,"I don't really want to give you \n"
+ db "this, but here. Take care of it.",TX_END
+
+ db TX_START,"In both Cards and Dance,\n"
+ db "soul and rhythm are the secret.\n"
+ db "Hey, that sounds pretty cool!\n"
+ db "Maybe I'll become a poet!",TX_END
+
+ db TX_START,"Hmm...I win.\n"
+ db "You weren't too bad, but since \n"
+ db "I won...Let's see you shake it!\n"
+ db "Come on, shake it!!!\n"
+ db $07,$03,$63,TX_START,"La di da la di da\n"
+ db " La di da la di da...\n"
+ db "... You dance weird!",TX_END
+
+ db TX_START,"I was just saying which \n"
+ db "Grand Master is the best.\n"
+ db "I think Steve is the best player.",TX_END
+
+ db TX_START,"I can't believe Steve the Grand\n"
+ db "Master could lose!\n"
+ db "Who could have defeated Steve?",TX_END
+
+ db TX_START,"The best player among the Grand\n"
+ db "Masters is Rod, since he's the\n"
+ db "leader of the Grand Masters.",TX_END
+
+ db TX_START,"I can't believe Rod, the leader of\n"
+ db "the Grand Masters, was defeated!?!\n"
+ db "Could this mean the Legendary\n"
+ db "Pok`mon Cards have been passed on?",TX_END
+
+ db TX_START,"If I were just a few years younger,\n"
+ db "I'd be dueling with you kids, too.",TX_END
+
+ db TX_START,"I am Mitch, Master of the\n"
+ db "Fighting Club!\n"
+ db "I have to warn you that you will\n"
+ db "be unable to defeat me!\n"
+ db "If you wish to duel with me,\n"
+ db "you must defeat my pupils first!\n"
+ db "My pupils are training at \n"
+ db "other Clubs!\n"
+ db "Go see if you can defeat all\n"
+ db "3 of my pupils!",TX_END
+
+ db TX_START,"If you wish to duel me, you \n"
+ db "must defeat my pupils first!\n"
+ db "My pupils are training at the\n"
+ db "other Clubs!\n"
+ db "Go and see if you can defeat all\n"
+ db "3 of my pupils!",TX_END
+
+ db TX_START,"So, you've defeated 1 of my pupils.\n"
+ db "You must be a pretty good player.\n"
+ db "But you're not good enough!\n"
+ db "If you wish to duel me, you\n"
+ db "must defeat my 2 remaining pupils!",TX_END
+
+ db TX_START,"So, you've defeated 2 of my pupils!\n"
+ db "You are pretty good.\n"
+ db "But there's still the last one...\n"
+ db "Can you defeat my last pupil?",TX_END
+
+ db TX_START,"So, you have defeated\n"
+ db "all of my pupils!\n"
+ db "Let's see if you have \n"
+ db "what it takes to inherit\n"
+ db "the Legendary Pok`mon Cards!\n"
+ db "OK! Are you ready?",TX_END
+
+ db TX_START,"Would you like to Duel Mitch?",TX_END
+
+ db TX_START,"What?\n"
+ db "Are you getting cold feet?\n"
+ db "Come see me again when you\n"
+ db "finally work up enough nerves!",TX_END
+
+ db TX_START,"Come on! Show me what you've got!\n"
+ db "We'll play with 6 Prizes!",TX_END
+
+ db TX_START,"Wonderful! Great Match!\n"
+ db "You're very good.\n"
+ db "Here, take this.\n"
+ db "It's the Fighting Medal!\n"
+ db "You'll find the secret to the Decks\n"
+ db "of this Club encrypted in it.",TX_END
+
+ db TX_START,"Here, take this, too. It's a\n"
+ db "LABORATORY Booster Pack.",TX_END
+
+ db TX_START,"I hope to duel someone \n"
+ db "like you again someday!",TX_END
+
+ db TX_START,"You may have been able to defeat\n"
+ db "my pupils, but you still are not\n"
+ db "experienced enough to defeat me!\n"
+ db "Come back after you've trained more!",TX_END
+
+ db TX_START,"You wish to duel the\n"
+ db "Fighting Club Master again?",TX_END
+
+ db TX_START,"Oh, OK.\n"
+ db "I'd like to duel again, though.",TX_END
+
+ db TX_START,"As before, we'll play with 6 Prizes.\n"
+ db "Come show me what you've got!",TX_END
+
+ db TX_START,"Another utter defeat!\n"
+ db "Here, take this!",TX_END
+
+ db TX_START,"I'd like to duel someone \n"
+ db "like you again!",TX_END
+
+ db TX_START,"You must train harder!\n"
+ db "I'll be waiting!",TX_END
+
+ db TX_START,"I lost to you before at the Rock\n"
+ db "Club, but not this time!\n"
+ db "I'm going to train to become\n"
+ db "an even better player!\n"
+ db "But before I can start my training\n"
+ db "again, I must defeat you first!",TX_END
+
+ db TX_START,"I'm going to train to become\n"
+ db "an even better player!\n"
+ db "But before I can start my training\n"
+ db "again, I must defeat you first!",TX_END
+
+ db TX_START,"Would you like to duel Chris?",TX_END \ No newline at end of file
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
diff --git a/text/text6.asm b/text/text6.asm
new file mode 100755
index 0000000..c06b362
--- /dev/null
+++ b/text/text6.asm
@@ -0,0 +1,803 @@
+ db TX_START,"The Challenge Cup is over already! \n"
+ db "Too bad you couldn't enter!\n"
+ db "The prize belongs to me! ",TX_LVL,"8 Mew!\n"
+ db "You really should enter the next\n"
+ db "Challenge Cup! But then again, \n"
+ db "why bother, since I'll also win \n"
+ db "that one, too! See ya!\n"
+ db "Ha ha ha ha ha ha!",TX_END
+
+ db TX_START,"We do not accept entrants at\n"
+ db "this reception area.\n"
+ db "Please go to the reception area\n"
+ db "to the left.",TX_END
+
+ db TX_START,"You can't go past this point!\n"
+ db "It's restricted!",TX_END
+
+ db TX_START,"The last Challenge Cup was \n"
+ db "a blast! The prize was really\n"
+ db "cool too! Challenge Cups are \n"
+ db "the best! I wonder when the \n"
+ db "next one will be?",TX_END
+
+ db TX_START,"The Challenge Cup is held here,\n"
+ db "at the Challenge Hall.\n"
+ db "We're still preparing for the \n"
+ db "next Challenge Cup.\n"
+ db "Please visit us another time.",TX_END
+
+ db TX_START,"Someone who entered a Challenge\n"
+ db "Cup once cannot re-enter the \n"
+ db "same Challenge Cup again. Please\n"
+ db "wait for the next Challenge Cup.",TX_END
+
+ db TX_START,"Someone who entered a Challenge\n"
+ db "Cup once cannot re-enter for\n"
+ db "a while. Please visit us another\n"
+ db "time.",TX_END
+
+ db TX_START,"The first Challenge Cup is\n"
+ db "now underway!\n"
+ db "Defeat 3 opponents to win the\n"
+ db "wonderful prize of ",TX_LVL,"60 Mewtwo!",TX_END
+
+ db TX_START,"The second Challenge Cup is\n"
+ db "now under way!\n"
+ db "Defeat 3 opponents to win the\n"
+ db "wonderful prize of ",TX_LVL,"8 Mew!",TX_END
+
+ db TX_START,"The Challenge Cup is now \n"
+ db "underway!\n"
+ db "Defeat 3 opponents to win a\n"
+ db "fabulous prize!",TX_END
+
+ db TX_START,"The game will be a 1-match \n"
+ db "duel with 4 prizes! We are \n"
+ db "now accepting entrants here.\n"
+ db "Wouldn't you like to enter?",TX_END
+
+ db TX_START,"Will you enter?",TX_END
+
+ db TX_START,"Oh, that's too bad.\n"
+ db "Please do visit us again.",TX_END
+
+ db TX_START,"Then please proceed to the stage!",TX_END
+
+ db TX_START,"Well, things are heating up\n"
+ db "here at the Challenge Cup!",TX_END
+
+ db TX_START,"Presently, ",TX_RAM1," is still\n"
+ db "a contender!",TX_END
+
+ db TX_START,TX_RAM1," is the new challenger!",TX_END
+
+ db TX_START,"There will be 4 Prizes!\n"
+ db "OK!!\n"
+ db "Let the duel begin!",TX_END
+
+ db TX_START,"The winner is ",TX_RAM2,"!!\n"
+ db TX_START,TX_RAM2," has defeated 2 opponents!\n"
+ db "Just 1 more opponent to go\n"
+ db "before winning the prize!",TX_END
+
+ db TX_START,"Too bad, ",TX_RAM1,".\n"
+ db "Have a safe trip home!",TX_END
+
+ db TX_START,"The Winner is ",TX_RAM2,"!!!\n"
+ db TX_START,TX_RAM2," has defeated 1 opponent!\n"
+ db "2 more opponents to go\n"
+ db "before winning the prize!",TX_END
+
+ db TX_START,"How unfortunate!\n"
+ db "Unable to defeat the last opponent!\n"
+ db "It was close, but ",TX_RAM1," was \n"
+ db "defeated by the third opponent!",TX_END
+
+ db TX_START,"You see! I'm the better player?\n"
+ db "Two more opponents to go\n"
+ db "to win the Challenge Cup!!",TX_END
+
+ db TX_START,"Ha ha ha! How about that!?!\n"
+ db "I win!!\n"
+ db "2 more opponents to go and\n"
+ db "the ",TX_LVL,"8 Mew belongs to me!",TX_END
+
+ db TX_START,"Congratulations!\n"
+ db "The Winner is ",TX_RAM1,"!\n"
+ db TX_START,TX_RAM1," has defeated\n"
+ db "1 opponent!!!",TX_END
+
+ db TX_START,"Way to go, ",TX_RAM1,"!\n"
+ db "That's 2 wins!!!\n"
+ db "One more opponent to go before\n"
+ db "winning the Challenge Cup!",TX_END
+
+ db TX_START,"Most unfortunate, ",TX_RAM2,".\n"
+ db "Have a safe trip home!",TX_END
+
+ db TX_START,"Let's meet our next challenger!",TX_END
+
+ db TX_START,"Our new challenger is...\n"
+ db TX_START,TX_RAM2,"!",TX_END
+
+ db TX_START,"The third opponent is\n"
+ db TX_START,TX_RAM2,"!",TX_END
+
+ db TX_START,"Hey, ",TX_RAM1,"!\n"
+ db "I'm not gonna lose to you!\n"
+ db TX_START,TX_LVL,"60 Mewtwo belongs to me!!!",TX_END
+
+ db TX_START,TX_RAM1,"!\n"
+ db "I'm going to defeat you!\n"
+ db TX_START,TX_LVL,"8 Mew belongs to me!!!",TX_END
+
+ db TX_START,"With that, let the third match \n"
+ db "begin!",TX_END
+
+ db TX_START,"Are your decks ready?",TX_END
+
+ db TX_START,"Prepare your deck?",TX_END
+
+ db TX_START,"Well then, ",TX_RAM1,"!\n"
+ db "Let the second match begin!",TX_END
+
+ db TX_START,"Well, ",TX_RAM1,", let the third,\n"
+ db "and final, match begin!",TX_END
+
+ db TX_START,"Now then, please make \n"
+ db "your preparations!",TX_END
+
+ db TX_START,"Congratulations!\n"
+ db "You've defeated 3 opponents!",TX_END
+
+ db TX_START,"Most unfortunate, ",TX_RAM2,".\n"
+ db "Do try again in the next\n"
+ db "Challenge Cup.",TX_END
+
+ db TX_START,"That was luck!\n"
+ db "But a loss is a loss...",TX_END
+
+ db TX_START,"Shoot! I got a bad deal!",TX_END
+
+ db TX_START,TX_RAM1,"!\n"
+ db "I won't lose next time!",TX_END
+
+ db TX_START,TX_RAM1,"!\n"
+ db "I'll win next time!",TX_END
+
+ db TX_START,"The Winner of this Challenge Cup \n"
+ db "is ",TX_START,TX_RAM1,"!!!",TX_END
+
+ db TX_START,TX_RAM1,", your prize\n"
+ db "is ",TX_RAM2,"!",TX_END
+
+ db TX_START,"Congratulations, ",TX_START,TX_RAM1,"!!!",TX_END
+
+ db TX_START,"Hi, ",TX_RAM1,".\n"
+ db "What are you doing here?",TX_END
+
+ db TX_START,"Yes! The Legendary Pok`mon Cards\n"
+ db "will be inherited here at\n"
+ db "Pok`mon Dome! Of course, I, \n"
+ db "Ronald, will inherit the cards!\n"
+ db "Hey, did you collect the Medals?",TX_END
+
+ db TX_START,"Duh! That's pretty obvious!\n"
+ db "There's no way you could \n"
+ db "collect them all! Why don't \n"
+ db "you just give up? See ya!",TX_END
+
+ db TX_START,"Hey, ",TX_RAM1,"!\n"
+ db "You only have ",TX_RAM3," Medals!\n"
+ db "I've already collected ",TX_RAM3,"!\n"
+ db "Why don't you just give up? See ya!",TX_END
+
+ db TX_START,"What!?! You don't have any!?!\n"
+ db "It's about time you got the hint:\n"
+ db "Give it up, already! See ya!",TX_END
+
+ db TX_START,"Only those who have won all 8 \n"
+ db "Master Medals may enter the Grand \n"
+ db "Hall. You have not won all the \n"
+ db "Master Medals. Leave this place!",TX_END
+
+ db TX_START,"Only those who have won all 8 \n"
+ db "Master Medals may enter the Grand \n"
+ db "Hall. You have won all 8 Master \n"
+ db "Medals! Enter the Grand Hall!",TX_END
+
+ db TX_START,"Congratulations!\n"
+ db "My Legendary Card belongs to you!\n"
+ db "Please take good care of this card!",TX_END
+
+ db TX_START,"You're very good, ",TX_RAM1,".\n"
+ db "Please take care of my card.",TX_END
+
+ db TX_START,"Congratulations! \n"
+ db "You're the Champ!\n"
+ db "My Zapdos card belongs to you!",TX_END
+
+ db TX_START,"Congratulations!\n"
+ db "You're the Champ!\n"
+ db "Please treasure my Zapdos card!",TX_END
+
+ db TX_START,"Please build a powerful Deck\n"
+ db "around my card!",TX_END
+
+ db TX_START,"You've really improved your \n"
+ db "game, ",TX_START,TX_RAM1,".\n"
+ db "Use my card to make it better!",TX_END
+
+ db TX_START,"You played a wonderful match!\n"
+ db "The Legendary Cards seem pleased\n"
+ db "to be passed on to you\n"
+ db TX_START,TX_RAM1,". Hurry and go through\n"
+ db "to the Hall of Honor!",TX_END
+
+ db TX_START,"You played a wonderful match!\n"
+ db "The Legendary Cards seem pleased\n"
+ db "to be passed on to you.",TX_END
+
+ db TX_START,TX_RAM1,", That is not the way\n"
+ db "to the Hall of Honor.\n"
+ db "Hurry, ",TX_START,TX_RAM1,"! Go through to\n"
+ db "the Hall of Honor!",TX_END
+
+ db TX_START,TX_RAM1,", if you leave the \n"
+ db "Grand Hall, you must defeat \n"
+ db "each of us again to enter\n"
+ db "the Hall of Honor.",TX_END
+
+ db TX_START,"Exit the Grand Hall?",TX_END
+
+ db TX_START,"Possessor of all 8 Master Medals...\n"
+ db "Enter the Dueling Stage...\n"
+ db "However, you will be unable to \n"
+ db "turn back.",TX_END
+
+ db TX_START,"Enter the Dueling Stage?",TX_END
+
+ db TX_START,"Then leave the Grand Hall!",TX_END
+
+ db TX_START,"In that case...\n"
+ db "Enter the Dueling Stage.",TX_END
+
+ db TX_START,"Welcome to Pok`mon Dome!",TX_END
+
+ db TX_START,"Welcome back,\n"
+ db "brave challenger!",TX_END
+
+ db TX_START,"I am Rod, Leader of the \n"
+ db "Grand Masters, and this is\n"
+ db "Grand Master Courtney,\n"
+ db "the Fire Queen.",TX_END
+
+ db TX_START,"Grand Master of Lightning,\n"
+ db "Thunder Steve!",TX_END
+
+ db TX_START,"Grand Master of Ice,\n"
+ db "Gentlemanly Jack.",TX_END
+
+ db TX_START,"We are the 4 Grand Masters who\n"
+ db "guard the Legendary Pok`mon Cards.\n"
+ db "If you can defeat all of us, then \n"
+ db "you will have earned the right to \n"
+ db "inherit the Legendary Pok`mon Cards!",TX_END
+
+ db TX_START,"We are the Grand Masters who guard\n"
+ db "the Legendary Pok`mon Cards!\n"
+ db "We will accept your challenge as\n"
+ db "many times as will take for you \n"
+ db "to inherit all 4 of the \n"
+ db "Legendary Pok`mon Cards!",TX_END
+
+ db TX_START,"We are the Grand Masters who guard\n"
+ db "the Legendary Pok`mon Cards!\n"
+ db "Challenge us as many times as \n"
+ db "you wish!",TX_END
+
+ db TX_START,TX_RAM1,",\n"
+ db "take your place at the table.",TX_END
+
+ db TX_START,"Your first opponent shall be \n"
+ db "Courtney!",TX_END
+
+ db TX_START,"First, you must duel Courtney!",TX_END
+
+ db TX_START,"Hm-hmmm...I, Courtney, the Fire \n"
+ db "Queen, shall be your first \n"
+ db "opponent! We shall see if you can \n"
+ db "take the heat. A 6-prizes match! \n"
+ db "Hm-hmm-hmm...Let's go to it!",TX_END
+
+ db TX_START,"Let's see if you can take the heat!\n"
+ db "There will be 6 Prizes.\n"
+ db "Hm-hmm-hmm...Let's go to it!",TX_END
+
+ db TX_START,"Hm-hmm-hmm...\n"
+ db "I W I N ! Come back when you've\n"
+ db "gotten a little better. I can't\n"
+ db "give a Legendary Pok`mon Card to\n"
+ db "someone who plays like that!",TX_END
+
+ db TX_START,"Hm-hmm-hmm...I W I N !\n"
+ db "The Legendary Pok`mon Cards \n"
+ db "deserve better than that!",TX_END
+
+ db TX_START,"I'm sorry, but you have to leave.\n"
+ db "Well, take care...",TX_END
+
+ db TX_START,"Hmm-hmm-hmm...I lose.\n"
+ db "But that's no suprise, seeing \n"
+ db "as how you've come this far.\n"
+ db "Your next opponent is waiting \n"
+ db "for you!",TX_END
+
+ db TX_START,"Hmm-hmm-hmm...I lose.\n"
+ db "I find you worthy of inheriting\n"
+ db "the Legendary Pok`mon Cards!",TX_END
+
+ db TX_START,"Very good, ",TX_RAM1,"!\n"
+ db "Your second opponent is Steve!",TX_END
+
+ db TX_START,TX_RAM1,"! Next, you must duel \n"
+ db "Steve!",TX_END
+
+ db TX_START,"I, Thunder Steve, am your next \n"
+ db "opponent. Hey! Do you want the\n"
+ db "Legendary Pok`mon Cards!?!\n"
+ db "Then you must defeat me first!",TX_END
+
+ db TX_START,"Hey, ",TX_RAM1,"!\n"
+ db "Come battle Steve!",TX_END
+
+ db TX_START,"Is your Deck ready, ",TX_START,TX_RAM1,"?",TX_END
+
+ db TX_START,"Prepare for the Duel?",TX_END
+
+ db TX_START,"All right then!\n"
+ db "Let's begin the Duel!",TX_END
+
+ db TX_START,"6 Prizes!\n"
+ db "Ready? Set! Go!",TX_END
+
+ db TX_START,"You lose! You still have a \n"
+ db "long way to go,\n"
+ db "but don't give up!\n"
+ db "Challenge me again!",TX_END
+
+ db TX_START,"You Lose! You still have a \n"
+ db "long way to go!\n"
+ db "But don't give up!\n"
+ db "Challenge me again!",TX_END
+
+ db TX_START,"You're the Winner! You're the \n"
+ db "Greatest! With that skill, I \n"
+ db "feel we can give you the \n"
+ db "Legendary Pok`mon Cards!",TX_END
+
+ db TX_START,"You're the Winner!\n"
+ db "You're the Greatest!",TX_END
+
+ db TX_START,"Very good, ",TX_RAM1,".\n"
+ db "Your next opponent is Jack!",TX_END
+
+ db TX_START,"That's great, ",TX_RAM1,"!\n"
+ db "Jack is your next opponent!",TX_END
+
+ db TX_START,"I, Jack, am your third opponent.\n"
+ db "You shall not be able to defeat\n"
+ db "my splendid deck!\n"
+ db "Come! I shall prove it to you!",TX_END
+
+ db TX_START,"I shall duel you with my splendid \n"
+ db "deck! I shan't lose this time!",TX_END
+
+ db TX_START,TX_RAM1,",\n"
+ db "have you readied your deck?",TX_END
+
+ db TX_START,"Prepare for the duel?",TX_END
+
+ db TX_START,"Very well then!\n"
+ db "Let us begin the duel!",TX_END
+
+ db TX_START,"Shall we start?\n"
+ db "There will be 6 Prizes!",TX_END
+
+ db TX_START,"What did I tell you?\n"
+ db "There was absolutely no way you \n"
+ db "could have defeated my\n"
+ db "splendid deck!",TX_END
+
+ db TX_START,"What did I tell you?\n"
+ db "There was no way you could have \n"
+ db "defeated my splendid deck!",TX_END
+
+ db TX_START,"I simply can't believe my \n"
+ db "splendid deck could lose...\n"
+ db "It is a mortifying thought, \n"
+ db "but it appears you are better \n"
+ db "than I. Very well! Now\n"
+ db "on to your final test...",TX_END
+
+ db TX_START,"I simply can't believe my \n"
+ db "splendid deck could lose...\n"
+ db "It would appear that you are \n"
+ db "a true Master...",TX_END
+
+ db TX_START,"Spectacular dueling! I, Rod,\n"
+ db "will be your next opponent!",TX_END
+
+ db TX_START,"Splendid, as usual!\n"
+ db "I will be your next opponent!",TX_END
+
+ db TX_START,"This is your final duel!\n"
+ db "Show me what you're made of!",TX_END
+
+ db TX_START,"If you win this Duel, I will \n"
+ db "allow you to duel Ronald!",TX_END
+
+ db TX_START,"This is your final duel!\n"
+ db "Show me what you're made of!",TX_END
+
+ db TX_START,"Is your Deck ready, ",TX_START,TX_RAM1,"?",TX_END
+
+ db TX_START,"Prepare for the Duel?",TX_END
+
+ db TX_START,"Then let's begin the final duel - \n"
+ db "a 1-match duel for 6 Prizes!!!",TX_END
+
+ db TX_START,"A 1-match duel for 6 prizes!!",TX_END
+
+ db TX_START,"That was close, but you came \n"
+ db "up a little short.",TX_END
+
+ db TX_START,"I'm sorry, but I cannot pass the\n"
+ db "the Legendary Pok`mon Cards to you.\n"
+ db "Continue training and try again.\n"
+ db "Until then!",TX_END
+
+ db TX_START,"Continue training and try again.\n"
+ db "Until then!",TX_END
+
+ db TX_START,"Wha-what on earth? Even\n"
+ db "I, Rod, have been defeated?!?\n"
+ db "Wonderful! This is wonderful!!\n"
+ db "Congratulations, ",TX_RAM1,". \n"
+ db "You have proven yourself worthy\n"
+ db "enough to inherit the\n"
+ db "Legendary Pok`mon Cards!!!\n"
+ db "Except...",TX_END
+
+ db TX_START,"Congratulations, ",TX_RAM1,"!\n"
+ db "You're a master duelist!!!\n"
+ db "But...",TX_END
+
+ db TX_START,"We have a problem...\n"
+ db "There is another who has \n"
+ db "defeated us...\n"
+ db "You must duel him...",TX_END
+
+ db TX_START,"You must duel Ronald again.",TX_END
+
+ db TX_START,"Congratulations, ",TX_RAM1,"!\n"
+ db "You're a master duelist!",TX_END
+
+ db TX_START,"Even I, Rod, am no longer any \n"
+ db "match for you.\n"
+ db "Please, enter the \n"
+ db "Hall of Honor!",TX_END
+
+ db TX_START,"Yeah! That's right! \n"
+ db "It's me!!! Ronald!!!\n"
+ db "I have already inherited the\n"
+ db "Legendary Pok`mon Cards!",TX_END
+
+ db TX_START,"No, Ronald! That cannot be \n"
+ db "allowed! He, too, has earned \n"
+ db "the right to inherit the \n"
+ db "Legendary Pok`mon Cards!\n"
+ db "Ronald! ",TX_RAM1,"!\n"
+ db "You two must duel to determine who \n"
+ db "will inherit the Legendary Pok`mon \n"
+ db "Cards. So say the Rules!",TX_END
+
+ db TX_START,"Alright, Rod!",TX_END
+
+ db TX_START,"Yeah! That's right! It's me!!!\n"
+ db "Ronald!!!\n"
+ db "I'll take your challenge,\n"
+ db TX_START,TX_RAM1,"!",TX_END
+
+ db TX_START,"Is your Deck ready, ",TX_START,TX_RAM1,"?",TX_END
+
+ db TX_START,"Prepare for the Duel?",TX_END
+
+ db TX_START,"OK, Then let's begin this \n"
+ db "ultimate duel!",TX_END
+
+ db TX_START,"I was here first! The Legendary\n"
+ db "Pok`mon Cards belong to me!\n"
+ db "I'll make it all too clear to\n"
+ db "you, ",TX_START,TX_RAM1,"!",TX_END
+
+ db TX_START,"It's a 1-match duel with 6-prizes!\n"
+ db "Let it begin!",TX_END
+
+ db TX_START,"Now do you know who the better \n"
+ db "player is!?!\n"
+ db "The Legendary Pok`mon Cards\n"
+ db "belong to me!\n"
+ db "If you still won't give up,\n"
+ db "I'll take you on again...\n"
+ db "But first, you'll have to defeat\n"
+ db "all 4 of the Grand Masters again!",TX_END
+
+ db TX_START,"No!!! How...? How could I lose!?!",TX_END
+
+ db TX_START,"I'm sorry, but the Legendary Pok`mon\n"
+ db "Cards have chosen ",TX_RAM1,".",TX_END
+
+ db TX_START,"The Legendary Pok`mon Cards\n"
+ db "vanished from Ronald's Deck!",TX_END
+
+ db TX_START,"No! My...My Legendary \n"
+ db "Pok`mon Cards!\n"
+ db "No...!\n"
+ db "Noooooo!!!",TX_END
+
+ db TX_START,"Congratulations, ",TX_RAM1,"!\n"
+ db "You are a Card Master\n"
+ db "worthy of inheriting\n"
+ db "the Legendary Pok`mon Cards!\n"
+ db "The Legendary Pok`mon Cards\n"
+ db "recognize you as a true Master!",TX_END
+
+ db TX_START,"Now go through to the Hall of Honor\n"
+ db "to receive the Legendary Cards!",TX_END
+
+ db TX_START,"The Legendary Auto Deck Machine \n"
+ db "has been turned on!",TX_END
+
+ db TX_START,"Would you like to build a Deck?",TX_END
+
+ db TX_START,"The Legendary Auto Deck Machine\n"
+ db "has been turned off!",TX_END
+
+ db TX_START,"The 4 Legendary Pok`mon Cards\n"
+ db "float, glowing in the air!",TX_END
+
+ db TX_START,"The Legendary Pok`mon Cards\n"
+ db "speak to you...\n"
+ db " \"You who have inherited us...\n"
+ db " Great Card Master! \n"
+ db " Our Master must not forget:\n"
+ db " Inheriting us does not make you\n"
+ db " a Pok`mon Card Master!\n"
+ db " A true Pok`mon Card Master is\n"
+ db " one who has the skill to use\n"
+ db " the abilities of the different\n"
+ db " cards and the courage to duel\n"
+ db " powerful opponents. And most\n"
+ db " of all, the ability to love the\n"
+ db " Pok`mon Trading Card Game\n"
+ db " no matter what - win or lose!\n"
+ db " A new journey has just begun...\"",TX_END
+
+ db TX_START,"One of the Legendary Pok`mon Cards\n"
+ db "floats, glowing in the air!",TX_END
+
+ db TX_START,"A Legendary Pok`mon Card\n"
+ db "floats, glowing in the air!",TX_END
+
+ db TX_START,"The Legendary Pok`mon Cards\n"
+ db "speak to you...\n"
+ db " \"You who have inherited us...\n"
+ db " Great Card Master!\n"
+ db " There are no cards left for us\n"
+ db " to give you, but do not forget:\n"
+ db " Inheriting us does not make you\n"
+ db " a Pok`mon Card Master!\n"
+ db " A true Pok`mon Card Master\n"
+ db " is one who has the skill to use\n"
+ db " the abilities of the different\n"
+ db " cards and the courage to duel\n"
+ db " powerful opponents. And above\n"
+ db " all, the ability to love the\n"
+ db " Pok`mon Trading Card Game no\n"
+ db " matter what - win or lose!\n"
+ db " A new journey has just begun...\"",TX_END
+
+ db TX_START,"It's the Challenge Machine,\n"
+ db "created by Dr. Mason!",TX_END
+
+ db TX_START,"The 8 Club Masters each own a\n"
+ db "Master Medal.\n"
+ db "The secret of each Club's deck is\n"
+ db "encrypted in its Master Medal.\n"
+ db "Once you get a Master Medal, go\n"
+ db "to the computer room in back.\n"
+ db "You can place the Medals in the\n"
+ db "Auto Deck Machines to create\n"
+ db "different Decks!",TX_END
+
+ db TX_START,"You finally inherited the\n"
+ db "Legendary Pok`mon Cards!\n"
+ db "Did you see the Legendary Auto\n"
+ db "Deck Machine?\n"
+ db "It is rumored that it's in the \n"
+ db "Hall of Honor at Pok`mon Dome.\n"
+ db "It supposedly holds the secret \n"
+ db "to a very powerful deck!",TX_END
+
+ db TX_START,"Excuse me, but you don't seem \n"
+ db "to have many Energy cards.\n"
+ db "Building a deck must be difficult \n"
+ db "with so few Energy cards.\n"
+ db "Here, take these!",TX_END
+
+ db TX_START,TX_RAM1," received some \n"
+ db "Energy cards!",TX_END
+
+ db TX_START,"Goodbye!\n"
+ db "Take care!",TX_END
+
+ db TX_START,"Are you also hoping to inherit\n"
+ db "the Legendary Pok`mon Cards?\n"
+ db "If you want the Legendary Cards,\n"
+ db "you must defeat the Grand Masters.\n"
+ db "To duel the Grand Masters, you\n"
+ db "must first get the Master Medals.\n"
+ db "The 8 Masters of the Card Clubs\n"
+ db "each have a Master Medal. Go to\n"
+ db "Pok`mon Dome if you want to learn\n"
+ db "more about the Legendary Cards.",TX_END
+
+ db TX_START,"You finally inherited the\n"
+ db "Legendary Pok`mon Cards!\n"
+ db "Amazing!\n"
+ db "Congratulations, ",TX_RAM1,"!!!",TX_END
+
+ db TX_START,"When you defeat a Club Member,\n"
+ db "you'll receive a Booster Pack.\n"
+ db "Each Booster Pack has 10 cards.\n"
+ db "The cards differ depending on\n"
+ db "the Booster Pack you receive. \n"
+ db "The type of Booster Pack differs\n"
+ db "depending on who you duel, \n"
+ db "so choose your opponents well.",TX_END
+
+ db TX_START,"Congratulations on inheriting \n"
+ db "the Legendary Pok`mon Cards,\n"
+ db TX_START,TX_RAM1,"! Now you should try\n"
+ db "dueling different people using the\n"
+ db "cards you inherited. I'm sure \n"
+ db "you'll have a good time!",TX_END
+
+ db TX_START,"I'm sure you already know, but there\n"
+ db "are 8 Clubs: the Fighting, Water,\n"
+ db "Lightning, Grass, Psychic, Fire,\n"
+ db "Rock and Science Clubs!\n"
+ db "The different Clubs use cards that\n"
+ db "are specific to that Club.",TX_END
+
+ db TX_START,"Amazing! You beat the 8 Club \n"
+ db "Masters!\n"
+ db "And you even defeated the\n"
+ db "4 Grand Masters! Amazing!",TX_END
+
+ db TX_START,"To save your game, press START\n"
+ db "and choose Diary from the Menu.\n"
+ db "You can do all sorts of stuff with\n"
+ db "that PC over there.\n"
+ db "You can read e-mail from \n"
+ db "Dr. Mason on that PC, too!",TX_END
+
+ db TX_START,"This is the Challenge Machine\n"
+ db "created by Dr. Mason!\n"
+ db "The Challenge Machine is a \n"
+ db "Pok`mon Card Dueling Machine. \n"
+ db "The rules of the game are simple: \n"
+ db "choose 1 deck with which you must\n"
+ db "duel 5 computer opponents!\n"
+ db "If you can defeat the 5 \n"
+ db "opponents, you win! You can also \n"
+ db "play to extend your winning \n"
+ db "streak! Build a deck and \n"
+ db "give it a try, ",TX_RAM1,"!",TX_END
+
+ db TX_START,"OK, let's start using the practice\n"
+ db "Deck. Listen and follow Dr. Mason's\n"
+ db "instructions.",TX_END
+
+ db TX_START,"Practice with Sam?",TX_END
+
+ db TX_START,"You should practice again if there\n"
+ db "is anything you don't understand.",TX_END
+
+ db TX_START,"OK, a 2-Prize duel using\n"
+ db "the practice deck!",TX_END
+
+ db TX_START,"Would you like to duel Sam?",TX_END
+
+ db TX_START,"Come see me any time.\n"
+ db "The basics are very important!",TX_END
+
+ db TX_START,"You're getting the hang of it!",TX_END
+
+ db TX_START,"Keep this up, and you should be able\n"
+ db "to win some duels!",TX_END
+
+ db TX_START,"You need to practice more.\n"
+ db "If you think things through,\n"
+ db "you should be able to win.\n"
+ db "Why don't you practice \n"
+ db "a little more?",TX_END
+
+ db TX_START,"So, have you learned how to \n"
+ db "play the game?\n"
+ db "I hope you enjoy playing the\n"
+ db "Pok`mon Trading Card Game!",TX_END
+
+ db TX_START,"What do you want to \n"
+ db "ask about?",TX_END
+
+ db TX_START,"In order to do anything, Pok`mon \n"
+ db "must have Energy cards. \n"
+ db "If no Energy cards are attached,\n"
+ db "the Pok`mon will not be able to \n"
+ db "attack or retreat. There are 7 \n"
+ db "types of Energy cards: Grass, \n"
+ db "Fire, Water, Lightning, Psychic, \n"
+ db "Fighting and Colorless.\n"
+ db "The type of Energy required \n"
+ db "depends on the Pok`mon.\n"
+ db "Be sure to learn which Pok`mon \n"
+ db "require which type of Energy!",TX_END
+
+ db TX_START,"Pok`mon damage defending Pok`mon \n"
+ db "by attacking. Pok`mon need Energy \n"
+ db "cards in order to attack.\n"
+ db "For example, the energy required \n"
+ db "for Seaking's Waterfall is ",TX_WATER,TX_COLORLESS,".\n"
+ db TX_WATER,TX_COLORLESS," stands for 1 Water Energy \n"
+ db "card and another Energy card of \n"
+ db "any type. The energy required \n"
+ db "differs according to the attack.",TX_END
+
+ db TX_START,"To switch your Active Pok`mon\n"
+ db "with a Bench Pok`mon, choose \n"
+ db "the Retreat command. If the \n"
+ db "Active Pok`mon is in danger,\n"
+ db "move it back to your Bench.\n"
+ db "Energy is required in order\n"
+ db "to Retreat. The number of \n"
+ db "Energy cards required varies,\n"
+ db "depending on the Pok`mon.",TX_END
+
+ db TX_START,"There are 3 types of Pok`mon cards:\n"
+ db "Basic Pok`mon, Stage 1 Pok`mon and \n"
+ db "Stage 2 Pok`mon. Squirtle is a \n"
+ db "Basic, Wartortle a Stage 1 and \n"
+ db "Blastoise a Stage 2 Pok`mon.\n"
+ db "Basic Pok`mon are the only cards\n"
+ db "that can be put directly into play.\n"
+ db "A Basic Pok`mon in play can be\n"
+ db "evolved to a Stage 1 Pok`mon. A\n"
+ db "Stage 1 Pok`mon in the Play Area \n"
+ db "can then be evolved to a Stage 2 \n"
+ db "Pok`mon. Therefore, Squirtle is \n"
+ db "needed in order to play Wartortle,\n"
+ db "and Wartortle is needed in\n"
+ db "order to play Blastoise.",TX_END
+
+ db TX_START,"Some Pok`mon have special\n"
+ db "abilities called Pok`mon Powers.\n"
+ db "Some Pok`mon Powers are used as\n"
+ db "soon as the Pok`mon is played,\n"
+ db "while others must be used by\n"
+ db "choosing the PKMN Power command.\n"
+ db "There are many different Pok`mon\n"
+ db "Powers, so read each card's text\n"
+ db "carefully.",TX_END \ No newline at end of file
diff --git a/text/text7.asm b/text/text7.asm
new file mode 100755
index 0000000..4ee2a05
--- /dev/null
+++ b/text/text7.asm
@@ -0,0 +1,790 @@
+ db TX_START,"Your Turn ends after you Attack.\n"
+ db "If you do not have enough energy\n"
+ db "to attack, or if your Active Pok`mon\n"
+ db "cannot move due to Paralysis or\n"
+ db "Sleep, you can end your turn by\n"
+ db "choosing the DONE command.\n"
+ db "This will cause your turn to end\n"
+ db "and your opponent's turn to begin.\n"
+ db "You should choose DONE if you are \n"
+ db "unable to do anything.",TX_END
+
+ db TX_START,"Generally, the win or loss of a \n"
+ db "duel is decided by prizes.\n"
+ db "Prizes are cards that you may\n"
+ db "draw when you knock out one of\n"
+ db "your opponent's Pok`mon.\n"
+ db "You win if you Knock Out as many\n"
+ db "of your opponent's Pok`mon as there\n"
+ db "are Prizes to be drawn. You \n"
+ db "will lose the duel if you have\n"
+ db "no cards in your deck at the start \n"
+ db "of your turn or if there are \n"
+ db "no Pok`mon in your Play Area,\n"
+ db "so be careful!",TX_END
+
+ db TX_START,"Gathering information is important\n"
+ db "if you wish to inherit the Legendary\n"
+ db "Pok`mon Cards! Listen to what people\n"
+ db "have to say and read the books on \n"
+ db "the bookshelves. If I have any \n"
+ db "information, I'll send you an\n"
+ db "e-mail, so check the PC every\n"
+ db "so often to read your mail!",TX_END
+
+ db TX_START,"First, learning how to use your \n"
+ db "deck is very important. Duel \n"
+ db "against many people to check your \n"
+ db "Deck's performance. The Auto Deck \n"
+ db "Machines are handy when you want \n"
+ db "to rebuild your deck. If you \n"
+ db "have the required cards, it \n"
+ db "will automatically build a Deck \n"
+ db "for you. Collect new cards to \n"
+ db "build new decks!",TX_END
+
+ db TX_START,"Are you getting the hang of the\n"
+ db "Pok`mon Trading Card Game?\n"
+ db "How about building a deck yourself?\n"
+ db "It's a great feeling to win with \n"
+ db "a deck you built on your own.",TX_END
+
+ db TX_START,"So, did you build your own Deck?\n"
+ db "The strength or weakness of your\n"
+ db "deck depends only on how you play!\n"
+ db "In other words, it all depends on\n"
+ db "the skill of the player! You must \n"
+ db "become a skilled Card Master!",TX_END
+
+ db TX_START,"Congratulations, ",TX_RAM1,"!\n"
+ db "I hear you have inherited the\n"
+ db "Legendary Pok`mon Cards!\n"
+ db "The strength of a Deck does\n"
+ db "not depend on any single card,\n"
+ db "But on how skillfully you are able\n"
+ db "to use that card.\n"
+ db "The power of the Legendary Pok`mon\n"
+ db "Cards depends on you!\n"
+ db "You must become a skilled\n"
+ db "Card Master!",TX_END
+
+ db TX_START,"That's right! Did you try the \n"
+ db "Challenge Machine I built?\n"
+ db "See how far you can get with \n"
+ db "1 Deck! Computer opponent data \n"
+ db "is based on opponents you have \n"
+ db "already played against. I hope \n"
+ db "you enjoy the product of my \n"
+ db "scientific genius!",TX_END
+
+ db TX_START,"Oh! Why the rush, ",TX_RAM1,"?\n"
+ db "What? \n"
+ db "You want to learn how to play\n"
+ db "the Pok`mon Trading Card Game?\n"
+ db "So you, too, finally want to \n"
+ db "start playing the card game. \n"
+ db "Well, dueling is more fun than \n"
+ db "just collecting cards!\n"
+ db "First, you should try playing \n"
+ db "with a Practice Deck. \n"
+ db "Here, I'll give you this Deck. \n"
+ db "And now you need an opponent...\n"
+ db "Hey, Sam!\n"
+ db "Play with him for a while!",TX_END
+
+ db TX_START,"Yes, Dr. Mason.\n"
+ db "Hello, ",TX_RAM1,".",TX_END
+
+ db TX_START,"OK!\n"
+ db "Let's give it a try!",TX_END
+
+ db TX_START,"Hey! ",TX_RAM1,"!\n"
+ db "Hurry and come here!",TX_END
+
+ db TX_START,"First, ask Sam the basics\n"
+ db "of the game.",TX_END
+
+ db TX_START,"OK, ",TX_RAM1,".\n"
+ db "What do you want to ask about?",TX_END
+
+ db TX_START,"Is that all?",TX_END
+
+ db TX_START,"They say that actions speak louder\n"
+ db "than words, so let's play a game.\n"
+ db "Since this is your first time, \n"
+ db "just try to learn the basic steps.\n"
+ db "I'll be coaching you,\n"
+ db "so follow my advice.\n"
+ db "If you don't do as I say, \n"
+ db "we won't be able to proceed.\n"
+ db "It might be easier if you read the\n"
+ db "Pok`mon Trading Card Game\n"
+ db "Instruction Booklet while we play. \n"
+ db "OK then, let's start your \n"
+ db "practice game!",TX_END
+
+ db TX_START,"Basically, this is how the Pok`mon \n"
+ db "Trading Card Game is played:\n"
+ db "It's a game in which you try to \n"
+ db "knock out as many of your \n"
+ db "opponent's Pok`mon as there are \n"
+ db "prizes. That's the gist of it...",TX_END
+
+ db TX_START,"Would you like to practice again?",TX_END
+
+ db TX_START,"OK. Then let's begin another\n"
+ db "practice game!",TX_END
+
+ db TX_START,"OK, but if there's anything \n"
+ db "you don't understand, it's\n"
+ db "a good idea to practice again.",TX_END
+
+ db TX_START,"If you don't understand something,\n"
+ db "talk to Sam. It might be helpful \n"
+ db "to Practice again, too. This time \n"
+ db "was just practice, so I had you \n"
+ db "follow everything I said, but \n"
+ db "there are other styles of play, \n"
+ db "so try them out by choosing \n"
+ db "Normal Duel.",TX_END
+
+ db TX_START,"Now then, let's build your deck.\n"
+ db "Did you bring your cards?",TX_END
+
+ db TX_START,TX_RAM1," handed his cards to \n"
+ db "Dr. Mason.",TX_END
+
+ db TX_START,"Hmm...let me add some of my own \n"
+ db "cards to yours!\n"
+ db "Now, ",TX_RAM1,", what kind\n"
+ db "of Deck do you want?",TX_END
+
+ db TX_START,"A ",TX_RAM2,"?",TX_END
+
+ db TX_START,"OK, a ",TX_RAM2,"!\n"
+ db "Here are the remaining cards!",TX_END
+
+ db TX_START,TX_RAM1," received\n"
+ db "a ",TX_RAM2,"!\n"
+ db TX_START,TX_RAM1," received\n"
+ db "30 cards!",TX_END
+
+ db TX_START,"You should duel with many different \n"
+ db "people. Why don't you go to one of \n"
+ db "the Card Clubs. There are many \n"
+ db "people playing at the Clubs.\n"
+ db "Collect new cards and try \n"
+ db "building a new Deck!",TX_END
+
+ db TX_START,"Isn't the Auto Deck Machine great?\n"
+ db "As long as you have the necessary\n"
+ db "cards, this machine will\n"
+ db "automatically build a Deck for you!",TX_END
+
+ db TX_START,"Congratulations on inheriting\n"
+ db "the Legendary Pok`mon Cards!\n"
+ db "But that's not all there is\n"
+ db "to this game!\n"
+ db "Were you able to build all the Decks\n"
+ db "here in this Auto Deck Machine?\n"
+ db "There are as many duels as there\n"
+ db "are decks to duel with! Keep \n"
+ db "dueling with Pok`mon Trading Cards!",TX_END
+
+ db TX_START,"This machine is the Deck\n"
+ db "Save Machine. You can save the\n"
+ db "configurations of your modified\n"
+ db "decks in this machine. Once you\n"
+ db "save a deck, this machine can\n"
+ db "rebuild it for you any time,\n"
+ db "as long as you have the necessary\n"
+ db "cards. When you build a great\n"
+ db "deck, you should save it here.",TX_END
+
+ db TX_START,"Congratulations on inheriting\n"
+ db "the Legendary Pok`mon Cards!!!\n"
+ db "Please save your deck in this\n"
+ db "Deck Save Machine - \n"
+ db "the Deck with the Legendary \n"
+ db "Pok`mon Cards!!!",TX_END
+
+ db TX_START,"You need a Medal to activate a\n"
+ db "deactivated Auto Deck Machine -\n"
+ db "the Master Medals owned by the\n"
+ db "Club Masters! Place the Medals \n"
+ db "here after you win them.\n"
+ db "Then you'll be able to build\n"
+ db "new decks!!!",TX_END
+
+ db TX_START,TX_RAM1,", thanks to you, all\n"
+ db "the Auto Deck Machines have\n"
+ db "been activated!",TX_END
+
+ db TX_START,"Ho-ho! Won't you duel me to\n"
+ db "test your deck?\n"
+ db "If you win, I'll give you\n"
+ db "a Booster Pack - but it only \n"
+ db "contains Energy cards.",TX_END
+
+ db TX_START,"Would you like to duel Aaron?",TX_END
+
+ db TX_START,"It's important to know how your\n"
+ db "Deck performs.",TX_END
+
+ db TX_START,"Ho-ho! Please choose the deck\n"
+ db "you wish to duel against.",TX_END
+
+ db TX_START,"Is it ",TX_RAM2,"?",TX_END
+
+ db TX_START,"Ho-ho! OK, let's start a \n"
+ db "4-prize match!",TX_END
+
+ db TX_START,"Ho-ho! You win!\n"
+ db "Here you go, as promised!",TX_END
+
+ db TX_START,"Ho-ho! How about it? Did you \n"
+ db "get a feel for your Deck?\n"
+ db "Ho-ho! Come again. I'll be glad \n"
+ db "to Duel you any time.",TX_END
+
+ db TX_START,"It's an Auto Deck Machine.",TX_END
+
+ db TX_START,"Would you like to build a Deck?",TX_END
+
+ db TX_START,"It's a ",TX_RAM2," Medal\n"
+ db "Auto Deck Machine.",TX_END
+
+ db TX_START,"It isn't working since the \n"
+ db TX_RAM2," Medal is not inserted.",TX_END
+
+ db TX_START,"Insert the ",TX_RAM2," Medal?",TX_END
+
+ db TX_START,"The Auto Deck Machine\n"
+ db "has been activated!",TX_END
+
+ db TX_START,"Would you like to build a Deck?",TX_END
+
+ db TX_START,"It's a Deck Save Machine.",TX_END
+
+ db TX_START,"Use the Deck Save Machine?",TX_END
+
+ db TX_START,"Greetings!\n"
+ db "Welcome to the Lightning Club!\n"
+ db "At this club, we use decks made up\n"
+ db "mostly of Lightning Pok`mon.\n"
+ db "Would you like to get charged up\n"
+ db "with us?",TX_END
+
+ db TX_START,"Hey! Kid!\n"
+ db "I've got a ",TX_LVL,"20 Electabuzz,\n"
+ db "but what I really want is\n"
+ db "a ",TX_LVL,"35 Electabuzz!\n"
+ db "Hey! Kid! Do you have a\n"
+ db TX_START,TX_LVL,"35 Electabuzz?",TX_END
+
+ db TX_START,"Hey! Kid!\n"
+ db "We meet again!\n"
+ db "Do you have a ",TX_LVL,"35 Electabuzz?\n"
+ db "Come on! Trade it for my\n"
+ db TX_START,TX_LVL,"20 Electabuzz!",TX_END
+
+ db TX_START,"Trade your ",TX_LVL,"35 Electabuzz?",TX_END
+
+ db TX_START,"Whoa! Bummer!\n"
+ db "What a drag!\n"
+ db "Really uncool, kid!\n"
+ db "See ya, kid!",TX_END
+
+ db TX_START,"Hey, kid!\n"
+ db "It's not cool to lie!\n"
+ db "You don't own a ",TX_LVL,"35 Electabuzz!\n"
+ db "You could get hurt lying to me, kid!",TX_END
+
+ db TX_START,"You're gonna trade me your\n"
+ db TX_START,TX_LVL,"35 Electabuzz?\n"
+ db "Way cool!...Hey! Wait, kid!\n"
+ db "That card's in your Deck!\n"
+ db "It isn't cool to take that card!\n"
+ db "You take good care of that card!\n"
+ db "That's what's best for that\n"
+ db "Electabuzz!",TX_END
+
+ db TX_START,"You're gonna trade me your\n"
+ db TX_START,TX_LVL,"35 Electabuzz? Way cool, kid!\n"
+ db "OK, I'll trade you my\n"
+ db TX_START,TX_LVL,"20 Electabuzz for it!",TX_END
+
+ db TX_START,"Whoa! Thanks!\n"
+ db "You're too cool, kid!",TX_END
+
+ db TX_START,"Whoa! Cool, kid! Thanks for \n"
+ db "that ",TX_LVL,"35 Electabuzz! \n"
+ db "My ",TX_LVL,"20 Electabuzz is a cool card!\n"
+ db "Charge it up with Electabuzz!",TX_END
+
+ db TX_START,"I wonder if the Legendary Cards\n"
+ db "are pretty?\n"
+ db "If they're sparkly, I'll be\n"
+ db "really happy.",TX_END
+
+ db TX_START,"Hey! You charged up!?!\n"
+ db "You playin' the Pok`mon \n"
+ db "Trading Card Game!?!\n"
+ db "Yeah! Gotta be a Grand Master!",TX_END
+
+ db TX_START,"Hey! ",TX_RAM1,"!\n"
+ db "You beat the Grand Masters?\n"
+ db "Cool! Got all the Legendary \n"
+ db "Pok`mon Cards? Yeah!\n"
+ db "Gotta Catch 'Em All!(TM)",TX_END
+
+ db TX_START,"Isn't Pikachu totally cute?\n"
+ db "My heart skips a beat whenever\n"
+ db "I see those cute little eyes!\n"
+ db "Hey, do you want to duel my \n"
+ db "Pikachu Deck?",TX_END
+
+ db TX_START,"Would you like to duel Jennifer?",TX_END
+
+ db TX_START,"Awww! Doesn't anyone want to play\n"
+ db "with my Pikachu Deck...?",TX_END
+
+ db TX_START,"OK then! Let's play with 4 Prizes!",TX_END
+
+ db TX_START,"Awww! My Pikachu lost!",TX_END
+
+ db TX_START,"You have to take care of your\n"
+ db "Pok`mon cards!",TX_END
+
+ db TX_START,"My Pikachu's not only cute\n"
+ db "but strong, too!",TX_END
+
+ db TX_START,"Lightning Pok`mon can attack\n"
+ db "the opponent's Bench!\n"
+ db "Lightning Pok`mon are the toughest\n"
+ db "Pok`mon! How about it?\n"
+ db "You want to duel me?",TX_END
+
+ db TX_START,"Would you like to duel Nicholas?",TX_END
+
+ db TX_START,"Tch! I was going to shock you\n"
+ db "with my Lightning Deck!",TX_END
+
+ db TX_START,"OK! Let's start!\n"
+ db "1 Match with 4 Prizes!",TX_END
+
+ db TX_START,"My Lightning Deck lost...\n"
+ db "I can't believe it...",TX_END
+
+ db TX_START,"I won't lose next time!\n"
+ db "I'm gonna zap you!",TX_END
+
+ db TX_START,"Did I shock you?\n"
+ db "My Lightning Deck is pretty strong!\n"
+ db "If you want to be shocked again,\n"
+ db "come around...I'll be waiting!",TX_END
+
+ db TX_START,"Isaac's working on the wiring\n"
+ db "for this stage.\n"
+ db "It looks cool with all these\n"
+ db "lights, but it takes a lot of work \n"
+ db "to keep it 'em lit!",TX_END
+
+ db TX_START,"I wonder what Isaac's doing...?",TX_END
+
+ db TX_START,"What? a Pok`mon Trading Card duel?\n"
+ db "I'll be glad to Duel any time!",TX_END
+
+ db TX_START,"Would you like to Duel Brandon?",TX_END
+
+ db TX_START,"Oh, OK.\n"
+ db "I'll Duel you any time.",TX_END
+
+ db TX_START,"OK, 4 Prizes!\n"
+ db "Ready? Let's do it!",TX_END
+
+ db TX_START,"Shoot! I lost! Well, no sense \n"
+ db "crying over spilled milk!",TX_END
+
+ db TX_START,"I'll duel you any time!\n"
+ db "Come see me again!",TX_END
+
+ db TX_START,"Hey, don't take it so hard!\n"
+ db "I'm just too good!\n"
+ db "I'll Duel you any time!\n"
+ db "Come see me again!",TX_END
+
+ db TX_START,"I'm a little busy at the moment!\n"
+ db "Duel someone else!",TX_END
+
+ db TX_START,"Well, that ought to do it. It was \n"
+ db "hard work, but here's our stage!\n"
+ db "Got to keep it looking smart!\n"
+ db "I'm the Lightning Club Master!\n"
+ db "Sure! I'll Duel you!",TX_END
+
+ db TX_START,"My Lightning Pok`mon Deck\n"
+ db "is the greatest!\n"
+ db "How about it?\n"
+ db "You want to see how good it is?",TX_END
+
+ db TX_START,"Would you like to duel Isaac?",TX_END
+
+ db TX_START,"I'm not busy any more,\n"
+ db "so I'll take you on any time!",TX_END
+
+ db TX_START,"The sparks will fly with\n"
+ db "6 Prizes!\n"
+ db "I'll show you what my Lightning\n"
+ db "Pok`mon Deck can do!",TX_END
+
+ db TX_START,"How could my Lightning Deck lose!?!\n"
+ db "How shocking...!\n"
+ db "Here, take this Lightning Medal\n"
+ db "as proof of defeating me.",TX_END
+
+ db TX_START,"And here, take this Booster \n"
+ db "Pack, too.",TX_END
+
+ db TX_START,"I'm going to polish my card skills,\n"
+ db "so come duel again.",TX_END
+
+ db TX_START,"So? How's my Deck?\n"
+ db "Isn't it cool, just like this stage?\n"
+ db "Come challenge my Deck again!",TX_END
+
+ db TX_START,"My Lightning Deck is the greatest!\n"
+ db "How about it?\n"
+ db "You want to see what my Deck can do?",TX_END
+
+ db TX_START,"I'm not busy right now,\n"
+ db "so I'll Duel you any time!",TX_END
+
+ db TX_START,"Sparks will fly again, this time\n"
+ db "with 6 Prizes!",TX_END
+
+ db TX_START,"I lost again!\n"
+ db "How shocking...!",TX_END
+
+ db TX_START,"I'm going to polish my card skills,\n"
+ db "so come challenge me again!",TX_END
+
+ db TX_START,"So? How's my Deck?\n"
+ db "Isn't it cool, just like this stage?\n"
+ db "Come challenge my Deck again!",TX_END
+
+ db TX_START,"Greetings.\n"
+ db "Welcome to the Psychic Club!\n"
+ db "This Club is for people who use\n"
+ db "Psychic Pok`mon.\n"
+ db "Psychic Pok`mon are difficult to \n"
+ db "use, but they're very strong.",TX_END
+
+ db TX_START,"What? You also want the Legendary\n"
+ db "Pok`mon Cards?\n"
+ db "I want them too, but I'm still \n"
+ db "not quite good enough.",TX_END
+
+ db TX_START,"I hear you got the Legendary\n"
+ db "Pok`mon Cards.\n"
+ db "Wow! That's great!\n"
+ db "I'm going to train so I can get\n"
+ db "them myself!",TX_END
+
+ db TX_START,"Well, getting the ",TX_RAM2," Medal \n"
+ db "wasn't that hard! If I keep \n"
+ db "this up, I should be able to get \n"
+ db "the Legendary Pok`mon Cards!",TX_END
+
+ db TX_START,"What? It's you, ",TX_RAM1,"!\n"
+ db "What are you doing?\n"
+ db "Huh? That's a Deck!\n"
+ db "Are you... trying to get the\n"
+ db "Legendary Pok`mon Cards?",TX_END
+
+ db TX_START,"It's useless trying to hide it!\n"
+ db "I know you came here for the Medal!\n"
+ db "You're out of your league!",TX_END
+
+ db TX_START,"What!?! I can't believe it!\n"
+ db "You? The Legendary Pok`mon Cards?\n"
+ db "Ha ha ha ha ha!\n"
+ db "Don't make me laugh!!!",TX_END
+
+ db TX_START,"Alright! Listen up!\n"
+ db "I'll teach you what it's about!\n"
+ db "To inherit the Legendary Pok`mon\n"
+ db "Cards, you must defeat the 8 Club\n"
+ db "Masters and get the 8 Medals!\n"
+ db "Then you have to go to Pok`mon\n"
+ db "Dome and defeat all 4 of the \n"
+ db "Grand Masters there!!!\n"
+ db "There's no way you can do it!!!\n"
+ db "You might as well just give up\n"
+ db "and go home!\n"
+ db "'Cause the Legendary Pok`mon Cards\n"
+ db "are gonna be mine!\n"
+ db "I already won the first Medal!\n"
+ db "See ya, ",TX_RAM1,"!\n"
+ db "Ha ha ha ha ha!!!",TX_END
+
+ db TX_START,"Hi, ",TX_RAM1,"!\n"
+ db "How ya doin'?",TX_END
+
+ db TX_START,"So you won the second Medal?\n"
+ db "You must have been really lucky!\n"
+ db "I'll see how good you really are!\n"
+ db "Come on, let's duel!\n"
+ db "We'll play with 6 Prizes!\n"
+ db "If you win, I'll give you a really\n"
+ db "rare card!",TX_END
+
+ db TX_START,"I... I wasn't really trying\n"
+ db "that hard!\n"
+ db "Well, a loss is a loss, so I'll \n"
+ db "have to give you this card.",TX_END
+
+ db TX_START,"It won't be so easy next time!\n"
+ db "See ya!",TX_END
+
+ db TX_START,"See! What did I tell you?\n"
+ db "It was luck, wasn't it?\n"
+ db "Now you know better than to try and\n"
+ db "win the Medals!\n"
+ db "See ya!\n"
+ db "Ha ha ha ha ha ha!",TX_END
+
+ db TX_START,"Hi, ",TX_RAM1,"!\n"
+ db "Have you gotten any better?",TX_END
+
+ db TX_START,"I already won the sixth Medal!\n"
+ db "I'll see how much better\n"
+ db "you've gotten!\n"
+ db "If you win, I'll give you \n"
+ db "another rare card!\n"
+ db "Come on!!! Let's Duel!\n"
+ db "We'll play with 6 Prizes!",TX_END
+
+ db TX_START,"Shoot! I let you win!\n"
+ db "But a loss is a loss, so I'll \n"
+ db "give you this card.",TX_END
+
+ db TX_START,"Don't get so cocky just because\n"
+ db "you won.\n"
+ db "The Legendary Pok`mon Cards\n"
+ db "belong to Me!!!",TX_END
+
+ db TX_START,"Huh?!? You're not even half as good\n"
+ db "as I am!\n"
+ db "There's no way you'll be able to\n"
+ db "inherit the Legendary Pok`mon Cards!\n"
+ db "Why don't you just give up!?!\n"
+ db "See ya!\n"
+ db "Ha ha ha ha ha ha!",TX_END
+
+ db TX_START,"Hi, I'm Robert!\n"
+ db "I'm a member of the Psychic Club.\n"
+ db "My Ghost Deck is really strong!\n"
+ db "It doesn't have any weaknesses, \n"
+ db "and it's difficult for opponents'\n"
+ db "attacks to cause damage!\n"
+ db "Would you like to duel me?",TX_END
+
+ db TX_START,"Would you like to duel Robert?",TX_END
+
+ db TX_START,"Oh, man! You're boring!\n"
+ db "Won't anyone duel me?",TX_END
+
+ db TX_START,"A single match with 4 prizes!\n"
+ db "Come on, my precious ghosts!\n"
+ db "Let's make his Pok`mon disappear!",TX_END
+
+ db TX_START,"How could my Ghost Deck lose!?!",TX_END
+
+ db TX_START,"I won't lose next time!\n"
+ db "Let's duel again!",TX_END
+
+ db TX_START,"I told you my Ghost Deck was \n"
+ db "strong! Please Duel me again \n"
+ db "sometime, OK? Bye!",TX_END
+
+ db TX_START,"I don't like people who think\n"
+ db "too highly of themselves.\n"
+ db "That's why I don't like the \n"
+ db "members of the Psychic Club.\n"
+ db "I wish I could knock them off their\n"
+ db "high horses!\n"
+ db "Would you try to defeat Murray,\n"
+ db "the Psychic Club Master?\n"
+ db "If you defeat Murray, I'll give you\n"
+ db "something really valuable!",TX_END
+
+ db TX_START,"Grant the old man's wish?",TX_END
+
+ db TX_START,"I understand...\n"
+ db "Murray is very skilled.\n"
+ db "Defeating Murray is no \n"
+ db "easy task.",TX_END
+
+ db TX_START,"Good!\n"
+ db "I'll be waiting here for you!",TX_END
+
+ db TX_START,"I see you still can't defeat \n"
+ db "Murray. He's very skilled, but \n"
+ db "don't give up! I'm pulling for \n"
+ db "you! If you defeat Murray, I'll \n"
+ db "give you something very valuable.",TX_END
+
+ db TX_START,"I'm not very fond of people who\n"
+ db "think too highly of themselves.\n"
+ db "That's why I don't like the \n"
+ db "members of the Psychic Club.\n"
+ db "Hey!?! Is that the Psychic Medal?\n"
+ db "Did you defeat Murray!?!\n"
+ db "I feel so much better!\n"
+ db "Here, let me give you this\n"
+ db "Mewtwo card!",TX_END
+
+ db TX_START,"What? Is that the Psychic Medal?\n"
+ db "Did you defeat Murray!?!\n"
+ db "I feel so much better!\n"
+ db "Here, let me give you this\n"
+ db "Mewtwo card.",TX_END
+
+ db TX_START,"Thank you for defeating Murray!",TX_END
+
+ db TX_START,"I feel so much better since you\n"
+ db "defeated Murray!\n"
+ db "Thank you for defeating Murray!",TX_END
+
+ db TX_START,"Hi, ",TX_RAM1,".\n"
+ db "So you've finally come this far?\n"
+ db "I've already won 5 Medals!\n"
+ db "By the time you win your 8th Medal,\n"
+ db "I will have inherited the\n"
+ db "Legendary Pok`mon Cards!\n"
+ db "I'll catch you later!\n"
+ db "See ya! Ha ha ha ha ha ha!",TX_END
+
+ db TX_START,"The Legendary Pok`mon Cards are \n"
+ db "the ultimate cards. Everyone wants \n"
+ db "to inherit the Legendary Cards - \n"
+ db "that's why we play against so many \n"
+ db "different people. I just lost a \n"
+ db "duel, so I can't play right now.",TX_END
+
+ db TX_START,"Did you hear?\n"
+ db "Someone inherited the Legendary\n"
+ db "Pok`mon Cards! Whomever it is,\n"
+ db "he must be really cool if he \n"
+ db "can defeat the Grand Masters!",TX_END
+
+ db TX_START,"I dropped all my cards, so I'm\n"
+ db "putting them in order here!",TX_END
+
+ db TX_START,"Huh? What am I doing?\n"
+ db "I'm building a Deck!",TX_END
+
+ db TX_START,"What do you think Murray's doing\n"
+ db "over there in the corner?\n"
+ db "He's thinking about how to \n"
+ db "duel using his new cards.\n"
+ db "We strive to better ourselves\n"
+ db "here at the Psychic Club.",TX_END
+
+ db TX_START,"You still haven't won any Medals.\n"
+ db "You aren't qualified to duel me.\n"
+ db "Go to some other Club and win\n"
+ db "a Medal first!",TX_END
+
+ db TX_START,"I see you've won a Medal.\n"
+ db "Then I will Duel with you.",TX_END
+
+ db TX_START,"Murray finally came up with a new \n"
+ db "strategy. He's in a very good mood,\n"
+ db "so he'll probably duel you now.\n"
+ db "By the way,\n"
+ db "Would you duel me?",TX_END
+
+ db TX_START,"Would you like to duel Daniel?",TX_END
+
+ db TX_START,"Are you afraid to duel?\n"
+ db "Well, not that I care!",TX_END
+
+ db TX_START,"Let's play with 4 Prizes.\n"
+ db "OK, here we go!",TX_END
+
+ db TX_START,"You're no ordinary player if \n"
+ db "you can defeat me!",TX_END
+
+ db TX_START,"Next time we play, I'm going \n"
+ db "to win!",TX_END
+
+ db TX_START,"You're still not good enough\n"
+ db "to defeat me!\n"
+ db "I'll Duel you any time you want.",TX_END
+
+ db TX_START,"I can see the future...\n"
+ db "You cannot defeat me.\n"
+ db "But if you win 2 Medals, maybe...\n"
+ db "Then...\n"
+ db "I would Duel you...",TX_END
+
+ db TX_START,"You've won quite a few Medals.\n"
+ db "OK...Let's duel.\n"
+ db "But I see the future...\n"
+ db "You will lose...",TX_END
+
+ db TX_START,"Would you like to duel Stephanie?",TX_END
+
+ db TX_START,"Yes, I understand.\n"
+ db "Losing is scary, isn't it?",TX_END
+
+ db TX_START,"OK, a single Match with 4 Prizes!\n"
+ db "Here we go!",TX_END
+
+ db TX_START,"I can't believe my prediction\n"
+ db "was wrong...",TX_END
+
+ db TX_START,"I see a vision...\n"
+ db "You're dueling me again.",TX_END
+
+ db TX_START,"I told you that you would lose...\n"
+ db "I have the ability to foretell\n"
+ db "the future! I see a vision... \n"
+ db "You're dueling me again!",TX_END
+
+ db TX_START,"Let me see... if this happens...\n"
+ db "then that... so... ummm...",TX_END
+
+ db TX_START,"Club Master Murray doesn't listen\n"
+ db "to what people are saying!",TX_END
+
+ db TX_START,"Hi, I'm Murray, Master of the \n"
+ db "Psychic Club. You're the one \n"
+ db "who's visiting the Clubs to win \n"
+ db "the Medals. How do I know this?\n"
+ db "Because I'm Psychic!\n"
+ db "OK, let me test my new card\n"
+ db "strategy... against your deck!\n"
+ db "Are you ready?",TX_END
+
+ db TX_START,"Hi! It's you again.\n"
+ db "Are you ready for a duel?",TX_END
+
+ db TX_START,"Would you like to duel Murray?",TX_END
+
+ db TX_START,"OK. Come back when you're ready.",TX_END
+
+ db TX_START,"When you duel me, it's for 6 Prizes.\n"
+ db "Shall we start then!?!",TX_END
+
+ db TX_START,"Huh!?! I lost!\n"
+ db "Hmmmm...\n"
+ db "Well, you must be pretty good if\n"
+ db "you're trying to inherit\n"
+ db "the Legendary Pok`mon Cards.\n"
+ db "Here, take this Psychic Medal.",TX_END
+
+ db TX_START,"And here, take this\n"
+ db "LABORATORY Booster Pack!",TX_END \ No newline at end of file
diff --git a/text/text8.asm b/text/text8.asm
new file mode 100755
index 0000000..2864544
--- /dev/null
+++ b/text/text8.asm
@@ -0,0 +1,858 @@
+ db TX_START,"I'll think of a new strategy,\n"
+ db "so come see me again!\n"
+ db "I'll be waiting!\n"
+ db "Ha ha ha ha ha......",TX_END
+
+ db TX_START,"It seems you weren't really ready.\n"
+ db "If you keep playing like that,\n"
+ db "You'll only inherit the Legendary \n"
+ db "Pok`mon Cards in your dreams!",TX_END
+
+ db TX_START,"Hello, ",TX_RAM1,"!\n"
+ db "I just came up with a new card\n"
+ db "strategy and was looking for\n"
+ db "someone to test it on.\n"
+ db "You'll duel with me, of course,\n"
+ db "won't you?",TX_END
+
+ db TX_START,"Oh. Well, come by when you feel \n"
+ db "like playing.",TX_END
+
+ db TX_START,"Alright! That's the spirit!\n"
+ db "You've made me a happy man!\n"
+ db "We'll play with 6 Prizes!\n"
+ db "I can't wait! Let's start!",TX_END
+
+ db TX_START,"Hmmm...\n"
+ db "Maybe my Deck isn't well balanced?\n"
+ db "I must change some of the cards\n"
+ db "and try again.\n"
+ db "Oh yeah, take this.",TX_END
+
+ db TX_START,"Come play with me again.",TX_END
+
+ db TX_START,"It seems you weren't really \n"
+ db "ready. Come back once you're \n"
+ db "finally ready.",TX_END
+
+ db TX_START,"Greetings.\n"
+ db "Welcome to the Fire Club!\n"
+ db "This is a Club for boys with a \n"
+ db "burning passion for Fire Pok`mon.\n"
+ db "Fire Pok`mon have the greatest \n"
+ db "attack power of all Pok`mon!",TX_END
+
+ db TX_START,"Training's so boring and out of \n"
+ db "date. Why do I have to do it?\n"
+ db "Why me?\n"
+ db "I'm Jessica of the Fighting Club.\n"
+ db "Oh! You must be ",TX_RAM1,".\n"
+ db "I heard about you from Mitch.\n"
+ db "Defeating you should be more\n"
+ db "fun than training!",TX_END
+
+ db TX_START,"Training's so boring and out of \n"
+ db "date. Why do I have to do it?\n"
+ db TX_START,TX_RAM1,", it's you again!\n"
+ db "What a pain.\n"
+ db "But defeating you should be more\n"
+ db "fun than training.",TX_END
+
+ db TX_START,"Would you like to duel Jessica?",TX_END
+
+ db TX_START,"Oh, OK.\n"
+ db "Well, I'm busy anyway.\n"
+ db "Bye!\n"
+ db "Training's so boring...",TX_END
+
+ db TX_START,"OK! A single Match with 4 Prizes.\n"
+ db "Let's go to it!",TX_END
+
+ db TX_START,"How could I lose...?",TX_END
+
+ db TX_START,"How boring!\n"
+ db "I'm going home! Bye!",TX_END
+
+ db TX_START,"Wow! That was fun!\n"
+ db "Much better than training!\n"
+ db "Let's do it again sometime!\n"
+ db "Bye!",TX_END
+
+ db TX_START,"Do you know the empty house on\n"
+ db "the cape to the northwest?\n"
+ db "That's ISHIHARA's house!\n"
+ db "Isn't it nice to have friends?",TX_END
+
+ db TX_START,"My friend, ISHIHARA, wants to\n"
+ db "trade cards.\n"
+ db "Why don't you go visit him \n"
+ db "sometime.",TX_END
+
+ db TX_START,"My friend, ISHIHARA, owns \n"
+ db "really rare cards.\n"
+ db "Why don't you go visit him \n"
+ db "sometime?",TX_END
+
+ db TX_START,"I heard my friend, ISHIHARA, \n"
+ db "gave someone a card.\n"
+ db "Why don't you go visit him \n"
+ db "sometime?",TX_END
+
+ db TX_START,"ISHIHARA's my friend.\n"
+ db "Isn't it nice to have friends?",TX_END
+
+ db TX_START,"ISHIHARA's my friend.\n"
+ db "Isn't it nice to have friends?",TX_END
+
+ db TX_START,"Energy! Energy!\n"
+ db "Energy cards are very important!\n"
+ db "Come back and see me when you\n"
+ db "collect a lot of Energy cards!\n"
+ db "Then...\n"
+ db "I'll let you in on a secret!",TX_END
+
+ db TX_START,"When you build a lot of decks,\n"
+ db "you start to run out of Energy \n"
+ db "cards. Please give me your Energy \n"
+ db "cards! Give me all the Energy cards \n"
+ db "that aren't in your Deck!!!\n"
+ db "Gimme, Gimme! Gimme all of 'em!!!",TX_END
+
+ db TX_START,"Give the Energy Cards?",TX_END
+
+ db TX_START,"You're so mean!\n"
+ db "It's OK! I'll ask someone else!\n"
+ db "Bye!\n"
+ db "Meanie!",TX_END
+
+ db TX_START,"All your Energy cards are\n"
+ db "in your Deck...\n"
+ db "Then I can't ask for them.\n"
+ db "Bye!",TX_END
+
+ db TX_START,TX_RAM1," lost all \n"
+ db "his Energy cards!",TX_END
+
+ db TX_START,"Wow!\n"
+ db "Thanks!\n"
+ db "Since you were so nice,\n"
+ db "I'll tell you a secret!\n"
+ db "Check the wall 2 tiles\n"
+ db "left of the bookcase...\n"
+ db "You'll probably find something\n"
+ db "really nice!\n"
+ db "Thanks again.\n"
+ db "Bye!",TX_END
+
+ db TX_START,TX_RAM1,"\n"
+ db "checked the wall!\n"
+ db TX_START,TX_RAM1,"\n"
+ db "found a ",TX_LVL,"9 Slowpoke!",TX_END
+
+ db TX_START,"I'm burning with Pok`mon \n"
+ db "fever today!\n"
+ db "One day, I'm going to inherit\n"
+ db "the Legendary Cards!",TX_END
+
+ db TX_START,"I'm burning with Pok`mon \n"
+ db "fever today!\n"
+ db "One day, I'm going to inherit\n"
+ db "the Legendary Cards!\n"
+ db "What???\n"
+ db "You already inherited the Cards?\n"
+ db "You...\n"
+ db "Stop Lying!!!",TX_END
+
+ db TX_START,"This is the Fire Club, where guys\n"
+ db "with a burning passion for Pok`mon \n"
+ db "Trading Cards get together for \n"
+ db "heated duels! Join the fiery fun!",TX_END
+
+ db TX_START,"Would you like to duel John?",TX_END
+
+ db TX_START,"If you're a real man, you gotta\n"
+ db "compete in a heated duel!",TX_END
+
+ db TX_START,"4 Prizes!\n"
+ db "Let's heat it up!",TX_END
+
+ db TX_START,"Yeah! That was really Hot!\n"
+ db "You're the greatest!\n"
+ db "Here, let me give you this!\n"
+ db "Let's heat it up again!",TX_END
+
+ db TX_START,"Let's heat it up again!!!",TX_END
+
+ db TX_START,"I guess my deck was hotter than\n"
+ db "yours this time!\n"
+ db "Let's heat it up again!!!",TX_END
+
+ db TX_START,"Hey! Does everyone have the fever?\n"
+ db "Do you have the fever?\n"
+ db "If you have Pok`mon fever,\n"
+ db "duel with me!!!",TX_END
+
+ db TX_START,"Would you like to duel Adam?",TX_END
+
+ db TX_START,"Why are you being so cold?\n"
+ db "Come on! Catch the fever!",TX_END
+
+ db TX_START,"A single Match with 4 Prizes!\n"
+ db "Come on, duel me!",TX_END
+
+ db TX_START,"Whoa! I lost!!!\n"
+ db "Here, this Booster Pack is yours!",TX_END
+
+ db TX_START,"Let's duel again!\n"
+ db "See ya!!!",TX_END
+
+ db TX_START,"Yeah! I won!\n"
+ db "Am I Hot or what!?!\n"
+ db "Let's duel again!\n"
+ db "See ya!!",TX_END
+
+ db TX_START,"Come on, people, say Fire Pok`mon!\n"
+ db "You! Come on, say Fire! \n"
+ db "Fire Pok`mon! OK! Let's duel!!!",TX_END
+
+ db TX_START,"Would you like to Duel Jonathan?",TX_END
+
+ db TX_START,"Dang! You're icy cold!\n"
+ db "Come on! Say Fire Pok`mon!",TX_END
+
+ db TX_START,"A 4-prize match!\n"
+ db "Here we go! Fire Pok`mon!",TX_END
+
+ db TX_START,"That was a great duel!\n"
+ db "I want you to have this!",TX_END
+
+ db TX_START,"Let's duel again!\n"
+ db "Come on, people, say Fire Pok`mon!",TX_END
+
+ db TX_START,"That was a great Duel!\n"
+ db "Let's duel again! Fire Pok`mon!",TX_END
+
+ db TX_START,"I am Ken, the Fire Club Master!\n"
+ db "So, you are collecting Medals\n"
+ db "to inherit the Legendary Cards?\n"
+ db "What!?! You have almost no cards!\n"
+ db "If you wish to duel me, go collect \n"
+ db "more cards!",TX_END
+
+ db TX_START,"I am Ken, the Fire Club Master!\n"
+ db "You still need to collect more\n"
+ db "cards if you wish to inherit\n"
+ db "the Legendary Pok`mon Cards!\n"
+ db "If you wish to duel me, go collect \n"
+ db "more cards!",TX_END
+
+ db TX_START,"I am Ken, the Fire Club Master!\n"
+ db "So you are collecting Medals\n"
+ db "to inherit the Legendary Cards?\n"
+ db "You will need many cards in order\n"
+ db "to inherit the Legendary Cards.\n"
+ db "Hmmm...it seems you have \n"
+ db "collected many cards!\n"
+ db "Then let's begin our Duel!",TX_END
+
+ db TX_START,"I am Ken, the Fire Club Master!\n"
+ db "I see you have collected more cards!\n"
+ db "Then let's begin our duel!",TX_END
+
+ db TX_START,"Would you like to duel Ken?",TX_END
+
+ db TX_START,"Don't douse my burning \n"
+ db "desire for competition!",TX_END
+
+ db TX_START,"We'll play with 6 Prizes!\n"
+ db "If you win, I'll give you a Medal!\n"
+ db "Come on!\n"
+ db "Let's start the Duel!",TX_END
+
+ db TX_START,"That was a great Duel!\n"
+ db "Here, let me give you this!!!",TX_END
+
+ db TX_START,"With this, you're a little closer\n"
+ db "to the Legendary Pok`mon Cards!\n"
+ db "Here, take this, too!\n"
+ db "I hope it will help you out!",TX_END
+
+ db TX_START,"Let's play a heated duel again!\n"
+ db "See you later!!!",TX_END
+
+ db TX_START,"Hmmm...That was no good.\n"
+ db "It sure wasn't a hot duel.\n"
+ db "I can't give you a Medal for a\n"
+ db "lukewarm performance like that!!!",TX_END
+
+ db TX_START,"Hmmm...That was a lukewarm \n"
+ db "performance.\n"
+ db "Next time we duel,\n"
+ db "Let's heat it up a little more!",TX_END
+
+ db TX_START,"I am Ken, the Fire Club Master!\n"
+ db "Let us play a heated Duel!",TX_END
+
+ db TX_START,"A 1-match duel for 6 Prizes!\n"
+ db "Let us start the Duel!",TX_END
+
+ db TX_START,"Greetings.\n"
+ db "Welcome to the Battle Center!\n"
+ db "Would you like to duel a friend?",TX_END
+
+ db TX_START,"Thank you.\n"
+ db "Please come again.",TX_END
+
+ db TX_START,"Thank you for visiting\n"
+ db "the Battle Center.",TX_END
+
+ db TX_START,"Congratulations!\n"
+ db "You have won the duel!\n"
+ db "Thank you.\n"
+ db "Please come again.",TX_END
+
+ db TX_START,"I'm very sorry...\n"
+ db "Thank you for visiting\n"
+ db "the Battle Center.\n"
+ db "Please come again.",TX_END
+
+ db TX_START,"Greetings.\n"
+ db "Welcome to the Gift Center!\n"
+ db "What can I do for you?",TX_END
+
+ db TX_START,"OK, \n"
+ db "To ",TX_RAM2,".\n"
+ db "Please write in your Diary before\n"
+ db "the transaction.",TX_END
+
+ db TX_START,"Write in your diary?",TX_END
+
+ db TX_START,"We can't complete the transaction\n"
+ db "unless you write in your Diary.",TX_END
+
+ db TX_START,TX_RAM1,"\n"
+ db "wrote in the Diary.",TX_END
+
+ db TX_START,"Thank you.\n"
+ db "Please come again.",TX_END
+
+ db TX_START,"You sent a card to\n"
+ db TX_RAM2,"!\n"
+ db "Thank you.\n"
+ db "Please come again.",TX_END
+
+ db TX_START,"You sent the configuration for\n"
+ db "the ",TX_RAM2," Deck!\n"
+ db "Thank you.\n"
+ db "Please come again.",TX_END
+
+ db TX_START,"You received the configuration for\n"
+ db "the ",TX_RAM2," Deck!\n"
+ db "Thank you.\n"
+ db "Please come again.",TX_END
+
+ db TX_START,"Welcome to the Gift Center!\n"
+ db "Here you can give or receive cards\n"
+ db "or deck configurations via the\n"
+ db "Infrared Link.\n"
+ db "Unfortunately, our service is\n"
+ db "only available for the\n"
+ db "Game Boy Color.\n\n"
+ db "Please enjoy our service with\n"
+ db "a Game Boy Color.",TX_END
+
+ db TX_START,"Greetings.\n"
+ db "Welcome to the Grass Club.\n"
+ db "This Club is for girls who love\n"
+ db "to grow flowers.\n"
+ db "The Pok`mon cards used here are \n"
+ db "also beautiful flowers.",TX_END
+
+ db TX_START,"All the members of this Club\n"
+ db "are girls.\n"
+ db "But I can't beat girls who\n"
+ db "are this tough!\n"
+ db "Huh? You must be ",TX_RAM1,".\n"
+ db "Mitch told me all about you.\n"
+ db "Beating you will be much better\n"
+ db "than losing to the girls!",TX_END
+
+ db TX_START,"Hi, ",TX_RAM1,".\n"
+ db "Would you duel me?",TX_END
+
+ db TX_START,"Would you like to duel Michael?",TX_END
+
+ db TX_START,"I'll be here a while, so come\n"
+ db "see me if you change your mind.",TX_END
+
+ db TX_START,"OK! A single Match for 4 prizes!\n"
+ db "Let's begin!",TX_END
+
+ db TX_START,"Tch! I lost!\n"
+ db "I'll go back to my Club and train!\n"
+ db "Oops! Before I go...\n"
+ db "Since it's the rule, take this!",TX_END
+
+ db TX_START,"I'm heading back to the Fighting \n"
+ db "Club. Bye! See you again.",TX_END
+
+ db TX_START,"You're still no match for me!\n"
+ db "I'll be here, so come back after\n"
+ db "you train more!",TX_END
+
+ db TX_START,"Taking care of plants is hard work.\n"
+ db "Let me rest for a while...\n"
+ db "Who? The Master of the Grass Club?\n"
+ db "Do you mean Nikki? Nikki's out. \n"
+ db "I need a break.\n"
+ db "Do you want to play the Pok`mon \n"
+ db "Trading Card Game with me?",TX_END
+
+ db TX_START,"Caring for plants is hard work.\n"
+ db "You think I'm slacking off?\n"
+ db "How rude! I'm only taking a short \n"
+ db "break! \n"
+ db "You need a gentle heart\n"
+ db "to take care of plants!\n"
+ db "Say, would you play the Pok`mon\n"
+ db "Trading Card Game with me?",TX_END
+
+ db TX_START,"Would you like to duel Brittany?",TX_END
+
+ db TX_START,"How boring...",TX_END
+
+ db TX_START,"OK! A single Match with 4 Prizes.\n"
+ db "Let's start!",TX_END
+
+ db TX_START,"How could I lose?\n"
+ db "How!?!",TX_END
+
+ db TX_START,"Humph! It's not much of a break\n"
+ db "if I lose.",TX_END
+
+ db TX_START,"Humph! Whenever I lose, I \n"
+ db "get irritated me!",TX_END
+
+ db TX_START,"Oh, by the way, Nikki is visiting\n"
+ db "ISHIHARA's house.\n"
+ db "You'll probably find her there.",TX_END
+
+ db TX_START,"Thanks!\n"
+ db "That was a nice little break!",TX_END
+
+ db TX_START,"Thanks for the card!\n"
+ db "I'll take good care of it!",TX_END
+
+ db TX_START,"Oddish, Oddish,\n"
+ db "Roly-Poly Oddish!\n"
+ db "Oddish is so Roly-Poly \n"
+ db "and so cute!\n"
+ db "I'll give you this Vileplume\n"
+ db "if you give me an Oddish!",TX_END
+
+ db TX_START,"Hi!\n"
+ db "Did you bring me an Oddish?\n"
+ db "Will you trade your Oddish\n"
+ db "for my Vileplume?",TX_END
+
+ db TX_START,"Would you like to trade?",TX_END
+
+ db TX_START,"I want an Oddish!\n"
+ db "A Roly-Poly Oddish!",TX_END
+
+ db TX_START,"Excuse me...\n"
+ db "Do you have an Oddish...",TX_END
+
+ db TX_START,"Then let's trade!\n"
+ db "Vileplume for an Oddish!\n"
+ db "Oops!\n"
+ db "Your Oddish is in your Deck!\n"
+ db "I can't take that!\n"
+ db "Please trade me some other time.",TX_END
+
+ db TX_START,"OK then, let's trade!\n"
+ db "Vileplume for an Oddish.",TX_END
+
+ db TX_START,TX_RAM1," traded an Oddish\n"
+ db "for a Vileplume!",TX_END
+
+ db TX_START,"Thanks for the card!\n"
+ db "I'll take good care of it!",TX_END
+
+ db TX_START,"Pika Pika\n"
+ db "Pika Pika Pikachu!\n"
+ db "Pikachu's cute, but I prefer\n"
+ db "Clefairy!\n"
+ db "I'll give you this Pikachu\n"
+ db "if you give me a Clefairy!",TX_END
+
+ db TX_START,"Hi!\n"
+ db "Did you bring me a Clefairy?\n"
+ db "Would you trade your Clefairy\n"
+ db "for my Pikachu?",TX_END
+
+ db TX_START,"I want a Clefairy!\n"
+ db "Fairy, fairy, fairy!",TX_END
+
+ db TX_START,"Hi...\n"
+ db "Do you have a Clefairy...",TX_END
+
+ db TX_START,"Then let's trade!\n"
+ db "Pikachu for a Clefairy!\n"
+ db "Oops!\n"
+ db "Your Clefairy is in your deck!\n"
+ db "I can't take that!\n"
+ db "Please trade me another time!",TX_END
+
+ db TX_START,"OK then let's trade!\n"
+ db "Pikachu for Clefairy.",TX_END
+
+ db TX_START,TX_RAM1," traded a Clefairy\n"
+ db "for a Pikachu!",TX_END
+
+ db TX_START,"Charizard! Charizard!\n"
+ db "Charizard, light my fire!\n"
+ db "Blastoise is cool,\n"
+ db "But I prefer Charizard!\n"
+ db "I'll give you this Blastoise\n"
+ db "if you give me a Charizard!",TX_END
+
+ db TX_START,"Hi!\n"
+ db "Did you bring me a Charizard?\n"
+ db "Would you trade your Charizard\n"
+ db "for my Blastoise?",TX_END
+
+ db TX_START,"I want a Charizard!\n"
+ db "Charizard! Charizard!",TX_END
+
+ db TX_START,"Excuse me...\n"
+ db "Do you have a Charizard...",TX_END
+
+ db TX_START,"Then let's trade!\n"
+ db "Blastoise for a Charizard.\n"
+ db "Oops!\n"
+ db "Your Charizard is in your Deck!\n"
+ db "I can't take that.\n"
+ db "Please trade me some other time!",TX_END
+
+ db TX_START,"OK then, let's trade!\n"
+ db "Blastoise for a Charizard!",TX_END
+
+ db TX_START,TX_RAM1," traded a Charizard\n"
+ db "for a Blastoise!",TX_END
+
+ db TX_START,"I really love\n"
+ db "this Duel Hall.\n"
+ db "There's so much greenery and \n"
+ db "so many beautiful flowers.",TX_END
+
+ db TX_START,"Only girls are allowed to join\n"
+ db "the Grass Club,\n"
+ db "But we're not accepting \n"
+ db "applications now, anyway. Sorry!",TX_END
+
+ db TX_START,"Are you looking for Nikki,\n"
+ db "the Grass Club Master?\n"
+ db "I don't think she's here\n"
+ db "at the Club at the moment.\n"
+ db "Would you like to take care\n"
+ db "of the plants?\n"
+ db "We could Duel with cards\n"
+ db "if you prefer...",TX_END
+
+ db TX_START,"Hi, would you like to take care of\n"
+ db "the plants with me?\n"
+ db "We could Duel with cards\n"
+ db "if you prefer...",TX_END
+
+ db TX_START,"Would you like to Duel Kristin?",TX_END
+
+ db TX_START,"If you'll excuse me,\n"
+ db "I have plants to look after!",TX_END
+
+ db TX_START,"We'll play a single Match\n"
+ db "with 4 Prizes.\n"
+ db "Don't take me lightly\n"
+ db "just because I'm a girl!",TX_END
+
+ db TX_START,"Oh! I lost.\n"
+ db "Well, I guess this is for you...",TX_END
+
+ db TX_START,"The Pok`mon Trading Card Game is \n"
+ db "fun, but so is taking care of trees!",TX_END
+
+ db TX_START,"I believe Nikki is at \n"
+ db "ISHIHARA's house.\n"
+ db "Maybe you should go meet her there,\n"
+ db "since she's late getting back.",TX_END
+
+ db TX_START,"Oh! I won.\n"
+ db "I told you not to take me lightly.\n"
+ db "Now, if you'll excuse me,\n"
+ db "I have plants to look after!",TX_END
+
+ db TX_START,"Master Nikki is out right now.\n"
+ db "Where'd she go? That's a secret...\n"
+ db "... Hmmm, let me see...\n"
+ db "If you defeat...\n"
+ db "3 members of the Grass Club,\n"
+ db "I'll tell you where she is.\n"
+ db "So, how about it?",TX_END
+
+ db TX_START,"Oh!\n"
+ db "It's you again.\n"
+ db "If you don't mind,\n"
+ db "would you duel with me?",TX_END
+
+ db TX_START,"Would you like to duel Heather?",TX_END
+
+ db TX_START,"I'll be glad to duel you\n"
+ db "any time you like.",TX_END
+
+ db TX_START,"Are 4 Prizes OK?\n"
+ db "Let's begin!",TX_END
+
+ db TX_START,"I can't believe\n"
+ db "I could lose...",TX_END
+
+ db TX_START,"I can't believe\n"
+ db "I would lose again...",TX_END
+
+ db TX_START,"I need to practice more...",TX_END
+
+ db TX_START,"Nikki is visiting\n"
+ db "ISHIHARA.\n"
+ db "Why don't you go see her\n"
+ db "at ISHIHARA's house.",TX_END
+
+ db TX_START,"Well, that wasn't much of a Duel!\n"
+ db "I'll be glad to duel you\n"
+ db "any time you like.",TX_END
+
+ db TX_START,"I wonder if your last win \n"
+ db "was just luck?\n"
+ db "I will be glad to Duel you\n"
+ db "any time you like.",TX_END
+
+ db TX_START,"I'm Nikki, the Master of the\n"
+ db "Grass Club.\n"
+ db "I'm sorry I kept you waiting.\n"
+ db "Shall we duel?",TX_END
+
+ db TX_START,"Hello, ",TX_RAM1,".\n"
+ db "Did you come for a Duel?",TX_END
+
+ db TX_START,"Would you like to duel Nikki?",TX_END
+
+ db TX_START,"Oh...You do not wish to duel?\n"
+ db "I'll be here at the Club for \n"
+ db "a while, so please come by \n"
+ db "any time you like.",TX_END
+
+ db TX_START,"Then why don't you stop and \n"
+ db "gaze at our flowers for a while.\n"
+ db "Looking at beautiful flowers\n"
+ db "makes you feel so serene.",TX_END
+
+ db TX_START,"Shall we play with 6 Prizes?\n"
+ db "Please go easy on me.",TX_END
+
+ db TX_START,"We'll play with 6 Prizes, as usual.\n"
+ db "Please go easy on me.",TX_END
+
+ db TX_START,"Oh, no! I lost!\n"
+ db "Well, you truly are skilled.\n"
+ db "Maybe one day you will inherit\n"
+ db "the Legendary Pok`mon Cards.\n"
+ db "Please allow me to give you\n"
+ db "this Grass Medal.",TX_END
+
+ db TX_START,"Oh, no!\n"
+ db "How could I lose?\n"
+ db "Please allow me to give you\n"
+ db "this Booster Pack.",TX_END
+
+ db TX_START,"Please\n"
+ db "take this, too.",TX_END
+
+ db TX_START,"My duel with you was...\n"
+ db "quite fun!\n"
+ db "Please allow me\n"
+ db "to duel you again!",TX_END
+
+ db TX_START,"I am Nikki, the Grass Club \n"
+ db "Master. What? You were looking \n"
+ db "for me? Oh my...\n"
+ db "I'm very sorry to keep you waiting.\n"
+ db "I was doing a little research here.\n"
+ db "I assume you would like to Duel?\n"
+ db "I only Duel at the Club.\n"
+ db "I'm sorry, but could you meet me\n"
+ db "at the Grass Club?\n"
+ db "I will head back to the Grass Club\n"
+ db "and wait for you there.",TX_END
+
+ db TX_START,"Thank you very much, ISHIHARA.\n"
+ db "Your books were very helpful!\n"
+ db "You are indeed the Number 1\n"
+ db "Pok`mon Trading Card Collector.",TX_END
+
+ db TX_START,"Oh, no!\n"
+ db "You give me too much credit...\n"
+ db "If you need to research anything,\n"
+ db "please come see me again!",TX_END
+
+ db TX_START,"Thank you very much, ISHIHARA.\n"
+ db "If you will excuse me...",TX_END
+
+ db TX_START,"Hello, nice to meet you.\n"
+ db "I'm ISHIHARA.\n"
+ db "I'm a Pok`mon Card Collector.\n"
+ db "I love collecting cards.\n"
+ db "I see you also love\n"
+ db "Pok`mon Cards.\n"
+ db "Please come see me again.\n"
+ db "We must trade some sometime.\n"
+ db "OH!\n"
+ db "If you're playing with the cards,\n"
+ db "Please read some of the books here.\n"
+ db "I believe they will be helpful.",TX_END
+
+ db TX_START,"Hello, ",TX_RAM1,".\n"
+ db "Welcome.\n"
+ db "There aren't any cards I want \n"
+ db "or can trade at the moment.\n"
+ db "Let's trade some other time.\n"
+ db "If you like, please feel free to\n"
+ db "read some of the books I wrote.\n"
+ db "I believe they will be helpful!",TX_END
+
+ db TX_START,"Hello, ",TX_RAM1,".\n"
+ db "I guess you're here because you\n"
+ db "heard the rumor that I'm looking\n"
+ db "for a Clefable...\n"
+ db "I'm thinking about trading\n"
+ db "my Surfing Pikachu for it.\n"
+ db "Do you have a Clefable?",TX_END
+
+ db TX_START,"Hello, ",TX_RAM1,".\n"
+ db "Are you enjoying the \n"
+ db "Pok`mon Trading Card Game?\n"
+ db "By the way, I'm looking for a \n"
+ db "Clefable...\n"
+ db "I'm thinking about trading\n"
+ db "my Surfing Pikachu for it.\n"
+ db "Do you have a Clefable?",TX_END
+
+ db TX_START,"Would you like to trade cards?",TX_END
+
+ db TX_START,"Alright.\n"
+ db "I understand...\n"
+ db "Please trade with me\n"
+ db "some other time...",TX_END
+
+ db TX_START,"I appreciate your interest,\n"
+ db "but you don't own that card.\n"
+ db "Please trade with me\n"
+ db "some other time...",TX_END
+
+ db TX_START,"Hmm, I see all the Clefable cards \n"
+ db "you own are in your Deck.\n"
+ db "I can't very well take a card\n"
+ db "you are using in duels.\n"
+ db "Please trade with me\n"
+ db "some other time...",TX_END
+
+ db TX_START,"Oh wonderful!\n"
+ db "Then without delay...",TX_END
+
+ db TX_START,TX_RAM1," traded a Clefable\n"
+ db "for a Surfing Pikachu!",TX_END
+
+ db TX_START,"Thank you for this Clefable.\n"
+ db "You've been a great help!",TX_END
+
+ db TX_START,"Hello, ",TX_RAM1,".\n"
+ db "I suppose you're here because you\n"
+ db "heard that I was looking for\n"
+ db "a Ditto this time...\n"
+ db "I'm thinking about trading\n"
+ db "my Flying Pikachu for one.\n"
+ db "Do you have a Ditto?",TX_END
+
+ db TX_START,"Hello, ",TX_RAM1,". \n"
+ db "Are you enjoying the\n"
+ db "Pok`mon Trading Card Game?\n"
+ db "I'm looking for a Ditto\n"
+ db "this time...\n"
+ db "I'm thinking about trading\n"
+ db "my Flying Pikachu for one.\n"
+ db "Do you have a Ditto?",TX_END
+
+ db TX_START,"Hmmm...\n"
+ db "I see you don't have a Ditto card.\n"
+ db "I will only trade my\n"
+ db "Flying Pikachu for a Ditto.\n"
+ db "Please trade with me\n"
+ db "some other time...",TX_END
+
+ db TX_START,"Hmmm...I see all your Ditto cards\n"
+ db "are in your Deck.\n"
+ db "I can't very well take a card\n"
+ db "you are using in duels.\n"
+ db "Please trade with me\n"
+ db "some other time...",TX_END
+
+ db TX_START,TX_RAM1," traded a Ditto\n"
+ db "for a Flying Pikachu!",TX_END
+
+ db TX_START,"Thank you for this Ditto.\n"
+ db "You've been a great help!",TX_END
+
+ db TX_START,"Hello, ",TX_RAM1,".\n"
+ db "You're really current on the news!\n"
+ db "I'm looking for a Chansey this \n"
+ db "time! I'm thinking about trading\n"
+ db "my Surfing Pikachu for it.\n"
+ db "This one has a different \n"
+ db "illustration than the last one.\n"
+ db "Do you have a Chansey?",TX_END
+
+ db TX_START,"Hello, ",TX_RAM1,". \n"
+ db "Are you enjoying the\n"
+ db "Pok`mon Trading Card Game?\n"
+ db "I'm looking for a Chansey\n"
+ db "this time! I'm thinking about \n"
+ db "trading my Surfing Pikachu for \n"
+ db "one. This one has a different \n"
+ db "illustration than the last one.\n"
+ db "Do you have a Chansey to trade?",TX_END
+
+ db TX_START,"Hmmm...\n"
+ db "I see you don't have a Chansey.\n"
+ db "Please trade with me\n"
+ db "some other time...",TX_END
+
+ db TX_START,"Hmmm...I see all your Chansey\n"
+ db "are in your Deck.\n"
+ db "I can't very well take a card\n"
+ db "you are using in duels.\n"
+ db "Please trade with me\n"
+ db "some other time...",TX_END
+
+ db TX_START,TX_RAM1," traded a Chansey\n"
+ db "for a Surfing Pikachu!",TX_END
+
+ db TX_START,"Thank you for this Chansey.\n"
+ db "You've been a great help!",TX_END
+
+ db TX_START,"Oh! Congratulations, ",TX_RAM1,"!\n"
+ db "I heard the news! You've finally \n"
+ db "inherited the Legendary Pok`mon \n"
+ db "Cards! Don't worry, I'm not going \n"
+ db "to ask you to trade them to me.\n"
+ db "Besides, it would be a waste \n"
+ db "not to use the Legendary Cards \n"
+ db "for dueling. Make sure your \n"
+ db "Duels are worthy of\n"
+ db "the Legendary Pok`mon Cards.",TX_END \ No newline at end of file
diff --git a/text/text9.asm b/text/text9.asm
new file mode 100755
index 0000000..dbb4a0b
--- /dev/null
+++ b/text/text9.asm
@@ -0,0 +1,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 \ No newline at end of file
diff --git a/text/texta.asm b/text/texta.asm
new file mode 100755
index 0000000..a68b7c9
--- /dev/null
+++ b/text/texta.asm
@@ -0,0 +1,961 @@
+ db TX_START,"Almost incapable of moving, this\n"
+ db "Pok`mon can only harden its shell to\n"
+ db "protect itself from predators.",TX_END
+
+ db TX_START,"Beedrill",TX_END
+
+ db TX_START,"Twineedle",TX_END
+
+ db TX_START,"Flip 2 coins. This attack does 30\n"
+ db "damage times the number of heads.",TX_END
+
+ db TX_START,"Poison Bee",TX_END
+
+ db TX_START,"Flies at high speed and attacks\n"
+ db "using the large, venomous stingers\n"
+ db "on its forelegs and tail.",TX_END
+
+ db TX_START,"Ekans",TX_END
+
+ db TX_START,"Spit Poison",TX_END
+
+ db TX_START,"Wrap",TX_END
+
+ db TX_START,"Snake",TX_END
+
+ db TX_START,"Moves silently and stealthily. Eats\n"
+ db "the eggs of birds, such as Pidgey\n"
+ db "and Spearow, whole.",TX_END
+
+ db TX_START,"Arbok",TX_END
+
+ db TX_START,"Terror Strike",TX_END
+
+ db TX_START,"Flip a coin. If heads and if your\n"
+ db "opponent has any Benched Pok`mon,\n"
+ db "he or she chooses 1 of them and\n"
+ db "switches it with the Defending\n"
+ db "Pok`mon.\n"
+ db "(Do the damage before switching\n"
+ db "the Pok`mon.)",TX_END
+
+ db TX_START,"Poison Fang",TX_END
+
+ db TX_START,"Cobra",TX_END
+
+ db TX_START,"It is rumored that the ferocious\n"
+ db "warning markings on its belly differ\n"
+ db "from area to area.",TX_END
+
+ db TX_START,"Nidoran%",TX_END
+
+ db TX_START,"Fury Swipes",TX_END
+
+ db TX_START,"Flip 3 coins. This attack does 10\n"
+ db "damage times the number of heads.",TX_END
+
+ db TX_START,"Call for Family",TX_END
+
+ db TX_START,"Search your deck for a Basic Pok`mon\n"
+ db "named Nidoran% or Nidoran$ and put\n"
+ db "it onto your Bench. Shuffle your\n"
+ db "deck afterward. (You can't use this\n"
+ db "attack if your Bench is full.)",TX_END
+
+ db TX_START,"Poison Pin",TX_END
+
+ db TX_START,"Although small, its venomous barbs\n"
+ db "make this Pok`mon dangerous.\n"
+ db "The female has smaller horns.",TX_END
+
+ db TX_START,"Nidorina",TX_END
+
+ db TX_START,"Supersonic",TX_END
+
+ db TX_START,"Flip a coin. If heads, the Defending\n"
+ db "Pok`mon is now Confused.",TX_END
+
+ db TX_START,"Double Kick",TX_END
+
+ db TX_START,"The female's horn develops slowly.\n"
+ db "Prefers physical attacks such as\n"
+ db "clawing and biting.",TX_END
+
+ db TX_START,"Nidoqueen",TX_END
+
+ db TX_START,"Boyfriends",TX_END
+
+ db TX_START,"Does 20 damage plus 20 more damage\n"
+ db "for each Nidoking you have in play.",TX_END
+
+ db TX_START,"Mega Punch",TX_END
+
+ db TX_START,"Drill",TX_END
+
+ db TX_START,"Its hard scales provide strong\n"
+ db "protection. It uses its hefty bulk\n"
+ db "to execute powerful moves.",TX_END
+
+ db TX_START,"Nidoran$",TX_END
+
+ db TX_START,"Horn Hazard",TX_END
+
+ db TX_START,"Flip a coin. If tails, this attack\n"
+ db "does nothing.",TX_END
+
+ db TX_START,"Stiffens its ears to sense danger.\n"
+ db "The larger, more powerful of its\n"
+ db "horns secretes venom.",TX_END
+
+ db TX_START,"Nidorino",TX_END
+
+ db TX_START,"Horn Drill",TX_END
+
+ db TX_START,"An aggressive Pok`mon that is quick\n"
+ db "to attack. The horn on its head\n"
+ db "secretes a powerful venom.",TX_END
+
+ db TX_START,"Nidoking",TX_END
+
+ db TX_START,"Thrash",TX_END
+
+ db TX_START,"Flip a coin. If heads, this attack\n"
+ db "does 30 damage plus 10 more damage;\n"
+ db "if tails, this attack does 30 damage\n"
+ db "and Nidoking does 10 damage to\n"
+ db "itself.",TX_END
+
+ db TX_START,"Toxic",TX_END
+
+ db TX_START,"The Defending Pok`mon is now\n"
+ db "Poisoned. It now takes 20 Poison\n"
+ db "damage instead of 10 after each\n"
+ db "player's turn (even if it was\n"
+ db "already Poisoned).",TX_END
+
+ db TX_START,"Uses its powerful tail in battle to\n"
+ db "smash, constrict, then break its\n"
+ db "prey's bones.",TX_END
+
+ db TX_START,"Zubat",TX_END
+
+ db TX_START,"Leech Life",TX_END
+
+ db TX_START,"Remove a number of damage counters\n"
+ db "from Zubat equal to the damage done\n"
+ db "to the Defending Pok`mon (after\n"
+ db "applying Weakness and Resistance).\n"
+ db "If Zubat has fewer damage counters\n"
+ db "than that, remove all of them.",TX_END
+
+ db TX_START,"Bat",TX_END
+
+ db TX_START,"Forms colonies in perpetually dark\n"
+ db "places. Uses ultrasonic waves to\n"
+ db "identify and approach targets.",TX_END
+
+ db TX_START,"Golbat",TX_END
+
+ db TX_START,"Wing Attack",TX_END
+
+ db TX_START,"Remove a number of damage counters\n"
+ db "from Golbat equal to the damage done\n"
+ db "to the Defending Pok`mon (after\n"
+ db "applying Weakness and Resistance).\n"
+ db "If Golbat has fewer damage counters\n"
+ db "than that, remove all of them.",TX_END
+
+ db TX_START,"Once it strikes, it will not stop\n"
+ db "draining energy from the victim even\n"
+ db "if it gets too heavy to fly.",TX_END
+
+ db TX_START,"Oddish",TX_END
+
+ db TX_START,"Sprout",TX_END
+
+ db TX_START,"Search your deck for a Basic Pok`mon\n"
+ db "named Oddish and put it onto your\n"
+ db "Bench. Shuffle your deck afterward.\n"
+ db "(You can't use this attack if your\n"
+ db "Bench is full.)",TX_END
+
+ db TX_START,"Weed",TX_END
+
+ db TX_START,"During the day, it keeps its face\n"
+ db "buried in the ground. At night, it\n"
+ db "wanders around sowing its seeds.",TX_END
+
+ db TX_START,"Gloom",TX_END
+
+ db TX_START,"Foul Odor",TX_END
+
+ db TX_START,"Both the Defending Pok`mon and\n"
+ db "Gloom are now Confused (after doing\n"
+ db "damage).",TX_END
+
+ db TX_START,"The fluid that oozes from its mouth\n"
+ db "isn't drool; it is a nectar that is\n"
+ db "used to attract prey.",TX_END
+
+ db TX_START,"Vileplume",TX_END
+
+ db TX_START,"Heal",TX_END
+
+ db TX_START,"Once during your turn (before your\n"
+ db "attack), you may flip a coin. If\n"
+ db "heads, remove 1 damage counter from\n"
+ db "1 of your Pok`mon. This power can't\n"
+ db "be used if Vileplume is Asleep,\n"
+ db "Confused, or Paralyzed.",TX_END
+
+ db TX_START,"Petal Dance",TX_END
+
+ db TX_START,"Flip 3 coins. This attack does 40\n"
+ db "damage times the number of heads.\n"
+ db "Vileplume is now Confused (after\n"
+ db "doing damage).",TX_END
+
+ db TX_START,"Flower",TX_END
+
+ db TX_START,"The larger its petals, the more\n"
+ db "toxic pollen it contains. Its big\n"
+ db "head is heavy and hard to hold up.",TX_END
+
+ db TX_START,"Paras",TX_END
+
+ db TX_START,"Scratch",TX_END
+
+ db TX_START,"Spore",TX_END
+
+ db TX_START,"The Defending Pok`mon is now Asleep.",TX_END
+
+ db TX_START,"Mushroom",TX_END
+
+ db TX_START,"Burrows to suck tree roots.\n"
+ db "The mushrooms on its back grow by\n"
+ db "drawing nutrients from the bug host.",TX_END
+
+ db TX_START,"Parasect",TX_END
+
+ db TX_START,"Slash",TX_END
+
+ db TX_START,"A host-parasite pair in which the\n"
+ db "parasite mushroom has taken over\n"
+ db "the host bug. Prefers damp places.",TX_END
+
+ db TX_START,"Venonat",TX_END
+
+ db TX_START,"Remove a number of damage counters\n"
+ db "from Venonat equal to the damage\n"
+ db "done to the Defending Pok`mon (after\n"
+ db "applying Weakness and Resistance).\n"
+ db "If Venonat has fewer damage counters\n"
+ db "than that, remove all of them.",TX_END
+
+ db TX_START,"Insect",TX_END
+
+ db TX_START,"Lives in the shadows of tall trees\n"
+ db "where it eats insects.\n"
+ db "It is attracted by light at night.",TX_END
+
+ db TX_START,"Venomoth",TX_END
+
+ db TX_START,"Shift",TX_END
+
+ db TX_START,"Once during your turn (before your\n"
+ db "attack), you may change the type of\n"
+ db "Venomoth to the type of any other\n"
+ db "Pok`mon in play other than\n"
+ db "Colorless.\n"
+ db "This power can't be used if Venomoth\n"
+ db "is Asleep, Confused, or Paralyzed.",TX_END
+
+ db TX_START,"Venom Powder",TX_END
+
+ db TX_START,"Flip a coin. If heads, the Defending\n"
+ db "Pok`mon is now Confused and\n"
+ db "Poisoned.",TX_END
+
+ db TX_START,"Poisonmoth",TX_END
+
+ db TX_START,"The dust-like scales covering its\n"
+ db "wings are color coded to indicate\n"
+ db "the kinds of poison it has.",TX_END
+
+ db TX_START,"Bellsprout",TX_END
+
+ db TX_START,"Search your deck for a Basic Pok`mon\n"
+ db "named Bellsprout and put it onto\n"
+ db "your Bench. Shuffle your deck\n"
+ db "afterward. (You can't use this\n"
+ db "attack if your Bench is full.)",TX_END
+
+ db TX_START,"A carnivorous Pok`mon that traps and\n"
+ db "eats bugs. It uses its root feet to\n"
+ db "soak up needed moisture.",TX_END
+
+ db TX_START,"Weepinbell",TX_END
+
+ db TX_START,"Razor Leaf",TX_END
+
+ db TX_START,"Flycatcher",TX_END
+
+ db TX_START,"It spits out poisonpowder to\n"
+ db "immobilize the enemy, and then\n"
+ db "finishes the enemy with a spray of\n"
+ db "acid.",TX_END
+
+ db TX_START,"Victreebel",TX_END
+
+ db TX_START,"Lure",TX_END
+
+ db TX_START,"If your opponent has any Benched\n"
+ db "Pok`mon, choose 1 of them and switch\n"
+ db "it with his or her Active Pok`mon.",TX_END
+
+ db TX_START,"Acid",TX_END
+
+ db TX_START,"Flip a coin. If heads, the Defending\n"
+ db "Pok`mon can't retreat during your\n"
+ db "opponent's next turn.",TX_END
+
+ db TX_START,"Said to live in huge colonies deep\n"
+ db "in jungles, although no one has ever\n"
+ db "returned from there.",TX_END
+
+ db TX_START,"Grimer",TX_END
+
+ db TX_START,"Nasty Goo",TX_END
+
+ db TX_START,"Minimize",TX_END
+
+ db TX_START,"All damage done by attacks to Grimer\n"
+ db "during your opponent's next turn is\n"
+ db "reduced by 20 (after applying\n"
+ db "Weakness and Resistance).",TX_END
+
+ db TX_START,"Sludge",TX_END
+
+ db TX_START,"Appears in filthy areas. Thrives by\n"
+ db "sucking up polluted sludge that is\n"
+ db "pumped out of factories.",TX_END
+
+ db TX_START,"Muk",TX_END
+
+ db TX_START,"Toxic Gas",TX_END
+
+ db TX_START,"Ignore all Pok`mon Powers other\n"
+ db "than Toxic Gases. This power stops\n"
+ db "working while Muk is Asleep,\n"
+ db "Confused, or Paralyzed.",TX_END
+
+ db TX_START,"Thickly covered with a filthy, vile\n"
+ db "sludge. It is so toxic, even its\n"
+ db "footprints contain poison.",TX_END
+
+ db TX_START,"Exeggcute",TX_END
+
+ db TX_START,"Hypnosis",TX_END
+
+ db TX_START,"Unless all damage from this attack\n"
+ db "is prevented, you may remove 1\n"
+ db "damage counter from Exeggcute.",TX_END
+
+ db TX_START,"Egg",TX_END
+
+ db TX_START,"Often mistaken for eggs.\n"
+ db "When disturbed, they quickly gather\n"
+ db "and attack in swarms.",TX_END
+
+ db TX_START,"Exeggutor",TX_END
+
+ db TX_START,"Teleport",TX_END
+
+ db TX_START,"Switch Exeggutor with 1 of your\n"
+ db "Benched Pok`mon.",TX_END
+
+ db TX_START,"Big Eggsplosion",TX_END
+
+ db TX_START,"Flip a number of coins equal to the\n"
+ db "number of Energy attached to\n"
+ db "Exeggutor. This attack does 20\n"
+ db "damage times the number of heads.",TX_END
+
+ db TX_START,"Coconut",TX_END
+
+ db TX_START,"Legend has it that on rare\n"
+ db "occasions, one of its heads will\n"
+ db "drop off and continue on as an\n"
+ db "Exeggcute.",TX_END
+
+ db TX_START,"Koffing",TX_END
+
+ db TX_START,"Foul Gas",TX_END
+
+ db TX_START,"Flip a coin. If heads, the Defending\n"
+ db "Pok`mon is now Poisoned; if tails,\n"
+ db "it is now Confused.",TX_END
+
+ db TX_START,"Poison Gas",TX_END
+
+ db TX_START,"Because it stores several kinds of\n"
+ db "toxic gases in its body, it is prone\n"
+ db "to exploding without warning.",TX_END
+
+ db TX_START,"Weezing",TX_END
+
+ db TX_START,"Smog",TX_END
+
+ db TX_START,"Selfdestruct",TX_END
+
+ db TX_START,"Does 10 damage to each Pok`mon on\n"
+ db "each player's Bench. (Don't apply\n"
+ db "Weakness and Resistance for Benched\n"
+ db "Pok`mon.) Weezing does 60 damage to\n"
+ db "itself.",TX_END
+
+ db TX_START,"Where two kinds of poison gases\n"
+ db "meet, two Koffings can fuse into a\n"
+ db "Weezing over many years.",TX_END
+
+ db TX_START,"Tangela",TX_END
+
+ db TX_START,"Bind",TX_END
+
+ db TX_START,"Vine",TX_END
+
+ db TX_START,"Its whole body is swathed with wide\n"
+ db "vines that are similar to seaweed.\n"
+ db "These vines shake as it walks.",TX_END
+
+ db TX_START,"Poison Whip",TX_END
+
+ db TX_START,"Its identity is obscured by masses\n"
+ db "of thick, blue vines. The vines are\n"
+ db "said to never stop growing.",TX_END
+
+ db TX_START,"Scyther",TX_END
+
+ db TX_START,"Swords Dance",TX_END
+
+ db TX_START,"During your next turn, Scyther's\n"
+ db "Slash attack's base damage is\n"
+ db "doubled.",TX_END
+
+ db TX_START,"Mantis",TX_END
+
+ db TX_START,"With ninja-like agility and speed,\n"
+ db "it can create the illusion that\n"
+ db "there is more than one of it.",TX_END
+
+ db TX_START,"Pinsir",TX_END
+
+ db TX_START,"Irongrip",TX_END
+
+ db TX_START,"Guillotine",TX_END
+
+ db TX_START,"Stagbeetle",TX_END
+
+ db TX_START,"If it fails to crush the victim in\n"
+ db "its pincers, it will swing its\n"
+ db "victim around and toss it hard.",TX_END
+
+ db TX_START,"Charmander",TX_END
+
+ db TX_START,"Ember",TX_END
+
+ db TX_START,"Discard 1 ",TX_FIRE," Energy card attached to\n"
+ db "Charmander in order to use this\n"
+ db "attack.",TX_END
+
+ db TX_START,"Lizard",TX_END
+
+ db TX_START,"Obviously prefers hot places. If it\n"
+ db "gets caught in the rain, steam is\n"
+ db "said to spout from the tip of its\n"
+ db "tail.",TX_END
+
+ db TX_START,"Charmeleon",TX_END
+
+ db TX_START,"Flamethrower",TX_END
+
+ db TX_START,"Discard 1 ",TX_FIRE," Energy card attached to\n"
+ db "Charmeleon in order to use this\n"
+ db "attack.",TX_END
+
+ db TX_START,"Flame",TX_END
+
+ db TX_START,"When it swings its burning tail, it\n"
+ db "raises the temperature to unbearably\n"
+ db "high levels.",TX_END
+
+ db TX_START,"Charizard",TX_END
+
+ db TX_START,"Energy Burn",TX_END
+
+ db TX_START,"As often as you like during your\n"
+ db "turn (before your attack), you may\n"
+ db "turn all Energy attached to\n"
+ db "Charizard into ",TX_FIRE," Energy for the\n"
+ db "rest of the turn. This power can't\n"
+ db "be used if Charizard is Asleep,\n"
+ db "Confused, or Paralyzed.",TX_END
+
+ db TX_START,"Fire Spin",TX_END
+
+ db TX_START,"Discard 2 Energy cards attached to\n"
+ db "Charizard in order to use this\n"
+ db "attack.",TX_END
+
+ db TX_START,"Spits fire that is hot enough to\n"
+ db "melt boulders. Known to\n"
+ db "unintentionally cause forest fires.",TX_END
+
+ db TX_START,"Vulpix",TX_END
+
+ db TX_START,"Confuse Ray",TX_END
+
+ db TX_START,"Fox",TX_END
+
+ db TX_START,"At the time of birth, it has just\n"
+ db "one tail. Its tail splits from the\n"
+ db "tip as it grows older.",TX_END
+
+ db TX_START,"Ninetails",TX_END
+
+ db TX_START,"If your opponent has any Benched\n"
+ db "Pok`mon, choose 1 of them and switch\n"
+ db "it with the Defending Pok`mon.",TX_END
+
+ db TX_START,"Fire Blast",TX_END
+
+ db TX_START,"Discard 1 ",TX_FIRE," Energy card attached\n"
+ db "to Ninetales in order to use this\n"
+ db "attack.",TX_END
+
+ db TX_START,"Very smart and very vengeful.\n"
+ db "Grabbing one of its many tails could\n"
+ db "result in a 1,000-year curse.",TX_END
+
+ db TX_START,"Mix-Up",TX_END
+
+ db TX_START,"If your opponent has any Basic\n"
+ db "Pok`mon or Evolution cards in his\n"
+ db "or her hand, your opponent shuffles\n"
+ db "them into his or her deck. Then,\n"
+ db "your opponent puts an equal number\n"
+ db "of Basic Pok`mon or Evolution cards\n"
+ db "chosen at random from his or",TX_END
+
+ db TX_START,"her deck into his or her hand. Your\n"
+ db "opponent shuffles his or her deck\n"
+ db "afterward.",TX_END
+
+ db TX_START,"Dancing Embers",TX_END
+
+ db TX_START,"Flip 8 coins. This attack does 10\n"
+ db "damage times the number of heads.",TX_END
+
+ db TX_START,"According to an enduring legend,\n"
+ db "9 noble heroes were united and\n"
+ db "reincarnated as this.",TX_END
+
+ db TX_START,"Growlithe",TX_END
+
+ db TX_START,"Flare",TX_END
+
+ db TX_START,"Puppy",TX_END
+
+ db TX_START,"Very protective of its territory.\n"
+ db "It will bark and bite to repel\n"
+ db "intruders from its space.",TX_END
+
+ db TX_START,"Arcanine",TX_END
+
+ db TX_START,"Quick Attack",TX_END
+
+ db TX_START,"Flip a coin. If heads, this attack\n"
+ db "does 10 damage plus 20 more damage;\n"
+ db "if tails, this attack does 10\n"
+ db "damage.",TX_END
+
+ db TX_START,"Flames of Rage",TX_END
+
+ db TX_START,"Discard 2 ",TX_FIRE," Energy cards attached\n"
+ db "to Arcanine in order to use this\n"
+ db "attack. This attack does 40 damage\n"
+ db "plus 10 more damage for each damage\n"
+ db "counter on Arcanine.",TX_END
+
+ db TX_START,"Legendary",TX_END
+
+ db TX_START,"A legendary Pok`mon famous for its\n"
+ db "beauty. It looks almost as if it\n"
+ db "flies when it runs.",TX_END
+
+ db TX_START,"Discard 1 ",TX_FIRE," Energy card attached to\n"
+ db "Arcanine in order to use this\n"
+ db "attack.",TX_END
+
+ db TX_START,"Take Down",TX_END
+
+ db TX_START,"Arcanine does 30 damage to itself.",TX_END
+
+ db TX_START,"A Pok`mon that has been long admired\n"
+ db "for its beauty. It runs gracefully,\n"
+ db "as if on wings.",TX_END
+
+ db TX_START,"Ponyta",TX_END
+
+ db TX_START,"Smash Kick",TX_END
+
+ db TX_START,"Flame Tail",TX_END
+
+ db TX_START,"Fire Horse",TX_END
+
+ db TX_START,"Its hooves are 10 times harder than\n"
+ db "diamonds. It can trample anything\n"
+ db "flat in moments.",TX_END
+
+ db TX_START,"Rapidash",TX_END
+
+ db TX_START,"Stomp",TX_END
+
+ db TX_START,"Flip a coin. If heads, this attack\n"
+ db "does 20 damage plus 10 more damage;\n"
+ db "if tails, this attack does 20\n"
+ db "damage.",TX_END
+
+ db TX_START,"Agility",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 Rapidash.",TX_END
+
+ db TX_START,"Very competitive, this Pok`mon will\n"
+ db "chase anything that moves fast in\n"
+ db "the hopes of racing it.",TX_END
+
+ db TX_START,"Magmar",TX_END
+
+ db TX_START,"Fire Punch",TX_END
+
+ db TX_START,"Discard 1 ",TX_FIRE," Energy card attached to\n"
+ db "Magmar in order to use this attack.",TX_END
+
+ db TX_START,"Spitfire",TX_END
+
+ db TX_START,"Its body always burns with an orange\n"
+ db "glow that enables it to hide\n"
+ db "perfectly among flames.",TX_END
+
+ db TX_START,"Smokescreen",TX_END
+
+ db TX_START,"If the Defending Pok`mon tries to\n"
+ db "attack during your opponent's next\n"
+ db "turn, your opponent flips a coin. If\n"
+ db "tails, that attack does nothing.",TX_END
+
+ db TX_START,"Found at the mouths of volcanoes and\n"
+ db "extremely hard to spot. There are\n"
+ db "very few instances of capturing this\n"
+ db "Pok`mon.",TX_END
+
+ db TX_START,"Flareon",TX_END
+
+ db TX_START,"Eevee",TX_END
+
+ db TX_START,"Bite",TX_END
+
+ db TX_START,"Rage",TX_END
+
+ db TX_START,"Does 10 damage plus 10 more damage\n"
+ db "for each damage counter on Flareon.",TX_END
+
+ db TX_START,"It has a flame chamber inside its\n"
+ db "body. It inhales, then blows out\n"
+ db "fire that is over 3,000 degrees.",TX_END
+
+ db TX_START,"Discard 1 ",TX_FIRE," Energy card attached to\n"
+ db "Flareon in order to use this attack.",TX_END
+
+ db TX_START,"When storing thermal energy in its\n"
+ db "body, its temperature could soar to\n"
+ db "over 1,600 degrees.",TX_END
+
+ db TX_START,"Moltres",TX_END
+
+ db TX_START,"Wildfire",TX_END
+
+ db TX_START,"You may discard any number of ",TX_FIRE,"\n"
+ db "Energy cards attached to Moltres\n"
+ db "when you use this attack. If you do,\n"
+ db "discard that many cards from the top\n"
+ db "of your opponent's deck.",TX_END
+
+ db TX_START,"Dive Bomb",TX_END
+
+ db TX_START,"Known as the legendary bird of fire.\n"
+ db "Every flap of its wings creates a\n"
+ db "dazzling flash of flames.",TX_END
+
+ db TX_START,"Firegiver",TX_END
+
+ db TX_START,"When you put Moltres into play\n"
+ db "during your turn (not during\n"
+ db "set-up), put from 1 to 4 (chosen at\n"
+ db "random) ",TX_FIRE," Energy cards from your\n"
+ db "deck into your hand. Shuffle your\n"
+ db "deck afterward.",TX_END
+
+ db TX_START,"A legendary bird Pok`mon. As it\n"
+ db "flaps its flaming wings, even the\n"
+ db "night sky will turn red.",TX_END
+
+ db TX_START,"Squirtle",TX_END
+
+ db TX_START,"Bubble",TX_END
+
+ db TX_START,"Withdraw",TX_END
+
+ db TX_START,"Flip a coin. If heads, prevent all\n"
+ db "damage done to Squirtle during your\n"
+ db "opponent's next turn. (Any other\n"
+ db "effects of attacks still happen.)",TX_END
+
+ db TX_START,"Tiny Turtle",TX_END
+
+ db TX_START,"After birth, its back swells and\n"
+ db "hardens into a shell. It powerfully\n"
+ db "sprays foam from its mouth.",TX_END
+
+ db TX_START,"Wartortle",TX_END
+
+ db TX_START,"Flip a coin. If heads, prevent all\n"
+ db "damage done to Wartortle during your\n"
+ db "opponent's next turn. (Any other\n"
+ db "effects of attacks still happen.)",TX_END
+
+ db TX_START,"Turtle",TX_END
+
+ db TX_START,"Often hides in water to stalk unwary\n"
+ db "prey. When swimming quickly, it\n"
+ db "moves its ears to maintain balance.",TX_END
+
+ db TX_START,"Blastoise",TX_END
+
+ db TX_START,"Rain Dance",TX_END
+
+ db TX_START,"As often as you like during your\n"
+ db "turn (before your attack), you may\n"
+ db "attach 1 ",TX_WATER," Energy card to 1 of\n"
+ db "your ",TX_WATER," Pok`mon. (This doesn't use\n"
+ db "up your 1 Energy card attachment\n"
+ db "for the turn.)",TX_END
+
+ db TX_START,"This power can't be used if\n"
+ db "Blastoise is Asleep, Confused, or\n"
+ db "Paralyzed.",TX_END
+
+ db TX_START,"Hydro Pump",TX_END
+
+ db TX_START,"Does 40 damage plus 10 more damage\n"
+ db "for each ",TX_WATER," Energy attached to\n"
+ db "Blastoise but not used to pay for\n"
+ db "this attack's Energy cost. You can't\n"
+ db "add more than 20 damage in this way.",TX_END
+
+ db TX_START,"Shellfish",TX_END
+
+ db TX_START,"A brutal Pok`mon with pressurized\n"
+ db "water jets on its shell. They are\n"
+ db "used for high-speed tackles.",TX_END
+
+ db TX_START,"Psyduck",TX_END
+
+ db TX_START,"Headache",TX_END
+
+ db TX_START,"Your opponent can't play Trainer\n"
+ db "cards during his or her next turn.",TX_END
+
+ db TX_START,"Duck",TX_END
+
+ db TX_START,"While lulling its enemies with its\n"
+ db "vacant look, this wily Pok`mon will\n"
+ db "use psychokinetic powers.",TX_END
+
+ db TX_START,"Golduck",TX_END
+
+ db TX_START,"Psyshock",TX_END
+
+ db TX_START,"Hyper Beam",TX_END
+
+ db TX_START,"If the Defending Pok`mon has any\n"
+ db "Energy cards attached to it, choose\n"
+ db "1 of them and discard it.",TX_END
+
+ db TX_START,"Often seen swimming elegantly by\n"
+ db "lake shores. It is often mistaken\n"
+ db "for the Japanese monster, Kappa.",TX_END
+
+ db TX_START,"Poliwag",TX_END
+
+ db TX_START,"Water Gun",TX_END
+
+ db TX_START,"Does 10 damage plus 10 more damage\n"
+ db "for each ",TX_WATER," Energy attached to\n"
+ db "Poliwag but not used to pay for\n"
+ db "this attack's Energy cost. You can't\n"
+ db "add more than 20 damage in this way.",TX_END
+
+ db TX_START,"Tadpole",TX_END
+
+ db TX_START,"Its newly grown legs prevent it\n"
+ db "from running. It appears to prefer\n"
+ db "swimming over trying to stand.",TX_END
+
+ db TX_START,"Poliwhirl",TX_END
+
+ db TX_START,"Amnesia",TX_END
+
+ db TX_START,"Choose 1 of the Defending Pok`mon's\n"
+ db "attacks. That Pok`mon can't use that\n"
+ db "attack during your opponent's next\n"
+ db "turn.",TX_END
+
+ db TX_START,"Doubleslap",TX_END
+
+ db TX_START,"Capable of living in or out of\n"
+ db "water. When out of water, it sweats\n"
+ db "to keep its body slimy.",TX_END
+
+ db TX_START,"Poliwrath",TX_END
+
+ db TX_START,"Does 30 damage plus 10 more damage\n"
+ db "for each ",TX_WATER," Energy attached to\n"
+ db "Poliwrath but not used to pay for\n"
+ db "this attack's Energy cost. You\n"
+ db "can't add more than 20 damage in\n"
+ db "this way.",TX_END
+
+ db TX_START,"Whirlpool",TX_END
+
+ db TX_START,"An adept swimmer at both the front\n"
+ db "crawl and breaststroke. Easily\n"
+ db "overtakes the best human swimmers.",TX_END
+
+ db TX_START,"Tentacool",TX_END
+
+ db TX_START,"Cowardice",TX_END
+
+ db TX_START,"At any time during your turn\n"
+ db "(before your attack), you may return\n"
+ db "Tentacool to your hand. (Discard all\n"
+ db "cards attached to Tentacool.) This\n"
+ db "power can't be used the turn you put\n"
+ db "Tentacool into play or if Tentacool\n"
+ db "is Asleep, Confused, or Paralyzed.",TX_END
+
+ db TX_START,"Jellyfish",TX_END
+
+ db TX_START,"Drifts in shallow seas. Anglers who\n"
+ db "hook them by accident are often\n"
+ db "punished by its stinging acid.",TX_END
+
+ db TX_START,"Tentacruel",TX_END
+
+ db TX_START,"Jellyfish Sting",TX_END
+
+ db TX_START,"The tentacles are normally kept\n"
+ db "short. On hunts, they are extended\n"
+ db "to ensnare and immobilize prey.",TX_END
+
+ db TX_START,"Seel",TX_END
+
+ db TX_START,"Headbutt",TX_END
+
+ db TX_START,"Sea Lion",TX_END
+
+ db TX_START,"The protruding horn on its head is\n"
+ db "very hard. This horn is used for\n"
+ db "bashing through thick ice.",TX_END
+
+ db TX_START,"Dewgong",TX_END
+
+ db TX_START,"Aurora Beam",TX_END
+
+ db TX_START,"Ice Beam",TX_END
+
+ db TX_START,"Stores thermal energy in its body.\n"
+ db "Swims at a steady 8 knots even in\n"
+ db "intensely cold waters.",TX_END
+
+ db TX_START,"Shellder",TX_END
+
+ db TX_START,"Hide in Shell",TX_END
+
+ db TX_START,"Flip a coin. If heads, prevent all\n"
+ db "damage done to Shellder during your\n"
+ db "opponent's next turn. (Any other\n"
+ db "effects of attacks still happen.)",TX_END
+
+ db TX_START,"Bivalve",TX_END
+
+ db TX_START,"Its hard shell repels any kind of\n"
+ db "attack. It is vulnerable only when\n"
+ db "its shell is open.",TX_END
+
+ db TX_START,"Cloyster",TX_END
+
+ db TX_START,"Clamp",TX_END
+
+ db TX_START,"Flip a coin. If heads, the Defending\n"
+ db "Pok`mon is now Paralyzed. If tails,\n"
+ db "this attack does nothing (not even\n"
+ db "damage).",TX_END
+
+ db TX_START,"Spike Cannon",TX_END
+
+ db TX_START,"When attacked, it launches its horns\n"
+ db "in quick volleys. Its innards have\n"
+ db "never been seen.",TX_END
+
+ db TX_START,"Krabby",TX_END
+
+ db TX_START,"Search your deck for a Basic Pok`mon\n"
+ db "named Krabby and put it onto your\n"
+ db "Bench. Shuffle your deck afterward.\n"
+ db "(You can't use this attack if your\n"
+ db "Bench is full.)",TX_END
+
+ db TX_START,"River Crab",TX_END
+
+ db TX_START,"Its pincers are not only powerful\n"
+ db "weapons, they are used for balance\n"
+ db "when walking sideways.",TX_END
+
+ db TX_START,"Kingler",TX_END
+
+ db TX_START,"Flail",TX_END
+
+ db TX_START,"Does 10 damage times the number of\n"
+ db "damage counters on Kingler.",TX_END
+
+ db TX_START,"Crabhammer",TX_END
+
+ db TX_START,"Pincer",TX_END
+
+ db TX_START,"The large pincer has 10,000\n"
+ db "horsepower of crushing power.\n"
+ db "However, its huge size makes it\n"
+ db "unwieldy to use.",TX_END
+
+ db TX_START,"Horsea",TX_END
+
+ db TX_START,"If the Defending Pok`mon tries to\n"
+ db "attack during your opponent's next\n"
+ db "turn, your opponent flips a coin.\n"
+ db "If tails, that attack does nothing.",TX_END
+
+ db TX_START,"Dragon",TX_END \ No newline at end of file
diff --git a/text/textb.asm b/text/textb.asm
new file mode 100755
index 0000000..c297af9
--- /dev/null
+++ b/text/textb.asm
@@ -0,0 +1,888 @@
+ db TX_START,"Known to shoot down flying bugs with\n"
+ db "precision blasts of ink from the\n"
+ db "surface of the water.",TX_END
+
+ db TX_START,"Seadra",TX_END
+
+ db TX_START,"Does 20 damage plus 10 more damage\n"
+ db "for each ",TX_WATER," Energy attached to\n"
+ db "Seadra but not used to pay for this\n"
+ db "attack's Energy cost. You can't add\n"
+ db "more than 20 damage in this way.",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 Seadra.",TX_END
+
+ db TX_START,"Capable of swimming backward by\n"
+ db "rapidly flapping its wing-like\n"
+ db "pectoral fins and stout tail.",TX_END
+
+ db TX_START,"Goldeen",TX_END
+
+ db TX_START,"Horn Attack",TX_END
+
+ db TX_START,"Goldfish",TX_END
+
+ db TX_START,"Its tail fin billows like an elegant\n"
+ db "ballroom dress, giving it the\n"
+ db "nickname \"Water Queen.\"",TX_END
+
+ db TX_START,"Seaking",TX_END
+
+ db TX_START,"Waterfall",TX_END
+
+ db TX_START,"In the autumn spawning season, they\n"
+ db "can be seen swimming powerfully up\n"
+ db "rivers and creeks.",TX_END
+
+ db TX_START,"Staryu",TX_END
+
+ db TX_START,"Slap",TX_END
+
+ db TX_START,"Starshape",TX_END
+
+ db TX_START,"An enigmatic Pok`mon that can\n"
+ db "effortlessly regenerate any\n"
+ db "appendage it loses in battle.",TX_END
+
+ db TX_START,"Starmie",TX_END
+
+ db TX_START,"Recover",TX_END
+
+ db TX_START,"Discard 1 ",TX_WATER," Energy card attached to\n"
+ db "Starmie in order to use this attack.\n"
+ db "Remove all damage counters from\n"
+ db "Starmie.",TX_END
+
+ db TX_START,"Star Freeze",TX_END
+
+ db TX_START,"Mysterious",TX_END
+
+ db TX_START,"Its central core glows with the\n"
+ db "seven colors of the rainbow. Some\n"
+ db "people value this core as a gem.",TX_END
+
+ db TX_START,"Magikarp",TX_END
+
+ db TX_START,"Tackle",TX_END
+
+ db TX_START,"Does 10 damage times the number of\n"
+ db "damage counters on Magikarp.",TX_END
+
+ db TX_START,"Fish",TX_END
+
+ db TX_START,"In the distant past, it was stronger\n"
+ db "than its horribly weak descendants\n"
+ db "that exist today.",TX_END
+
+ db TX_START,"Gyarados",TX_END
+
+ db TX_START,"Dragon Rage",TX_END
+
+ db TX_START,"Bubblebeam",TX_END
+
+ db TX_START,"Atrocious",TX_END
+
+ db TX_START,"Rarely seen in the wild. Huge and\n"
+ db "vicious, it is capable of destroying\n"
+ db "entire cities in a rage.",TX_END
+
+ db TX_START,"Lapras",TX_END
+
+ db TX_START,"Does 10 damage plus 10 more damage\n"
+ db "for each ",TX_WATER," Energy attached to\n"
+ db "Lapras but not used to pay for this\n"
+ db "attack's Energy cost. You can't add\n"
+ db "more than 20 damage in this way.",TX_END
+
+ db TX_START,"Transport",TX_END
+
+ db TX_START,"A Pok`mon that has been overhunted\n"
+ db "almost to extinction. It can ferry\n"
+ db "people across water.",TX_END
+
+ db TX_START,"Vaporeon",TX_END
+
+ db TX_START,"Focus Energy",TX_END
+
+ db TX_START,"During your next turn, Vaporeon's\n"
+ db "Bite attack's base damage is\n"
+ db "doubled.",TX_END
+
+ db TX_START,"Bubble Jet",TX_END
+
+ db TX_START,"Its cell structure is similar to\n"
+ db "water molecules. It will melt away\n"
+ db "and become invisible in water.",TX_END
+
+ db TX_START,"Does 30 damage plus 10 more damage\n"
+ db "for each ",TX_WATER," Energy attached to\n"
+ db "Vaporeon but not used to pay for\n"
+ db "this attack's Energy cost. You can't\n"
+ db "add more than 20 damage in this way.",TX_END
+
+ db TX_START,"Lives close to water. Its long tail\n"
+ db "is ridged with a fin that is often\n"
+ db "mistaken for a mermaid's.",TX_END
+
+ db TX_START,"Omanyte",TX_END
+
+ db TX_START,"Mysterious Fossil",TX_END
+
+ db TX_START,"Clairvoyance",TX_END
+
+ db TX_START,"Your opponent plays with his or her\n"
+ db "hand face up. This power stops\n"
+ db "working while Omanyte is Asleep,\n"
+ db "Confused, or Paralyzed.",TX_END
+
+ db TX_START,"Does 10 damage plus 10 more damage\n"
+ db "for each ",TX_WATER," Energy attached to\n"
+ db "Omanyte but not used to pay for this\n"
+ db "attack's Energy cost. You can't add\n"
+ db "more than 20 damage in this way.",TX_END
+
+ db TX_START,"Spiral",TX_END
+
+ db TX_START,"Although long extinct, in rare\n"
+ db "cases, it can be genetically\n"
+ db "resurrected from fossils.",TX_END
+
+ db TX_START,"Omastar",TX_END
+
+ db TX_START,"Does 20 damage plus 10 more damage\n"
+ db "for each ",TX_WATER," Energy attached to\n"
+ db "Omastar but not used to pay for this\n"
+ db "attack's Energy cost. You can't add\n"
+ db "more than 20 damage in this way.",TX_END
+
+ db TX_START,"A prehistoric Pok`mon that died out\n"
+ db "when its heavy shell made it\n"
+ db "impossible for it to catch prey.",TX_END
+
+ db TX_START,"Articuno",TX_END
+
+ db TX_START,"Freeze Dry",TX_END
+
+ db TX_START,"Blizzard",TX_END
+
+ db TX_START,"Flip a coin. If heads, this attack\n"
+ db "does 10 damage to each of your\n"
+ db "opponent's Benched Pok`mon.\n"
+ db "If tails, this attack does 10 damage\n"
+ db "to each of your own Benched Pok`mon.\n"
+ db "(Don't apply Weakness and Resistance\n"
+ db "for Benched Pok`mon.)",TX_END
+
+ db TX_START,"Freeze",TX_END
+
+ db TX_START,"A legendary bird Pok`mon that is\n"
+ db "said to appear to doomed people who\n"
+ db "are lost in icy mountains.",TX_END
+
+ db TX_START,"Quickfreeze",TX_END
+
+ db TX_START,"When you put Articuno into play\n"
+ db "during your turn (not during\n"
+ db "set-up), flip a coin. If heads, the\n"
+ db "Defending Pok`mon is now Paralyzed.",TX_END
+
+ db TX_START,"Ice Breath",TX_END
+
+ db TX_START,"Does 40 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,"A legendary bird Pok`mon. It freezes\n"
+ db "water that is contained in winter\n"
+ db "air and makes it snow.",TX_END
+
+ db TX_START,"Pikachu",TX_END
+
+ db TX_START,"Gnaw",TX_END
+
+ db TX_START,"Thunder Jolt",TX_END
+
+ db TX_START,"Flip a coin. If tails, Pikachu does\n"
+ db "10 damage to itself.",TX_END
+
+ db TX_START,"Mouse",TX_END
+
+ db TX_START,"When several of these Pok`mon\n"
+ db "gather, their electricity can cause\n"
+ db "lightning storms.",TX_END
+
+ db TX_START,"Spark",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. (Don't\n"
+ db "apply Weakness and Resistance for\n"
+ db "Benched Pok`mon.)",TX_END
+
+ db TX_START,"When several of these Pok`mon\n"
+ db "gather, their electricity can build\n"
+ db "and cause lightning storms.",TX_END
+
+ db TX_START,"Growl",TX_END
+
+ db TX_START,"If the Defending Pok`mon attacks\n"
+ db "Pikachu 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). \n"
+ db "(Benching or evolving either Pok`mon\n"
+ db "ends this effect.)",TX_END
+
+ db TX_START,"Thundershock",TX_END
+
+ db TX_START,"When several of these Pok`mon\n"
+ db "gather, their electricity could\n"
+ db "build and cause lightning storms.",TX_END
+
+ db TX_START,"Flying Pikachu",TX_END
+
+ db TX_START,"Fly",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 Flying Pikachu. \n"
+ db "If tails, this attack does nothing \n"
+ db "(not even damage).",TX_END
+
+ db TX_START,"By learning how to fly, Pikachu\n"
+ db "overcame its weakness to Fighting\n"
+ db "Pok`mon.",TX_END
+
+ db TX_START,"Surfing Pikachu",TX_END
+
+ db TX_START,"Surf",TX_END
+
+ db TX_START,"One summer, a group of Pikachu\n"
+ db "was found riding the waves at the\n"
+ db "local beach.",TX_END
+
+ db TX_START,"Raichu",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 Raichu.",TX_END
+
+ db TX_START,"Thunder",TX_END
+
+ db TX_START,"Flip a coin. If tails, Raichu does\n"
+ db "30 damage to itself.",TX_END
+
+ db TX_START,"Its long tail serves as a ground to\n"
+ db "protect itself from its own\n"
+ db "high-voltage power.",TX_END
+
+ db TX_START,"Gigashock",TX_END
+
+ db TX_START,"Choose 3 of your opponent's Benched\n"
+ db "Pok`mon and this attack does 10\n"
+ db "damage to each of them. (Don't apply\n"
+ db "Weakness and Resistance for Benched\n"
+ db "Pok`mon.) If your opponent has fewer\n"
+ db "than 3 Benched Pok`mon, do the\n"
+ db "damage to each of them.",TX_END
+
+ db TX_START,"Its long tail serves as a ground to\n"
+ db "protect itself from its own high\n"
+ db "voltage power.",TX_END
+
+ db TX_START,"Magnemite",TX_END
+
+ db TX_START,"Thunder Wave",TX_END
+
+ db TX_START,"Does 10 damage to each Pok`mon on\n"
+ db "each player's Bench. (Don't apply\n"
+ db "Weakness and Resistance for Benched\n"
+ db "Pok`mon.) Magnemite does 40 damage\n"
+ db "to itself.",TX_END
+
+ db TX_START,"Magnet",TX_END
+
+ db TX_START,"Uses anti-gravity to stay suspended.\n"
+ db "Appears without warning and uses\n"
+ db "attacks like Thunder Wave.",TX_END
+
+ db TX_START,"Magnetic Storm",TX_END
+
+ db TX_START,"Remove all Energy cards attached to\n"
+ db "all of your Pok`mon, then randomly\n"
+ db "reattach each of them.",TX_END
+
+ db TX_START,"It is born with the ability to defy\n"
+ db "gravity. Floats in air on powerful\n"
+ db "electromagnetic waves.",TX_END
+
+ db TX_START,"Magneton",TX_END
+
+ db TX_START,"Does 20 damage to each Pok`mon on\n"
+ db "each player's Bench. (Don't apply\n"
+ db "Weakness and Resistance for Benched\n"
+ db "Pok`mon.)\n"
+ db "Magneton does 80 damage to itself.",TX_END
+
+ db TX_START,"Formed by several Magnemites linked\n"
+ db "together. It frequently appears when\n"
+ db "sunspots flare up.",TX_END
+
+ db TX_START,"Sonicboom",TX_END
+
+ db TX_START,"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,"Does 20 damage to each Pok`mon on\n"
+ db "each player's Bench. (Don't apply\n"
+ db "Weakness and Resistance for Benched\n"
+ db "Pok`mon.) Magneton does 100 damage\n"
+ db "to itself.",TX_END
+
+ db TX_START,"Formed by several Magnemites linked\n"
+ db "together. They frequently appear\n"
+ db "when sunspots flare up.",TX_END
+
+ db TX_START,"Voltorb",TX_END
+
+ db TX_START,"Ball",TX_END
+
+ db TX_START,"Usually found in power plants.\n"
+ db "Easily mistaken for a Poke Ball, it\n"
+ db "has zapped many people.",TX_END
+
+ db TX_START,"Electrode",TX_END
+
+ db TX_START,"Energy Spike",TX_END
+
+ db TX_START,"Search your deck for a basic Energy\n"
+ db "card and attach it to 1 of your\n"
+ db "Pok`mon. Shuffle your deck\n"
+ db "afterward.",TX_END
+
+ db TX_START,"Stores electrical energy inside its\n"
+ db "body. Even the slightest shock could\n"
+ db "trigger a huge explosion.",TX_END
+
+ db TX_START,"Chain Lightning",TX_END
+
+ db TX_START,"If the Defending Pok`mon isn't\n"
+ db "Colorless, this attack does 10\n"
+ db "damage to each Benched Pok`mon of\n"
+ db "the same type as the Defending\n"
+ db "Pok`mon (including your own).",TX_END
+
+ db TX_START,"It stores electrical energy under\n"
+ db "very high pressure. It often\n"
+ db "explodes with little or no\n"
+ db "provocation.",TX_END
+
+ db TX_START,"Electabuzz",TX_END
+
+ db TX_START,"Light Screen",TX_END
+
+ db TX_START,"Whenever an attack does damage to\n"
+ db "Electabuzz (after applying Weakness\n"
+ db "and Resistance) during your\n"
+ db "opponent's next turn, that attack\n"
+ db "only does half the damage to\n"
+ db "Electabuzz (rounded down to the\n"
+ db "nearest 10).",TX_END
+
+ db TX_START,"(Any other effects of attacks still\n"
+ db "happen.)",TX_END
+
+ db TX_START,"Flip a coin. If heads, this attack\n"
+ db "does 10 damage plus 20 more damage; \n"
+ db "if tails, this attack does\n"
+ db "10 damage.",TX_END
+
+ db TX_START,"Electric",TX_END
+
+ db TX_START,"A wild Pok`mon with a short temper.\n"
+ db "It is able to distinguish colors\n"
+ db "and likes the color red.",TX_END
+
+ db TX_START,"Thunderpunch",TX_END
+
+ db TX_START,"Flip a coin. If heads, this attack\n"
+ db "does 30 damage plus 10 more damage;\n"
+ db "if tails, this attack does 30 damage\n"
+ db "and Electabuzz does 10 damage to\n"
+ db "itself.",TX_END
+
+ db TX_START,"Normally found near power plants,\n"
+ db "it can wander away and cause major\n"
+ db "blackouts in cities.",TX_END
+
+ db TX_START,"Jolteon",TX_END
+
+ db TX_START,"Flip 2 coins. This attack does 20\n"
+ db "damage times the number of heads.",TX_END
+
+ db TX_START,"Stun Needle",TX_END
+
+ db TX_START,"Lightning",TX_END
+
+ db TX_START,"A sensitive Pok`mon that easily\n"
+ db "becomes sad or angry. Every time\n"
+ db "its mood changes, it charges power.",TX_END
+
+ db TX_START,"Pin Missile",TX_END
+
+ db TX_START,"Flip 4 coins. This attack does 20\n"
+ db "damage times the number of heads.",TX_END
+
+ db TX_START,"It accumulates negative ions from\n"
+ db "the atmosphere to blast out 10,000-\n"
+ db "volt lightning bolts.",TX_END
+
+ db TX_START,"Zapdos",TX_END
+
+ db TX_START,"Thunderstorm",TX_END
+
+ db TX_START,"For each of your opponent's Benched\n"
+ db "Pok`mon, flip a coin. If heads,\n"
+ db "this attack does 20 damage to that\n"
+ db "Pok`mon. (Don't apply Weakness and\n"
+ db "Resistance for Benched Pok`mon.)\n"
+ db "Then, Zapdos does 10 damage times\n"
+ db "the number of tails to itself.",TX_END
+
+ db TX_START,"A legendary thunderbird Pok`mon\n"
+ db "whose anger is said to cause storms.\n"
+ db "Some say it has lived above the\n"
+ db "clouds for thousands of years.",TX_END
+
+ db TX_START,"Flip a coin. If tails, Zapdos does\n"
+ db "30 damage to itself.",TX_END
+
+ db TX_START,"Thunderbolt",TX_END
+
+ db TX_START,"Discard all Energy cards attached to\n"
+ db "Zapdos in order to use this attack.",TX_END
+
+ db TX_START,"A legendary bird Pok`mon said to\n"
+ db "appear from clouds while wielding\n"
+ db "enormous lightning bolts.",TX_END
+
+ db TX_START,"Peal of Thunder",TX_END
+
+ db TX_START,"When you put Zapdos into play during\n"
+ db "your turn (not during set-up), do\n"
+ db "30 damage to a Pok`mon other than\n"
+ db "Zapdos chosen at random. (Don't\n"
+ db "apply Weakness and Resistance.)",TX_END
+
+ db TX_START,"Big Thunder",TX_END
+
+ db TX_START,"Choose a Pok`mon other than Zapdos\n"
+ db "at random. This attack does 70\n"
+ db "damage to that Pok`mon. Don't apply\n"
+ db "Weakness and Resistance for this\n"
+ db "attack. (Any other effects that\n"
+ db "would happen after applying Weakness\n"
+ db "and Resistance still happen.)",TX_END
+
+ db TX_START,"This legendary bird Pok`mon is said\n"
+ db "to appear when the sky turns dark\n"
+ db "and lightning showers down.",TX_END
+
+ db TX_START,"Sandshrew",TX_END
+
+ db TX_START,"Sand-attack",TX_END
+
+ db TX_START,"Burrows deep underground in arid\n"
+ db "locations far from water. It only\n"
+ db "emerges to hunt for food.",TX_END
+
+ db TX_START,"Sandslash",TX_END
+
+ db TX_START,"Flip 3 coins. This attack does 20\n"
+ db "damage times the number of heads.",TX_END
+
+ db TX_START,"Curls up into a spiny ball when\n"
+ db "threatened. It can roll while curled\n"
+ db "up to attack or escape.",TX_END
+
+ db TX_START,"Diglett",TX_END
+
+ db TX_START,"Dig",TX_END
+
+ db TX_START,"Mud Slap",TX_END
+
+ db TX_START,"Mole",TX_END
+
+ db TX_START,"Lives about three feet underground,\n"
+ db "where it feeds on plant roots. It\n"
+ db "sometimes appears above ground.",TX_END
+
+ db TX_START,"Dugtrio",TX_END
+
+ db TX_START,"Earthquake",TX_END
+
+ db TX_START,"Does 10 damage to each of your own\n"
+ db "Benched Pok`mon. (Don't apply\n"
+ db "Weakness and Resistance for Benched\n"
+ db "Pok`mon.)",TX_END
+
+ db TX_START,"A team of Diglett triplets.\n"
+ db "It triggers huge earthquakes by\n"
+ db "burrowing 60 miles underground.",TX_END
+
+ db TX_START,"Mankey",TX_END
+
+ db TX_START,"Peek",TX_END
+
+ db TX_START,"Once during your turn (before your\n"
+ db "attack), you may look at one of the\n"
+ db "following: the top card of either\n"
+ db "player's deck, a random card from\n"
+ db "your opponent's hand, or one of\n"
+ db "either player's Prizes.",TX_END
+
+ db TX_START,"This power can't be used if Mankey\n"
+ db "is Asleep, Confused, or Paralyzed.",TX_END
+
+ db TX_START,"Pig Monkey",TX_END
+
+ db TX_START,"Extremely quick to anger. It could\n"
+ db "be docile one moment, then thrashing\n"
+ db "away the next.",TX_END
+
+ db TX_START,"Primeape",TX_END
+
+ db TX_START,"Tantrum",TX_END
+
+ db TX_START,"Flip a coin. If tails, Primeape is\n"
+ db "now Confused (after doing damage).",TX_END
+
+ db TX_START,"Always furious and tenacious to\n"
+ db "boot. It will not abandon chasing\n"
+ db "its quarry until its quarry is\n"
+ db "caught.",TX_END
+
+ db TX_START,"Machop",TX_END
+
+ db TX_START,"Low Kick",TX_END
+
+ db TX_START,"Superpower",TX_END
+
+ db TX_START,"Loves to build its muscles. It\n"
+ db "trains in all styles of martial arts\n"
+ db "to become even stronger.",TX_END
+
+ db TX_START,"Machoke",TX_END
+
+ db TX_START,"Karate Chop",TX_END
+
+ db TX_START,"Does 50 damage minus 10 damage for\n"
+ db "each damage counter on Machoke.",TX_END
+
+ db TX_START,"Submission",TX_END
+
+ db TX_START,"Machoke does 20 damage to itself.",TX_END
+
+ db TX_START,"Its muscular body is so powerful\n"
+ db "that it must wear a power-save belt\n"
+ db "to help regulate its motions.",TX_END
+
+ db TX_START,"Machamp",TX_END
+
+ db TX_START,"Strikes Back",TX_END
+
+ db TX_START,"Whenever your opponent's attack\n"
+ db "damages Machamp (even if Machamp is\n"
+ db "Knocked Out), this power does 10\n"
+ db "damage to the attacking Pok`mon.\n"
+ db "(Don't apply Weakness and\n"
+ db "Resistance.) ",TX_END
+
+ db TX_START,"This power can't be used if Machamp\n"
+ db "is already Asleep, Confused, or\n"
+ db "Paralyzed when your opponent\n"
+ db "attacks.",TX_END
+
+ db TX_START,"Seismic Toss",TX_END
+
+ db TX_START,"Using its amazing muscles, it throws\n"
+ db "powerful punches that can knock its\n"
+ db "victim clear over the horizon.",TX_END
+
+ db TX_START,"Geodude",TX_END
+
+ db TX_START,"Stone Barrage",TX_END
+
+ db TX_START,"Flip a coin until you get tails.\n"
+ db "This attack does 10 damage times\n"
+ db "the number of heads.",TX_END
+
+ db TX_START,"Rock",TX_END
+
+ db TX_START,"Found in fields and mountains.\n"
+ db "Mistaking them for boulders, people\n"
+ db "often step or trip on them.",TX_END
+
+ db TX_START,"Graveler",TX_END
+
+ db TX_START,"Harden",TX_END
+
+ db TX_START,"During your opponent's next turn,\n"
+ db "whenever 30 or less damage is done\n"
+ db "to Graveler (after applying\n"
+ db "Weakness and Resistance), prevent\n"
+ db "that damage. (Any other effects of\n"
+ db "attacks still happen.)",TX_END
+
+ db TX_START,"Rock Throw",TX_END
+
+ db TX_START,"Rolls down slopes to move. It rolls\n"
+ db "over any obstacle without slowing\n"
+ db "or changing its direction.",TX_END
+
+ db TX_START,"Golem",TX_END
+
+ db TX_START,"Avalanche",TX_END
+
+ db TX_START,"Does 20 damage to each Pok`mon on\n"
+ db "each player's Bench. (Don't apply\n"
+ db "Weakness and Resistance for Benched\n"
+ db "Pok`mon.) Golem does 100 damage to\n"
+ db "itself.",TX_END
+
+ db TX_START,"Megaton",TX_END
+
+ db TX_START,"Its boulder-like body is extremely\n"
+ db "hard. It can easily withstand\n"
+ db "dynamite blasts without damage.",TX_END
+
+ db TX_START,"Onix",TX_END
+
+ db TX_START,"During your opponent's next turn,\n"
+ db "whenever 30 or less damage is done\n"
+ db "to Onix (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,"Rock Snake",TX_END
+
+ db TX_START,"As it grows, the stone portions of\n"
+ db "its body harden to become similar\n"
+ db "to a diamond, though colored black.",TX_END
+
+ db TX_START,"Cubone",TX_END
+
+ db TX_START,"Snivel",TX_END
+
+ db TX_START,"If the Defending Pok`mon attacks\n"
+ db "Cubone during your opponent's next\n"
+ db "turn, any damage done by the attack\n"
+ db "is reduced by 20 (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,"Does 10 damage plus 10 more damage\n"
+ db "for each damage counter on Cubone.",TX_END
+
+ db TX_START,"Lonely",TX_END
+
+ db TX_START,"Because it never removes its skull\n"
+ db "helmet, no one has ever seen this\n"
+ db "Pok`mon's real face.",TX_END
+
+ db TX_START,"Marowak",TX_END
+
+ db TX_START,"Bonemerang",TX_END
+
+ db TX_START,"Call for Friend",TX_END
+
+ db TX_START,"Search your deck for a ",TX_FIGHTING," Basic\n"
+ db "Pok`mon card and put it onto your\n"
+ db "Bench. Shuffle your deck afterward.\n"
+ db "(You can't use this attack if your\n"
+ db "Bench is full.)",TX_END
+
+ db TX_START,"Bonekeeper",TX_END
+
+ db TX_START,"The bone it holds is its key weapon.\n"
+ db "It throws the bone skillfully like\n"
+ db "a boomerang to K.O. targets.",TX_END
+
+ db TX_START,"Bone Attack",TX_END
+
+ db TX_START,"Flip a coin. If heads, the Defending\n"
+ db "Pok`mon can't attack during your\n"
+ db "opponent's next turn.",TX_END
+
+ db TX_START,"Wail",TX_END
+
+ db TX_START,"Each player fills his or her Bench\n"
+ db "with Basic Pok`mon chosen at random\n"
+ db "from his or her deck. If a player\n"
+ db "has fewer Basic Pok`mon than that in\n"
+ db "his or deck, he or she chooses all\n"
+ db "of them. Each player shuffles his\n"
+ db "or her deck afterward.",TX_END
+
+ db TX_START,"Small and weak, this Pok`mon is\n"
+ db "adept with its bone club. It has\n"
+ db "grown more vicious over the ages.",TX_END
+
+ db TX_START,"Hitmonlee",TX_END
+
+ db TX_START,"Stretch Kick",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 20 damage to it.\n"
+ db "(Don't apply Weakness and\n"
+ db "Resistance for Benched Pok`mon.)",TX_END
+
+ db TX_START,"High Jump Kick",TX_END
+
+ db TX_START,"Kicking",TX_END
+
+ db TX_START,"When in a hurry, its legs lengthen\n"
+ db "progressively. It runs smoothly with\n"
+ db "extra long, loping strides.",TX_END
+
+ db TX_START,"Hitmonchan",TX_END
+
+ db TX_START,"Jab",TX_END
+
+ db TX_START,"Special Punch",TX_END
+
+ db TX_START,"Punching",TX_END
+
+ db TX_START,"While seeming to do nothing, it\n"
+ db "fires punches in lightning-fast\n"
+ db "volleys that are impossible to see.",TX_END
+
+ db TX_START,"Rhyhorn",TX_END
+
+ db TX_START,"Leer",TX_END
+
+ db TX_START,"Flip a coin. If heads, the Defending\n"
+ db "Pok`mon can't attack Rhyhorn during\n"
+ db "your opponent's next turn.\n"
+ db "(Benching or evolving either Pok`mon\n"
+ db "ends this effect.)",TX_END
+
+ db TX_START,"Spike",TX_END
+
+ db TX_START,"Its massive bones are 1,000 times\n"
+ db "harder than human bones. It can\n"
+ db "easily knock a trailer flying.",TX_END
+
+ db TX_START,"Rhydon",TX_END
+
+ db TX_START,"Ram",TX_END
+
+ db TX_START,"Rhydon does 20 damage to itself.\n"
+ db "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,"Switch the Pok`mon even if Rhydon\n"
+ db "is Knocked Out.)",TX_END
+
+ db TX_START,"Protected by an armor-like hide, it\n"
+ db "is capable of living in molten lava\n"
+ db "of 3600 degrees.",TX_END
+
+ db TX_START,"Kabuto",TX_END
+
+ db TX_START,"Kabuto Armor",TX_END
+
+ db TX_START,"Whenever an attack (even your own)\n"
+ db "does damage to Kabuto (after\n"
+ db "applying Weakness and Resistance),\n"
+ db "that attack only does half the\n"
+ db "damage to Kabuto (rounded down to\n"
+ db "the nearest 10).",TX_END
+
+ db TX_START,"(Any other effects of attacks still\n"
+ db "happen.) This power stops working\n"
+ db "while Kabuto is Asleep, Confused,\n"
+ db "or Paralyzed.",TX_END
+
+ db TX_START,"A Pok`mon that was resurrected from\n"
+ db "a fossil found in what was once the\n"
+ db "ocean floor eons ago.",TX_END
+
+ db TX_START,"Kabutops",TX_END
+
+ db TX_START,"Sharp Sickle",TX_END
+
+ db TX_START,"Absorb",TX_END
+
+ db TX_START,"Remove a number of damage counters\n"
+ db "from Kabutops equal to half the\n"
+ db "damage done to the Defending\n"
+ db "Pok`mon (after applying Weakness\n"
+ db "and Resistance)\n"
+ db "(rounded up to the nearest 10).",TX_END
+
+ db TX_START,"If Kabutops has fewer damage\n"
+ db "counters than that, remove all of\n"
+ db "them.",TX_END
+
+ db TX_START,"Its sleek shape is perfect for\n"
+ db "swimming. It slashes prey with its\n"
+ db "claws and drains the body fluids.",TX_END
+
+ db TX_START,"Aerodactyl",TX_END
+
+ db TX_START,"Prehistoric Power",TX_END
+
+ db TX_START,"No more Evolution cards can be\n"
+ db "played. This power stops working\n"
+ db "while Aerodactyl is Asleep,\n"
+ db "Confused, or Paralyzed.",TX_END
+
+ db TX_START,"Fossil",TX_END
+
+ db TX_START,"A ferocious prehistoric Pok`mon that\n"
+ db "goes for the enemy's throat with its\n"
+ db "serrated saw-like fangs.",TX_END
+
+ db TX_START,"Abra",TX_END
+
+ db TX_START,"Psi",TX_END
+
+ db TX_START,"Using its ability to read minds, it\n"
+ db "will identify impending danger and\n"
+ db "teleport to safety.",TX_END
+
+ db TX_START,"Kadabra",TX_END
+
+ db TX_START,"Discard 1 ",TX_PSYCHIC," Energy card attached to\n"
+ db "Kadabra in order to use this attack.\n"
+ db "Remove all damage counters from\n"
+ db "Kadabra.",TX_END
+
+ db TX_START,"Super Psy",TX_END
+
+ db TX_START,"It emits special alpha waves from\n"
+ db "its body that induce headaches even\n"
+ db "to those just nearby.",TX_END
+
+ db TX_START,"Alakazam",TX_END
+
+ db TX_START,"Damage Swap",TX_END \ No newline at end of file
diff --git a/text/textc.asm b/text/textc.asm
new file mode 100755
index 0000000..2005111
--- /dev/null
+++ b/text/textc.asm
@@ -0,0 +1,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 \ No newline at end of file
diff --git a/text/textd.asm b/text/textd.asm
new file mode 100755
index 0000000..09e9d0d
--- /dev/null
+++ b/text/textd.asm
@@ -0,0 +1,125 @@
+ db TX_START,"Choose 1 of your Pok`mon in play\n"
+ db "and return its Basic Pok`mon card to\n"
+ db "your hand. (Discard all cards\n"
+ db "attached to that card.)",TX_END
+
+ db TX_START,"Computer Search",TX_END
+
+ db TX_START,"Discard 2 of the other cards from\n"
+ db "your hand in order to search your\n"
+ db "deck for any card and put it into\n"
+ db "your hand. Shuffle your deck\n"
+ db "afterward.",TX_END
+
+ db TX_START,"Pok`dex",TX_END
+
+ db TX_START,"Look at up to 5 cards from the top\n"
+ db "of your deck and rearrange them as\n"
+ db "you like.",TX_END
+
+ db TX_START,"PlusPower",TX_END
+
+ db TX_START,"Attach PlusPower to your Active\n"
+ db "Pok`mon. At the end of your turn,\n"
+ db "discard PlusPower. If this Pok`mon's\n"
+ db "attack does damage to any Active\n"
+ db "Pok`mon (after applying Weakness and\n"
+ db "Resistance), the attack does 10 more\n"
+ db "damage to that Active Pok`mon.",TX_END
+
+ db TX_START,"Defender",TX_END
+
+ db TX_START,"Attach Defender to 1 of your\n"
+ db "Pok`mon. At the end of your\n"
+ db "opponent's next turn, discard\n"
+ db "Defender. Damage done to that\n"
+ db "Pok`mon by attacks is reduced by 20\n"
+ db "(after applying Weakness and\n"
+ db "Resistance).",TX_END
+
+ db TX_START,"Item Finder",TX_END
+
+ db TX_START,"Discard 2 of the other cards from\n"
+ db "your hand in order to put a Trainer\n"
+ db "card from your discard pile into\n"
+ db "your hand.",TX_END
+
+ db TX_START,"Gust of Wind",TX_END
+
+ db TX_START,"Choose 1 of your opponent's Benched\n"
+ db "Pok`mon and switch it with his or\n"
+ db "her Active Pok`mon.",TX_END
+
+ db TX_START,"Devolution Spray",TX_END
+
+ db TX_START,"Choose 1 of your own Pok`mon in play\n"
+ db "and a Stage of Evolution. Discard\n"
+ db "all Evolution cards of that Stage or\n"
+ db "higher attached to that Pok`mon.",TX_END
+
+ db TX_START,"That Pok`mon is no longer Asleep,\n"
+ db "Confused, Paralyzed, Poisoned, or\n"
+ db "anything else that might be the\n"
+ db "result of an attack (just as if you\n"
+ db "had evolved it).",TX_END
+
+ db TX_START,"Potion",TX_END
+
+ db TX_START,"Remove 2 damage counters from 1 of\n"
+ db "your Pok`mon. If that Pok`mon has\n"
+ db "fewer damage counters than that,\n"
+ db "remove all of them.",TX_END
+
+ db TX_START,"Super Potion",TX_END
+
+ db TX_START,"Discard 1 Energy card attached to 1\n"
+ db "of your own Pok`mon in order to\n"
+ db "remove 4 damage counters from that\n"
+ db "Pok`mon. If the Pok`mon has fewer\n"
+ db "damage counters than that, remove\n"
+ db "all of them.",TX_END
+
+ db TX_START,"Full Heal",TX_END
+
+ db TX_START,"Your Active Pok`mon is no longer\n"
+ db "Asleep, Confused, Paralyzed, or\n"
+ db "Poisoned.",TX_END
+
+ db TX_START,"Revive",TX_END
+
+ db TX_START,"Put 1 Basic Pok`mon card from your\n"
+ db "discard pile onto your Bench.\n"
+ db "Put damage counters on that Pok`mon\n"
+ db "equal to half its HP (rounded down\n"
+ db "to the nearest 10). (You can't play\n"
+ db "Revive if your Bench is full.)",TX_END
+
+ db TX_START,"Maintenance",TX_END
+
+ db TX_START,"Shuffle 2 of the other cards from\n"
+ db "your hand into your deck in order\n"
+ db "to draw a card.",TX_END
+
+ db TX_START,"Pok`mon Flute",TX_END
+
+ db TX_START,"Choose 1 Basic Pok`mon card from\n"
+ db "your opponent's discard pile and put\n"
+ db "it onto his or her Bench. (You can't\n"
+ db "play Pok`mon Flute if your\n"
+ db "opponent's Bench is full.)",TX_END
+
+ db TX_START,"Gambler",TX_END
+
+ db TX_START,"Shuffle your hand into your deck.\n"
+ db "Flip a coin. If heads, draw 8 cards.\n"
+ db "If tails, draw 1 card.",TX_END
+
+ db TX_START,"Recycle",TX_END
+
+ db TX_START,"Flip a coin. If heads, put a card\n"
+ db "in your discard pile on top of your\n"
+ db "deck.",TX_END
+
+rept $3655
+db $ff
+endr \ No newline at end of file