summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2016-01-14 22:47:54 +0100
committerxCrystal <rgr.crystal@gmail.com>2016-01-16 02:26:39 +0100
commit4af76a3a54f024e2178f9702244b6aa73ca226fc (patch)
tree7f0b49cf0e73c2b8bf5bdb979732efa83fae5cb1 /src
parent8ef106a89157713b7ca09160ef929ffec31312c5 (diff)
label card names and descriptions
Diffstat (limited to 'src')
-rwxr-xr-xsrc/data/cards.asm3906
-rw-r--r--src/text/text9.asm122
-rwxr-xr-xsrc/text/text_offsets.asm1893
-rw-r--r--src/text/texta.asm632
-rw-r--r--src/text/textb.asm542
-rw-r--r--src/text/textc.asm532
-rw-r--r--src/text/textd.asm64
7 files changed, 3659 insertions, 4032 deletions
diff --git a/src/data/cards.asm b/src/data/cards.asm
index 52cc460..a7ed8ce 100755
--- a/src/data/cards.asm
+++ b/src/data/cards.asm
@@ -233,7 +233,7 @@ CardPointers: ; 30c5c (c:4c5c)
BulbasaurCard: ; 30e28 (c:4e28)
db GRASS ; type
dw $2a7 ; gfx
- dw Text080a_ ; name
+ dw BulbasaurName_ ; name
db CIRCLE ; rarity
db EVOLUTION | NONE ; set
db BULBASAUR
@@ -243,10 +243,9 @@ BulbasaurCard: ; 30e28 (c:4e28)
; move 1
energy GRASS, 2 ; energies
- dw Text080b_ ; name
- dw Text080c_ ; description
- db 0
- db 0
+ dw LeechSeedName_ ; name
+ dw BulbasaursLeechSeedDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 17
@@ -261,8 +260,7 @@ BulbasaurCard: ; 30e28 (c:4e28)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -276,32 +274,31 @@ BulbasaurCard: ; 30e28 (c:4e28)
db 1 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text080d_ ; kind
+ dw BulbasaurKind_ ; kind
db 1 ; Pokedex number
db 0
db 13 ; level
db 2, 4 ; length
dw 15 * 10 ; weight
- dw Text080e_ ; description
+ dw BulbasaurDescription_ ; description
db 16
IvysaurCard: ; 30e69 (c:4e69)
db GRASS ; type
dw $308 ; gfx
- dw Text080f_ ; name
+ dw IvysaurName_ ; name
db DIAMOND ; rarity
db EVOLUTION | NONE ; set
db IVYSAUR
db 60 ; hp
db STAGE1 ; stage
- dw Text080a_ ; pre-evo name
+ dw BulbasaurName_ ; pre-evo name
; move 1
energy GRASS, 1, COLORLESS, 2 ; energies
- dw Text0810_ ; name
+ dw VineWhipName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -314,10 +311,9 @@ IvysaurCard: ; 30e69 (c:4e69)
; move 2
energy GRASS, 3 ; energies
- dw Text0811_ ; name
- dw Text0812_ ; description
- db 0
- db 0
+ dw PoisonPowderName_ ; name
+ dw InflictPoisonDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 10
@@ -331,32 +327,31 @@ IvysaurCard: ; 30e69 (c:4e69)
db 1 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text080d_ ; kind
+ dw BulbasaurKind_ ; kind
db 2 ; Pokedex number
db 0
db 20 ; level
db 3, 3 ; length
dw 29 * 10 ; weight
- dw Text0813_ ; description
+ dw IvysaurDescription_ ; description
db 16
Venusaur1Card: ; 30eaa (c:4eaa)
db GRASS ; type
dw $369 ; gfx
- dw Text0814_ ; name
+ dw VenusaurName_ ; name
db STAR ; rarity
db PROMOTIONAL | GB ; set
db VENUSAUR1
db 100 ; hp
db STAGE2 ; stage
- dw Text080f_ ; pre-evo name
+ dw IvysaurName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text0815_ ; name
- dw Text0816_ ; description
- db 23
- db 8
+ dw SolarPowerName_ ; name
+ dw SolarPowerDescription_ ; description
+ dw SolarPowerDescriptionCont_ ; description (cont)
db 0 ; damage
db 4
db 130
@@ -369,10 +364,9 @@ Venusaur1Card: ; 30eaa (c:4eaa)
; move 2
energy GRASS, 4 ; energies
- dw Text0818_ ; name
- dw Text0819_ ; description
- db 26
- db 8
+ dw MegaDrainName_ ; name
+ dw VenusaursMegaDrainDescription_ ; description
+ dw VenusaursMegaDrainDescriptionCont_ ; description (cont)
db 40 ; damage
db 0
db 137
@@ -386,32 +380,31 @@ Venusaur1Card: ; 30eaa (c:4eaa)
db 2 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text080d_ ; kind
+ dw BulbasaurKind_ ; kind
db 3 ; Pokedex number
db 0
db 64 ; level
db 6, 7 ; length
dw 221 * 10 ; weight
- dw Text081b_ ; description
+ dw Venusaur1Description_ ; description
db 0
Venusaur2Card: ; 30eeb (c:4eeb)
db GRASS ; type
dw $3ca ; gfx
- dw Text0814_ ; name
+ dw VenusaurName_ ; name
db STAR ; rarity
db EVOLUTION | NONE ; set
db VENUSAUR2
db 100 ; hp
db STAGE2 ; stage
- dw Text080f_ ; pre-evo name
+ dw IvysaurName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text081c_ ; name
- dw Text081d_ ; description
- db 0
- db 0
+ dw EnergyTransName_ ; name
+ dw EnergyTransDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 21
@@ -424,10 +417,9 @@ Venusaur2Card: ; 30eeb (c:4eeb)
; move 2
energy GRASS, 4 ; energies
- dw Text081e_ ; name
+ dw SolarBeamName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 60 ; damage
db 0
db 0
@@ -441,19 +433,19 @@ Venusaur2Card: ; 30eeb (c:4eeb)
db 2 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text080d_ ; kind
+ dw BulbasaurKind_ ; kind
db 3 ; Pokedex number
db 0
db 67 ; level
db 6, 7 ; length
dw 221 * 10 ; weight
- dw Text081f_ ; description
+ dw Venusaur2Description_ ; description
db 0
CaterpieCard: ; 30f2c (c:4f2c)
db GRASS ; type
dw $42b ; gfx
- dw Text0820_ ; name
+ dw CaterpieName_ ; name
db CIRCLE ; rarity
db EVOLUTION | NONE ; set
db CATERPIE
@@ -463,10 +455,9 @@ CaterpieCard: ; 30f2c (c:4f2c)
; move 1
energy GRASS, 1 ; energies
- dw Text0821_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw StringShotName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 47
@@ -481,8 +472,7 @@ CaterpieCard: ; 30f2c (c:4f2c)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -496,32 +486,31 @@ CaterpieCard: ; 30f2c (c:4f2c)
db 1 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text0823_ ; kind
+ dw CaterpieKind_ ; kind
db 10 ; Pokedex number
db 0
db 13 ; level
db 1, 0 ; length
dw 6 * 10 ; weight
- dw Text0824_ ; description
+ dw CaterpieDescription_ ; description
db 19
MetapodCard: ; 30f6d (c:4f6d)
db GRASS ; type
dw $48c ; gfx
- dw Text0825_ ; name
+ dw MetapodName_ ; name
db CIRCLE ; rarity
db EVOLUTION | NONE ; set
db METAPOD
db 70 ; hp
db STAGE1 ; stage
- dw Text0820_ ; pre-evo name
+ dw CaterpieName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text0826_ ; name
- dw Text0827_ ; description
- db 0
- db 0
+ dw StiffenName_ ; name
+ dw MetapodsStiffenDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 126
@@ -534,10 +523,9 @@ MetapodCard: ; 30f6d (c:4f6d)
; move 2
energy GRASS, 2 ; energies
- dw Text0828_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw StunSporeName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 130
@@ -551,32 +539,31 @@ MetapodCard: ; 30f6d (c:4f6d)
db 2 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text0829_ ; kind
+ dw MetapodKind_ ; kind
db 11 ; Pokedex number
db 0
db 21 ; level
db 2, 4 ; length
dw 22 * 10 ; weight
- dw Text082a_ ; description
+ dw MetapodDescription_ ; description
db 16
ButterfreeCard: ; 30fae (c:4fae)
db GRASS ; type
dw $4ed ; gfx
- dw Text082b_ ; name
+ dw ButterfreeName_ ; name
db DIAMOND ; rarity
db EVOLUTION | JUNGLE ; set
db BUTTERFREE
db 70 ; hp
db STAGE2 ; stage
- dw Text0825_ ; pre-evo name
+ dw MetapodName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text082c_ ; name
- dw Text082d_ ; description
- db 0
- db 0
+ dw WhirlwindName_ ; name
+ dw WhirlwindDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 237
@@ -589,10 +576,9 @@ ButterfreeCard: ; 30fae (c:4fae)
; move 2
energy GRASS, 4 ; energies
- dw Text0818_ ; name
- dw Text082e_ ; description
- db 47
- db 8
+ dw MegaDrainName_ ; name
+ dw ButterfreesMegaDrainDescription_ ; description
+ dw ButterfreesMegaDrainDescriptionCont_ ; description (cont)
db 40 ; damage
db 0
db 247
@@ -606,19 +592,19 @@ ButterfreeCard: ; 30fae (c:4fae)
db 0 ; retreat cost
db WR_FIRE ; weakness
db WR_FIGHTING ; resistance
- dw Text0830_ ; kind
+ dw ButterfreeKind_ ; kind
db 12 ; Pokedex number
db 0
db 28 ; level
db 3, 7 ; length
dw 71 * 10 ; weight
- dw Text0831_ ; description
+ dw ButterfreeDescription_ ; description
db 0
WeedleCard: ; 30fef (c:4fef)
db GRASS ; type
dw $54e ; gfx
- dw Text0832_ ; name
+ dw WeedleName_ ; name
db CIRCLE ; rarity
db EVOLUTION | NONE ; set
db WEEDLE
@@ -628,10 +614,9 @@ WeedleCard: ; 30fef (c:4fef)
; move 1
energy GRASS, 1 ; energies
- dw Text0833_ ; name
- dw Text0834_ ; description
- db 0
- db 0
+ dw PoisonStingName_ ; name
+ dw MayInflictPoisonDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 3
@@ -646,8 +631,7 @@ WeedleCard: ; 30fef (c:4fef)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -661,32 +645,31 @@ WeedleCard: ; 30fef (c:4fef)
db 1 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text0835_ ; kind
+ dw WeedleKind_ ; kind
db 13 ; Pokedex number
db 0
db 12 ; level
db 1, 0 ; length
dw 7 * 10 ; weight
- dw Text0836_ ; description
+ dw WeedleDescription_ ; description
db 19
KakunaCard: ; 31030 (c:5030)
db GRASS ; type
dw $5af ; gfx
- dw Text0837_ ; name
+ dw KakunaName_ ; name
db DIAMOND ; rarity
db EVOLUTION | NONE ; set
db KAKUNA
db 80 ; hp
db STAGE1 ; stage
- dw Text0832_ ; pre-evo name
+ dw WeedleName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text0826_ ; name
- dw Text0838_ ; description
- db 0
- db 0
+ dw StiffenName_ ; name
+ dw KakunasStiffenDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 62
@@ -699,10 +682,9 @@ KakunaCard: ; 31030 (c:5030)
; move 2
energy GRASS, 2 ; energies
- dw Text0811_ ; name
- dw Text0834_ ; description
- db 0
- db 0
+ dw PoisonPowderName_ ; name
+ dw MayInflictPoisonDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 66
@@ -716,32 +698,31 @@ KakunaCard: ; 31030 (c:5030)
db 2 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text0829_ ; kind
+ dw MetapodKind_ ; kind
db 14 ; Pokedex number
db 0
db 23 ; level
db 2, 0 ; length
dw 22 * 10 ; weight
- dw Text0839_ ; description
+ dw KakunaDescription_ ; description
db 16
BeedrillCard: ; 31071 (c:5071)
db GRASS ; type
dw $610 ; gfx
- dw Text083a_ ; name
+ dw BeedrillName_ ; name
db STAR ; rarity
db EVOLUTION | NONE ; set
db BEEDRILL
db 80 ; hp
db STAGE2 ; stage
- dw Text0837_ ; pre-evo name
+ dw KakunaName_ ; pre-evo name
; move 1
energy COLORLESS, 3 ; energies
- dw Text083b_ ; name
- dw Text083c_ ; description
- db 0
- db 0
+ dw TwineedleName_ ; name
+ dw DoubleAttackX30Description_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 3
db 97
@@ -754,10 +735,9 @@ BeedrillCard: ; 31071 (c:5071)
; move 2
energy GRASS, 3 ; energies
- dw Text0833_ ; name
- dw Text0834_ ; description
- db 0
- db 0
+ dw PoisonStingName_ ; name
+ dw MayInflictPoisonDescription_ ; description
+ dw NONE ; description (cont)
db 40 ; damage
db 0
db 104
@@ -771,19 +751,19 @@ BeedrillCard: ; 31071 (c:5071)
db 0 ; retreat cost
db WR_FIRE ; weakness
db WR_FIGHTING ; resistance
- dw Text083d_ ; kind
+ dw BeedrillKind_ ; kind
db 15 ; Pokedex number
db 0
db 32 ; level
db 3, 3 ; length
dw 65 * 10 ; weight
- dw Text083e_ ; description
+ dw BeedrillDescription_ ; description
db 0
EkansCard: ; 310b2 (c:50b2)
db GRASS ; type
dw $671 ; gfx
- dw Text083f_ ; name
+ dw EkansName_ ; name
db CIRCLE ; rarity
db LABORATORY | FOSSIL ; set
db EKANS
@@ -793,10 +773,9 @@ EkansCard: ; 310b2 (c:50b2)
; move 1
energy GRASS, 1 ; energies
- dw Text0840_ ; name
- dw Text0834_ ; description
- db 0
- db 0
+ dw SpitPoisonName_ ; name
+ dw MayInflictPoisonDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 247
@@ -809,10 +788,9 @@ EkansCard: ; 310b2 (c:50b2)
; move 2
energy GRASS, 1, COLORLESS, 1 ; energies
- dw Text0841_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw WrapName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 254
@@ -826,32 +804,31 @@ EkansCard: ; 310b2 (c:50b2)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0842_ ; kind
+ dw EkansKind_ ; kind
db 23 ; Pokedex number
db 0
db 10 ; level
db 6, 7 ; length
dw 15 * 10 ; weight
- dw Text0843_ ; description
+ dw EkansDescription_ ; description
db 19
ArbokCard: ; 310f3 (c:50f3)
db GRASS ; type
dw $6d2 ; gfx
- dw Text0844_ ; name
+ dw ArbokName_ ; name
db DIAMOND ; rarity
db LABORATORY | FOSSIL ; set
db ARBOK
db 60 ; hp
db STAGE1 ; stage
- dw Text083f_ ; pre-evo name
+ dw EkansName_ ; pre-evo name
; move 1
energy GRASS, 1 ; energies
- dw Text0845_ ; name
- dw Text0846_ ; description
- db 0
- db 0
+ dw TerrorStrikeName_ ; name
+ dw TerrorStrikeDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 2
@@ -864,10 +841,9 @@ ArbokCard: ; 310f3 (c:50f3)
; move 2
energy GRASS, 2, COLORLESS, 1 ; energies
- dw Text0847_ ; name
- dw Text0812_ ; description
- db 0
- db 0
+ dw PoisonFangText_ ; name
+ dw InflictPoisonDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 12
@@ -881,19 +857,19 @@ ArbokCard: ; 310f3 (c:50f3)
db 2 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0848_ ; kind
+ dw ArbokKind_ ; kind
db 24 ; Pokedex number
db 0
db 27 ; level
db 11, 6 ; length
dw 143 * 10 ; weight
- dw Text0849_ ; description
+ dw ArbokDescription_ ; description
db 0
NidoranFCard: ; 31134 (c:5134)
db GRASS ; type
dw $733 ; gfx
- dw Text084a_ ; name
+ dw NidoranFText_ ; name
db CIRCLE ; rarity
db MYSTERY | JUNGLE ; set
db NIDORANF
@@ -903,10 +879,9 @@ NidoranFCard: ; 31134 (c:5134)
; move 1
energy GRASS, 1 ; energies
- dw Text084b_ ; name
- dw Text084c_ ; description
- db 0
- db 0
+ dw FurySweepesText_ ; name
+ dw TripleAttackX10Description_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 3
db 192
@@ -919,10 +894,9 @@ NidoranFCard: ; 31134 (c:5134)
; move 2
energy GRASS, 2 ; energies
- dw Text084d_ ; name
- dw Text084e_ ; description
- db 0
- db 0
+ dw CallForFamilyText_ ; name
+ dw NidoranFsCallForFamilyDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 199
@@ -936,32 +910,31 @@ NidoranFCard: ; 31134 (c:5134)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text084f_ ; kind
+ dw NidoranFKind_ ; kind
db 29 ; Pokedex number
db 0
db 13 ; level
db 1, 4 ; length
dw 15 * 10 ; weight
- dw Text0850_ ; description
+ dw NidoranFDescription_ ; description
db 19
NidorinaCard: ; 31175 (c:5175)
db GRASS ; type
dw $794 ; gfx
- dw Text0851_ ; name
+ dw NidorinaName_ ; name
db DIAMOND ; rarity
db MYSTERY | JUNGLE ; set
db NIDORINA
db 70 ; hp
db STAGE1 ; stage
- dw Text084a_ ; pre-evo name
+ dw NidoranFText_ ; pre-evo name
; move 1
energy GRASS, 1 ; energies
- dw Text0852_ ; name
- dw Text0853_ ; description
- db 0
- db 0
+ dw SupersonicName_ ; name
+ dw MayInflictConfusionDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 219
@@ -974,10 +947,9 @@ NidorinaCard: ; 31175 (c:5175)
; move 2
energy GRASS, 1, COLORLESS, 2 ; energies
- dw Text0854_ ; name
- dw Text083c_ ; description
- db 0
- db 0
+ dw DoubleKickName_ ; name
+ dw DoubleAttackX30Description_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 3
db 223
@@ -991,32 +963,31 @@ NidorinaCard: ; 31175 (c:5175)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text084f_ ; kind
+ dw NidoranFKind_ ; kind
db 30 ; Pokedex number
db 0
db 24 ; level
db 2, 7 ; length
dw 44 * 10 ; weight
- dw Text0855_ ; description
+ dw NidorinaDescription_ ; description
db 16
NidoqueenCard: ; 311b6 (c:51b6)
db GRASS ; type
dw $800 ; gfx
- dw Text0856_ ; name
+ dw NidoqueenName_ ; name
db STAR ; rarity
db MYSTERY | JUNGLE ; set
db NIDOQUEEN
db 90 ; hp
db STAGE2 ; stage
- dw Text0851_ ; pre-evo name
+ dw NidorinaName_ ; pre-evo name
; move 1
energy GRASS, 1, COLORLESS, 1 ; energies
- dw Text0857_ ; name
- dw Text0858_ ; description
- db 0
- db 0
+ dw BoyfriendsName_ ; name
+ dw BoyfriendsDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 1
db 188
@@ -1029,10 +1000,9 @@ NidoqueenCard: ; 311b6 (c:51b6)
; move 2
energy GRASS, 2, COLORLESS, 2 ; energies
- dw Text0859_ ; name
+ dw MegaPunchName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 50 ; damage
db 0
db 0
@@ -1046,19 +1016,19 @@ NidoqueenCard: ; 311b6 (c:51b6)
db 3 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text085a_ ; kind
+ dw NidoqueenKind_ ; kind
db 31 ; Pokedex number
db 0
db 43 ; level
db 4, 3 ; length
dw 132 * 10 ; weight
- dw Text085b_ ; description
+ dw NidoqueenDescription_ ; description
db 0
NidoranMCard: ; 311f7 (c:51f7)
db GRASS ; type
dw $861 ; gfx
- dw Text085c_ ; name
+ dw NidoranMName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | NONE ; set
db NIDORANM
@@ -1068,10 +1038,9 @@ NidoranMCard: ; 311f7 (c:51f7)
; move 1
energy GRASS, 1 ; energies
- dw Text085d_ ; name
- dw Text085e_ ; description
- db 0
- db 0
+ dw HornHazardName_ ; name
+ dw MayDoNothingDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 212
@@ -1086,8 +1055,7 @@ NidoranMCard: ; 311f7 (c:51f7)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -1101,32 +1069,31 @@ NidoranMCard: ; 311f7 (c:51f7)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text084f_ ; kind
+ dw NidoranFKind_ ; kind
db 32 ; Pokedex number
db 0
db 20 ; level
db 1, 4 ; length
dw 15 * 10 ; weight
- dw Text085f_ ; description
+ dw NidoranMDescription_ ; description
db 19
NidorinoCard: ; 31238 (c:5238)
db GRASS ; type
dw $8c2 ; gfx
- dw Text0860_ ; name
+ dw NidorinoName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db NIDORINO
db 60 ; hp
db STAGE1 ; stage
- dw Text085c_ ; pre-evo name
+ dw NidoranMName_ ; pre-evo name
; move 1
energy GRASS, 1, COLORLESS, 2 ; energies
- dw Text0854_ ; name
- dw Text083c_ ; description
- db 0
- db 0
+ dw DoubleKickName_ ; name
+ dw DoubleAttackX30Description_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 3
db 230
@@ -1139,10 +1106,9 @@ NidorinoCard: ; 31238 (c:5238)
; move 2
energy GRASS, 2, COLORLESS, 2 ; energies
- dw Text0861_ ; name
+ dw HornDrillName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 50 ; damage
db 0
db 0
@@ -1156,32 +1122,31 @@ NidorinoCard: ; 31238 (c:5238)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text084f_ ; kind
+ dw NidoranFKind_ ; kind
db 33 ; Pokedex number
db 0
db 25 ; level
db 2, 11 ; length
dw 43 * 10 ; weight
- dw Text0862_ ; description
+ dw NidorinoDescription_ ; description
db 16
NidokingCard: ; 31279 (c:5279)
db GRASS ; type
dw $923 ; gfx
- dw Text0863_ ; name
+ dw NidokingName_ ; name
db STAR ; rarity
db EVOLUTION | NONE ; set
db NIDOKING
db 90 ; hp
db STAGE2 ; stage
- dw Text0860_ ; pre-evo name
+ dw NidorinoName_ ; pre-evo name
; move 1
energy GRASS, 1, COLORLESS, 2 ; energies
- dw Text0864_ ; name
- dw Text0865_ ; description
- db 0
- db 0
+ dw ThrashName_ ; name
+ dw ThrashDescriptipn_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 1
db 171
@@ -1194,10 +1159,9 @@ NidokingCard: ; 31279 (c:5279)
; move 2
energy GRASS, 3 ; energies
- dw Text0866_ ; name
- dw Text0867_ ; description
- db 0
- db 0
+ dw ToxicName_ ; name
+ dw ToxicDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 181
@@ -1211,19 +1175,19 @@ NidokingCard: ; 31279 (c:5279)
db 3 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text085a_ ; kind
+ dw NidoqueenKind_ ; kind
db 34 ; Pokedex number
db 0
db 48 ; level
db 4, 7 ; length
dw 137 * 10 ; weight
- dw Text0868_ ; description
+ dw NidokingDescription_ ; description
db 0
ZubatCard: ; 312ba (c:52ba)
db GRASS ; type
dw $984 ; gfx
- dw Text0869_ ; name
+ dw ZubatName_ ; name
db CIRCLE ; rarity
db LABORATORY | FOSSIL ; set
db ZUBAT
@@ -1233,10 +1197,9 @@ ZubatCard: ; 312ba (c:52ba)
; move 1
energy COLORLESS, 2 ; energies
- dw Text0852_ ; name
- dw Text0853_ ; description
- db 0
- db 0
+ dw SupersonicName_ ; name
+ dw MayInflictConfusionDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 89
@@ -1249,10 +1212,9 @@ ZubatCard: ; 312ba (c:52ba)
; move 2
energy GRASS, 1, COLORLESS, 1 ; energies
- dw Text086a_ ; name
- dw Text086b_ ; description
- db 0
- db 0
+ dw LeechLifeName_ ; name
+ dw ZubatsLeechLifeDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 93
@@ -1266,32 +1228,31 @@ ZubatCard: ; 312ba (c:52ba)
db 0 ; retreat cost
db WR_PSYCHIC ; weakness
db WR_FIGHTING ; resistance
- dw Text086c_ ; kind
+ dw ZubatKind_ ; kind
db 41 ; Pokedex number
db 0
db 10 ; level
db 2, 7 ; length
dw 17 * 10 ; weight
- dw Text086d_ ; description
+ dw ZubatDescription_ ; description
db 16
GolbatCard: ; 312fb (c:52fb)
db GRASS ; type
dw $9e5 ; gfx
- dw Text086e_ ; name
+ dw GolbatName_ ; name
db DIAMOND ; rarity
db LABORATORY | FOSSIL ; set
db GOLBAT
db 60 ; hp
db STAGE1 ; stage
- dw Text0869_ ; pre-evo name
+ dw ZubatName_ ; pre-evo name
; move 1
energy COLORLESS, 3 ; energies
- dw Text086f_ ; name
+ dw WingAttackName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -1304,10 +1265,9 @@ GolbatCard: ; 312fb (c:52fb)
; move 2
energy GRASS, 2, COLORLESS, 1 ; energies
- dw Text086a_ ; name
- dw Text0870_ ; description
- db 0
- db 0
+ dw LeechLifeName_ ; name
+ dw GolbatsLeechLifeDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 73
@@ -1321,19 +1281,19 @@ GolbatCard: ; 312fb (c:52fb)
db 0 ; retreat cost
db WR_PSYCHIC ; weakness
db WR_FIGHTING ; resistance
- dw Text086c_ ; kind
+ dw ZubatKind_ ; kind
db 42 ; Pokedex number
db 0
db 29 ; level
db 5, 3 ; length
dw 121 * 10 ; weight
- dw Text0871_ ; description
+ dw GolbatDescription_ ; description
db 0
OddishCard: ; 3133c (c:533c)
db GRASS ; type
dw $a46 ; gfx
- dw Text0872_ ; name
+ dw OddishName_ ; name
db CIRCLE ; rarity
db MYSTERY | JUNGLE ; set
db ODDISH
@@ -1343,10 +1303,9 @@ OddishCard: ; 3133c (c:533c)
; move 1
energy GRASS, 1 ; energies
- dw Text0828_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw StunSporeName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 134
@@ -1359,10 +1318,9 @@ OddishCard: ; 3133c (c:533c)
; move 2
energy GRASS, 2 ; energies
- dw Text0873_ ; name
- dw Text0874_ ; description
- db 0
- db 0
+ dw SproutName_ ; name
+ dw SproutDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 138
@@ -1376,32 +1334,31 @@ OddishCard: ; 3133c (c:533c)
db 1 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text0875_ ; kind
+ dw OddishKind_ ; kind
db 43 ; Pokedex number
db 0
db 8 ; level
db 1, 8 ; length
dw 12 * 10 ; weight
- dw Text0876_ ; description
+ dw OddishDescription_ ; description
db 16
GloomCard: ; 3137d (c:537d)
db GRASS ; type
dw $aa7 ; gfx
- dw Text0877_ ; name
+ dw GloomName_ ; name
db DIAMOND ; rarity
db MYSTERY | JUNGLE ; set
db GLOOM
db 60 ; hp
db STAGE1 ; stage
- dw Text0872_ ; pre-evo name
+ dw OddishName_ ; pre-evo name
; move 1
energy GRASS, 1 ; energies
- dw Text0811_ ; name
- dw Text0812_ ; description
- db 0
- db 0
+ dw PoisonPowderName_ ; name
+ dw InflictPoisonDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 51
@@ -1414,10 +1371,9 @@ GloomCard: ; 3137d (c:537d)
; move 2
energy GRASS, 2 ; energies
- dw Text0878_ ; name
- dw Text0879_ ; description
- db 0
- db 0
+ dw FoulOdorName_ ; name
+ dw FoulOdorDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 58
@@ -1431,32 +1387,31 @@ GloomCard: ; 3137d (c:537d)
db 1 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text0875_ ; kind
+ dw OddishKind_ ; kind
db 44 ; Pokedex number
db 0
db 22 ; level
db 2, 7 ; length
dw 19 * 10 ; weight
- dw Text087a_ ; description
+ dw GloomDescription_ ; description
db 16
VileplumeCard: ; 313be (c:53be)
db GRASS ; type
dw $b08 ; gfx
- dw Text087b_ ; name
+ dw VileplumeName_ ; name
db STAR ; rarity
db MYSTERY | JUNGLE ; set
db VILEPLUME
db 80 ; hp
db STAGE2 ; stage
- dw Text0877_ ; pre-evo name
+ dw GloomName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text087c_ ; name
- dw Text087d_ ; description
- db 0
- db 0
+ dw HealName_ ; name
+ dw HealDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 105
@@ -1469,10 +1424,9 @@ VileplumeCard: ; 313be (c:53be)
; move 2
energy GRASS, 3 ; energies
- dw Text087e_ ; name
- dw Text087f_ ; description
- db 0
- db 0
+ dw PetalDanceName_ ; name
+ dw PetalDanceDescription_ ; description
+ dw NONE ; description (cont)
db 40 ; damage
db 3
db 112
@@ -1486,19 +1440,19 @@ VileplumeCard: ; 313be (c:53be)
db 2 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text0880_ ; kind
+ dw VileplumeKind_ ; kind
db 45 ; Pokedex number
db 0
db 35 ; level
db 3, 11 ; length
dw 41 * 10 ; weight
- dw Text0881_ ; description
+ dw VileplumeDescription_ ; description
db 0
ParasCard: ; 313ff (c:53ff)
db GRASS ; type
dw $b69 ; gfx
- dw Text0882_ ; name
+ dw ParasName_ ; name
db CIRCLE ; rarity
db MYSTERY | JUNGLE ; set
db PARAS
@@ -1508,10 +1462,9 @@ ParasCard: ; 313ff (c:53ff)
; move 1
energy COLORLESS, 2 ; energies
- dw Text0883_ ; name
+ dw ScratchName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 0
@@ -1524,10 +1477,9 @@ ParasCard: ; 313ff (c:53ff)
; move 2
energy GRASS, 2 ; energies
- dw Text0884_ ; name
- dw Text0885_ ; description
- db 0
- db 0
+ dw SporeName_ ; name
+ dw InflictSleepDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 251
@@ -1541,32 +1493,31 @@ ParasCard: ; 313ff (c:53ff)
db 1 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text0886_ ; kind
+ dw ParasKind_ ; kind
db 46 ; Pokedex number
db 0
db 8 ; level
db 1, 0 ; length
dw 12 * 10 ; weight
- dw Text0887_ ; description
+ dw ParasDescription_ ; description
db 16
ParasectCard: ; 31440 (c:5440)
db GRASS ; type
dw $bca ; gfx
- dw Text0888_ ; name
+ dw ParasectName_ ; name
db DIAMOND ; rarity
db MYSTERY | JUNGLE ; set
db PARASECT
db 60 ; hp
db STAGE1 ; stage
- dw Text0882_ ; pre-evo name
+ dw ParasName_ ; pre-evo name
; move 1
energy GRASS, 2 ; energies
- dw Text0884_ ; name
- dw Text0885_ ; description
- db 0
- db 0
+ dw SporeName_ ; name
+ dw InflictSleepDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 255
@@ -1579,10 +1530,9 @@ ParasectCard: ; 31440 (c:5440)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0889_ ; name
+ dw SlashName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -1596,19 +1546,19 @@ ParasectCard: ; 31440 (c:5440)
db 1 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text0886_ ; kind
+ dw ParasKind_ ; kind
db 47 ; Pokedex number
db 0
db 28 ; level
db 3, 3 ; length
dw 65 * 10 ; weight
- dw Text088a_ ; description
+ dw ParasectDescription_ ; description
db 0
VenonatCard: ; 31481 (c:5481)
db GRASS ; type
dw $c2b ; gfx
- dw Text088b_ ; name
+ dw VenonatName_ ; name
db CIRCLE ; rarity
db LABORATORY | JUNGLE ; set
db VENONAT
@@ -1618,10 +1568,9 @@ VenonatCard: ; 31481 (c:5481)
; move 1
energy GRASS, 1 ; energies
- dw Text0828_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw StunSporeName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 77
@@ -1634,10 +1583,9 @@ VenonatCard: ; 31481 (c:5481)
; move 2
energy GRASS, 1, COLORLESS, 1 ; energies
- dw Text086a_ ; name
- dw Text088c_ ; description
- db 0
- db 0
+ dw LeechLifeName_ ; name
+ dw VenonatLeechLifeDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 81
@@ -1651,32 +1599,31 @@ VenonatCard: ; 31481 (c:5481)
db 1 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text088d_ ; kind
+ dw VenonatKind_ ; kind
db 48 ; Pokedex number
db 0
db 12 ; level
db 3, 3 ; length
dw 66 * 10 ; weight
- dw Text088e_ ; description
+ dw VenonatDescription_ ; description
db 19
VenomothCard: ; 314c2 (c:54c2)
db GRASS ; type
dw $c8c ; gfx
- dw Text088f_ ; name
+ dw VenomothName_ ; name
db STAR ; rarity
db LABORATORY | JUNGLE ; set
db VENOMOTH
db 70 ; hp
db STAGE1 ; stage
- dw Text088b_ ; pre-evo name
+ dw VenonatName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text0890_ ; name
- dw Text0891_ ; description
- db 0
- db 0
+ dw ShiftName_ ; name
+ dw ShiftDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 77
@@ -1689,10 +1636,9 @@ VenomothCard: ; 314c2 (c:54c2)
; move 2
energy GRASS, 2 ; energies
- dw Text0892_ ; name
- dw Text0893_ ; description
- db 0
- db 0
+ dw VenomPowderName_ ; name
+ dw VenomPowderDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 87
@@ -1706,19 +1652,19 @@ VenomothCard: ; 314c2 (c:54c2)
db 0 ; retreat cost
db WR_FIRE ; weakness
db WR_FIGHTING ; resistance
- dw Text0894_ ; kind
+ dw VenomothKind_ ; kind
db 49 ; Pokedex number
db 0
db 28 ; level
db 4, 11 ; length
dw 28 * 10 ; weight
- dw Text0895_ ; description
+ dw VenomothDescription_ ; description
db 0
BellsproutCard: ; 31503 (c:5503)
db GRASS ; type
dw $ced ; gfx
- dw Text0896_ ; name
+ dw BellsproutName_ ; name
db CIRCLE ; rarity
db EVOLUTION | JUNGLE ; set
db BELLSPROUT
@@ -1728,10 +1674,9 @@ BellsproutCard: ; 31503 (c:5503)
; move 1
energy GRASS, 1 ; energies
- dw Text0810_ ; name
+ dw VineWhipName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -1744,10 +1689,9 @@ BellsproutCard: ; 31503 (c:5503)
; move 2
energy GRASS, 1 ; energies
- dw Text084d_ ; name
- dw Text0897_ ; description
- db 0
- db 0
+ dw CallForFamilyText_ ; name
+ dw BellsproutsCallForFamilyDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 53
@@ -1761,32 +1705,31 @@ BellsproutCard: ; 31503 (c:5503)
db 1 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text0880_ ; kind
+ dw VileplumeKind_ ; kind
db 69 ; Pokedex number
db 0
db 11 ; level
db 2, 4 ; length
dw 9 * 10 ; weight
- dw Text0898_ ; description
+ dw BellsproutDescription_ ; description
db 19
WeepinbellCard: ; 31544 (c:5544)
db GRASS ; type
dw $d4e ; gfx
- dw Text0899_ ; name
+ dw WeepinbellName_ ; name
db DIAMOND ; rarity
db EVOLUTION | JUNGLE ; set
db WEEPINBELL
db 70 ; hp
db STAGE1 ; stage
- dw Text0896_ ; pre-evo name
+ dw BellsproutName_ ; pre-evo name
; move 1
energy GRASS, 1 ; energies
- dw Text0811_ ; name
- dw Text0834_ ; description
- db 0
- db 0
+ dw PoisonPowderName_ ; name
+ dw MayInflictPoisonDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 19
@@ -1799,10 +1742,9 @@ WeepinbellCard: ; 31544 (c:5544)
; move 2
energy GRASS, 2 ; energies
- dw Text089a_ ; name
+ dw RazorLeafName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -1816,32 +1758,31 @@ WeepinbellCard: ; 31544 (c:5544)
db 1 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text089b_ ; kind
+ dw WeepinbellKind_ ; kind
db 70 ; Pokedex number
db 0
db 28 ; level
db 3, 3 ; length
dw 14 * 10 ; weight
- dw Text089c_ ; description
+ dw WeepinbellDescription_ ; description
db 16
VictreebelCard: ; 31585 (c:5585)
db GRASS ; type
dw $daf ; gfx
- dw Text089d_ ; name
+ dw VictreebelName_ ; name
db STAR ; rarity
db EVOLUTION | JUNGLE ; set
db VICTREEBEL
db 80 ; hp
db STAGE2 ; stage
- dw Text0899_ ; pre-evo name
+ dw WeepinbellName_ ; pre-evo name
; move 1
energy GRASS, 1 ; energies
- dw Text089e_ ; name
- dw Text089f_ ; description
- db 0
- db 0
+ dw LureName_ ; name
+ dw VictreebelsLureDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 26
@@ -1854,10 +1795,9 @@ VictreebelCard: ; 31585 (c:5585)
; move 2
energy GRASS, 2 ; energies
- dw Text08a0_ ; name
- dw Text08a1_ ; description
- db 0
- db 0
+ dw AcidName_ ; name
+ dw VictreebelsAcidDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 39
@@ -1871,19 +1811,19 @@ VictreebelCard: ; 31585 (c:5585)
db 2 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text089b_ ; kind
+ dw WeepinbellKind_ ; kind
db 71 ; Pokedex number
db 0
db 42 ; level
db 5, 7 ; length
dw 34 * 10 ; weight
- dw Text08a2_ ; description
+ dw VictreebelDescription_ ; description
db 0
GrimerCard: ; 315c6 (c:55c6)
db GRASS ; type
dw $e10 ; gfx
- dw Text08a3_ ; name
+ dw GrimerName_ ; name
db CIRCLE ; rarity
db LABORATORY | FOSSIL ; set
db GRIMER
@@ -1893,10 +1833,9 @@ GrimerCard: ; 315c6 (c:55c6)
; move 1
energy COLORLESS, 1 ; energies
- dw Text08a4_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw NastyGooName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 34
@@ -1909,10 +1848,9 @@ GrimerCard: ; 315c6 (c:55c6)
; move 2
energy GRASS, 1 ; energies
- dw Text08a5_ ; name
- dw Text08a6_ ; description
- db 0
- db 0
+ dw MinimizeName_ ; name
+ dw GrimersMinimizeDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 38
@@ -1926,32 +1864,31 @@ GrimerCard: ; 315c6 (c:55c6)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text08a7_ ; kind
+ dw GrimerKind_ ; kind
db 88 ; Pokedex number
db 0
db 17 ; level
db 2, 11 ; length
dw 66 * 10 ; weight
- dw Text08a8_ ; description
+ dw GrimerDescription_ ; description
db 19
MukCard: ; 31607 (c:5607)
db GRASS ; type
dw $e71 ; gfx
- dw Text08a9_ ; name
+ dw MukName_ ; name
db STAR ; rarity
db LABORATORY | FOSSIL ; set
db MUK
db 70 ; hp
db STAGE1 ; stage
- dw Text08a3_ ; pre-evo name
+ dw GrimerName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text08aa_ ; name
- dw Text08ab_ ; description
- db 0
- db 0
+ dw ToxicGasName_ ; name
+ dw ToxicGasDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 42
@@ -1964,10 +1901,9 @@ MukCard: ; 31607 (c:5607)
; move 2
energy GRASS, 3 ; energies
- dw Text08a7_ ; name
- dw Text0834_ ; description
- db 0
- db 0
+ dw GrimerKind_ ; name
+ dw MayInflictPoisonDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 46
@@ -1981,19 +1917,19 @@ MukCard: ; 31607 (c:5607)
db 2 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text08a7_ ; kind
+ dw GrimerKind_ ; kind
db 89 ; Pokedex number
db 0
db 34 ; level
db 3, 11 ; length
dw 66 * 10 ; weight
- dw Text08ac_ ; description
+ dw MukDescription_ ; description
db 0
ExeggcuteCard: ; 31648 (c:5648)
db GRASS ; type
dw $ed2 ; gfx
- dw Text08ad_ ; name
+ dw ExeggcuteName_ ; name
db CIRCLE ; rarity
db MYSTERY | JUNGLE ; set
db EXEGGCUTE
@@ -2003,10 +1939,9 @@ ExeggcuteCard: ; 31648 (c:5648)
; move 1
energy PSYCHIC, 1 ; energies
- dw Text08ae_ ; name
- dw Text0885_ ; description
- db 0
- db 0
+ dw HypnosisName_ ; name
+ dw InflictSleepDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 111
@@ -2019,10 +1954,9 @@ ExeggcuteCard: ; 31648 (c:5648)
; move 2
energy GRASS, 2 ; energies
- dw Text080b_ ; name
- dw Text08af_ ; description
- db 0
- db 0
+ dw LeechSeedName_ ; name
+ dw ExeggcutesLeechSeedDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 115
@@ -2036,32 +1970,31 @@ ExeggcuteCard: ; 31648 (c:5648)
db 1 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text08b0_ ; kind
+ dw ExeggcuteKind_ ; kind
db 102 ; Pokedex number
db 0
db 14 ; level
db 1, 4 ; length
dw 6 * 10 ; weight
- dw Text08b1_ ; description
+ dw ExeggcuteDescription_ ; description
db 18
ExeggutorCard: ; 31689 (c:5689)
db GRASS ; type
dw $f33 ; gfx
- dw Text08b2_ ; name
+ dw ExeggutorName_ ; name
db DIAMOND ; rarity
db MYSTERY | JUNGLE ; set
db EXEGGUTOR
db 80 ; hp
db STAGE1 ; stage
- dw Text08ad_ ; pre-evo name
+ dw ExeggcuteName_ ; pre-evo name
; move 1
energy PSYCHIC, 1 ; energies
- dw Text08b3_ ; name
- dw Text08b4_ ; description
- db 0
- db 0
+ dw TeleportName_ ; name
+ dw TeleportDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 151
@@ -2074,10 +2007,9 @@ ExeggutorCard: ; 31689 (c:5689)
; move 2
energy COLORLESS, 1 ; energies
- dw Text08b5_ ; name
- dw Text08b6_ ; description
- db 0
- db 0
+ dw BigEggsplosionName_ ; name
+ dw BigEggsplosionDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 3
db 164
@@ -2091,19 +2023,19 @@ ExeggutorCard: ; 31689 (c:5689)
db 3 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text08b7_ ; kind
+ dw ExeggutorKind_ ; kind
db 103 ; Pokedex number
db 0
db 35 ; level
db 6, 7 ; length
dw 265 * 10 ; weight
- dw Text08b8_ ; description
+ dw ExeggutorDescription_ ; description
db 0
KoffingCard: ; 316ca (c:56ca)
db GRASS ; type
dw $f94 ; gfx
- dw Text08b9_ ; name
+ dw KoffingName_ ; name
db CIRCLE ; rarity
db LABORATORY | NONE ; set
db KOFFING
@@ -2113,10 +2045,9 @@ KoffingCard: ; 316ca (c:56ca)
; move 1
energy GRASS, 2 ; energies
- dw Text08ba_ ; name
- dw Text08bb_ ; description
- db 0
- db 0
+ dw FoulGasName_ ; name
+ dw FoulGasDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 119
@@ -2131,8 +2062,7 @@ KoffingCard: ; 316ca (c:56ca)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -2146,32 +2076,31 @@ KoffingCard: ; 316ca (c:56ca)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text08bc_ ; kind
+ dw KoffingKind_ ; kind
db 109 ; Pokedex number
db 0
db 13 ; level
db 2, 0 ; length
dw 2 * 10 ; weight
- dw Text08bd_ ; description
+ dw KoffingDescription_ ; description
db 16
WeezingCard: ; 3170b (c:570b)
db GRASS ; type
dw $1000 ; gfx
- dw Text08be_ ; name
+ dw WeezingName_ ; name
db DIAMOND ; rarity
db LABORATORY | FOSSIL ; set
db WEEZING
db 60 ; hp
db STAGE1 ; stage
- dw Text08b9_ ; pre-evo name
+ dw KoffingName_ ; pre-evo name
; move 1
energy GRASS, 2 ; energies
- dw Text08bf_ ; name
- dw Text0834_ ; description
- db 0
- db 0
+ dw SmogName_ ; name
+ dw MayInflictPoisonDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 66
@@ -2184,10 +2113,9 @@ WeezingCard: ; 3170b (c:570b)
; move 2
energy GRASS, 2, COLORLESS, 1 ; energies
- dw Text08c0_ ; name
- dw Text08c1_ ; description
- db 0
- db 0
+ dw SelfdestructName_ ; name
+ dw WeezingsSelfdestructDescription_ ; description
+ dw NONE ; description (cont)
db 60 ; damage
db 0
db 73
@@ -2201,19 +2129,19 @@ WeezingCard: ; 3170b (c:570b)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text08bc_ ; kind
+ dw KoffingKind_ ; kind
db 110 ; Pokedex number
db 0
db 27 ; level
db 3, 11 ; length
dw 21 * 10 ; weight
- dw Text08c2_ ; description
+ dw WeezingDescription_ ; description
db 0
Tangela1Card: ; 3174c (c:574c)
db GRASS ; type
dw $1061 ; gfx
- dw Text08c3_ ; name
+ dw TangelaName_ ; name
db CIRCLE ; rarity
db LABORATORY | NONE ; set
db TANGELA1
@@ -2223,10 +2151,9 @@ Tangela1Card: ; 3174c (c:574c)
; move 1
energy GRASS, 1, COLORLESS, 1 ; energies
- dw Text08c4_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw BindName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 94
@@ -2239,10 +2166,9 @@ Tangela1Card: ; 3174c (c:574c)
; move 2
energy GRASS, 3 ; energies
- dw Text0811_ ; name
- dw Text0812_ ; description
- db 0
- db 0
+ dw PoisonPowderName_ ; name
+ dw InflictPoisonDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 98
@@ -2256,19 +2182,19 @@ Tangela1Card: ; 3174c (c:574c)
db 2 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text08c5_ ; kind
+ dw TangelaKind_ ; kind
db 114 ; Pokedex number
db 0
db 8 ; level
db 3, 3 ; length
dw 77 * 10 ; weight
- dw Text08c6_ ; description
+ dw Tangela1Description_ ; description
db 0
Tangela2Card: ; 3178d (c:578d)
db GRASS ; type
dw $10c2 ; gfx
- dw Text08c3_ ; name
+ dw TangelaName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | GB ; set
db TANGELA2
@@ -2278,10 +2204,9 @@ Tangela2Card: ; 3178d (c:578d)
; move 1
energy GRASS, 1 ; energies
- dw Text0828_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw StunSporeName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 119
@@ -2294,10 +2219,9 @@ Tangela2Card: ; 3178d (c:578d)
; move 2
energy GRASS, 2, COLORLESS, 1 ; energies
- dw Text08c7_ ; name
- dw Text0812_ ; description
- db 0
- db 0
+ dw PoisonWhipName_ ; name
+ dw InflictPoisonDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 123
@@ -2311,19 +2235,19 @@ Tangela2Card: ; 3178d (c:578d)
db 2 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text08c5_ ; kind
+ dw TangelaKind_ ; kind
db 114 ; Pokedex number
db 0
db 12 ; level
db 3, 3 ; length
dw 77 * 10 ; weight
- dw Text08c8_ ; description
+ dw Tangela2Description_ ; description
db 0
ScytherCard: ; 317ce (c:57ce)
db GRASS ; type
dw $1123 ; gfx
- dw Text08c9_ ; name
+ dw ScytherName_ ; name
db STAR ; rarity
db COLOSSEUM | JUNGLE ; set
db SCYTHER
@@ -2333,10 +2257,9 @@ ScytherCard: ; 317ce (c:57ce)
; move 1
energy GRASS, 1 ; energies
- dw Text08ca_ ; name
- dw Text08cb_ ; description
- db 0
- db 0
+ dw SwordsDanceName_ ; name
+ dw SwordsDanceDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 85
@@ -2349,10 +2272,9 @@ ScytherCard: ; 317ce (c:57ce)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0889_ ; name
+ dw SlashName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -2366,19 +2288,19 @@ ScytherCard: ; 317ce (c:57ce)
db 0 ; retreat cost
db WR_FIRE ; weakness
db WR_FIGHTING ; resistance
- dw Text08cc_ ; kind
+ dw ScytherKind_ ; kind
db 123 ; Pokedex number
db 0
db 25 ; level
db 4, 11 ; length
dw 123 * 10 ; weight
- dw Text08cd_ ; description
+ dw ScytherDescription_ ; description
db 0
PinsirCard: ; 3180f (c:580f)
db GRASS ; type
dw $1184 ; gfx
- dw Text08ce_ ; name
+ dw PinsirName_ ; name
db STAR ; rarity
db COLOSSEUM | JUNGLE ; set
db PINSIR
@@ -2388,10 +2310,9 @@ PinsirCard: ; 3180f (c:580f)
; move 1
energy GRASS, 2 ; energies
- dw Text08cf_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw IronGripName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 43
@@ -2404,10 +2325,9 @@ PinsirCard: ; 3180f (c:580f)
; move 2
energy GRASS, 2, COLORLESS, 2 ; energies
- dw Text08d0_ ; name
+ dw GuillotineName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 50 ; damage
db 0
db 0
@@ -2421,19 +2341,19 @@ PinsirCard: ; 3180f (c:580f)
db 1 ; retreat cost
db WR_FIRE ; weakness
db NONE ; resistance
- dw Text08d1_ ; kind
+ dw PinsirKind_ ; kind
db 127 ; Pokedex number
db 0
db 24 ; level
db 4, 11 ; length
dw 121 * 10 ; weight
- dw Text08d2_ ; description
+ dw PinsirDescription_ ; description
db 0
CharmanderCard: ; 31850 (c:5850)
db FIRE ; type
dw $11e5 ; gfx
- dw Text08d3_ ; name
+ dw CharmanderName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | NONE ; set
db CHARMANDER
@@ -2443,10 +2363,9 @@ CharmanderCard: ; 31850 (c:5850)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0883_ ; name
+ dw ScratchName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -2459,10 +2378,9 @@ CharmanderCard: ; 31850 (c:5850)
; move 2
energy FIRE, 1, COLORLESS, 1 ; energies
- dw Text08d4_ ; name
- dw Text08d5_ ; description
- db 0
- db 0
+ dw EmberName_ ; name
+ dw EmberDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 246
@@ -2476,32 +2394,31 @@ CharmanderCard: ; 31850 (c:5850)
db 1 ; retreat cost
db WR_WATER ; weakness
db NONE ; resistance
- dw Text08d6_ ; kind
+ dw CharmanderKind_ ; kind
db 4 ; Pokedex number
db 0
db 10 ; level
db 2, 0 ; length
dw 19 * 10 ; weight
- dw Text08d7_ ; description
+ dw CharmanderDescription_ ; description
db 21
CharmeleonCard: ; 31891 (c:5891)
db FIRE ; type
dw $1246 ; gfx
- dw Text08d8_ ; name
+ dw CharmeleonName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db CHARMELEON
db 80 ; hp
db STAGE1 ; stage
- dw Text08d3_ ; pre-evo name
+ dw CharmanderName_ ; pre-evo name
; move 1
energy COLORLESS, 3 ; energies
- dw Text0889_ ; name
+ dw SlashName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -2514,10 +2431,9 @@ CharmeleonCard: ; 31891 (c:5891)
; move 2
energy FIRE, 2, COLORLESS, 1 ; energies
- dw Text08d9_ ; name
- dw Text08da_ ; description
- db 0
- db 0
+ dw FlamethrowerName_ ; name
+ dw CharmeleonsFlamethrowerDescription_ ; description
+ dw NONE ; description (cont)
db 50 ; damage
db 0
db 70
@@ -2531,32 +2447,31 @@ CharmeleonCard: ; 31891 (c:5891)
db 1 ; retreat cost
db WR_WATER ; weakness
db NONE ; resistance
- dw Text08db_ ; kind
+ dw CharmeleonKind_ ; kind
db 5 ; Pokedex number
db 0
db 32 ; level
db 3, 7 ; length
dw 42 * 10 ; weight
- dw Text08dc_ ; description
+ dw CharmeleonDescription_ ; description
db 18
CharizardCard: ; 318d2 (c:58d2)
db FIRE ; type
dw $12a7 ; gfx
- dw Text08dd_ ; name
+ dw CharizardName_ ; name
db STAR ; rarity
db EVOLUTION | NONE ; set
db CHARIZARD
db 120 ; hp
db STAGE2 ; stage
- dw Text08d8_ ; pre-evo name
+ dw CharmeleonName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text08de_ ; name
- dw Text08df_ ; description
- db 0
- db 0
+ dw EnergyBurnName_ ; name
+ dw EnergyBurnDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 83
@@ -2569,10 +2484,9 @@ CharizardCard: ; 318d2 (c:58d2)
; move 2
energy FIRE, 4 ; energies
- dw Text08e0_ ; name
- dw Text08e1_ ; description
- db 0
- db 0
+ dw FireSpinName_ ; name
+ dw FireSpinDescription_ ; description
+ dw NONE ; description (cont)
db 100 ; damage
db 0
db 87
@@ -2586,19 +2500,19 @@ CharizardCard: ; 318d2 (c:58d2)
db 3 ; retreat cost
db WR_WATER ; weakness
db WR_FIGHTING ; resistance
- dw Text08db_ ; kind
+ dw CharmeleonKind_ ; kind
db 6 ; Pokedex number
db 0
db 76 ; level
db 5, 7 ; length
dw 200 * 10 ; weight
- dw Text08e2_ ; description
+ dw CharizardDescription_ ; description
db 0
VulpixCard: ; 31913 (c:5913)
db FIRE ; type
dw $1308 ; gfx
- dw Text08e3_ ; name
+ dw VulpixName_ ; name
db CIRCLE ; rarity
db MYSTERY | NONE ; set
db VULPIX
@@ -2608,10 +2522,9 @@ VulpixCard: ; 31913 (c:5913)
; move 1
energy FIRE, 2 ; energies
- dw Text08e4_ ; name
- dw Text0853_ ; description
- db 0
- db 0
+ dw ConfuseRayName_ ; name
+ dw MayInflictConfusionDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 100
@@ -2626,8 +2539,7 @@ VulpixCard: ; 31913 (c:5913)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -2641,32 +2553,31 @@ VulpixCard: ; 31913 (c:5913)
db 1 ; retreat cost
db WR_WATER ; weakness
db NONE ; resistance
- dw Text08e5_ ; kind
+ dw VulpixKind_ ; kind
db 37 ; Pokedex number
db 0
db 11 ; level
db 2, 0 ; length
dw 22 * 10 ; weight
- dw Text08e6_ ; description
+ dw VulpixDescription_ ; description
db 18
Ninetails1Card: ; 31954 (c:5954)
db FIRE ; type
dw $1369 ; gfx
- dw Text08e7_ ; name
+ dw NinetailsName_ ; name
db STAR ; rarity
db MYSTERY | NONE ; set
db NINETAILS1
db 80 ; hp
db STAGE1 ; stage
- dw Text08e3_ ; pre-evo name
+ dw VulpixName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text089e_ ; name
- dw Text08e8_ ; description
- db 0
- db 0
+ dw LureName_ ; name
+ dw NinetailsLureDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 220
@@ -2679,10 +2590,9 @@ Ninetails1Card: ; 31954 (c:5954)
; move 2
energy FIRE, 4 ; energies
- dw Text08e9_ ; name
- dw Text08ea_ ; description
- db 0
- db 0
+ dw FireBlastName_ ; name
+ dw FireBlastDescription_ ; description
+ dw NONE ; description (cont)
db 80 ; damage
db 0
db 233
@@ -2696,32 +2606,31 @@ Ninetails1Card: ; 31954 (c:5954)
db 1 ; retreat cost
db WR_WATER ; weakness
db NONE ; resistance
- dw Text08e5_ ; kind
+ dw VulpixKind_ ; kind
db 38 ; Pokedex number
db 0
db 32 ; level
db 3, 7 ; length
dw 44 * 10 ; weight
- dw Text08eb_ ; description
+ dw Ninetails1Description_ ; description
db 0
Ninetails2Card: ; 31995 (c:5995)
db FIRE ; type
dw $13ca ; gfx
- dw Text08e7_ ; name
+ dw NinetailsName_ ; name
db STAR ; rarity
db LABORATORY | GB ; set
db NINETAILS2
db 80 ; hp
db STAGE1 ; stage
- dw Text08e3_ ; pre-evo name
+ dw VulpixName_ ; pre-evo name
; move 1
energy FIRE, 2 ; energies
- dw Text08ec_ ; name
- dw Text08ed_ ; description
- db 238
- db 8
+ dw MixUpName_ ; name
+ dw MixUpDescription_ ; description
+ dw MixUpDescriptionCont_ ; description (cont)
db 0 ; damage
db 128
db 111
@@ -2734,10 +2643,9 @@ Ninetails2Card: ; 31995 (c:5995)
; move 2
energy FIRE, 3 ; energies
- dw Text08ef_ ; name
- dw Text08f0_ ; description
- db 0
- db 0
+ dw DancingEmbersName_ ; name
+ dw DancingEmbersDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 3
db 115
@@ -2751,19 +2659,19 @@ Ninetails2Card: ; 31995 (c:5995)
db 1 ; retreat cost
db WR_WATER ; weakness
db NONE ; resistance
- dw Text08e5_ ; kind
+ dw VulpixKind_ ; kind
db 38 ; Pokedex number
db 0
db 35 ; level
db 3, 7 ; length
dw 44 * 10 ; weight
- dw Text08f1_ ; description
+ dw Ninetails2Description_ ; description
db 0
GrowlitheCard: ; 319d6 (c:59d6)
db FIRE ; type
dw $142b ; gfx
- dw Text08f2_ ; name
+ dw GrowlitheName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db GROWLITHE
@@ -2773,10 +2681,9 @@ GrowlitheCard: ; 319d6 (c:59d6)
; move 1
energy FIRE, 1, COLORLESS, 1 ; energies
- dw Text08f3_ ; name
+ dw FlareName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 0
@@ -2791,8 +2698,7 @@ GrowlitheCard: ; 319d6 (c:59d6)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -2806,32 +2712,31 @@ GrowlitheCard: ; 319d6 (c:59d6)
db 1 ; retreat cost
db WR_WATER ; weakness
db NONE ; resistance
- dw Text08f4_ ; kind
+ dw GrowlitheKind_ ; kind
db 58 ; Pokedex number
db 0
db 18 ; level
db 2, 4 ; length
dw 42 * 10 ; weight
- dw Text08f5_ ; description
+ dw GrowlitheDescription_ ; description
db 16
Arcanine1Card: ; 31a17 (c:5a17)
db FIRE ; type
dw $148c ; gfx
- dw Text08f6_ ; name
+ dw ArcanineName_ ; name
db PROMOSTAR ; rarity
db PROMOTIONAL | PRO ; set
db ARCANINE1
db 70 ; hp
db STAGE1 ; stage
- dw Text08f2_ ; pre-evo name
+ dw GrowlitheName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text08f7_ ; name
- dw Text08f8_ ; description
- db 0
- db 0
+ dw QuickAttackName_ ; name
+ dw QuickAttackDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 183
@@ -2844,10 +2749,9 @@ Arcanine1Card: ; 31a17 (c:5a17)
; move 2
energy FIRE, 2 ; energies
- dw Text08f9_ ; name
- dw Text08fa_ ; description
- db 0
- db 0
+ dw FlamesOfRageName_ ; name
+ dw FlamesOfRageDescription_ ; description
+ dw NONE ; description (cont)
db 40 ; damage
db 1
db 190
@@ -2861,32 +2765,31 @@ Arcanine1Card: ; 31a17 (c:5a17)
db 1 ; retreat cost
db WR_WATER ; weakness
db NONE ; resistance
- dw Text08fb_ ; kind
+ dw ArcanineKind_ ; kind
db 59 ; Pokedex number
db 0
db 34 ; level
db 6, 3 ; length
dw 342 * 10 ; weight
- dw Text08fc_ ; description
+ dw Arcanine1Description_ ; description
db 0
Arcanine2Card: ; 31a58 (c:5a58)
db FIRE ; type
dw $14ed ; gfx
- dw Text08f6_ ; name
+ dw ArcanineName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db ARCANINE2
db 100 ; hp
db STAGE1 ; stage
- dw Text08f2_ ; pre-evo name
+ dw GrowlitheName_ ; pre-evo name
; move 1
energy FIRE, 2, COLORLESS, 1 ; energies
- dw Text08d9_ ; name
- dw Text08fd_ ; description
- db 0
- db 0
+ dw FlamethrowerName_ ; name
+ dw ArcaninesFlamethrowerDescription_ ; description
+ dw NONE ; description (cont)
db 50 ; damage
db 0
db 166
@@ -2899,10 +2802,9 @@ Arcanine2Card: ; 31a58 (c:5a58)
; move 2
energy FIRE, 2, COLORLESS, 2 ; energies
- dw Text08fe_ ; name
- dw Text08ff_ ; description
- db 0
- db 0
+ dw TakeDownName_ ; name
+ dw TakeDownDescription_ ; description
+ dw NONE ; description (cont)
db 80 ; damage
db 0
db 179
@@ -2916,19 +2818,19 @@ Arcanine2Card: ; 31a58 (c:5a58)
db 3 ; retreat cost
db WR_WATER ; weakness
db NONE ; resistance
- dw Text08fb_ ; kind
+ dw ArcanineKind_ ; kind
db 59 ; Pokedex number
db 0
db 45 ; level
db 6, 3 ; length
dw 342 * 10 ; weight
- dw Text0900_ ; description
+ dw Arcanine2Description_ ; description
db 0
PonytaCard: ; 31a99 (c:5a99)
db FIRE ; type
dw $154e ; gfx
- dw Text0901_ ; name
+ dw PonytaName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | NONE ; set
db PONYTA
@@ -2938,10 +2840,9 @@ PonytaCard: ; 31a99 (c:5a99)
; move 1
energy COLORLESS, 2 ; energies
- dw Text0902_ ; name
+ dw SmashKickName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 0
@@ -2954,10 +2855,9 @@ PonytaCard: ; 31a99 (c:5a99)
; move 2
energy FIRE, 2 ; energies
- dw Text0903_ ; name
+ dw FlameTailName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -2971,32 +2871,31 @@ PonytaCard: ; 31a99 (c:5a99)
db 1 ; retreat cost
db WR_WATER ; weakness
db NONE ; resistance
- dw Text0904_ ; kind
+ dw PonytaKind_ ; kind
db 77 ; Pokedex number
db 0
db 10 ; level
db 3, 3 ; length
dw 66 * 10 ; weight
- dw Text0905_ ; description
+ dw PonytaDescription_ ; description
db 16
RapidashCard: ; 31ada (c:5ada)
db FIRE ; type
dw $15af ; gfx
- dw Text0906_ ; name
+ dw RapidashName_ ; name
db DIAMOND ; rarity
db EVOLUTION | JUNGLE ; set
db RAPIDASH
db 70 ; hp
db STAGE1 ; stage
- dw Text0901_ ; pre-evo name
+ dw PonytaName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text0907_ ; name
- dw Text0908_ ; description
- db 0
- db 0
+ dw StompName_ ; name
+ dw StompDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 1
db 209
@@ -3009,10 +2908,9 @@ RapidashCard: ; 31ada (c:5ada)
; move 2
energy FIRE, 2, COLORLESS, 1 ; energies
- dw Text0909_ ; name
- dw Text090a_ ; description
- db 0
- db 0
+ dw AgilityName_ ; name
+ dw RapidashsAgilityDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 216
@@ -3026,19 +2924,19 @@ RapidashCard: ; 31ada (c:5ada)
db 0 ; retreat cost
db WR_WATER ; weakness
db NONE ; resistance
- dw Text0904_ ; kind
+ dw PonytaKind_ ; kind
db 78 ; Pokedex number
db 0
db 33 ; level
db 5, 7 ; length
dw 209 * 10 ; weight
- dw Text090b_ ; description
+ dw RapidashDescription_ ; description
db 0
Magmar1Card: ; 31b1b (c:5b1b)
db FIRE ; type
dw $1610 ; gfx
- dw Text090c_ ; name
+ dw MagmarName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db MAGMAR1
@@ -3048,10 +2946,9 @@ Magmar1Card: ; 31b1b (c:5b1b)
; move 1
energy FIRE, 2 ; energies
- dw Text090d_ ; name
+ dw FirePunchName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -3064,10 +2961,9 @@ Magmar1Card: ; 31b1b (c:5b1b)
; move 2
energy FIRE, 2, COLORLESS, 1 ; energies
- dw Text08d9_ ; name
- dw Text090e_ ; description
- db 0
- db 0
+ dw FlamethrowerName_ ; name
+ dw FirePunchDescription_ ; description
+ dw NONE ; description (cont)
db 50 ; damage
db 0
db 46
@@ -3081,19 +2977,19 @@ Magmar1Card: ; 31b1b (c:5b1b)
db 2 ; retreat cost
db WR_WATER ; weakness
db NONE ; resistance
- dw Text090f_ ; kind
+ dw MagmarKind_ ; kind
db 126 ; Pokedex number
db 0
db 24 ; level
db 4, 3 ; length
dw 98 * 10 ; weight
- dw Text0910_ ; description
+ dw Magmar1Description_ ; description
db 0
Magmar2Card: ; 31b5c (c:5b5c)
db FIRE ; type
dw $1671 ; gfx
- dw Text090c_ ; name
+ dw MagmarName_ ; name
db DIAMOND ; rarity
db LABORATORY | FOSSIL ; set
db MAGMAR2
@@ -3103,10 +2999,9 @@ Magmar2Card: ; 31b5c (c:5b5c)
; move 1
energy FIRE, 1 ; energies
- dw Text0911_ ; name
- dw Text0912_ ; description
- db 0
- db 0
+ dw SmokescreenName_ ; name
+ dw MagmarsSmokescreenDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 59
@@ -3119,10 +3014,9 @@ Magmar2Card: ; 31b5c (c:5b5c)
; move 2
energy FIRE, 2 ; energies
- dw Text08bf_ ; name
- dw Text0834_ ; description
- db 0
- db 0
+ dw SmogName_ ; name
+ dw MayInflictPoisonDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 63
@@ -3136,32 +3030,31 @@ Magmar2Card: ; 31b5c (c:5b5c)
db 1 ; retreat cost
db WR_WATER ; weakness
db NONE ; resistance
- dw Text090f_ ; kind
+ dw MagmarKind_ ; kind
db 126 ; Pokedex number
db 0
db 31 ; level
db 4, 3 ; length
dw 98 * 10 ; weight
- dw Text0913_ ; description
+ dw Magmar2Description_ ; description
db 3
Flareon1Card: ; 31b9d (c:5b9d)
db FIRE ; type
dw $16d2 ; gfx
- dw Text0914_ ; name
+ dw FlareonName_ ; name
db DIAMOND ; rarity
db MYSTERY | GB ; set
db FLAREON1
db 60 ; hp
db STAGE1 ; stage
- dw Text0915_ ; pre-evo name
+ dw EeveeName_ ; pre-evo name
; move 1
energy COLORLESS, 3 ; energies
- dw Text0916_ ; name
+ dw BiteName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -3174,10 +3067,9 @@ Flareon1Card: ; 31b9d (c:5b9d)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0917_ ; name
- dw Text0918_ ; description
- db 0
- db 0
+ dw RageName_ ; name
+ dw FlareonsRageDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 104
@@ -3191,32 +3083,31 @@ Flareon1Card: ; 31b9d (c:5b9d)
db 1 ; retreat cost
db WR_WATER ; weakness
db NONE ; resistance
- dw Text08db_ ; kind
+ dw CharmeleonKind_ ; kind
db 136 ; Pokedex number
db 0
db 22 ; level
db 2, 11 ; length
dw 55 * 10 ; weight
- dw Text0919_ ; description
+ dw Flareon1Description_ ; description
db 0
Flareon2Card: ; 31bde (c:5bde)
db FIRE ; type
dw $1733 ; gfx
- dw Text0914_ ; name
+ dw FlareonName_ ; name
db STAR ; rarity
db EVOLUTION | JUNGLE ; set
db FLAREON2
db 70 ; hp
db STAGE1 ; stage
- dw Text0915_ ; pre-evo name
+ dw EeveeName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text08f7_ ; name
- dw Text08f8_ ; description
- db 0
- db 0
+ dw QuickAttackName_ ; name
+ dw QuickAttackDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 26
@@ -3229,10 +3120,9 @@ Flareon2Card: ; 31bde (c:5bde)
; move 2
energy FIRE, 2, COLORLESS, 2 ; energies
- dw Text08d9_ ; name
- dw Text091a_ ; description
- db 0
- db 0
+ dw FlamethrowerName_ ; name
+ dw FlareonsFlamethrowerDescription_ ; description
+ dw NONE ; description (cont)
db 60 ; damage
db 0
db 33
@@ -3246,19 +3136,19 @@ Flareon2Card: ; 31bde (c:5bde)
db 1 ; retreat cost
db WR_WATER ; weakness
db NONE ; resistance
- dw Text08db_ ; kind
+ dw CharmeleonKind_ ; kind
db 136 ; Pokedex number
db 0
db 28 ; level
db 2, 11 ; length
dw 55 * 10 ; weight
- dw Text091b_ ; description
+ dw Flareon2Description_ ; description
db 0
Moltres1Card: ; 31c1f (c:5c1f)
db FIRE ; type
dw $1794 ; gfx
- dw Text091c_ ; name
+ dw MoltresName_ ; name
db STAR ; rarity
db MYSTERY | FOSSIL ; set
db MOLTRES1
@@ -3268,10 +3158,9 @@ Moltres1Card: ; 31c1f (c:5c1f)
; move 1
energy FIRE, 1 ; energies
- dw Text091d_ ; name
- dw Text091e_ ; description
- db 0
- db 0
+ dw WildfireName_ ; name
+ dw WildfireDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 3
@@ -3284,10 +3173,9 @@ Moltres1Card: ; 31c1f (c:5c1f)
; move 2
energy FIRE, 4 ; energies
- dw Text091f_ ; name
- dw Text085e_ ; description
- db 0
- db 0
+ dw DiveBombName_ ; name
+ dw MayDoNothingDescription_ ; description
+ dw NONE ; description (cont)
db 80 ; damage
db 0
db 19
@@ -3301,19 +3189,19 @@ Moltres1Card: ; 31c1f (c:5c1f)
db 2 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text08db_ ; kind
+ dw CharmeleonKind_ ; kind
db 146 ; Pokedex number
db 0
db 35 ; level
db 6, 7 ; length
dw 132 * 10 ; weight
- dw Text0920_ ; description
+ dw Moltres1Description_ ; description
db 0
Moltres2Card: ; 31c60 (c:5c60)
db FIRE ; type
dw $1800 ; gfx
- dw Text091c_ ; name
+ dw MoltresName_ ; name
db STAR ; rarity
db PROMOTIONAL | GB ; set
db MOLTRES2
@@ -3323,10 +3211,9 @@ Moltres2Card: ; 31c60 (c:5c60)
; move 1
energy 0 ; energies
- dw Text0921_ ; name
- dw Text0922_ ; description
- db 0
- db 0
+ dw FiregiverName_ ; name
+ dw FiregiverDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 122
@@ -3339,10 +3226,9 @@ Moltres2Card: ; 31c60 (c:5c60)
; move 2
energy FIRE, 3 ; energies
- dw Text091f_ ; name
- dw Text085e_ ; description
- db 0
- db 0
+ dw DiveBombName_ ; name
+ dw MayDoNothingDescription_ ; description
+ dw NONE ; description (cont)
db 70 ; damage
db 0
db 129
@@ -3356,19 +3242,19 @@ Moltres2Card: ; 31c60 (c:5c60)
db 2 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text08db_ ; kind
+ dw CharmeleonKind_ ; kind
db 146 ; Pokedex number
db 0
db 37 ; level
db 6, 7 ; length
dw 132 * 10 ; weight
- dw Text0923_ ; description
+ dw Moltres2Description_ ; description
db 0
SquirtleCard: ; 31ca1 (c:5ca1)
db WATER ; type
dw $1861 ; gfx
- dw Text0924_ ; name
+ dw SquirtleName_ ; name
db CIRCLE ; rarity
db EVOLUTION | NONE ; set
db SQUIRTLE
@@ -3378,10 +3264,9 @@ SquirtleCard: ; 31ca1 (c:5ca1)
; move 1
energy WATER, 1 ; energies
- dw Text0925_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw BubbleName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 38
@@ -3394,10 +3279,9 @@ SquirtleCard: ; 31ca1 (c:5ca1)
; move 2
energy WATER, 1, COLORLESS, 1 ; energies
- dw Text0926_ ; name
- dw Text0927_ ; description
- db 0
- db 0
+ dw WithdrawName_ ; name
+ dw SquirtlesWithdrawDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 42
@@ -3411,32 +3295,31 @@ SquirtleCard: ; 31ca1 (c:5ca1)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0928_ ; kind
+ dw SquirtleKind_ ; kind
db 7 ; Pokedex number
db 0
db 8 ; level
db 1, 8 ; length
dw 20 * 10 ; weight
- dw Text0929_ ; description
+ dw SquirtleDescription_ ; description
db 21
WartortleCard: ; 31ce2 (c:5ce2)
db WATER ; type
dw $18c2 ; gfx
- dw Text092a_ ; name
+ dw WartortleName_ ; name
db DIAMOND ; rarity
db EVOLUTION | NONE ; set
db WARTORTLE
db 70 ; hp
db STAGE1 ; stage
- dw Text0924_ ; pre-evo name
+ dw SquirtleName_ ; pre-evo name
; move 1
energy WATER, 1, COLORLESS, 1 ; energies
- dw Text0926_ ; name
- dw Text092b_ ; description
- db 0
- db 0
+ dw WithdrawName_ ; name
+ dw WartortlesWithdrawDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 166
@@ -3449,10 +3332,9 @@ WartortleCard: ; 31ce2 (c:5ce2)
; move 2
energy WATER, 1, COLORLESS, 2 ; energies
- dw Text0916_ ; name
+ dw BiteName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 40 ; damage
db 0
db 0
@@ -3466,32 +3348,31 @@ WartortleCard: ; 31ce2 (c:5ce2)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text092c_ ; kind
+ dw WartortleKind_ ; kind
db 8 ; Pokedex number
db 0
db 22 ; level
db 3, 3 ; length
dw 50 * 10 ; weight
- dw Text092d_ ; description
+ dw WartortleDescription_ ; description
db 18
BlastoiseCard: ; 31d23 (c:5d23)
db WATER ; type
dw $1923 ; gfx
- dw Text092e_ ; name
+ dw BlastoiseName_ ; name
db STAR ; rarity
db EVOLUTION | NONE ; set
db BLASTOISE
db 100 ; hp
db STAGE2 ; stage
- dw Text092a_ ; pre-evo name
+ dw WartortleName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text092f_ ; name
- dw Text0930_ ; description
- db 49
- db 9
+ dw RainDanceName_ ; name
+ dw RainDanceDescription_ ; description
+ dw RainDanceDescriptionCont_ ; description (cont)
db 0 ; damage
db 4
db 170
@@ -3504,10 +3385,9 @@ BlastoiseCard: ; 31d23 (c:5d23)
; move 2
energy WATER, 3 ; energies
- dw Text0932_ ; name
- dw Text0933_ ; description
- db 0
- db 0
+ dw HydroPumpName_ ; name
+ dw HydroPumpDescription_ ; description
+ dw NONE ; description (cont)
db 40 ; damage
db 1
db 174
@@ -3521,19 +3401,19 @@ BlastoiseCard: ; 31d23 (c:5d23)
db 3 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0934_ ; kind
+ dw BlastoiseKind_ ; kind
db 9 ; Pokedex number
db 0
db 52 ; level
db 5, 3 ; length
dw 189 * 10 ; weight
- dw Text0935_ ; description
+ dw BlastoiseDescription_ ; description
db 0
PsyduckCard: ; 31d64 (c:5d64)
db WATER ; type
dw $1984 ; gfx
- dw Text0936_ ; name
+ dw PsyduckName_ ; name
db CIRCLE ; rarity
db LABORATORY | FOSSIL ; set
db PSYDUCK
@@ -3543,10 +3423,9 @@ PsyduckCard: ; 31d64 (c:5d64)
; move 1
energy PSYCHIC, 1 ; energies
- dw Text0937_ ; name
- dw Text0938_ ; description
- db 0
- db 0
+ dw HeadacheName_ ; name
+ dw HeadacheDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 212
@@ -3559,10 +3438,9 @@ PsyduckCard: ; 31d64 (c:5d64)
; move 2
energy WATER, 1 ; energies
- dw Text084b_ ; name
- dw Text084c_ ; description
- db 0
- db 0
+ dw FurySweepesText_ ; name
+ dw TripleAttackX10Description_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 3
db 216
@@ -3576,32 +3454,31 @@ PsyduckCard: ; 31d64 (c:5d64)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0939_ ; kind
+ dw PsyduckKind_ ; kind
db 54 ; Pokedex number
db 0
db 15 ; level
db 2, 7 ; length
dw 43 * 10 ; weight
- dw Text093a_ ; description
+ dw PsyduckDescription_ ; description
db 19
GolduckCard: ; 31da5 (c:5da5)
db WATER ; type
dw $19e5 ; gfx
- dw Text093b_ ; name
+ dw GolduckName_ ; name
db DIAMOND ; rarity
db LABORATORY | FOSSIL ; set
db GOLDUCK
db 70 ; hp
db STAGE1 ; stage
- dw Text0936_ ; pre-evo name
+ dw PsyduckName_ ; pre-evo name
; move 1
energy PSYCHIC, 1 ; energies
- dw Text093c_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw PsyshockName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 223
@@ -3614,10 +3491,9 @@ GolduckCard: ; 31da5 (c:5da5)
; move 2
energy WATER, 2, COLORLESS, 1 ; energies
- dw Text093d_ ; name
- dw Text093e_ ; description
- db 0
- db 0
+ dw HyperBeamName_ ; name
+ dw Discard1EnergyFromTargetDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 227
@@ -3631,19 +3507,19 @@ GolduckCard: ; 31da5 (c:5da5)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0939_ ; kind
+ dw PsyduckKind_ ; kind
db 55 ; Pokedex number
db 0
db 27 ; level
db 5, 7 ; length
dw 169 * 10 ; weight
- dw Text093f_ ; description
+ dw GolduckDescription_ ; description
db 3
PoliwagCard: ; 31de6 (c:5de6)
db WATER ; type
dw $1a46 ; gfx
- dw Text0940_ ; name
+ dw PoliwagName_ ; name
db CIRCLE ; rarity
db LABORATORY | NONE ; set
db POLIWAG
@@ -3653,10 +3529,9 @@ PoliwagCard: ; 31de6 (c:5de6)
; move 1
energy WATER, 1 ; energies
- dw Text0941_ ; name
- dw Text0942_ ; description
- db 0
- db 0
+ dw WaterGunName_ ; name
+ dw PoliwagsWaterGunDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 98
@@ -3671,8 +3546,7 @@ PoliwagCard: ; 31de6 (c:5de6)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -3686,32 +3560,31 @@ PoliwagCard: ; 31de6 (c:5de6)
db 1 ; retreat cost
db WR_GRASS ; weakness
db NONE ; resistance
- dw Text0943_ ; kind
+ dw PoliwagKind_ ; kind
db 60 ; Pokedex number
db 0
db 13 ; level
db 2, 0 ; length
dw 27 * 10 ; weight
- dw Text0944_ ; description
+ dw PoliwagDescription_ ; description
db 19
PoliwhirlCard: ; 31e27 (c:5e27)
db WATER ; type
dw $1aa7 ; gfx
- dw Text0945_ ; name
+ dw PoliwhirlName_ ; name
db DIAMOND ; rarity
db LABORATORY | NONE ; set
db POLIWHIRL
db 60 ; hp
db STAGE1 ; stage
- dw Text0940_ ; pre-evo name
+ dw PoliwagName_ ; pre-evo name
; move 1
energy WATER, 2 ; energies
- dw Text0946_ ; name
- dw Text0947_ ; description
- db 0
- db 0
+ dw AmnesiaName_ ; name
+ dw PoliwhirlsAmnesiaDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 61
@@ -3724,10 +3597,9 @@ PoliwhirlCard: ; 31e27 (c:5e27)
; move 2
energy WATER, 2, COLORLESS, 1 ; energies
- dw Text0948_ ; name
- dw Text083c_ ; description
- db 0
- db 0
+ dw DoubleslapName_ ; name
+ dw DoubleAttackX30Description_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 3
db 74
@@ -3741,32 +3613,31 @@ PoliwhirlCard: ; 31e27 (c:5e27)
db 1 ; retreat cost
db WR_GRASS ; weakness
db NONE ; resistance
- dw Text0943_ ; kind
+ dw PoliwagKind_ ; kind
db 61 ; Pokedex number
db 0
db 28 ; level
db 3, 4 ; length
dw 44 * 10 ; weight
- dw Text0949_ ; description
+ dw PoliwhirlsDescription_ ; description
db 16
PoliwrathCard: ; 31e68 (c:5e68)
db WATER ; type
dw $1b08 ; gfx
- dw Text094a_ ; name
+ dw PoliwrathName_ ; name
db STAR ; rarity
db LABORATORY | NONE ; set
db POLIWRATH
db 90 ; hp
db STAGE2 ; stage
- dw Text0945_ ; pre-evo name
+ dw PoliwhirlName_ ; pre-evo name
; move 1
energy WATER, 2, COLORLESS, 1 ; energies
- dw Text0941_ ; name
- dw Text094b_ ; description
- db 0
- db 0
+ dw WaterGunName_ ; name
+ dw PoliwrathsWaterGunDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 1
db 81
@@ -3779,10 +3650,9 @@ PoliwrathCard: ; 31e68 (c:5e68)
; move 2
energy WATER, 2, COLORLESS, 2 ; energies
- dw Text094c_ ; name
- dw Text093e_ ; description
- db 0
- db 0
+ dw WhirlpoolName_ ; name
+ dw Discard1EnergyFromTargetDescription_ ; description
+ dw NONE ; description (cont)
db 40 ; damage
db 0
db 88
@@ -3796,19 +3666,19 @@ PoliwrathCard: ; 31e68 (c:5e68)
db 3 ; retreat cost
db WR_GRASS ; weakness
db NONE ; resistance
- dw Text0943_ ; kind
+ dw PoliwagKind_ ; kind
db 62 ; Pokedex number
db 0
db 48 ; level
db 4, 3 ; length
dw 119 * 10 ; weight
- dw Text094d_ ; description
+ dw PoliwrathDescription_ ; description
db 0
TentacoolCard: ; 31ea9 (c:5ea9)
db WATER ; type
dw $1b69 ; gfx
- dw Text094e_ ; name
+ dw TentacoolName_ ; name
db CIRCLE ; rarity
db LABORATORY | FOSSIL ; set
db TENTACOOL
@@ -3818,10 +3688,9 @@ TentacoolCard: ; 31ea9 (c:5ea9)
; move 1
energy 0 ; energies
- dw Text094f_ ; name
- dw Text0950_ ; description
- db 0
- db 0
+ dw CowardiceName_ ; name
+ dw CowardiceDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 127
@@ -3834,10 +3703,9 @@ TentacoolCard: ; 31ea9 (c:5ea9)
; move 2
energy WATER, 1 ; energies
- dw Text08a0_ ; name
+ dw AcidName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -3851,32 +3719,31 @@ TentacoolCard: ; 31ea9 (c:5ea9)
db 0 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0951_ ; kind
+ dw TentacoolKind_ ; kind
db 72 ; Pokedex number
db 0
db 10 ; level
db 2, 11 ; length
dw 100 * 10 ; weight
- dw Text0952_ ; description
+ dw TentacoolDescription_ ; description
db 19
TentacruelCard: ; 31eea (c:5eea)
db WATER ; type
dw $1bca ; gfx
- dw Text0953_ ; name
+ dw TentacruelName_ ; name
db DIAMOND ; rarity
db LABORATORY | FOSSIL ; set
db TENTACRUEL
db 60 ; hp
db STAGE1 ; stage
- dw Text094e_ ; pre-evo name
+ dw TentacoolName_ ; pre-evo name
; move 1
energy WATER, 1 ; energies
- dw Text0852_ ; name
- dw Text0853_ ; description
- db 0
- db 0
+ dw SupersonicName_ ; name
+ dw MayInflictConfusionDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 50
@@ -3889,10 +3756,9 @@ TentacruelCard: ; 31eea (c:5eea)
; move 2
energy WATER, 2 ; energies
- dw Text0954_ ; name
- dw Text0812_ ; description
- db 0
- db 0
+ dw JellyfishStingName_ ; name
+ dw InflictPoisonDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 54
@@ -3906,19 +3772,19 @@ TentacruelCard: ; 31eea (c:5eea)
db 0 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0951_ ; kind
+ dw TentacoolKind_ ; kind
db 73 ; Pokedex number
db 0
db 21 ; level
db 5, 3 ; length
dw 121 * 10 ; weight
- dw Text0955_ ; description
+ dw TentacruelDescription_ ; description
db 0
SeelCard: ; 31f2b (c:5f2b)
db WATER ; type
dw $1c2b ; gfx
- dw Text0956_ ; name
+ dw SeelName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db SEEL
@@ -3928,10 +3794,9 @@ SeelCard: ; 31f2b (c:5f2b)
; move 1
energy WATER, 1 ; energies
- dw Text0957_ ; name
+ dw HeadbuttName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -3946,8 +3811,7 @@ SeelCard: ; 31f2b (c:5f2b)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -3961,32 +3825,31 @@ SeelCard: ; 31f2b (c:5f2b)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0958_ ; kind
+ dw SeelKind_ ; kind
db 86 ; Pokedex number
db 0
db 12 ; level
db 3, 7 ; length
dw 198 * 10 ; weight
- dw Text0959_ ; description
+ dw SeelDescription_ ; description
db 19
DewgongCard: ; 31f6c (c:5f6c)
db WATER ; type
dw $1c8c ; gfx
- dw Text095a_ ; name
+ dw DewgongName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db DEWGONG
db 80 ; hp
db STAGE1 ; stage
- dw Text0956_ ; pre-evo name
+ dw SeelName_ ; pre-evo name
; move 1
energy WATER, 2, COLORLESS, 1 ; energies
- dw Text095b_ ; name
+ dw AuroraBeamName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 50 ; damage
db 0
db 0
@@ -3999,10 +3862,9 @@ DewgongCard: ; 31f6c (c:5f6c)
; move 2
energy WATER, 2, COLORLESS, 2 ; energies
- dw Text095c_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw IceBeamName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 14
@@ -4016,19 +3878,19 @@ DewgongCard: ; 31f6c (c:5f6c)
db 3 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0958_ ; kind
+ dw SeelKind_ ; kind
db 87 ; Pokedex number
db 0
db 42 ; level
db 5, 7 ; length
dw 265 * 10 ; weight
- dw Text095d_ ; description
+ dw DewgongDescription_ ; description
db 0
ShellderCard: ; 31fad (c:5fad)
db WATER ; type
dw $1ced ; gfx
- dw Text095e_ ; name
+ dw ShellderName_ ; name
db CIRCLE ; rarity
db MYSTERY | FOSSIL ; set
db SHELLDER
@@ -4038,10 +3900,9 @@ ShellderCard: ; 31fad (c:5fad)
; move 1
energy WATER, 1 ; energies
- dw Text0852_ ; name
- dw Text0853_ ; description
- db 0
- db 0
+ dw SupersonicName_ ; name
+ dw MayInflictConfusionDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 248
@@ -4054,10 +3915,9 @@ ShellderCard: ; 31fad (c:5fad)
; move 2
energy WATER, 1 ; energies
- dw Text095f_ ; name
- dw Text0960_ ; description
- db 0
- db 0
+ dw HideInShellName_ ; name
+ dw HideInShellDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 252
@@ -4071,32 +3931,31 @@ ShellderCard: ; 31fad (c:5fad)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0961_ ; kind
+ dw ShellderKind_ ; kind
db 90 ; Pokedex number
db 0
db 8 ; level
db 1, 0 ; length
dw 9 * 10 ; weight
- dw Text0962_ ; description
+ dw ShellderDescription_ ; description
db 19
CloysterCard: ; 31fee (c:5fee)
db WATER ; type
dw $1d4e ; gfx
- dw Text0963_ ; name
+ dw CloysterName_ ; name
db DIAMOND ; rarity
db MYSTERY | FOSSIL ; set
db CLOYSTER
db 50 ; hp
db STAGE1 ; stage
- dw Text095e_ ; pre-evo name
+ dw ShellderName_ ; pre-evo name
; move 1
energy WATER, 2 ; energies
- dw Text0964_ ; name
- dw Text0965_ ; description
- db 0
- db 0
+ dw ClampName_ ; name
+ dw ClampDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 105
@@ -4109,10 +3968,9 @@ CloysterCard: ; 31fee (c:5fee)
; move 2
energy WATER, 2 ; energies
- dw Text0966_ ; name
- dw Text083c_ ; description
- db 0
- db 0
+ dw SpikeCannonName_ ; name
+ dw DoubleAttackX30Description_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 3
db 109
@@ -4126,19 +3984,19 @@ CloysterCard: ; 31fee (c:5fee)
db 2 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0961_ ; kind
+ dw ShellderKind_ ; kind
db 91 ; Pokedex number
db 0
db 25 ; level
db 4, 11 ; length
dw 292 * 10 ; weight
- dw Text0967_ ; description
+ dw CloysterDescription_ ; description
db 0
KrabbyCard: ; 3202f (c:602f)
db WATER ; type
dw $1daf ; gfx
- dw Text0968_ ; name
+ dw KrabbyName_ ; name
db CIRCLE ; rarity
db EVOLUTION | FOSSIL ; set
db KRABBY
@@ -4148,10 +4006,9 @@ KrabbyCard: ; 3202f (c:602f)
; move 1
energy WATER, 1 ; energies
- dw Text084d_ ; name
- dw Text0969_ ; description
- db 0
- db 0
+ dw CallForFamilyText_ ; name
+ dw KrabbysCallForFamilyDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 192
@@ -4164,10 +4021,9 @@ KrabbyCard: ; 3202f (c:602f)
; move 2
energy WATER, 1, COLORLESS, 1 ; energies
- dw Text08cf_ ; name
+ dw IronGripName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 0
@@ -4181,32 +4037,31 @@ KrabbyCard: ; 3202f (c:602f)
db 2 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text096a_ ; kind
+ dw KrabbyKind_ ; kind
db 98 ; Pokedex number
db 0
db 20 ; level
db 1, 4 ; length
dw 14 * 10 ; weight
- dw Text096b_ ; description
+ dw KrabbyDescription_ ; description
db 16
KinglerCard: ; 32070 (c:6070)
db WATER ; type
dw $1e10 ; gfx
- dw Text096c_ ; name
+ dw KinglerName_ ; name
db DIAMOND ; rarity
db EVOLUTION | FOSSIL ; set
db KINGLER
db 60 ; hp
db STAGE1 ; stage
- dw Text0968_ ; pre-evo name
+ dw KrabbyName_ ; pre-evo name
; move 1
energy WATER, 1 ; energies
- dw Text096d_ ; name
- dw Text096e_ ; description
- db 0
- db 0
+ dw FlailName_ ; name
+ dw KinglersFlailDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 3
db 185
@@ -4219,10 +4074,9 @@ KinglerCard: ; 32070 (c:6070)
; move 2
energy WATER, 2, COLORLESS, 1 ; energies
- dw Text096f_ ; name
+ dw CrabhammerName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 40 ; damage
db 0
db 0
@@ -4236,19 +4090,19 @@ KinglerCard: ; 32070 (c:6070)
db 3 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0970_ ; kind
+ dw KinglerKind_ ; kind
db 99 ; Pokedex number
db 0
db 27 ; level
db 4, 3 ; length
dw 132 * 10 ; weight
- dw Text0971_ ; description
+ dw KinglerDescription_ ; description
db 0
HorseaCard: ; 320b1 (c:60b1)
db WATER ; type
dw $1e71 ; gfx
- dw Text0972_ ; name
+ dw HorseaName_ ; name
db CIRCLE ; rarity
db LABORATORY | FOSSIL ; set
db HORSEA
@@ -4258,10 +4112,9 @@ HorseaCard: ; 320b1 (c:60b1)
; move 1
energy WATER, 1 ; energies
- dw Text0911_ ; name
- dw Text0973_ ; description
- db 0
- db 0
+ dw SmokescreenName_ ; name
+ dw HorseasSmokescreenDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 46
@@ -4276,8 +4129,7 @@ HorseaCard: ; 320b1 (c:60b1)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -4291,32 +4143,31 @@ HorseaCard: ; 320b1 (c:60b1)
db 0 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0974_ ; kind
+ dw HorseaKind_ ; kind
db 116 ; Pokedex number
db 0
db 19 ; level
db 1, 4 ; length
dw 18 * 10 ; weight
- dw Text0975_ ; description
+ dw HorseaDescription_ ; description
db 19
SeadraCard: ; 320f2 (c:60f2)
db WATER ; type
dw $1ed2 ; gfx
- dw Text0976_ ; name
+ dw SeadraName_ ; name
db DIAMOND ; rarity
db LABORATORY | FOSSIL ; set
db SEADRA
db 60 ; hp
db STAGE1 ; stage
- dw Text0972_ ; pre-evo name
+ dw HorseaName_ ; pre-evo name
; move 1
energy WATER, 1, COLORLESS, 1 ; energies
- dw Text0941_ ; name
- dw Text0977_ ; description
- db 0
- db 0
+ dw WaterGunName_ ; name
+ dw SeadrasWaterGunDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 1
db 237
@@ -4329,10 +4180,9 @@ SeadraCard: ; 320f2 (c:60f2)
; move 2
energy WATER, 1, COLORLESS, 2 ; energies
- dw Text0909_ ; name
- dw Text0978_ ; description
- db 0
- db 0
+ dw AgilityName_ ; name
+ dw SeadrasAgilityDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 244
@@ -4346,19 +4196,19 @@ SeadraCard: ; 320f2 (c:60f2)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0974_ ; kind
+ dw HorseaKind_ ; kind
db 117 ; Pokedex number
db 0
db 23 ; level
db 3, 1 ; length
dw 55 * 10 ; weight
- dw Text0979_ ; description
+ dw SeadraDescription_ ; description
db 0
GoldeenCard: ; 32133 (c:6133)
db WATER ; type
dw $1f33 ; gfx
- dw Text097a_ ; name
+ dw GoldeenName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | JUNGLE ; set
db GOLDEEN
@@ -4368,10 +4218,9 @@ GoldeenCard: ; 32133 (c:6133)
; move 1
energy WATER, 1 ; energies
- dw Text097b_ ; name
+ dw HornAttackName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -4386,8 +4235,7 @@ GoldeenCard: ; 32133 (c:6133)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -4401,32 +4249,31 @@ GoldeenCard: ; 32133 (c:6133)
db 0 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text097c_ ; kind
+ dw GoldeenKind_ ; kind
db 118 ; Pokedex number
db 0
db 12 ; level
db 2, 0 ; length
dw 33 * 10 ; weight
- dw Text097d_ ; description
+ dw GoldeenDescription_ ; description
db 21
SeakingCard: ; 32174 (c:6174)
db WATER ; type
dw $1f94 ; gfx
- dw Text097e_ ; name
+ dw SeakingName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | JUNGLE ; set
db SEAKING
db 70 ; hp
db STAGE1 ; stage
- dw Text097a_ ; pre-evo name
+ dw GoldeenName_ ; pre-evo name
; move 1
energy WATER, 1 ; energies
- dw Text097b_ ; name
+ dw HornAttackName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -4439,10 +4286,9 @@ SeakingCard: ; 32174 (c:6174)
; move 2
energy WATER, 1, COLORLESS, 1 ; energies
- dw Text097f_ ; name
+ dw WaterfallName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -4456,19 +4302,19 @@ SeakingCard: ; 32174 (c:6174)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text097c_ ; kind
+ dw GoldeenKind_ ; kind
db 119 ; Pokedex number
db 0
db 28 ; level
db 4, 3 ; length
dw 86 * 10 ; weight
- dw Text0980_ ; description
+ dw SeakingDescription_ ; description
db 0
StaryuCard: ; 321b5 (c:61b5)
db WATER ; type
dw $2000 ; gfx
- dw Text0981_ ; name
+ dw StaryuName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | NONE ; set
db STARYU
@@ -4478,10 +4324,9 @@ StaryuCard: ; 321b5 (c:61b5)
; move 1
energy WATER, 1 ; energies
- dw Text0982_ ; name
+ dw SlapName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 0
@@ -4496,8 +4341,7 @@ StaryuCard: ; 321b5 (c:61b5)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -4511,32 +4355,31 @@ StaryuCard: ; 321b5 (c:61b5)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0983_ ; kind
+ dw StaryuKind_ ; kind
db 120 ; Pokedex number
db 0
db 15 ; level
db 2, 7 ; length
dw 76 * 10 ; weight
- dw Text0984_ ; description
+ dw StaryuDescription_ ; description
db 19
StarmieCard: ; 321f6 (c:61f6)
db WATER ; type
dw $2061 ; gfx
- dw Text0985_ ; name
+ dw StarmieName_ ; name
db CIRCLE ; rarity
db EVOLUTION | NONE ; set
db STARMIE
db 60 ; hp
db STAGE1 ; stage
- dw Text0981_ ; pre-evo name
+ dw StaryuName_ ; pre-evo name
; move 1
energy WATER, 2 ; energies
- dw Text0986_ ; name
- dw Text0987_ ; description
- db 0
- db 0
+ dw RecoverName_ ; name
+ dw StarmiesRecoverDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 18
@@ -4549,10 +4392,9 @@ StarmieCard: ; 321f6 (c:61f6)
; move 2
energy WATER, 1, COLORLESS, 2 ; energies
- dw Text0988_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw StarFreezeName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 34
@@ -4566,19 +4408,19 @@ StarmieCard: ; 321f6 (c:61f6)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0989_ ; kind
+ dw StarmieKind_ ; kind
db 121 ; Pokedex number
db 0
db 28 ; level
db 3, 7 ; length
dw 176 * 10 ; weight
- dw Text098a_ ; description
+ dw StarmieDescription_ ; description
db 0
MagikarpCard: ; 32237 (c:6237)
db WATER ; type
dw $20c2 ; gfx
- dw Text098b_ ; name
+ dw MagikarpName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db MAGIKARP
@@ -4588,10 +4430,9 @@ MagikarpCard: ; 32237 (c:6237)
; move 1
energy COLORLESS, 1 ; energies
- dw Text098c_ ; name
+ dw TackleName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -4604,10 +4445,9 @@ MagikarpCard: ; 32237 (c:6237)
; move 2
energy WATER, 1 ; energies
- dw Text096d_ ; name
- dw Text098d_ ; description
- db 0
- db 0
+ dw FlailName_ ; name
+ dw MagikarpsFlailDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 3
db 205
@@ -4621,32 +4461,31 @@ MagikarpCard: ; 32237 (c:6237)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text098e_ ; kind
+ dw MagikarpKind_ ; kind
db 129 ; Pokedex number
db 0
db 8 ; level
db 2, 11 ; length
dw 22 * 10 ; weight
- dw Text098f_ ; description
+ dw MagikarpDescription_ ; description
db 18
GyaradosCard: ; 32278 (c:6278)
db WATER ; type
dw $2123 ; gfx
- dw Text0990_ ; name
+ dw GyaradosName_ ; name
db STAR ; rarity
db COLOSSEUM | NONE ; set
db GYARADOS
db 100 ; hp
db STAGE1 ; stage
- dw Text098b_ ; pre-evo name
+ dw MagikarpName_ ; pre-evo name
; move 1
energy WATER, 3 ; energies
- dw Text0991_ ; name
+ dw DragonRageName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 50 ; damage
db 0
db 0
@@ -4659,10 +4498,9 @@ GyaradosCard: ; 32278 (c:6278)
; move 2
energy WATER, 4 ; energies
- dw Text0992_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw BubblebeamName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 40 ; damage
db 0
db 181
@@ -4676,19 +4514,19 @@ GyaradosCard: ; 32278 (c:6278)
db 3 ; retreat cost
db WR_GRASS ; weakness
db WR_FIGHTING ; resistance
- dw Text0993_ ; kind
+ dw GyaradosKind_ ; kind
db 130 ; Pokedex number
db 0
db 41 ; level
db 21, 4 ; length
dw 518 * 10 ; weight
- dw Text0994_ ; description
+ dw GyaradosDescription_ ; description
db 0
LaprasCard: ; 322b9 (c:62b9)
db WATER ; type
dw $2184 ; gfx
- dw Text0995_ ; name
+ dw LaprasName_ ; name
db STAR ; rarity
db MYSTERY | FOSSIL ; set
db LAPRAS
@@ -4698,10 +4536,9 @@ LaprasCard: ; 322b9 (c:62b9)
; move 1
energy WATER, 1 ; energies
- dw Text0941_ ; name
- dw Text0996_ ; description
- db 0
- db 0
+ dw WaterGunName_ ; name
+ dw LaprasWaterGunDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 137
@@ -4714,10 +4551,9 @@ LaprasCard: ; 322b9 (c:62b9)
; move 2
energy WATER, 2 ; energies
- dw Text08e4_ ; name
- dw Text0853_ ; description
- db 0
- db 0
+ dw ConfuseRayName_ ; name
+ dw MayInflictConfusionDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 144
@@ -4731,32 +4567,31 @@ LaprasCard: ; 322b9 (c:62b9)
db 2 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text0997_ ; kind
+ dw LaprasKind_ ; kind
db 131 ; Pokedex number
db 0
db 31 ; level
db 8, 2 ; length
dw 485 * 10 ; weight
- dw Text0998_ ; description
+ dw LaprasDescription_ ; description
db 0
Vaporeon1Card: ; 322fa (c:62fa)
db WATER ; type
dw $21e5 ; gfx
- dw Text0999_ ; name
+ dw VaporeonName_ ; name
db DIAMOND ; rarity
db MYSTERY | GB ; set
db VAPOREON1
db 60 ; hp
db STAGE1 ; stage
- dw Text0915_ ; pre-evo name
+ dw EeveeName_ ; pre-evo name
; move 1
energy COLORLESS, 1 ; energies
- dw Text099a_ ; name
- dw Text099b_ ; description
- db 0
- db 0
+ dw FocusEnergyName_ ; name
+ dw FocusEnergyDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 162
@@ -4769,10 +4604,9 @@ Vaporeon1Card: ; 322fa (c:62fa)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0916_ ; name
+ dw BiteName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -4786,32 +4620,31 @@ Vaporeon1Card: ; 322fa (c:62fa)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text099c_ ; kind
+ dw VaporeonKind_ ; kind
db 134 ; Pokedex number
db 0
db 29 ; level
db 3, 3 ; length
dw 64 * 10 ; weight
- dw Text099d_ ; description
+ dw Vaporeon1Description_ ; description
db 0
Vaporeon2Card: ; 3233b (c:633b)
db WATER ; type
dw $2246 ; gfx
- dw Text0999_ ; name
+ dw VaporeonName_ ; name
db STAR ; rarity
db EVOLUTION | JUNGLE ; set
db VAPOREON2
db 80 ; hp
db STAGE1 ; stage
- dw Text0915_ ; pre-evo name
+ dw EeveeName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text08f7_ ; name
- dw Text08f8_ ; description
- db 0
- db 0
+ dw QuickAttackName_ ; name
+ dw QuickAttackDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 0
@@ -4824,10 +4657,9 @@ Vaporeon2Card: ; 3233b (c:633b)
; move 2
energy WATER, 2, COLORLESS, 1 ; energies
- dw Text0941_ ; name
- dw Text099e_ ; description
- db 0
- db 0
+ dw WaterGunName_ ; name
+ dw VaporeonsWaterGunDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 1
db 7
@@ -4841,32 +4673,31 @@ Vaporeon2Card: ; 3233b (c:633b)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db NONE ; resistance
- dw Text099c_ ; kind
+ dw VaporeonKind_ ; kind
db 134 ; Pokedex number
db 0
db 42 ; level
db 3, 3 ; length
dw 64 * 10 ; weight
- dw Text099f_ ; description
+ dw Vaporeon2Description_ ; description
db 0
OmanyteCard: ; 3237c (c:637c)
db WATER ; type
dw $22a7 ; gfx
- dw Text09a0_ ; name
+ dw OmanyteName_ ; name
db CIRCLE ; rarity
db MYSTERY | FOSSIL ; set
db OMANYTE
db 40 ; hp
db STAGE1 ; stage
- dw Text09a1_ ; pre-evo name
+ dw MysteriousFossilName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text09a2_ ; name
- dw Text09a3_ ; description
- db 0
- db 0
+ dw ClairvoyanceName_ ; name
+ dw ClairvoyanceDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 155
@@ -4879,10 +4710,9 @@ OmanyteCard: ; 3237c (c:637c)
; move 2
energy WATER, 1 ; energies
- dw Text0941_ ; name
- dw Text09a4_ ; description
- db 0
- db 0
+ dw WaterGunName_ ; name
+ dw OmanytesWaterGunDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 159
@@ -4896,32 +4726,31 @@ OmanyteCard: ; 3237c (c:637c)
db 1 ; retreat cost
db WR_GRASS ; weakness
db NONE ; resistance
- dw Text09a5_ ; kind
+ dw OmanyteKind_ ; kind
db 138 ; Pokedex number
db 0
db 19 ; level
db 1, 4 ; length
dw 17 * 10 ; weight
- dw Text09a6_ ; description
+ dw OmanyteDescription_ ; description
db 17
OmastarCard: ; 323bd (c:63bd)
db WATER ; type
dw $2308 ; gfx
- dw Text09a7_ ; name
+ dw OmastarName_ ; name
db DIAMOND ; rarity
db MYSTERY | FOSSIL ; set
db OMASTAR
db 70 ; hp
db STAGE2 ; stage
- dw Text09a0_ ; pre-evo name
+ dw OmanyteName_ ; pre-evo name
; move 1
energy WATER, 1, COLORLESS, 1 ; energies
- dw Text0941_ ; name
- dw Text09a8_ ; description
- db 0
- db 0
+ dw WaterGunName_ ; name
+ dw OmastarsWaterGunDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 1
db 141
@@ -4934,10 +4763,9 @@ OmastarCard: ; 323bd (c:63bd)
; move 2
energy WATER, 2 ; energies
- dw Text0966_ ; name
- dw Text083c_ ; description
- db 0
- db 0
+ dw SpikeCannonName_ ; name
+ dw DoubleAttackX30Description_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 3
db 148
@@ -4951,19 +4779,19 @@ OmastarCard: ; 323bd (c:63bd)
db 1 ; retreat cost
db WR_GRASS ; weakness
db NONE ; resistance
- dw Text09a5_ ; kind
+ dw OmanyteKind_ ; kind
db 139 ; Pokedex number
db 0
db 32 ; level
db 3, 3 ; length
dw 77 * 10 ; weight
- dw Text09a9_ ; description
+ dw OmastarDescription_ ; description
db 0
Articuno1Card: ; 323fe (c:63fe)
db WATER ; type
dw $2369 ; gfx
- dw Text09aa_ ; name
+ dw ArticunoName_ ; name
db STAR ; rarity
db MYSTERY | FOSSIL ; set
db ARTICUNO1
@@ -4973,10 +4801,9 @@ Articuno1Card: ; 323fe (c:63fe)
; move 1
energy WATER, 3 ; energies
- dw Text09ab_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw FreezeDryName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 116
@@ -4989,10 +4816,9 @@ Articuno1Card: ; 323fe (c:63fe)
; move 2
energy WATER, 4 ; energies
- dw Text09ac_ ; name
- dw Text09ad_ ; description
- db 0
- db 0
+ dw BlizzardName_ ; name
+ dw BlizzardDescription_ ; description
+ dw NONE ; description (cont)
db 50 ; damage
db 0
db 120
@@ -5006,19 +4832,19 @@ Articuno1Card: ; 323fe (c:63fe)
db 2 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text09ae_ ; kind
+ dw ArticunoKind_ ; kind
db 144 ; Pokedex number
db 0
db 35 ; level
db 5, 7 ; length
dw 122 * 10 ; weight
- dw Text09af_ ; description
+ dw Articuno1Description_ ; description
db 0
Articuno2Card: ; 3243f (c:643f)
db WATER ; type
dw $23ca ; gfx
- dw Text09aa_ ; name
+ dw ArticunoName_ ; name
db STAR ; rarity
db PROMOTIONAL | GB ; set
db ARTICUNO2
@@ -5028,10 +4854,9 @@ Articuno2Card: ; 3243f (c:643f)
; move 1
energy 0 ; energies
- dw Text09b0_ ; name
- dw Text09b1_ ; description
- db 0
- db 0
+ dw QuickfreezeName_ ; name
+ dw QuickfreezeDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 148
@@ -5044,10 +4869,9 @@ Articuno2Card: ; 3243f (c:643f)
; move 2
energy WATER, 3 ; energies
- dw Text09b2_ ; name
- dw Text09b3_ ; description
- db 0
- db 0
+ dw IceBreathName_ ; name
+ dw IceBreathDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 155
@@ -5061,19 +4885,19 @@ Articuno2Card: ; 3243f (c:643f)
db 2 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text09ae_ ; kind
+ dw ArticunoKind_ ; kind
db 144 ; Pokedex number
db 0
db 37 ; level
db 5, 7 ; length
dw 122 * 10 ; weight
- dw Text09b4_ ; description
+ dw Articuno2Description_ ; description
db 0
Pikachu1Card: ; 32480 (c:6480)
db LIGHTNING ; type
dw $242b ; gfx
- dw Text09b5_ ; name
+ dw PikachuName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | NONE ; set
db PIKACHU1
@@ -5083,10 +4907,9 @@ Pikachu1Card: ; 32480 (c:6480)
; move 1
energy COLORLESS, 1 ; energies
- dw Text09b6_ ; name
+ dw GnawName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -5099,10 +4922,9 @@ Pikachu1Card: ; 32480 (c:6480)
; move 2
energy LIGHTNING, 1, COLORLESS, 1 ; energies
- dw Text09b7_ ; name
- dw Text09b8_ ; description
- db 0
- db 0
+ dw ThunderJoltName_ ; name
+ dw ThunderJoltDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 147
@@ -5116,19 +4938,19 @@ Pikachu1Card: ; 32480 (c:6480)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09b9_ ; kind
+ dw PikachuKind_ ; kind
db 25 ; Pokedex number
db 0
db 12 ; level
db 1, 4 ; length
dw 13 * 10 ; weight
- dw Text09ba_ ; description
+ dw Pikachu1Description_ ; description
db 19
Pikachu2Card: ; 324c1 (c:64c1)
db LIGHTNING ; type
dw $248c ; gfx
- dw Text09b5_ ; name
+ dw PikachuName_ ; name
db CIRCLE ; rarity
db MYSTERY | JUNGLE ; set
db PIKACHU2
@@ -5138,10 +4960,9 @@ Pikachu2Card: ; 324c1 (c:64c1)
; move 1
energy LIGHTNING, 2 ; energies
- dw Text09bb_ ; name
- dw Text09bc_ ; description
- db 0
- db 0
+ dw SparkName_ ; name
+ dw SparkDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 154
@@ -5156,8 +4977,7 @@ Pikachu2Card: ; 324c1 (c:64c1)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -5171,19 +4991,19 @@ Pikachu2Card: ; 324c1 (c:64c1)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09b9_ ; kind
+ dw PikachuKind_ ; kind
db 25 ; Pokedex number
db 0
db 14 ; level
db 1, 4 ; length
dw 13 * 10 ; weight
- dw Text09bd_ ; description
+ dw Pikachu2Description_ ; description
db 16
Pikachu3Card: ; 32502 (c:6502)
db LIGHTNING ; type
dw $24ed ; gfx
- dw Text09b5_ ; name
+ dw PikachuName_ ; name
db PROMOSTAR ; rarity
db PROMOTIONAL | PRO ; set
db PIKACHU3
@@ -5193,10 +5013,9 @@ Pikachu3Card: ; 32502 (c:6502)
; move 1
energy COLORLESS, 1 ; energies
- dw Text09be_ ; name
- dw Text09bf_ ; description
- db 0
- db 0
+ dw GrowlName_ ; name
+ dw GrowlDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 164
@@ -5209,10 +5028,9 @@ Pikachu3Card: ; 32502 (c:6502)
; move 2
energy LIGHTNING, 2 ; energies
- dw Text09c0_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw ThundershockName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 168
@@ -5226,19 +5044,19 @@ Pikachu3Card: ; 32502 (c:6502)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09b9_ ; kind
+ dw PikachuKind_ ; kind
db 25 ; Pokedex number
db 0
db 16 ; level
db 1, 4 ; length
dw 13 * 10 ; weight
- dw Text09c1_ ; description
+ dw Pikachu3Description_ ; description
db 16
Pikachu4Card: ; 32543 (c:6543)
db LIGHTNING ; type
dw $254e ; gfx
- dw Text09b5_ ; name
+ dw PikachuName_ ; name
db PROMOSTAR ; rarity
db PROMOTIONAL | PRO ; set
db PIKACHU4
@@ -5248,10 +5066,9 @@ Pikachu4Card: ; 32543 (c:6543)
; move 1
energy COLORLESS, 1 ; energies
- dw Text09be_ ; name
- dw Text09bf_ ; description
- db 0
- db 0
+ dw GrowlName_ ; name
+ dw GrowlDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 172
@@ -5264,10 +5081,9 @@ Pikachu4Card: ; 32543 (c:6543)
; move 2
energy LIGHTNING, 2 ; energies
- dw Text09c0_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw ThundershockName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 176
@@ -5281,19 +5097,19 @@ Pikachu4Card: ; 32543 (c:6543)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09b9_ ; kind
+ dw PikachuKind_ ; kind
db 25 ; Pokedex number
db 0
db 16 ; level
db 1, 4 ; length
dw 13 * 10 ; weight
- dw Text09c1_ ; description
+ dw Pikachu3Description_ ; description
db 16
FlyingPikachuCard: ; 32584 (c:6584)
db LIGHTNING ; type
dw $25af ; gfx
- dw Text09c2_ ; name
+ dw FlyingPikachuName_ ; name
db PROMOSTAR ; rarity
db PROMOTIONAL | PRO ; set
db FLYING_PIKACHU
@@ -5303,10 +5119,9 @@ FlyingPikachuCard: ; 32584 (c:6584)
; move 1
energy LIGHTNING, 1 ; energies
- dw Text09c0_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw ThundershockName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 136
@@ -5319,10 +5134,9 @@ FlyingPikachuCard: ; 32584 (c:6584)
; move 2
energy COLORLESS, 3 ; energies
- dw Text09c3_ ; name
- dw Text09c4_ ; description
- db 0
- db 0
+ dw FlyName_ ; name
+ dw FlyDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 140
@@ -5336,19 +5150,19 @@ FlyingPikachuCard: ; 32584 (c:6584)
db 1 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text09b9_ ; kind
+ dw PikachuKind_ ; kind
db 25 ; Pokedex number
db 0
db 12 ; level
db 1, 4 ; length
dw 13 * 10 ; weight
- dw Text09c5_ ; description
+ dw FlyingPikachuDescription_ ; description
db 3
SurfingPikachu1Card: ; 325c5 (c:65c5)
db LIGHTNING ; type
dw $2610 ; gfx
- dw Text09c6_ ; name
+ dw SurfingPikachuName_ ; name
db PROMOSTAR ; rarity
db PROMOTIONAL | PRO ; set
db SURFING_PIKACHU1
@@ -5358,10 +5172,9 @@ SurfingPikachu1Card: ; 325c5 (c:65c5)
; move 1
energy WATER, 2 ; energies
- dw Text09c7_ ; name
+ dw SurfName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -5376,8 +5189,7 @@ SurfingPikachu1Card: ; 325c5 (c:65c5)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -5391,19 +5203,19 @@ SurfingPikachu1Card: ; 325c5 (c:65c5)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09b9_ ; kind
+ dw PikachuKind_ ; kind
db 25 ; Pokedex number
db 0
db 13 ; level
db 1, 4 ; length
dw 13 * 10 ; weight
- dw Text09c8_ ; description
+ dw SurfingPikachuDescription_ ; description
db 0
SurfingPikachu2Card: ; 32606 (c:6606)
db LIGHTNING ; type
dw $2671 ; gfx
- dw Text09c6_ ; name
+ dw SurfingPikachuName_ ; name
db PROMOSTAR ; rarity
db PROMOTIONAL | PRO ; set
db SURFING_PIKACHU2
@@ -5413,10 +5225,9 @@ SurfingPikachu2Card: ; 32606 (c:6606)
; move 1
energy WATER, 2 ; energies
- dw Text09c7_ ; name
+ dw SurfName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -5431,8 +5242,7 @@ SurfingPikachu2Card: ; 32606 (c:6606)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -5446,32 +5256,31 @@ SurfingPikachu2Card: ; 32606 (c:6606)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09b9_ ; kind
+ dw PikachuKind_ ; kind
db 25 ; Pokedex number
db 0
db 13 ; level
db 1, 4 ; length
dw 13 * 10 ; weight
- dw Text09c8_ ; description
+ dw SurfingPikachuDescription_ ; description
db 0
Raichu1Card: ; 32647 (c:6647)
db LIGHTNING ; type
dw $26d2 ; gfx
- dw Text09c9_ ; name
+ dw RaichuName_ ; name
db STAR ; rarity
db COLOSSEUM | NONE ; set
db RAICHU1
db 80 ; hp
db STAGE1 ; stage
- dw Text09b5_ ; pre-evo name
+ dw PikachuName_ ; pre-evo name
; move 1
energy LIGHTNING, 1, COLORLESS, 2 ; energies
- dw Text0909_ ; name
- dw Text09ca_ ; description
- db 0
- db 0
+ dw AgilityName_ ; name
+ dw RaichusAgilityDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 184
@@ -5484,10 +5293,9 @@ Raichu1Card: ; 32647 (c:6647)
; move 2
energy LIGHTNING, 3, COLORLESS, 1 ; energies
- dw Text09cb_ ; name
- dw Text09cc_ ; description
- db 0
- db 0
+ dw ThunderName_ ; name
+ dw RaichusThunderDescription_ ; description
+ dw NONE ; description (cont)
db 60 ; damage
db 0
db 188
@@ -5501,32 +5309,31 @@ Raichu1Card: ; 32647 (c:6647)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09b9_ ; kind
+ dw PikachuKind_ ; kind
db 26 ; Pokedex number
db 0
db 40 ; level
db 2, 7 ; length
dw 66 * 10 ; weight
- dw Text09cd_ ; description
+ dw Raichu1Description_ ; description
db 0
Raichu2Card: ; 32688 (c:6688)
db LIGHTNING ; type
dw $2733 ; gfx
- dw Text09c9_ ; name
+ dw RaichuName_ ; name
db STAR ; rarity
db MYSTERY | FOSSIL ; set
db RAICHU2
db 90 ; hp
db STAGE1 ; stage
- dw Text09b5_ ; pre-evo name
+ dw PikachuName_ ; pre-evo name
; move 1
energy LIGHTNING, 4 ; energies
- dw Text09ce_ ; name
- dw Text09cf_ ; description
- db 0
- db 0
+ dw GigashockName_ ; name
+ dw GigashockDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 195
@@ -5541,8 +5348,7 @@ Raichu2Card: ; 32688 (c:6688)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -5556,19 +5362,19 @@ Raichu2Card: ; 32688 (c:6688)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09b9_ ; kind
+ dw PikachuKind_ ; kind
db 26 ; Pokedex number
db 0
db 45 ; level
db 2, 7 ; length
dw 66 * 10 ; weight
- dw Text09d0_ ; description
+ dw Raichu2Description_ ; description
db 0
Magnemite1Card: ; 326c9 (c:66c9)
db LIGHTNING ; type
dw $2794 ; gfx
- dw Text09d1_ ; name
+ dw MagnemiteName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | NONE ; set
db MAGNEMITE1
@@ -5578,10 +5384,9 @@ Magnemite1Card: ; 326c9 (c:66c9)
; move 1
energy LIGHTNING, 1 ; energies
- dw Text09d2_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw ThunderWaveName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 99
@@ -5594,10 +5399,9 @@ Magnemite1Card: ; 326c9 (c:66c9)
; move 2
energy LIGHTNING, 1, COLORLESS, 1 ; energies
- dw Text08c0_ ; name
- dw Text09d3_ ; description
- db 0
- db 0
+ dw SelfdestructName_ ; name
+ dw MagnemitesSelfdestructDescription_ ; description
+ dw NONE ; description (cont)
db 40 ; damage
db 0
db 103
@@ -5611,19 +5415,19 @@ Magnemite1Card: ; 326c9 (c:66c9)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09d4_ ; kind
+ dw MagnemiteKind_ ; kind
db 81 ; Pokedex number
db 0
db 13 ; level
db 1, 0 ; length
dw 13 * 10 ; weight
- dw Text09d5_ ; description
+ dw Magnemite1Description_ ; description
db 19
Magnemite2Card: ; 3270a (c:670a)
db LIGHTNING ; type
dw $2800 ; gfx
- dw Text09d1_ ; name
+ dw MagnemiteName_ ; name
db CIRCLE ; rarity
db LABORATORY | GB ; set
db MAGNEMITE2
@@ -5633,10 +5437,9 @@ Magnemite2Card: ; 3270a (c:670a)
; move 1
energy COLORLESS, 1 ; energies
- dw Text098c_ ; name
+ dw TackleName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -5649,10 +5452,9 @@ Magnemite2Card: ; 3270a (c:670a)
; move 2
energy LIGHTNING, 1, COLORLESS, 1 ; energies
- dw Text09d6_ ; name
- dw Text09d7_ ; description
- db 0
- db 0
+ dw MagneticStormName_ ; name
+ dw MagneticStormDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 238
@@ -5666,32 +5468,31 @@ Magnemite2Card: ; 3270a (c:670a)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09d4_ ; kind
+ dw MagnemiteKind_ ; kind
db 81 ; Pokedex number
db 0
db 15 ; level
db 1, 0 ; length
dw 13 * 10 ; weight
- dw Text09d8_ ; description
+ dw Magnemite2Description_ ; description
db 19
Magneton1Card: ; 3274b (c:674b)
db LIGHTNING ; type
dw $2861 ; gfx
- dw Text09d9_ ; name
+ dw MagnetonName_ ; name
db STAR ; rarity
db COLOSSEUM | NONE ; set
db MAGNETON1
db 60 ; hp
db STAGE1 ; stage
- dw Text09d1_ ; pre-evo name
+ dw MagnemiteName_ ; pre-evo name
; move 1
energy LIGHTNING, 2, COLORLESS, 1 ; energies
- dw Text09d2_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw ThunderWaveName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 205
@@ -5704,10 +5505,9 @@ Magneton1Card: ; 3274b (c:674b)
; move 2
energy LIGHTNING, 2, COLORLESS, 2 ; energies
- dw Text08c0_ ; name
- dw Text09da_ ; description
- db 0
- db 0
+ dw SelfdestructName_ ; name
+ dw Magneton1sSelfdestructDescription_ ; description
+ dw NONE ; description (cont)
db 80 ; damage
db 0
db 209
@@ -5721,32 +5521,31 @@ Magneton1Card: ; 3274b (c:674b)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09d4_ ; kind
+ dw MagnemiteKind_ ; kind
db 82 ; Pokedex number
db 0
db 28 ; level
db 3, 3 ; length
dw 132 * 10 ; weight
- dw Text09db_ ; description
+ dw Magneton1Description_ ; description
db 0
Magneton2Card: ; 3278c (c:678c)
db LIGHTNING ; type
dw $28c2 ; gfx
- dw Text09d9_ ; name
+ dw MagnetonName_ ; name
db STAR ; rarity
db LABORATORY | FOSSIL ; set
db MAGNETON2
db 80 ; hp
db STAGE1 ; stage
- dw Text09d1_ ; pre-evo name
+ dw MagnemiteName_ ; pre-evo name
; move 1
energy LIGHTNING, 1, COLORLESS, 1 ; energies
- dw Text09dc_ ; name
- dw Text09dd_ ; description
- db 0
- db 0
+ dw SonicboomName_ ; name
+ dw SonicboomDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 213
@@ -5759,10 +5558,9 @@ Magneton2Card: ; 3278c (c:678c)
; move 2
energy LIGHTNING, 4 ; energies
- dw Text08c0_ ; name
- dw Text09de_ ; description
- db 0
- db 0
+ dw SelfdestructName_ ; name
+ dw Magneton2sSelfdestructDescription_ ; description
+ dw NONE ; description (cont)
db 100 ; damage
db 0
db 223
@@ -5776,19 +5574,19 @@ Magneton2Card: ; 3278c (c:678c)
db 2 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09d4_ ; kind
+ dw MagnemiteKind_ ; kind
db 82 ; Pokedex number
db 0
db 35 ; level
db 3, 3 ; length
dw 132 * 10 ; weight
- dw Text09df_ ; description
+ dw Magneton2Description_ ; description
db 0
VoltorbCard: ; 327cd (c:67cd)
db LIGHTNING ; type
dw $2923 ; gfx
- dw Text09e0_ ; name
+ dw VoltorbName_ ; name
db CIRCLE ; rarity
db MYSTERY | NONE ; set
db VOLTORB
@@ -5798,10 +5596,9 @@ VoltorbCard: ; 327cd (c:67cd)
; move 1
energy COLORLESS, 1 ; energies
- dw Text098c_ ; name
+ dw TackleName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -5816,8 +5613,7 @@ VoltorbCard: ; 327cd (c:67cd)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -5831,32 +5627,31 @@ VoltorbCard: ; 327cd (c:67cd)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09e1_ ; kind
+ dw VoltorbKind_ ; kind
db 100 ; Pokedex number
db 0
db 10 ; level
db 1, 8 ; length
dw 23 * 10 ; weight
- dw Text09e2_ ; description
+ dw VoltorbDescription_ ; description
db 21
Electrode1Card: ; 3280e (c:680e)
db LIGHTNING ; type
dw $2984 ; gfx
- dw Text09e3_ ; name
+ dw ElectrodeName_ ; name
db STAR ; rarity
db LABORATORY | GB ; set
db ELECTRODE1
db 70 ; hp
db STAGE1 ; stage
- dw Text09e0_ ; pre-evo name
+ dw VoltorbName_ ; pre-evo name
; move 1
energy LIGHTNING, 2 ; energies
- dw Text09dc_ ; name
- dw Text09dd_ ; description
- db 0
- db 0
+ dw SonicboomName_ ; name
+ dw SonicboomDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 242
@@ -5869,10 +5664,9 @@ Electrode1Card: ; 3280e (c:680e)
; move 2
energy LIGHTNING, 3 ; energies
- dw Text09e4_ ; name
- dw Text09e5_ ; description
- db 0
- db 0
+ dw EnergySpikeName_ ; name
+ dw EnergySpikeDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 252
@@ -5886,32 +5680,31 @@ Electrode1Card: ; 3280e (c:680e)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09e1_ ; kind
+ dw VoltorbKind_ ; kind
db 101 ; Pokedex number
db 0
db 35 ; level
db 3, 11 ; length
dw 147 * 10 ; weight
- dw Text09e6_ ; description
+ dw Electrode1Description_ ; description
db 0
Electrode2Card: ; 3284f (c:684f)
db LIGHTNING ; type
dw $29e5 ; gfx
- dw Text09e3_ ; name
+ dw ElectrodeName_ ; name
db STAR ; rarity
db MYSTERY | JUNGLE ; set
db ELECTRODE2
db 90 ; hp
db STAGE1 ; stage
- dw Text09e0_ ; pre-evo name
+ dw VoltorbName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text098c_ ; name
+ dw TackleName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 0
@@ -5924,10 +5717,9 @@ Electrode2Card: ; 3284f (c:684f)
; move 2
energy LIGHTNING, 3 ; energies
- dw Text09e7_ ; name
- dw Text09e8_ ; description
- db 0
- db 0
+ dw ChainLightningName_ ; name
+ dw ChainLightningDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 180
@@ -5941,19 +5733,19 @@ Electrode2Card: ; 3284f (c:684f)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09e1_ ; kind
+ dw VoltorbKind_ ; kind
db 101 ; Pokedex number
db 0
db 42 ; level
db 3, 11 ; length
dw 147 * 10 ; weight
- dw Text09e9_ ; description
+ dw Electrode2Description_ ; description
db 0
Electabuzz1Card: ; 32890 (c:6890)
db LIGHTNING ; type
dw $2a46 ; gfx
- dw Text09ea_ ; name
+ dw ElectabuzzName_ ; name
db PROMOSTAR ; rarity
db PROMOTIONAL | PRO ; set
db ELECTABUZZ1
@@ -5963,10 +5755,9 @@ Electabuzz1Card: ; 32890 (c:6890)
; move 1
energy LIGHTNING, 1 ; energies
- dw Text09eb_ ; name
- dw Text09ec_ ; description
- db 237
- db 9
+ dw LightScreenName_ ; name
+ dw LightScreenDescription_ ; description
+ dw LightScreenDescriptionCont_ ; description (cont)
db 0 ; damage
db 128
db 88
@@ -5979,10 +5770,9 @@ Electabuzz1Card: ; 32890 (c:6890)
; move 2
energy COLORLESS, 2 ; energies
- dw Text08f7_ ; name
- dw Text09ee_ ; description
- db 0
- db 0
+ dw QuickAttackName_ ; name
+ dw ElectabuzzsQuickAttackDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 92
@@ -5996,19 +5786,19 @@ Electabuzz1Card: ; 32890 (c:6890)
db 2 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09ef_ ; kind
+ dw ElectabuzzKind_ ; kind
db 125 ; Pokedex number
db 0
db 20 ; level
db 3, 7 ; length
dw 66 * 10 ; weight
- dw Text09f0_ ; description
+ dw Electabuzz1Description_ ; description
db 0
Electabuzz2Card: ; 328d1 (c:68d1)
db LIGHTNING ; type
dw $2aa7 ; gfx
- dw Text09ea_ ; name
+ dw ElectabuzzName_ ; name
db STAR ; rarity
db COLOSSEUM | NONE ; set
db ELECTABUZZ2
@@ -6018,10 +5808,9 @@ Electabuzz2Card: ; 328d1 (c:68d1)
; move 1
energy LIGHTNING, 1 ; energies
- dw Text09c0_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw ThundershockName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 74
@@ -6034,10 +5823,9 @@ Electabuzz2Card: ; 328d1 (c:68d1)
; move 2
energy LIGHTNING, 1, COLORLESS, 1 ; energies
- dw Text09f1_ ; name
- dw Text09f2_ ; description
- db 0
- db 0
+ dw ThunderpunchName_ ; name
+ dw ThunderpunchDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 1
db 78
@@ -6051,32 +5839,31 @@ Electabuzz2Card: ; 328d1 (c:68d1)
db 2 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09ef_ ; kind
+ dw ElectabuzzKind_ ; kind
db 125 ; Pokedex number
db 0
db 35 ; level
db 3, 7 ; length
dw 66 * 10 ; weight
- dw Text09f3_ ; description
+ dw Electabuzz2Description_ ; description
db 0
Jolteon1Card: ; 32912 (c:6912)
db LIGHTNING ; type
dw $2b08 ; gfx
- dw Text09f4_ ; name
+ dw JolteonName_ ; name
db DIAMOND ; rarity
db MYSTERY | GB ; set
db JOLTEON1
db 60 ; hp
db STAGE1 ; stage
- dw Text0915_ ; pre-evo name
+ dw EeveeName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text0854_ ; name
- dw Text09f5_ ; description
- db 0
- db 0
+ dw DoubleKickName_ ; name
+ dw DoubleAttackX20Description_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 3
db 9
@@ -6089,10 +5876,9 @@ Jolteon1Card: ; 32912 (c:6912)
; move 2
energy COLORLESS, 4 ; energies
- dw Text09f6_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw StunNeedleName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 16
@@ -6106,32 +5892,31 @@ Jolteon1Card: ; 32912 (c:6912)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09f7_ ; kind
+ dw JolteonKind_ ; kind
db 135 ; Pokedex number
db 0
db 24 ; level
db 2, 7 ; length
dw 54 * 10 ; weight
- dw Text09f8_ ; description
+ dw Jolteon1Description_ ; description
db 0
Jolteon2Card: ; 32953 (c:6953)
db LIGHTNING ; type
dw $2b69 ; gfx
- dw Text09f4_ ; name
+ dw JolteonName_ ; name
db STAR ; rarity
db EVOLUTION | JUNGLE ; set
db JOLTEON2
db 70 ; hp
db STAGE1 ; stage
- dw Text0915_ ; pre-evo name
+ dw EeveeName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text08f7_ ; name
- dw Text08f8_ ; description
- db 0
- db 0
+ dw QuickAttackName_ ; name
+ dw QuickAttackDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 122
@@ -6144,10 +5929,9 @@ Jolteon2Card: ; 32953 (c:6953)
; move 2
energy LIGHTNING, 2, COLORLESS, 1 ; energies
- dw Text09f9_ ; name
- dw Text09fa_ ; description
- db 0
- db 0
+ dw PinMissileName_ ; name
+ dw QuadrupleAttackX20Description_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 3
db 129
@@ -6161,19 +5945,19 @@ Jolteon2Card: ; 32953 (c:6953)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db NONE ; resistance
- dw Text09f7_ ; kind
+ dw JolteonKind_ ; kind
db 135 ; Pokedex number
db 0
db 29 ; level
db 2, 7 ; length
dw 54 * 10 ; weight
- dw Text09fb_ ; description
+ dw Jolteon2Description_ ; description
db 0
Zapdos1Card: ; 32994 (c:6994)
db LIGHTNING ; type
dw $2bca ; gfx
- dw Text09fc_ ; name
+ dw ZapdosName_ ; name
db STAR ; rarity
db MYSTERY | FOSSIL ; set
db ZAPDOS1
@@ -6183,10 +5967,9 @@ Zapdos1Card: ; 32994 (c:6994)
; move 1
energy LIGHTNING, 4 ; energies
- dw Text09fd_ ; name
- dw Text09fe_ ; description
- db 0
- db 0
+ dw ThunderstormName_ ; name
+ dw ThunderstormDescription_ ; description
+ dw NONE ; description (cont)
db 40 ; damage
db 0
db 118
@@ -6201,8 +5984,7 @@ Zapdos1Card: ; 32994 (c:6994)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -6216,19 +5998,19 @@ Zapdos1Card: ; 32994 (c:6994)
db 2 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text09ef_ ; kind
+ dw ElectabuzzKind_ ; kind
db 145 ; Pokedex number
db 0
db 40 ; level
db 5, 3 ; length
dw 116 * 10 ; weight
- dw Text09ff_ ; description
+ dw Zapdos1Description_ ; description
db 0
Zapdos2Card: ; 329d5 (c:69d5)
db LIGHTNING ; type
dw $2c2b ; gfx
- dw Text09fc_ ; name
+ dw ZapdosName_ ; name
db STAR ; rarity
db COLOSSEUM | NONE ; set
db ZAPDOS2
@@ -6238,10 +6020,9 @@ Zapdos2Card: ; 329d5 (c:69d5)
; move 1
energy LIGHTNING, 3, COLORLESS, 1 ; energies
- dw Text09cb_ ; name
- dw Text0a00_ ; description
- db 0
- db 0
+ dw ThunderName_ ; name
+ dw ZapdosThunderDescription_ ; description
+ dw NONE ; description (cont)
db 60 ; damage
db 0
db 107
@@ -6254,10 +6035,9 @@ Zapdos2Card: ; 329d5 (c:69d5)
; move 2
energy LIGHTNING, 4 ; energies
- dw Text0a01_ ; name
- dw Text0a02_ ; description
- db 0
- db 0
+ dw ThunderboltName_ ; name
+ dw ThunderboltDescription_ ; description
+ dw NONE ; description (cont)
db 100 ; damage
db 0
db 114
@@ -6271,19 +6051,19 @@ Zapdos2Card: ; 329d5 (c:69d5)
db 3 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text09ef_ ; kind
+ dw ElectabuzzKind_ ; kind
db 145 ; Pokedex number
db 0
db 64 ; level
db 5, 3 ; length
dw 116 * 10 ; weight
- dw Text0a03_ ; description
+ dw Zapdos2Description_ ; description
db 0
Zapdos3Card: ; 32a16 (c:6a16)
db LIGHTNING ; type
dw $2c8c ; gfx
- dw Text09fc_ ; name
+ dw ZapdosName_ ; name
db STAR ; rarity
db PROMOTIONAL | GB ; set
db ZAPDOS3
@@ -6293,10 +6073,9 @@ Zapdos3Card: ; 32a16 (c:6a16)
; move 1
energy 0 ; energies
- dw Text0a04_ ; name
- dw Text0a05_ ; description
- db 0
- db 0
+ dw PealOfThunderName_ ; name
+ dw PealOfThunderDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 227
@@ -6309,10 +6088,9 @@ Zapdos3Card: ; 32a16 (c:6a16)
; move 2
energy LIGHTNING, 3 ; energies
- dw Text0a06_ ; name
- dw Text0a07_ ; description
- db 0
- db 0
+ dw BigThunderName_ ; name
+ dw BigThunderDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 234
@@ -6326,19 +6104,19 @@ Zapdos3Card: ; 32a16 (c:6a16)
db 2 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text09ef_ ; kind
+ dw ElectabuzzKind_ ; kind
db 145 ; Pokedex number
db 0
db 68 ; level
db 5, 3 ; length
dw 116 * 10 ; weight
- dw Text0a08_ ; description
+ dw Zapdos3Description_ ; description
db 0
SandshrewCard: ; 32a57 (c:6a57)
db FIGHTING ; type
dw $2ced ; gfx
- dw Text0a09_ ; name
+ dw SandshrewName_ ; name
db CIRCLE ; rarity
db EVOLUTION | NONE ; set
db SANDSHREW
@@ -6348,10 +6126,9 @@ SandshrewCard: ; 32a57 (c:6a57)
; move 1
energy FIGHTING, 1 ; energies
- dw Text0a0a_ ; name
- dw Text0973_ ; description
- db 0
- db 0
+ dw SandAttackName_ ; name
+ dw HorseasSmokescreenDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 37
@@ -6366,8 +6143,7 @@ SandshrewCard: ; 32a57 (c:6a57)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -6381,32 +6157,31 @@ SandshrewCard: ; 32a57 (c:6a57)
db 1 ; retreat cost
db WR_GRASS ; weakness
db WR_LIGHTNING ; resistance
- dw Text09b9_ ; kind
+ dw PikachuKind_ ; kind
db 27 ; Pokedex number
db 0
db 12 ; level
db 2, 0 ; length
dw 26 * 10 ; weight
- dw Text0a0b_ ; description
+ dw SandshrewDescription_ ; description
db 19
SandslashCard: ; 32a98 (c:6a98)
db FIGHTING ; type
dw $2d4e ; gfx
- dw Text0a0c_ ; name
+ dw SandslashName_ ; name
db DIAMOND ; rarity
db EVOLUTION | FOSSIL ; set
db SANDSLASH
db 70 ; hp
db STAGE1 ; stage
- dw Text0a09_ ; pre-evo name
+ dw SandshrewName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text0889_ ; name
+ dw SlashName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 0
@@ -6419,10 +6194,9 @@ SandslashCard: ; 32a98 (c:6a98)
; move 2
energy FIGHTING, 2 ; energies
- dw Text084b_ ; name
- dw Text0a0d_ ; description
- db 0
- db 0
+ dw FurySweepesText_ ; name
+ dw TripleAttackX20Description_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 3
db 41
@@ -6436,19 +6210,19 @@ SandslashCard: ; 32a98 (c:6a98)
db 1 ; retreat cost
db WR_GRASS ; weakness
db WR_LIGHTNING ; resistance
- dw Text09b9_ ; kind
+ dw PikachuKind_ ; kind
db 28 ; Pokedex number
db 0
db 33 ; level
db 3, 3 ; length
dw 65 * 10 ; weight
- dw Text0a0e_ ; description
+ dw SandslashDescription_ ; description
db 0
DiglettCard: ; 32ad9 (c:6ad9)
db FIGHTING ; type
dw $2daf ; gfx
- dw Text0a0f_ ; name
+ dw DiglettName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | NONE ; set
db DIGLETT
@@ -6458,10 +6232,9 @@ DiglettCard: ; 32ad9 (c:6ad9)
; move 1
energy FIGHTING, 1 ; energies
- dw Text0a10_ ; name
+ dw DigName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -6474,10 +6247,9 @@ DiglettCard: ; 32ad9 (c:6ad9)
; move 2
energy FIGHTING, 2 ; energies
- dw Text0a11_ ; name
+ dw MudSlapName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -6491,32 +6263,31 @@ DiglettCard: ; 32ad9 (c:6ad9)
db 0 ; retreat cost
db WR_GRASS ; weakness
db WR_LIGHTNING ; resistance
- dw Text0a12_ ; kind
+ dw DiglettKind_ ; kind
db 50 ; Pokedex number
db 0
db 8 ; level
db 0, 8 ; length
dw 2 * 10 ; weight
- dw Text0a13_ ; description
+ dw DiglettDescription_ ; description
db 19
DugtrioCard: ; 32b1a (c:6b1a)
db FIGHTING ; type
dw $2e10 ; gfx
- dw Text0a14_ ; name
+ dw DugtrioName_ ; name
db STAR ; rarity
db COLOSSEUM | NONE ; set
db DUGTRIO
db 70 ; hp
db STAGE1 ; stage
- dw Text0a0f_ ; pre-evo name
+ dw DiglettName_ ; pre-evo name
; move 1
energy FIGHTING, 2, COLORLESS, 1 ; energies
- dw Text0889_ ; name
+ dw SlashName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 40 ; damage
db 0
db 0
@@ -6529,10 +6300,9 @@ DugtrioCard: ; 32b1a (c:6b1a)
; move 2
energy FIGHTING, 4 ; energies
- dw Text0a15_ ; name
- dw Text0a16_ ; description
- db 0
- db 0
+ dw EarthquakeName_ ; name
+ dw EarthquakeDescription_ ; description
+ dw NONE ; description (cont)
db 70 ; damage
db 0
db 48
@@ -6546,19 +6316,19 @@ DugtrioCard: ; 32b1a (c:6b1a)
db 2 ; retreat cost
db WR_GRASS ; weakness
db WR_LIGHTNING ; resistance
- dw Text0a12_ ; kind
+ dw DiglettKind_ ; kind
db 51 ; Pokedex number
db 0
db 36 ; level
db 2, 4 ; length
dw 73 * 10 ; weight
- dw Text0a17_ ; description
+ dw DugtrioDescription_ ; description
db 0
MankeyCard: ; 32b5b (c:6b5b)
db FIGHTING ; type
dw $2e71 ; gfx
- dw Text0a18_ ; name
+ dw MankeyName_ ; name
db CIRCLE ; rarity
db MYSTERY | JUNGLE ; set
db MANKEY
@@ -6568,10 +6338,9 @@ MankeyCard: ; 32b5b (c:6b5b)
; move 1
energy 0 ; energies
- dw Text0a19_ ; name
- dw Text0a1a_ ; description
- db 27
- db 10
+ dw PeekName_ ; name
+ dw PeekDescription_ ; description
+ dw PeekDescriptionCont_ ; description (cont)
db 0 ; damage
db 4
db 56
@@ -6584,10 +6353,9 @@ MankeyCard: ; 32b5b (c:6b5b)
; move 2
energy COLORLESS, 1 ; energies
- dw Text0883_ ; name
+ dw ScratchName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -6601,32 +6369,31 @@ MankeyCard: ; 32b5b (c:6b5b)
db 0 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0a1c_ ; kind
+ dw MankeyKind_ ; kind
db 56 ; Pokedex number
db 0
db 7 ; level
db 1, 8 ; length
dw 62 * 10 ; weight
- dw Text0a1d_ ; description
+ dw MankeyDescription_ ; description
db 17
PrimeapeCard: ; 32b9c (c:6b9c)
db FIGHTING ; type
dw $2ed2 ; gfx
- dw Text0a1e_ ; name
+ dw PrimeapeName_ ; name
db DIAMOND ; rarity
db MYSTERY | JUNGLE ; set
db PRIMEAPE
db 70 ; hp
db STAGE1 ; stage
- dw Text0a18_ ; pre-evo name
+ dw MankeyName_ ; pre-evo name
; move 1
energy FIGHTING, 2 ; energies
- dw Text084b_ ; name
- dw Text0a0d_ ; description
- db 0
- db 0
+ dw FurySweepesText_ ; name
+ dw TripleAttackX20Description_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 3
db 193
@@ -6639,10 +6406,9 @@ PrimeapeCard: ; 32b9c (c:6b9c)
; move 2
energy FIGHTING, 2, COLORLESS, 1 ; energies
- dw Text0a1f_ ; name
- dw Text0a20_ ; description
- db 0
- db 0
+ dw TantrumName_ ; name
+ dw TantrumDescription_ ; description
+ dw NONE ; description (cont)
db 50 ; damage
db 0
db 200
@@ -6656,19 +6422,19 @@ PrimeapeCard: ; 32b9c (c:6b9c)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0a1c_ ; kind
+ dw MankeyKind_ ; kind
db 57 ; Pokedex number
db 0
db 35 ; level
db 3, 3 ; length
dw 71 * 10 ; weight
- dw Text0a21_ ; description
+ dw PrimeapeDescription_ ; description
db 0
MachopCard: ; 32bdd (c:6bdd)
db FIGHTING ; type
dw $2f33 ; gfx
- dw Text0a22_ ; name
+ dw MachopName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | NONE ; set
db MACHOP
@@ -6678,10 +6444,9 @@ MachopCard: ; 32bdd (c:6bdd)
; move 1
energy FIGHTING, 1 ; energies
- dw Text0a23_ ; name
+ dw LowKickName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 0
@@ -6696,8 +6461,7 @@ MachopCard: ; 32bdd (c:6bdd)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -6711,32 +6475,31 @@ MachopCard: ; 32bdd (c:6bdd)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0a24_ ; kind
+ dw SuperpowerName_ ; kind
db 66 ; Pokedex number
db 0
db 20 ; level
db 2, 7 ; length
dw 43 * 10 ; weight
- dw Text0a25_ ; description
+ dw MachopDescription_ ; description
db 21
MachokeCard: ; 32c1e (c:6c1e)
db FIGHTING ; type
dw $2f94 ; gfx
- dw Text0a26_ ; name
+ dw MachokeName_ ; name
db DIAMOND ; rarity
db EVOLUTION | NONE ; set
db MACHOKE
db 80 ; hp
db STAGE1 ; stage
- dw Text0a22_ ; pre-evo name
+ dw MachopName_ ; pre-evo name
; move 1
energy FIGHTING, 2, COLORLESS, 1 ; energies
- dw Text0a27_ ; name
- dw Text0a28_ ; description
- db 0
- db 0
+ dw KarateChopName_ ; name
+ dw KarateChopDescription_ ; description
+ dw NONE ; description (cont)
db 50 ; damage
db 2
db 247
@@ -6749,10 +6512,9 @@ MachokeCard: ; 32c1e (c:6c1e)
; move 2
energy FIGHTING, 2, COLORLESS, 2 ; energies
- dw Text0a29_ ; name
- dw Text0a2a_ ; description
- db 0
- db 0
+ dw SubmissionName_ ; name
+ dw SubmissionDescription_ ; description
+ dw NONE ; description (cont)
db 60 ; damage
db 0
db 254
@@ -6766,32 +6528,31 @@ MachokeCard: ; 32c1e (c:6c1e)
db 3 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0a24_ ; kind
+ dw SuperpowerName_ ; kind
db 67 ; Pokedex number
db 0
db 40 ; level
db 4, 11 ; length
dw 155 * 10 ; weight
- dw Text0a2b_ ; description
+ dw MachokeDescription_ ; description
db 16
MachampCard: ; 32c5f (c:6c5f)
db FIGHTING ; type
dw $3000 ; gfx
- dw Text0a2c_ ; name
+ dw MachampName_ ; name
db STAR ; rarity
db EVOLUTION | NONE ; set
db MACHAMP
db 100 ; hp
db STAGE2 ; stage
- dw Text0a26_ ; pre-evo name
+ dw MachokeName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text0a2d_ ; name
- dw Text0a2e_ ; description
- db 47
- db 10
+ dw StrikesBackName_ ; name
+ dw StrikesBackDescription_ ; description
+ dw StrikesBackDescriptionCont_ ; description (cont)
db 0 ; damage
db 4
db 204
@@ -6804,10 +6565,9 @@ MachampCard: ; 32c5f (c:6c5f)
; move 2
energy FIGHTING, 3, COLORLESS, 1 ; energies
- dw Text0a30_ ; name
+ dw SeismicTossName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 60 ; damage
db 0
db 0
@@ -6821,19 +6581,19 @@ MachampCard: ; 32c5f (c:6c5f)
db 3 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0a24_ ; kind
+ dw SuperpowerName_ ; kind
db 68 ; Pokedex number
db 0
db 67 ; level
db 5, 3 ; length
dw 287 * 10 ; weight
- dw Text0a31_ ; description
+ dw MachampDescription_ ; description
db 0
GeodudeCard: ; 32ca0 (c:6ca0)
db FIGHTING ; type
dw $3061 ; gfx
- dw Text0a32_ ; name
+ dw GeodudeName_ ; name
db CIRCLE ; rarity
db EVOLUTION | FOSSIL ; set
db GEODUDE
@@ -6843,10 +6603,9 @@ GeodudeCard: ; 32ca0 (c:6ca0)
; move 1
energy FIGHTING, 1, COLORLESS, 1 ; energies
- dw Text0a33_ ; name
- dw Text0a34_ ; description
- db 0
- db 0
+ dw StoneBarrageName_ ; name
+ dw StoneBarrageDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 3
db 182
@@ -6861,8 +6620,7 @@ GeodudeCard: ; 32ca0 (c:6ca0)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -6876,32 +6634,31 @@ GeodudeCard: ; 32ca0 (c:6ca0)
db 1 ; retreat cost
db WR_GRASS ; weakness
db NONE ; resistance
- dw Text0a35_ ; kind
+ dw GeodudeKind_ ; kind
db 74 ; Pokedex number
db 0
db 16 ; level
db 1, 4 ; length
dw 44 * 10 ; weight
- dw Text0a36_ ; description
+ dw GeodudeDescription_ ; description
db 19
GravelerCard: ; 32ce1 (c:6ce1)
db FIGHTING ; type
dw $30c2 ; gfx
- dw Text0a37_ ; name
+ dw GravelerName_ ; name
db DIAMOND ; rarity
db EVOLUTION | FOSSIL ; set
db GRAVELER
db 60 ; hp
db STAGE1 ; stage
- dw Text0a32_ ; pre-evo name
+ dw GeodudeName_ ; pre-evo name
; move 1
energy FIGHTING, 2 ; energies
- dw Text0a38_ ; name
- dw Text0a39_ ; description
- db 0
- db 0
+ dw HardenName_ ; name
+ dw GravelersHardenDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 6
@@ -6914,10 +6671,9 @@ GravelerCard: ; 32ce1 (c:6ce1)
; move 2
energy FIGHTING, 2, COLORLESS, 1 ; energies
- dw Text0a3a_ ; name
+ dw RockThrowName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 40 ; damage
db 0
db 0
@@ -6931,32 +6687,31 @@ GravelerCard: ; 32ce1 (c:6ce1)
db 2 ; retreat cost
db WR_GRASS ; weakness
db NONE ; resistance
- dw Text0a35_ ; kind
+ dw GeodudeKind_ ; kind
db 75 ; Pokedex number
db 0
db 29 ; level
db 3, 3 ; length
dw 232 * 10 ; weight
- dw Text0a3b_ ; description
+ dw GravelerDescription_ ; description
db 16
GolemCard: ; 32d22 (c:6d22)
db FIGHTING ; type
dw $3123 ; gfx
- dw Text0a3c_ ; name
+ dw GolemName_ ; name
db DIAMOND ; rarity
db EVOLUTION | FOSSIL ; set
db GOLEM
db 80 ; hp
db STAGE2 ; stage
- dw Text0a37_ ; pre-evo name
+ dw GravelerName_ ; pre-evo name
; move 1
energy FIGHTING, 3, COLORLESS, 1 ; energies
- dw Text0a3d_ ; name
+ dw AvalancheName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 60 ; damage
db 0
db 0
@@ -6969,10 +6724,9 @@ GolemCard: ; 32d22 (c:6d22)
; move 2
energy FIGHTING, 4 ; energies
- dw Text08c0_ ; name
- dw Text0a3e_ ; description
- db 0
- db 0
+ dw SelfdestructName_ ; name
+ dw AvalancheDescription_ ; description
+ dw NONE ; description (cont)
db 100 ; damage
db 0
db 2
@@ -6986,19 +6740,19 @@ GolemCard: ; 32d22 (c:6d22)
db 4 ; retreat cost
db WR_GRASS ; weakness
db NONE ; resistance
- dw Text0a3f_ ; kind
+ dw GolemKind_ ; kind
db 76 ; Pokedex number
db 0
db 36 ; level
db 4, 7 ; length
dw 662 * 10 ; weight
- dw Text0a40_ ; description
+ dw GolemDescription_ ; description
db 0
OnixCard: ; 32d63 (c:6d63)
db FIGHTING ; type
dw $3184 ; gfx
- dw Text0a41_ ; name
+ dw OnixName_ ; name
db CIRCLE ; rarity
db LABORATORY | NONE ; set
db ONIX
@@ -7008,10 +6762,9 @@ OnixCard: ; 32d63 (c:6d63)
; move 1
energy FIGHTING, 1 ; energies
- dw Text0a3a_ ; name
+ dw RockThrowName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -7024,10 +6777,9 @@ OnixCard: ; 32d63 (c:6d63)
; move 2
energy FIGHTING, 2 ; energies
- dw Text0a38_ ; name
- dw Text0a42_ ; description
- db 0
- db 0
+ dw HardenName_ ; name
+ dw OnixsHardenDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 189
@@ -7041,19 +6793,19 @@ OnixCard: ; 32d63 (c:6d63)
db 3 ; retreat cost
db WR_GRASS ; weakness
db NONE ; resistance
- dw Text0a43_ ; kind
+ dw OnixKind_ ; kind
db 95 ; Pokedex number
db 0
db 12 ; level
db 28, 10 ; length
dw 463 * 10 ; weight
- dw Text0a44_ ; description
+ dw OnixDescription_ ; description
db 0
CuboneCard: ; 32da4 (c:6da4)
db FIGHTING ; type
dw $31e5 ; gfx
- dw Text0a45_ ; name
+ dw CuboneName_ ; name
db CIRCLE ; rarity
db EVOLUTION | JUNGLE ; set
db CUBONE
@@ -7063,10 +6815,9 @@ CuboneCard: ; 32da4 (c:6da4)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0a46_ ; name
- dw Text0a47_ ; description
- db 0
- db 0
+ dw SnivelName_ ; name
+ dw SnivelDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 216
@@ -7079,10 +6830,9 @@ CuboneCard: ; 32da4 (c:6da4)
; move 2
energy FIGHTING, 2 ; energies
- dw Text0917_ ; name
- dw Text0a48_ ; description
- db 0
- db 0
+ dw RageName_ ; name
+ dw CubonesRageDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 220
@@ -7096,32 +6846,31 @@ CuboneCard: ; 32da4 (c:6da4)
db 1 ; retreat cost
db WR_GRASS ; weakness
db WR_LIGHTNING ; resistance
- dw Text0a49_ ; kind
+ dw CuboneKind_ ; kind
db 104 ; Pokedex number
db 0
db 13 ; level
db 1, 4 ; length
dw 14 * 10 ; weight
- dw Text0a4a_ ; description
+ dw CuboneDescription_ ; description
db 19
Marowak1Card: ; 32de5 (c:6de5)
db FIGHTING ; type
dw $3246 ; gfx
- dw Text0a4b_ ; name
+ dw MarowakName_ ; name
db DIAMOND ; rarity
db LABORATORY | JUNGLE ; set
db MAROWAK1
db 60 ; hp
db STAGE1 ; stage
- dw Text0a45_ ; pre-evo name
+ dw CuboneName_ ; pre-evo name
; move 1
energy FIGHTING, 2 ; energies
- dw Text0a4c_ ; name
- dw Text083c_ ; description
- db 0
- db 0
+ dw BonemerangName_ ; name
+ dw DoubleAttackX30Description_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 3
db 227
@@ -7134,10 +6883,9 @@ Marowak1Card: ; 32de5 (c:6de5)
; move 2
energy FIGHTING, 2, COLORLESS, 1 ; energies
- dw Text0a4d_ ; name
- dw Text0a4e_ ; description
- db 0
- db 0
+ dw CallForFriendName_ ; name
+ dw CallForFriendDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 234
@@ -7151,32 +6899,31 @@ Marowak1Card: ; 32de5 (c:6de5)
db 1 ; retreat cost
db WR_GRASS ; weakness
db WR_LIGHTNING ; resistance
- dw Text0a4f_ ; kind
+ dw MarowakKind_ ; kind
db 105 ; Pokedex number
db 0
db 26 ; level
db 3, 3 ; length
dw 99 * 10 ; weight
- dw Text0a50_ ; description
+ dw Marowak1Description_ ; description
db 0
Marowak2Card: ; 32e26 (c:6e26)
db FIGHTING ; type
dw $32a7 ; gfx
- dw Text0a4b_ ; name
+ dw MarowakName_ ; name
db DIAMOND ; rarity
db EVOLUTION | GB ; set
db MAROWAK2
db 70 ; hp
db STAGE1 ; stage
- dw Text0a45_ ; pre-evo name
+ dw CuboneName_ ; pre-evo name
; move 1
energy FIGHTING, 1, COLORLESS, 1 ; energies
- dw Text0a51_ ; name
- dw Text0a52_ ; description
- db 0
- db 0
+ dw BoneAttackName_ ; name
+ dw BoneAttackDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 63
@@ -7189,10 +6936,9 @@ Marowak2Card: ; 32e26 (c:6e26)
; move 2
energy FIGHTING, 3 ; energies
- dw Text0a53_ ; name
- dw Text0a54_ ; description
- db 0
- db 0
+ dw WailName_ ; name
+ dw WailDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 67
@@ -7206,19 +6952,19 @@ Marowak2Card: ; 32e26 (c:6e26)
db 2 ; retreat cost
db WR_GRASS ; weakness
db WR_LIGHTNING ; resistance
- dw Text0a4f_ ; kind
+ dw MarowakKind_ ; kind
db 105 ; Pokedex number
db 0
db 32 ; level
db 3, 3 ; length
dw 99 * 10 ; weight
- dw Text0a55_ ; description
+ dw Marowak2Description_ ; description
db 0
HitmonleeCard: ; 32e67 (c:6e67)
db FIGHTING ; type
dw $3308 ; gfx
- dw Text0a56_ ; name
+ dw HitmonleeName_ ; name
db STAR ; rarity
db LABORATORY | FOSSIL ; set
db HITMONLEE
@@ -7228,10 +6974,9 @@ HitmonleeCard: ; 32e67 (c:6e67)
; move 1
energy FIGHTING, 2 ; energies
- dw Text0a57_ ; name
- dw Text0a58_ ; description
- db 0
- db 0
+ dw StretchKickName_ ; name
+ dw StretchKickDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 24
@@ -7244,10 +6989,9 @@ HitmonleeCard: ; 32e67 (c:6e67)
; move 2
energy FIGHTING, 3 ; energies
- dw Text0a59_ ; name
+ dw HighJumpKickName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 50 ; damage
db 0
db 0
@@ -7261,19 +7005,19 @@ HitmonleeCard: ; 32e67 (c:6e67)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0a5a_ ; kind
+ dw HitmonleeKind_ ; kind
db 106 ; Pokedex number
db 0
db 30 ; level
db 4, 11 ; length
dw 110 * 10 ; weight
- dw Text0a5b_ ; description
+ dw HitmonleeDescription_ ; description
db 0
HitmonchanCard: ; 32ea8 (c:6ea8)
db FIGHTING ; type
dw $3369 ; gfx
- dw Text0a5c_ ; name
+ dw HitmonchanName_ ; name
db STAR ; rarity
db COLOSSEUM | NONE ; set
db HITMONCHAN
@@ -7283,10 +7027,9 @@ HitmonchanCard: ; 32ea8 (c:6ea8)
; move 1
energy FIGHTING, 1 ; energies
- dw Text0a5d_ ; name
+ dw JabName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 0
@@ -7299,10 +7042,9 @@ HitmonchanCard: ; 32ea8 (c:6ea8)
; move 2
energy FIGHTING, 2, COLORLESS, 1 ; energies
- dw Text0a5e_ ; name
+ dw SpecialPunch_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 40 ; damage
db 0
db 0
@@ -7316,19 +7058,19 @@ HitmonchanCard: ; 32ea8 (c:6ea8)
db 2 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0a5f_ ; kind
+ dw HitmonchanKind_ ; kind
db 107 ; Pokedex number
db 0
db 33 ; level
db 4, 7 ; length
dw 111 * 10 ; weight
- dw Text0a60_ ; description
+ dw HitmonchanDescription_ ; description
db 0
RhyhornCard: ; 32ee9 (c:6ee9)
db FIGHTING ; type
dw $33ca ; gfx
- dw Text0a61_ ; name
+ dw RhyhornName_ ; name
db CIRCLE ; rarity
db MYSTERY | JUNGLE ; set
db RHYHORN
@@ -7338,10 +7080,9 @@ RhyhornCard: ; 32ee9 (c:6ee9)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0a62_ ; name
- dw Text0a63_ ; description
- db 0
- db 0
+ dw LeerName_ ; name
+ dw LeerDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 20
@@ -7354,10 +7095,9 @@ RhyhornCard: ; 32ee9 (c:6ee9)
; move 2
energy FIGHTING, 1, COLORLESS, 2 ; energies
- dw Text097b_ ; name
+ dw HornAttackName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -7371,32 +7111,31 @@ RhyhornCard: ; 32ee9 (c:6ee9)
db 3 ; retreat cost
db WR_GRASS ; weakness
db WR_LIGHTNING ; resistance
- dw Text0a64_ ; kind
+ dw RhyhornKind_ ; kind
db 111 ; Pokedex number
db 0
db 18 ; level
db 3, 3 ; length
dw 254 * 10 ; weight
- dw Text0a65_ ; description
+ dw RhyhornDescription_ ; description
db 16
RhydonCard: ; 32f2a (c:6f2a)
db FIGHTING ; type
dw $342b ; gfx
- dw Text0a66_ ; name
+ dw RhydonName_ ; name
db DIAMOND ; rarity
db MYSTERY | JUNGLE ; set
db RHYDON
db 100 ; hp
db STAGE1 ; stage
- dw Text0a61_ ; pre-evo name
+ dw RhyhornName_ ; pre-evo name
; move 1
energy FIGHTING, 1, COLORLESS, 2 ; energies
- dw Text097b_ ; name
+ dw HornAttackName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -7409,10 +7148,9 @@ RhydonCard: ; 32f2a (c:6f2a)
; move 2
energy FIGHTING, 4 ; energies
- dw Text0a67_ ; name
- dw Text0a68_ ; description
- db 105
- db 10
+ dw RamName_ ; name
+ dw RamDescription_ ; description
+ dw RamDescriptionCont_ ; description (cont)
db 50 ; damage
db 0
db 10
@@ -7426,32 +7164,31 @@ RhydonCard: ; 32f2a (c:6f2a)
db 3 ; retreat cost
db WR_GRASS ; weakness
db WR_LIGHTNING ; resistance
- dw Text085a_ ; kind
+ dw NidoqueenKind_ ; kind
db 112 ; Pokedex number
db 0
db 48 ; level
db 6, 3 ; length
dw 265 * 10 ; weight
- dw Text0a6a_ ; description
+ dw RhydonDescription_ ; description
db 0
KabutoCard: ; 32f6b (c:6f6b)
db FIGHTING ; type
dw $348c ; gfx
- dw Text0a6b_ ; name
+ dw KabutoName_ ; name
db CIRCLE ; rarity
db MYSTERY | FOSSIL ; set
db KABUTO
db 30 ; hp
db STAGE1 ; stage
- dw Text09a1_ ; pre-evo name
+ dw MysteriousFossilName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text0a6c_ ; name
- dw Text0a6d_ ; description
- db 110
- db 10
+ dw KabutoArmorName_ ; name
+ dw KabutoArmorDescription_ ; description
+ dw KabutoArmorDescriptionCont_ ; description (cont)
db 0 ; damage
db 4
db 208
@@ -7464,10 +7201,9 @@ KabutoCard: ; 32f6b (c:6f6b)
; move 2
energy COLORLESS, 1 ; energies
- dw Text0883_ ; name
+ dw ScratchName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -7481,32 +7217,31 @@ KabutoCard: ; 32f6b (c:6f6b)
db 1 ; retreat cost
db WR_GRASS ; weakness
db NONE ; resistance
- dw Text0934_ ; kind
+ dw BlastoiseKind_ ; kind
db 140 ; Pokedex number
db 0
db 9 ; level
db 1, 8 ; length
dw 25 * 10 ; weight
- dw Text0a6f_ ; description
+ dw KabutoDescription_ ; description
db 19
KabutopsCard: ; 32fac (c:6fac)
db FIGHTING ; type
dw $34ed ; gfx
- dw Text0a70_ ; name
+ dw KabutopsName_ ; name
db STAR ; rarity
db MYSTERY | FOSSIL ; set
db KABUTOPS
db 60 ; hp
db STAGE2 ; stage
- dw Text0a6b_ ; pre-evo name
+ dw KabutoName_ ; pre-evo name
; move 1
energy FIGHTING, 2 ; energies
- dw Text0a71_ ; name
+ dw SharpSickleName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -7519,10 +7254,9 @@ KabutopsCard: ; 32fac (c:6fac)
; move 2
energy FIGHTING, 4 ; energies
- dw Text0a72_ ; name
- dw Text0a73_ ; description
- db 116
- db 10
+ dw AbsorbName_ ; name
+ dw AbsorbDescription_ ; description
+ dw AbsorbDescriptionCont_ ; description (cont)
db 40 ; damage
db 0
db 212
@@ -7536,32 +7270,31 @@ KabutopsCard: ; 32fac (c:6fac)
db 1 ; retreat cost
db WR_GRASS ; weakness
db NONE ; resistance
- dw Text0934_ ; kind
+ dw BlastoiseKind_ ; kind
db 141 ; Pokedex number
db 0
db 30 ; level
db 4, 3 ; length
dw 89 * 10 ; weight
- dw Text0a75_ ; description
+ dw KabutopsDescription_ ; description
db 0
AerodactylCard: ; 32fed (c:6fed)
db FIGHTING ; type
dw $354e ; gfx
- dw Text0a76_ ; name
+ dw AerodactylName_ ; name
db STAR ; rarity
db MYSTERY | FOSSIL ; set
db AERODACTYL
db 60 ; hp
db STAGE1 ; stage
- dw Text09a1_ ; pre-evo name
+ dw MysteriousFossilName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text0a77_ ; name
- dw Text0a78_ ; description
- db 0
- db 0
+ dw PrehistoricPowerName_ ; name
+ dw PrehistoricPowerDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 52
@@ -7574,10 +7307,9 @@ AerodactylCard: ; 32fed (c:6fed)
; move 2
energy COLORLESS, 3 ; energies
- dw Text086f_ ; name
+ dw WingAttackName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -7591,19 +7323,19 @@ AerodactylCard: ; 32fed (c:6fed)
db 2 ; retreat cost
db WR_GRASS ; weakness
db WR_FIGHTING ; resistance
- dw Text0a79_ ; kind
+ dw AerodactylKind_ ; kind
db 142 ; Pokedex number
db 0
db 28 ; level
db 5, 11 ; length
dw 130 * 10 ; weight
- dw Text0a7a_ ; description
+ dw AerodactylDescription_ ; description
db 1
AbraCard: ; 3302e (c:702e)
db PSYCHIC ; type
dw $35af ; gfx
- dw Text0a7b_ ; name
+ dw AbraName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | NONE ; set
db ABRA
@@ -7613,10 +7345,9 @@ AbraCard: ; 3302e (c:702e)
; move 1
energy PSYCHIC, 1 ; energies
- dw Text093c_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw PsyshockName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 136
@@ -7631,8 +7362,7 @@ AbraCard: ; 3302e (c:702e)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -7646,32 +7376,31 @@ AbraCard: ; 3302e (c:702e)
db 0 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0a7c_ ; kind
+ dw AbraKind_ ; kind
db 63 ; Pokedex number
db 0
db 10 ; level
db 2, 11 ; length
dw 43 * 10 ; weight
- dw Text0a7d_ ; description
+ dw AbraDescription_ ; description
db 16
KadabraCard: ; 3306f (c:706f)
db PSYCHIC ; type
dw $3610 ; gfx
- dw Text0a7e_ ; name
+ dw KadabraName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db KADABRA
db 60 ; hp
db STAGE1 ; stage
- dw Text0a7b_ ; pre-evo name
+ dw AbraName_ ; pre-evo name
; move 1
energy PSYCHIC, 2 ; energies
- dw Text0986_ ; name
- dw Text0a7f_ ; description
- db 0
- db 0
+ dw RecoverName_ ; name
+ dw KadabrasRecoverDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 142
@@ -7684,10 +7413,9 @@ KadabraCard: ; 3306f (c:706f)
; move 2
energy PSYCHIC, 2, COLORLESS, 1 ; energies
- dw Text0a80_ ; name
+ dw KadabraKind_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 50 ; damage
db 0
db 0
@@ -7701,32 +7429,31 @@ KadabraCard: ; 3306f (c:706f)
db 3 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0a7c_ ; kind
+ dw AbraKind_ ; kind
db 64 ; Pokedex number
db 0
db 38 ; level
db 4, 3 ; length
dw 125 * 10 ; weight
- dw Text0a81_ ; description
+ dw KadabraDescription_ ; description
db 16
AlakazamCard: ; 330b0 (c:70b0)
db PSYCHIC ; type
dw $3671 ; gfx
- dw Text0a82_ ; name
+ dw AlakazamName_ ; name
db STAR ; rarity
db MYSTERY | NONE ; set
db ALAKAZAM
db 80 ; hp
db STAGE2 ; stage
- dw Text0a7e_ ; pre-evo name
+ dw KadabraName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text0a83_ ; name
- dw Text0a84_ ; description
- db 0
- db 0
+ dw DamageSwapName_ ; name
+ dw DamageSwapDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 251
@@ -7739,10 +7466,9 @@ AlakazamCard: ; 330b0 (c:70b0)
; move 2
energy PSYCHIC, 3 ; energies
- dw Text08e4_ ; name
- dw Text0853_ ; description
- db 0
- db 0
+ dw ConfuseRayName_ ; name
+ dw MayInflictConfusionDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 5
@@ -7756,19 +7482,19 @@ AlakazamCard: ; 330b0 (c:70b0)
db 3 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0a7c_ ; kind
+ dw AbraKind_ ; kind
db 65 ; Pokedex number
db 0
db 42 ; level
db 4, 11 ; length
dw 106 * 10 ; weight
- dw Text0a85_ ; description
+ dw AlakazamDescription_ ; description
db 0
Slowpoke1Card: ; 330f1 (c:70f1)
db PSYCHIC ; type
dw $36d2 ; gfx
- dw Text0a86_ ; name
+ dw SlowpokeName_ ; name
db PROMOSTAR ; rarity
db PROMOTIONAL | PRO ; set
db SLOWPOKE1
@@ -7778,10 +7504,9 @@ Slowpoke1Card: ; 330f1 (c:70f1)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0957_ ; name
+ dw HeadbuttName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -7794,10 +7519,9 @@ Slowpoke1Card: ; 330f1 (c:70f1)
; move 2
energy PSYCHIC, 2 ; energies
- dw Text0946_ ; name
- dw Text0a87_ ; description
- db 0
- db 0
+ dw AmnesiaName_ ; name
+ dw SlowpokesAmnesiaDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 129
@@ -7811,19 +7535,19 @@ Slowpoke1Card: ; 330f1 (c:70f1)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0a88_ ; kind
+ dw SlowpokeKind_ ; kind
db 79 ; Pokedex number
db 0
db 9 ; level
db 3, 11 ; length
dw 79 * 10 ; weight
- dw Text0a89_ ; description
+ dw Slowpoke1Description_ ; description
db 19
Slowpoke2Card: ; 33132 (c:7132)
db PSYCHIC ; type
dw $3733 ; gfx
- dw Text0a86_ ; name
+ dw SlowpokeName_ ; name
db CIRCLE ; rarity
db LABORATORY | FOSSIL ; set
db SLOWPOKE2
@@ -7833,10 +7557,9 @@ Slowpoke2Card: ; 33132 (c:7132)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0a8a_ ; name
- dw Text0a8b_ ; description
- db 0
- db 0
+ dw SpacingOutName_ ; name
+ dw SpacingOutDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 100
@@ -7849,10 +7572,9 @@ Slowpoke2Card: ; 33132 (c:7132)
; move 2
energy PSYCHIC, 2 ; energies
- dw Text0a8c_ ; name
- dw Text0a8d_ ; description
- db 0
- db 0
+ dw ScavengeName_ ; name
+ dw ScavengeDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 110
@@ -7866,32 +7588,31 @@ Slowpoke2Card: ; 33132 (c:7132)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0a88_ ; kind
+ dw SlowpokeKind_ ; kind
db 79 ; Pokedex number
db 0
db 18 ; level
db 3, 11 ; length
dw 79 * 10 ; weight
- dw Text0a89_ ; description
+ dw Slowpoke1Description_ ; description
db 16
SlowbroCard: ; 33173 (c:7173)
db PSYCHIC ; type
dw $3794 ; gfx
- dw Text0a8e_ ; name
+ dw SlowbroName_ ; name
db DIAMOND ; rarity
db LABORATORY | FOSSIL ; set
db SLOWBRO
db 60 ; hp
db STAGE1 ; stage
- dw Text0a86_ ; pre-evo name
+ dw SlowpokeName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text0a8f_ ; name
- dw Text0a90_ ; description
- db 0
- db 0
+ dw StrangeBehaviorName_ ; name
+ dw StrangeBehaviorDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 86
@@ -7904,10 +7625,9 @@ SlowbroCard: ; 33173 (c:7173)
; move 2
energy PSYCHIC, 2 ; energies
- dw Text093c_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw PsyshockName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 96
@@ -7921,19 +7641,19 @@ SlowbroCard: ; 33173 (c:7173)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0a91_ ; kind
+ dw SlowbroKind_ ; kind
db 80 ; Pokedex number
db 0
db 26 ; level
db 5, 3 ; length
dw 173 * 10 ; weight
- dw Text0a92_ ; description
+ dw SlowbroDescription_ ; description
db 1
Gastly1Card: ; 331b4 (c:71b4)
db PSYCHIC ; type
dw $3800 ; gfx
- dw Text0a93_ ; name
+ dw GastlyName_ ; name
db CIRCLE ; rarity
db EVOLUTION | NONE ; set
db GASTLY1
@@ -7943,10 +7663,9 @@ Gastly1Card: ; 331b4 (c:71b4)
; move 1
energy PSYCHIC, 1 ; energies
- dw Text0a94_ ; name
- dw Text0a95_ ; description
- db 0
- db 0
+ dw SleepingGasName_ ; name
+ dw MayInflictSleepDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 160
@@ -7959,10 +7678,9 @@ Gastly1Card: ; 331b4 (c:71b4)
; move 2
energy PSYCHIC, 1, COLORLESS, 1 ; energies
- dw Text0a96_ ; name
- dw Text0a97_ ; description
- db 0
- db 0
+ dw DestinyBondName_ ; name
+ dw DestinyBondDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 164
@@ -7976,19 +7694,19 @@ Gastly1Card: ; 331b4 (c:71b4)
db 0 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text0a98_ ; kind
+ dw GastlyKind_ ; kind
db 92 ; Pokedex number
db 0
db 8 ; level
db 4, 3 ; length
dw 2 ; weight
- dw Text0a99_ ; description
+ dw Gastly1Description_ ; description
db 16
Gastly2Card: ; 331f5 (c:71f5)
db PSYCHIC ; type
dw $3861 ; gfx
- dw Text0a93_ ; name
+ dw GastlyName_ ; name
db DIAMOND ; rarity
db LABORATORY | FOSSIL ; set
db GASTLY2
@@ -7998,10 +7716,9 @@ Gastly2Card: ; 331f5 (c:71f5)
; move 1
energy PSYCHIC, 1 ; energies
- dw Text0a9a_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw LickName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 180
@@ -8014,10 +7731,9 @@ Gastly2Card: ; 331f5 (c:71f5)
; move 2
energy PSYCHIC, 2 ; energies
- dw Text0a9b_ ; name
- dw Text0a9c_ ; description
- db 0
- db 0
+ dw EnergyConversionName_ ; name
+ dw EnergyConversionDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 184
@@ -8031,32 +7747,31 @@ Gastly2Card: ; 331f5 (c:71f5)
db 0 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text0a98_ ; kind
+ dw GastlyKind_ ; kind
db 92 ; Pokedex number
db 0
db 17 ; level
db 4, 3 ; length
dw 2 ; weight
- dw Text0a9d_ ; description
+ dw Gastly2Description_ ; description
db 19
Haunter1Card: ; 33236 (c:7236)
db PSYCHIC ; type
dw $38c2 ; gfx
- dw Text0a9e_ ; name
+ dw HaunterName_ ; name
db STAR ; rarity
db LABORATORY | FOSSIL ; set
db HAUNTER1
db 50 ; hp
db STAGE1 ; stage
- dw Text0a93_ ; pre-evo name
+ dw GastlyName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text0a9f_ ; name
- dw Text0aa0_ ; description
- db 0
- db 0
+ dw TransparencyName_ ; name
+ dw TransparencyDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 205
@@ -8069,10 +7784,9 @@ Haunter1Card: ; 33236 (c:7236)
; move 2
energy PSYCHIC, 1, COLORLESS, 1 ; energies
- dw Text0aa1_ ; name
- dw Text0885_ ; description
- db 0
- db 0
+ dw NightmareName_ ; name
+ dw InflictSleepDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 209
@@ -8086,32 +7800,31 @@ Haunter1Card: ; 33236 (c:7236)
db 0 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text0a98_ ; kind
+ dw GastlyKind_ ; kind
db 93 ; Pokedex number
db 0
db 17 ; level
db 5, 3 ; length
dw 2 ; weight
- dw Text0aa2_ ; description
+ dw HaunterDescription_ ; description
db 16
Haunter2Card: ; 33277 (c:7277)
db PSYCHIC ; type
dw $3923 ; gfx
- dw Text0a9e_ ; name
+ dw HaunterName_ ; name
db DIAMOND ; rarity
db EVOLUTION | NONE ; set
db HAUNTER2
db 60 ; hp
db STAGE1 ; stage
- dw Text0a93_ ; pre-evo name
+ dw GastlyName_ ; pre-evo name
; move 1
energy PSYCHIC, 1 ; energies
- dw Text08ae_ ; name
- dw Text0885_ ; description
- db 0
- db 0
+ dw HypnosisName_ ; name
+ dw InflictSleepDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 197
@@ -8124,10 +7837,9 @@ Haunter2Card: ; 33277 (c:7277)
; move 2
energy PSYCHIC, 2 ; energies
- dw Text0aa3_ ; name
- dw Text0aa4_ ; description
- db 0
- db 0
+ dw DreamEaterName_ ; name
+ dw DreamEaterDescription_ ; description
+ dw NONE ; description (cont)
db 50 ; damage
db 0
db 201
@@ -8141,32 +7853,31 @@ Haunter2Card: ; 33277 (c:7277)
db 1 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text0a98_ ; kind
+ dw GastlyKind_ ; kind
db 93 ; Pokedex number
db 0
db 22 ; level
db 5, 3 ; length
dw 2 ; weight
- dw Text0aa2_ ; description
+ dw HaunterDescription_ ; description
db 16
GengarCard: ; 332b8 (c:72b8)
db PSYCHIC ; type
dw $3984 ; gfx
- dw Text0aa5_ ; name
+ dw GengarName_ ; name
db STAR ; rarity
db EVOLUTION | FOSSIL ; set
db GENGAR
db 80 ; hp
db STAGE2 ; stage
- dw Text0a9e_ ; pre-evo name
+ dw HaunterName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text0aa6_ ; name
- dw Text0aa7_ ; description
- db 0
- db 0
+ dw CurseName_ ; name
+ dw CurseDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 140
@@ -8179,10 +7890,9 @@ GengarCard: ; 332b8 (c:72b8)
; move 2
energy PSYCHIC, 3 ; energies
- dw Text0aa8_ ; name
- dw Text0aa9_ ; description
- db 0
- db 0
+ dw DarkMindName_ ; name
+ dw DarkMindDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 150
@@ -8196,19 +7906,19 @@ GengarCard: ; 332b8 (c:72b8)
db 1 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text0aaa_ ; kind
+ dw GengarKind_ ; kind
db 94 ; Pokedex number
db 0
db 38 ; level
db 4, 11 ; length
dw 89 * 10 ; weight
- dw Text0aab_ ; description
+ dw GengarDescription_ ; description
db 1
DrowzeeCard: ; 332f9 (c:72f9)
db PSYCHIC ; type
dw $39e5 ; gfx
- dw Text0aac_ ; name
+ dw DrowzeeName_ ; name
db CIRCLE ; rarity
db MYSTERY | NONE ; set
db DROWZEE
@@ -8218,10 +7928,9 @@ DrowzeeCard: ; 332f9 (c:72f9)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0aad_ ; name
+ dw PoundName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -8234,10 +7943,9 @@ DrowzeeCard: ; 332f9 (c:72f9)
; move 2
energy PSYCHIC, 2 ; energies
- dw Text08e4_ ; name
- dw Text0853_ ; description
- db 0
- db 0
+ dw ConfuseRayName_ ; name
+ dw MayInflictConfusionDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 236
@@ -8251,32 +7959,31 @@ DrowzeeCard: ; 332f9 (c:72f9)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text08ae_ ; kind
+ dw HypnosisName_ ; kind
db 96 ; Pokedex number
db 0
db 12 ; level
db 3, 3 ; length
dw 71 * 10 ; weight
- dw Text0aae_ ; description
+ dw DrowzeeDescription_ ; description
db 19
HypnoCard: ; 3333a (c:733a)
db PSYCHIC ; type
dw $3a46 ; gfx
- dw Text0aaf_ ; name
+ dw HypnoName_ ; name
db STAR ; rarity
db LABORATORY | FOSSIL ; set
db HYPNO
db 90 ; hp
db STAGE1 ; stage
- dw Text0aac_ ; pre-evo name
+ dw DrowzeeName_ ; pre-evo name
; move 1
energy PSYCHIC, 1 ; energies
- dw Text0ab0_ ; name
- dw Text0ab1_ ; description
- db 0
- db 0
+ dw ProphecyName_ ; name
+ dw ProphecyDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 213
@@ -8289,10 +7996,9 @@ HypnoCard: ; 3333a (c:733a)
; move 2
energy PSYCHIC, 3 ; energies
- dw Text0aa8_ ; name
- dw Text0aa9_ ; description
- db 0
- db 0
+ dw DarkMindName_ ; name
+ dw DarkMindDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 226
@@ -8306,19 +8012,19 @@ HypnoCard: ; 3333a (c:733a)
db 2 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text08ae_ ; kind
+ dw HypnosisName_ ; kind
db 97 ; Pokedex number
db 0
db 36 ; level
db 5, 3 ; length
dw 167 * 10 ; weight
- dw Text0ab2_ ; description
+ dw HypnoDescription_ ; description
db 0
MrMimeCard: ; 3337b (c:737b)
db PSYCHIC ; type
dw $3aa7 ; gfx
- dw Text0ab3_ ; name
+ dw MrMimeName_ ; name
db STAR ; rarity
db LABORATORY | JUNGLE ; set
db MR_MIME
@@ -8328,10 +8034,9 @@ MrMimeCard: ; 3337b (c:737b)
; move 1
energy 0 ; energies
- dw Text0ab4_ ; name
- dw Text0ab5_ ; description
- db 182
- db 10
+ dw InvisibleWallName_ ; name
+ dw InvisibleWallDescription_ ; description
+ dw InvisibleWallDescriptionCont_ ; description (cont)
db 0 ; damage
db 4
db 240
@@ -8344,10 +8049,9 @@ MrMimeCard: ; 3337b (c:737b)
; move 2
energy PSYCHIC, 1, COLORLESS, 1 ; energies
- dw Text0ab7_ ; name
- dw Text0ab8_ ; description
- db 0
- db 0
+ dw MeditateName_ ; name
+ dw MrMimesMeditateDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 244
@@ -8361,19 +8065,19 @@ MrMimeCard: ; 3337b (c:737b)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0ab9_ ; kind
+ dw MrMimeKindAndBarrierName_ ; kind
db 122 ; Pokedex number
db 0
db 28 ; level
db 4, 3 ; length
dw 120 * 10 ; weight
- dw Text0aba_ ; description
+ dw MrMimeDescription_ ; description
db 3
JynxCard: ; 333bc (c:73bc)
db PSYCHIC ; type
dw $3b08 ; gfx
- dw Text0abb_ ; name
+ dw JynxName_ ; name
db DIAMOND ; rarity
db EVOLUTION | NONE ; set
db JYNX
@@ -8383,10 +8087,9 @@ JynxCard: ; 333bc (c:73bc)
; move 1
energy PSYCHIC, 1 ; energies
- dw Text0948_ ; name
- dw Text0abc_ ; description
- db 0
- db 0
+ dw DoubleslapName_ ; name
+ dw DoubleAttackX10Description_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 3
db 158
@@ -8399,10 +8102,9 @@ JynxCard: ; 333bc (c:73bc)
; move 2
energy PSYCHIC, 2, COLORLESS, 1 ; energies
- dw Text0ab7_ ; name
- dw Text0abd_ ; description
- db 0
- db 0
+ dw MeditateName_ ; name
+ dw JynxsMeditateDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 1
db 165
@@ -8416,19 +8118,19 @@ JynxCard: ; 333bc (c:73bc)
db 2 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0abe_ ; kind
+ dw JynxKind_ ; kind
db 124 ; Pokedex number
db 0
db 23 ; level
db 4, 7 ; length
dw 90 * 10 ; weight
- dw Text0abf_ ; description
+ dw JynxDescription_ ; description
db 0
Mewtwo1Card: ; 333fd (c:73fd)
db PSYCHIC ; type
dw $3b69 ; gfx
- dw Text0ac0_ ; name
+ dw MewtwoName_ ; name
db STAR ; rarity
db LABORATORY | NONE ; set
db MEWTWO1
@@ -8438,10 +8140,9 @@ Mewtwo1Card: ; 333fd (c:73fd)
; move 1
energy PSYCHIC, 1, COLORLESS, 1 ; energies
- dw Text0ac1_ ; name
- dw Text0ac2_ ; description
- db 0
- db 0
+ dw PsychicName_ ; name
+ dw PsychicDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 37
@@ -8454,10 +8155,9 @@ Mewtwo1Card: ; 333fd (c:73fd)
; move 2
energy PSYCHIC, 2 ; energies
- dw Text0ab9_ ; name
- dw Text0ac3_ ; description
- db 0
- db 0
+ dw MrMimeKindAndBarrierName_ ; name
+ dw BarrierDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 44
@@ -8471,19 +8171,19 @@ Mewtwo1Card: ; 333fd (c:73fd)
db 3 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0ac4_ ; kind
+ dw MewtwoKind_ ; kind
db 150 ; Pokedex number
db 0
db 53 ; level
db 6, 7 ; length
dw 269 * 10 ; weight
- dw Text0ac5_ ; description
+ dw Mewtwo1Description_ ; description
db 0
Mewtwo2Card: ; 3343e (c:743e)
db PSYCHIC ; type
dw $3bca ; gfx
- dw Text0ac0_ ; name
+ dw MewtwoName_ ; name
db PROMOSTAR ; rarity
db PROMOTIONAL | PRO ; set
db MEWTWO2
@@ -8493,10 +8193,9 @@ Mewtwo2Card: ; 3343e (c:743e)
; move 1
energy PSYCHIC, 1 ; energies
- dw Text0ac6_ ; name
- dw Text0ac7_ ; description
- db 0
- db 0
+ dw EnergyAbsorptionName_ ; name
+ dw EnergyAbsorptionDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 73
@@ -8509,10 +8208,9 @@ Mewtwo2Card: ; 3343e (c:743e)
; move 2
energy PSYCHIC, 2, COLORLESS, 1 ; energies
- dw Text0ac8_ ; name
+ dw PsyburnName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 40 ; damage
db 0
db 0
@@ -8526,19 +8224,19 @@ Mewtwo2Card: ; 3343e (c:743e)
db 2 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0ac4_ ; kind
+ dw MewtwoKind_ ; kind
db 150 ; Pokedex number
db 0
db 60 ; level
db 6, 7 ; length
dw 269 * 10 ; weight
- dw Text0ac9_ ; description
+ dw Mewtwo2Description_ ; description
db 0
Mewtwo3Card: ; 3347f (c:747f)
db PSYCHIC ; type
dw $3c2b ; gfx
- dw Text0ac0_ ; name
+ dw MewtwoName_ ; name
db PROMOSTAR ; rarity
db PROMOTIONAL | PRO ; set
db MEWTWO3
@@ -8548,10 +8246,9 @@ Mewtwo3Card: ; 3347f (c:747f)
; move 1
energy PSYCHIC, 1 ; energies
- dw Text0ac6_ ; name
- dw Text0ac7_ ; description
- db 0
- db 0
+ dw EnergyAbsorptionName_ ; name
+ dw EnergyAbsorptionDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 60
@@ -8564,10 +8261,9 @@ Mewtwo3Card: ; 3347f (c:747f)
; move 2
energy PSYCHIC, 2, COLORLESS, 1 ; energies
- dw Text0ac8_ ; name
+ dw PsyburnName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 40 ; damage
db 0
db 0
@@ -8581,19 +8277,19 @@ Mewtwo3Card: ; 3347f (c:747f)
db 2 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0ac4_ ; kind
+ dw MewtwoKind_ ; kind
db 150 ; Pokedex number
db 0
db 60 ; level
db 6, 7 ; length
dw 269 * 10 ; weight
- dw Text0ac9_ ; description
+ dw Mewtwo2Description_ ; description
db 0
Mew1Card: ; 334c0 (c:74c0)
db PSYCHIC ; type
dw $3c8c ; gfx
- dw Text0aca_ ; name
+ dw MewName_ ; name
db PROMOSTAR ; rarity
db PROMOTIONAL | PRO ; set
db MEW1
@@ -8603,10 +8299,9 @@ Mew1Card: ; 334c0 (c:74c0)
; move 1
energy 0 ; energies
- dw Text0acb_ ; name
- dw Text0acc_ ; description
- db 0
- db 0
+ dw NeutralizingShieldName_ ; name
+ dw NeutralizingShieldDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 29
@@ -8619,10 +8314,9 @@ Mew1Card: ; 334c0 (c:74c0)
; move 2
energy PSYCHIC, 1 ; energies
- dw Text093c_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw PsyshockName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 33
@@ -8636,19 +8330,19 @@ Mew1Card: ; 334c0 (c:74c0)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0acd_ ; kind
+ dw MewKind_ ; kind
db 151 ; Pokedex number
db 0
db 8 ; level
db 1, 4 ; length
dw 9 * 10 ; weight
- dw Text0ace_ ; description
+ dw Mew1Description_ ; description
db 3
Mew2Card: ; 33501 (c:7501)
db PSYCHIC ; type
dw $3ced ; gfx
- dw Text0aca_ ; name
+ dw MewName_ ; name
db STAR ; rarity
db PROMOTIONAL | GB ; set
db MEW2
@@ -8658,10 +8352,9 @@ Mew2Card: ; 33501 (c:7501)
; move 1
energy PSYCHIC, 1, COLORLESS, 1 ; energies
- dw Text0acf_ ; name
- dw Text0ad0_ ; description
- db 0
- db 0
+ dw MysteryAttackName_ ; name
+ dw MysteryAttackDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 172
@@ -8676,8 +8369,7 @@ Mew2Card: ; 33501 (c:7501)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -8691,19 +8383,19 @@ Mew2Card: ; 33501 (c:7501)
db 0 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0acd_ ; kind
+ dw MewKind_ ; kind
db 151 ; Pokedex number
db 0
db 15 ; level
db 1, 4 ; length
dw 9 * 10 ; weight
- dw Text0ad1_ ; description
+ dw Mew2Description_ ; description
db 0
Mew3Card: ; 33542 (c:7542)
db PSYCHIC ; type
dw $3d4e ; gfx
- dw Text0aca_ ; name
+ dw MewName_ ; name
db STAR ; rarity
db MYSTERY | FOSSIL ; set
db MEW3
@@ -8713,10 +8405,9 @@ Mew3Card: ; 33542 (c:7542)
; move 1
energy PSYCHIC, 1 ; energies
- dw Text0ad2_ ; name
- dw Text0ad3_ ; description
- db 0
- db 0
+ dw PsywaveName_ ; name
+ dw PsywaveDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 3
db 9
@@ -8729,10 +8420,9 @@ Mew3Card: ; 33542 (c:7542)
; move 2
energy PSYCHIC, 2 ; energies
- dw Text0ad4_ ; name
- dw Text0ad5_ ; description
- db 0
- db 0
+ dw DevolutionBeamName_ ; name
+ dw DevolutionBeamDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 13
@@ -8746,19 +8436,19 @@ Mew3Card: ; 33542 (c:7542)
db 1 ; retreat cost
db WR_PSYCHIC ; weakness
db NONE ; resistance
- dw Text0acd_ ; kind
+ dw MewKind_ ; kind
db 151 ; Pokedex number
db 0
db 23 ; level
db 1, 4 ; length
dw 9 * 10 ; weight
- dw Text0ace_ ; description
+ dw Mew1Description_ ; description
db 8
PidgeyCard: ; 33583 (c:7583)
db COLORLESS ; type
dw $3daf ; gfx
- dw Text0ad6_ ; name
+ dw PidgeyName_ ; name
db CIRCLE ; rarity
db EVOLUTION | NONE ; set
db PIDGEY
@@ -8768,10 +8458,9 @@ PidgeyCard: ; 33583 (c:7583)
; move 1
energy COLORLESS, 2 ; energies
- dw Text082c_ ; name
- dw Text082d_ ; description
- db 0
- db 0
+ dw WhirlwindName_ ; name
+ dw WhirlwindDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 2
@@ -8786,8 +8475,7 @@ PidgeyCard: ; 33583 (c:7583)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -8801,32 +8489,31 @@ PidgeyCard: ; 33583 (c:7583)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db WR_FIGHTING ; resistance
- dw Text0ad7_ ; kind
+ dw PidgeyKind_ ; kind
db 16 ; Pokedex number
db 0
db 8 ; level
db 1, 0 ; length
dw 4 * 10 ; weight
- dw Text0ad8_ ; description
+ dw PidgeyDescription_ ; description
db 18
PidgeottoCard: ; 335c4 (c:75c4)
db COLORLESS ; type
dw $3e10 ; gfx
- dw Text0ad9_ ; name
+ dw PidgeottoName_ ; name
db STAR ; rarity
db EVOLUTION | NONE ; set
db PIDGEOTTO
db 60 ; hp
db STAGE1 ; stage
- dw Text0ad6_ ; pre-evo name
+ dw PidgeyName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text082c_ ; name
- dw Text082d_ ; description
- db 0
- db 0
+ dw WhirlwindName_ ; name
+ dw WhirlwindDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 174
@@ -8839,10 +8526,9 @@ PidgeottoCard: ; 335c4 (c:75c4)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0ada_ ; name
- dw Text0adb_ ; description
- db 0
- db 0
+ dw MirrorMoveName_ ; name
+ dw PidgeottosMirrorMoveDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 184
@@ -8856,32 +8542,31 @@ PidgeottoCard: ; 335c4 (c:75c4)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db WR_FIGHTING ; resistance
- dw Text0adc_ ; kind
+ dw PidgeottoKind_ ; kind
db 17 ; Pokedex number
db 0
db 36 ; level
db 3, 7 ; length
dw 66 * 10 ; weight
- dw Text0add_ ; description
+ dw PidgeottoDescription_ ; description
db 16
Pidgeot1Card: ; 33605 (c:7605)
db COLORLESS ; type
dw $3e71 ; gfx
- dw Text0ade_ ; name
+ dw PidgeotName_ ; name
db STAR ; rarity
db LABORATORY | GB ; set
db PIDGEOT1
db 80 ; hp
db STAGE2 ; stage
- dw Text0ad9_ ; pre-evo name
+ dw PidgeottoName_ ; pre-evo name
; move 1
energy COLORLESS, 3 ; energies
- dw Text0adf_ ; name
- dw Text0ae0_ ; description
- db 0
- db 0
+ dw SlicingWindName_ ; name
+ dw SlicingWildDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 85
@@ -8894,10 +8579,9 @@ Pidgeot1Card: ; 33605 (c:7605)
; move 2
energy COLORLESS, 4 ; energies
- dw Text0ae1_ ; name
- dw Text0ae2_ ; description
- db 0
- db 0
+ dw GaleName_ ; name
+ dw GaleDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 89
@@ -8911,32 +8595,31 @@ Pidgeot1Card: ; 33605 (c:7605)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db WR_FIGHTING ; resistance
- dw Text0adc_ ; kind
+ dw PidgeottoKind_ ; kind
db 18 ; Pokedex number
db 0
db 38 ; level
db 4, 11 ; length
dw 87 * 10 ; weight
- dw Text0ae3_ ; description
+ dw Pidgeot1Description_ ; description
db 0
Pidgeot2Card: ; 33646 (c:7646)
db COLORLESS ; type
dw $3ed2 ; gfx
- dw Text0ade_ ; name
+ dw PidgeotName_ ; name
db STAR ; rarity
db EVOLUTION | JUNGLE ; set
db PIDGEOT2
db 80 ; hp
db STAGE2 ; stage
- dw Text0ad9_ ; pre-evo name
+ dw PidgeottoName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text086f_ ; name
+ dw WingAttackName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 0
@@ -8949,10 +8632,9 @@ Pidgeot2Card: ; 33646 (c:7646)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0ae4_ ; name
- dw Text0ae5_ ; description
- db 0
- db 0
+ dw HurricaneName_ ; name
+ dw HurricaneDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 170
@@ -8966,19 +8648,19 @@ Pidgeot2Card: ; 33646 (c:7646)
db 0 ; retreat cost
db WR_LIGHTNING ; weakness
db WR_FIGHTING ; resistance
- dw Text0adc_ ; kind
+ dw PidgeottoKind_ ; kind
db 18 ; Pokedex number
db 0
db 40 ; level
db 4, 11 ; length
dw 87 * 10 ; weight
- dw Text0ae6_ ; description
+ dw Pidgeot2Description_ ; description
db 0
RattataCard: ; 33687 (c:7687)
db COLORLESS ; type
dw $3f33 ; gfx
- dw Text0ae7_ ; name
+ dw RattataName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | NONE ; set
db RATTATA
@@ -8988,10 +8670,9 @@ RattataCard: ; 33687 (c:7687)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0916_ ; name
+ dw BiteName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 0
@@ -9006,8 +8687,7 @@ RattataCard: ; 33687 (c:7687)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -9021,32 +8701,31 @@ RattataCard: ; 33687 (c:7687)
db 0 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0ae8_ ; kind
+ dw RattataKind_ ; kind
db 19 ; Pokedex number
db 0
db 9 ; level
db 1, 0 ; length
dw 8 * 10 ; weight
- dw Text0ae9_ ; description
+ dw RattataDescription_ ; description
db 19
RaticateCard: ; 336c8 (c:76c8)
db COLORLESS ; type
dw $3f94 ; gfx
- dw Text0aea_ ; name
+ dw RaticateName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db RATICATE
db 60 ; hp
db STAGE1 ; stage
- dw Text0ae7_ ; pre-evo name
+ dw RattataName_ ; pre-evo name
; move 1
energy COLORLESS, 1 ; energies
- dw Text0916_ ; name
+ dw BiteName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 0
@@ -9059,10 +8738,9 @@ RaticateCard: ; 336c8 (c:76c8)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0aeb_ ; name
- dw Text0aec_ ; description
- db 0
- db 0
+ dw SuperFangName_ ; name
+ dw SuperFangDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 46
@@ -9076,19 +8754,19 @@ RaticateCard: ; 336c8 (c:76c8)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0ae8_ ; kind
+ dw RattataKind_ ; kind
db 20 ; Pokedex number
db 0
db 41 ; level
db 2, 4 ; length
dw 41 * 10 ; weight
- dw Text0aed_ ; description
+ dw RaticateDescription_ ; description
db 3
SpearowCard: ; 33709 (c:7709)
db COLORLESS ; type
dw $4000 ; gfx
- dw Text0aee_ ; name
+ dw SpearowName_ ; name
db CIRCLE ; rarity
db LABORATORY | JUNGLE ; set
db SPEAROW
@@ -9098,10 +8776,9 @@ SpearowCard: ; 33709 (c:7709)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0aef_ ; name
+ dw PeckName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -9114,10 +8791,9 @@ SpearowCard: ; 33709 (c:7709)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0ada_ ; name
- dw Text0af0_ ; description
- db 0
- db 0
+ dw MirrorMoveName_ ; name
+ dw SpearowsMirrorMoveDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 31
@@ -9131,32 +8807,31 @@ SpearowCard: ; 33709 (c:7709)
db 0 ; retreat cost
db WR_LIGHTNING ; weakness
db WR_FIGHTING ; resistance
- dw Text0ad7_ ; kind
+ dw PidgeyKind_ ; kind
db 21 ; Pokedex number
db 0
db 13 ; level
db 1, 0 ; length
dw 4 * 10 ; weight
- dw Text0af1_ ; description
+ dw SpearowDescription_ ; description
db 19
FearowCard: ; 3374a (c:774a)
db COLORLESS ; type
dw $4061 ; gfx
- dw Text0af2_ ; name
+ dw FearowName_ ; name
db DIAMOND ; rarity
db LABORATORY | JUNGLE ; set
db FEAROW
db 70 ; hp
db STAGE1 ; stage
- dw Text0aee_ ; pre-evo name
+ dw SpearowName_ ; pre-evo name
; move 1
energy COLORLESS, 3 ; energies
- dw Text0909_ ; name
- dw Text0af3_ ; description
- db 0
- db 0
+ dw AgilityName_ ; name
+ dw FearowsAgilityDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 53
@@ -9169,10 +8844,9 @@ FearowCard: ; 3374a (c:774a)
; move 2
energy COLORLESS, 4 ; energies
- dw Text0af4_ ; name
+ dw DrillPeckName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 40 ; damage
db 0
db 0
@@ -9186,19 +8860,19 @@ FearowCard: ; 3374a (c:774a)
db 0 ; retreat cost
db WR_LIGHTNING ; weakness
db WR_FIGHTING ; resistance
- dw Text0af5_ ; kind
+ dw FearowKind_ ; kind
db 22 ; Pokedex number
db 0
db 27 ; level
db 3, 11 ; length
dw 84 * 10 ; weight
- dw Text0af6_ ; description
+ dw FearowDescription_ ; description
db 0
ClefairyCard: ; 3378b (c:778b)
db COLORLESS ; type
dw $40c2 ; gfx
- dw Text0af7_ ; name
+ dw ClefairyName_ ; name
db STAR ; rarity
db MYSTERY | NONE ; set
db CLEFAIRY
@@ -9208,10 +8882,9 @@ ClefairyCard: ; 3378b (c:778b)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0af8_ ; name
- dw Text0a95_ ; description
- db 0
- db 0
+ dw SingName_ ; name
+ dw MayInflictSleepDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 206
@@ -9224,10 +8897,9 @@ ClefairyCard: ; 3378b (c:778b)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0af9_ ; name
- dw Text0afa_ ; description
- db 0
- db 0
+ dw MetronomeName_ ; name
+ dw ClefairysMetronomeDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 210
@@ -9241,32 +8913,31 @@ ClefairyCard: ; 3378b (c:778b)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0afb_ ; kind
+ dw ClefairyKind_ ; kind
db 35 ; Pokedex number
db 0
db 14 ; level
db 2, 0 ; length
dw 17 * 10 ; weight
- dw Text0afc_ ; description
+ dw ClefairyDescription_ ; description
db 18
ClefableCard: ; 337cc (c:77cc)
db COLORLESS ; type
dw $4123 ; gfx
- dw Text0afd_ ; name
+ dw ClefableName_ ; name
db STAR ; rarity
db LABORATORY | JUNGLE ; set
db CLEFABLE
db 70 ; hp
db STAGE1 ; stage
- dw Text0af7_ ; pre-evo name
+ dw ClefairyName_ ; pre-evo name
; move 1
energy COLORLESS, 1 ; energies
- dw Text0af9_ ; name
- dw Text0afe_ ; description
- db 0
- db 0
+ dw MetronomeName_ ; name
+ dw ClefablesMetronomeDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 156
@@ -9279,10 +8950,9 @@ ClefableCard: ; 337cc (c:77cc)
; move 2
energy COLORLESS, 2 ; energies
- dw Text08a5_ ; name
- dw Text0aff_ ; description
- db 0
- db 0
+ dw MinimizeName_ ; name
+ dw ClefablesMinimizeDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 166
@@ -9296,19 +8966,19 @@ ClefableCard: ; 337cc (c:77cc)
db 2 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0afb_ ; kind
+ dw ClefairyKind_ ; kind
db 36 ; Pokedex number
db 0
db 34 ; level
db 4, 3 ; length
dw 88 * 10 ; weight
- dw Text0b00_ ; description
+ dw ClefableDescription_ ; description
db 0
Jigglypuff1Card: ; 3380d (c:780d)
db COLORLESS ; type
dw $4184 ; gfx
- dw Text0b01_ ; name
+ dw JigglypuffName_ ; name
db PROMOSTAR ; rarity
db PROMOTIONAL | PRO ; set
db JIGGLYPUFF1
@@ -9318,10 +8988,9 @@ Jigglypuff1Card: ; 3380d (c:780d)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0b02_ ; name
- dw Text0b03_ ; description
- db 0
- db 0
+ dw FirstAidName_ ; name
+ dw FirstAidDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 235
@@ -9334,10 +9003,9 @@ Jigglypuff1Card: ; 3380d (c:780d)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0b04_ ; name
- dw Text0b05_ ; description
- db 0
- db 0
+ dw DoubleEdgeName_ ; name
+ dw JigglypuffsDoubleEdgeDescription_ ; description
+ dw NONE ; description (cont)
db 40 ; damage
db 0
db 242
@@ -9351,19 +9019,19 @@ Jigglypuff1Card: ; 3380d (c:780d)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0b06_ ; kind
+ dw JigglypuffKind_ ; kind
db 39 ; Pokedex number
db 0
db 12 ; level
db 1, 8 ; length
dw 12 * 10 ; weight
- dw Text0b07_ ; description
+ dw Jigglypuff1Description_ ; description
db 16
Jigglypuff2Card: ; 3384e (c:784e)
db COLORLESS ; type
dw $41e5 ; gfx
- dw Text0b01_ ; name
+ dw JigglypuffName_ ; name
db CIRCLE ; rarity
db EVOLUTION | GB ; set
db JIGGLYPUFF2
@@ -9373,10 +9041,9 @@ Jigglypuff2Card: ; 3384e (c:784e)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0b08_ ; name
- dw Text0b09_ ; description
- db 0
- db 0
+ dw FriendshipSongName_ ; name
+ dw FriendshipSongDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 96
@@ -9389,10 +9056,9 @@ Jigglypuff2Card: ; 3384e (c:784e)
; move 2
energy COLORLESS, 2 ; energies
- dw Text0b0a_ ; name
- dw Text0b0b_ ; description
- db 0
- db 0
+ dw ExpandName_ ; name
+ dw ExpandDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 103
@@ -9406,19 +9072,19 @@ Jigglypuff2Card: ; 3384e (c:784e)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0b06_ ; kind
+ dw JigglypuffKind_ ; kind
db 39 ; Pokedex number
db 0
db 13 ; level
db 1, 8 ; length
dw 12 * 10 ; weight
- dw Text0b0c_ ; description
+ dw Jigglypuff2Description_ ; description
db 16
Jigglypuff3Card: ; 3388f (c:788f)
db COLORLESS ; type
dw $4246 ; gfx
- dw Text0b01_ ; name
+ dw JigglypuffName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | JUNGLE ; set
db JIGGLYPUFF3
@@ -9428,10 +9094,9 @@ Jigglypuff3Card: ; 3388f (c:788f)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0b0d_ ; name
- dw Text0885_ ; description
- db 0
- db 0
+ dw LullabyName_ ; name
+ dw InflictSleepDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 231
@@ -9444,10 +9109,9 @@ Jigglypuff3Card: ; 3388f (c:788f)
; move 2
energy COLORLESS, 2 ; energies
- dw Text0aad_ ; name
+ dw PoundName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 0
@@ -9461,32 +9125,31 @@ Jigglypuff3Card: ; 3388f (c:788f)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0b06_ ; kind
+ dw JigglypuffKind_ ; kind
db 39 ; Pokedex number
db 0
db 14 ; level
db 1, 8 ; length
dw 12 * 10 ; weight
- dw Text0b0e_ ; description
+ dw Jigglypuff3Description_ ; description
db 16
WigglytuffCard: ; 338d0 (c:78d0)
db COLORLESS ; type
dw $42a7 ; gfx
- dw Text0b0f_ ; name
+ dw WigglytuffName_ ; name
db STAR ; rarity
db COLOSSEUM | JUNGLE ; set
db WIGGLYTUFF
db 80 ; hp
db STAGE1 ; stage
- dw Text0b01_ ; pre-evo name
+ dw JigglypuffName_ ; pre-evo name
; move 1
energy COLORLESS, 1 ; energies
- dw Text0b0d_ ; name
- dw Text0885_ ; description
- db 0
- db 0
+ dw LullabyName_ ; name
+ dw InflictSleepDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 220
@@ -9499,10 +9162,9 @@ WigglytuffCard: ; 338d0 (c:78d0)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0b10_ ; name
- dw Text0b11_ ; description
- db 0
- db 0
+ dw DoTheWaveName_ ; name
+ dw DoTheWaveDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 224
@@ -9516,19 +9178,19 @@ WigglytuffCard: ; 338d0 (c:78d0)
db 2 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0b06_ ; kind
+ dw JigglypuffKind_ ; kind
db 40 ; Pokedex number
db 0
db 36 ; level
db 3, 3 ; length
dw 26 * 10 ; weight
- dw Text0b12_ ; description
+ dw WigglytuffDescription_ ; description
db 0
Meowth1Card: ; 33911 (c:7911)
db COLORLESS ; type
dw $4308 ; gfx
- dw Text0b13_ ; name
+ dw MeowthName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | GB ; set
db MEOWTH1
@@ -9538,10 +9200,9 @@ Meowth1Card: ; 33911 (c:7911)
; move 1
energy COLORLESS, 2 ; energies
- dw Text0b14_ ; name
- dw Text0b15_ ; description
- db 0
- db 0
+ dw CatPunchName_ ; name
+ dw CatPunchDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 77
@@ -9556,8 +9217,7 @@ Meowth1Card: ; 33911 (c:7911)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -9571,19 +9231,19 @@ Meowth1Card: ; 33911 (c:7911)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0b16_ ; kind
+ dw MeowthKind_ ; kind
db 52 ; Pokedex number
db 0
db 14 ; level
db 1, 4 ; length
dw 9 * 10 ; weight
- dw Text0b17_ ; description
+ dw Meowth1Description_ ; description
db 16
Meowth2Card: ; 33952 (c:7952)
db COLORLESS ; type
dw $4369 ; gfx
- dw Text0b13_ ; name
+ dw MeowthName_ ; name
db CIRCLE ; rarity
db MYSTERY | JUNGLE ; set
db MEOWTH2
@@ -9593,10 +9253,9 @@ Meowth2Card: ; 33952 (c:7952)
; move 1
energy COLORLESS, 2 ; energies
- dw Text0b18_ ; name
- dw Text0b19_ ; description
- db 0
- db 0
+ dw PayDayName_ ; name
+ dw PayDayDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 135
@@ -9611,8 +9270,7 @@ Meowth2Card: ; 33952 (c:7952)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -9626,32 +9284,31 @@ Meowth2Card: ; 33952 (c:7952)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0b16_ ; kind
+ dw MeowthKind_ ; kind
db 52 ; Pokedex number
db 0
db 15 ; level
db 1, 4 ; length
dw 9 * 10 ; weight
- dw Text0b1a_ ; description
+ dw Meowth2Description_ ; description
db 16
PersianCard: ; 33993 (c:7993)
db COLORLESS ; type
dw $43ca ; gfx
- dw Text0b1b_ ; name
+ dw PersianName_ ; name
db DIAMOND ; rarity
db MYSTERY | JUNGLE ; set
db PERSIAN
db 70 ; hp
db STAGE1 ; stage
- dw Text0b13_ ; pre-evo name
+ dw MeowthName_ ; pre-evo name
; move 1
energy COLORLESS, 2 ; energies
- dw Text0883_ ; name
+ dw ScratchName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 0
@@ -9664,10 +9321,9 @@ PersianCard: ; 33993 (c:7993)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0b1c_ ; name
- dw Text0b1d_ ; description
- db 0
- db 0
+ dw PounceName_ ; name
+ dw PounceDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 246
@@ -9681,19 +9337,19 @@ PersianCard: ; 33993 (c:7993)
db 0 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0b1e_ ; kind
+ dw PersianKind_ ; kind
db 53 ; Pokedex number
db 0
db 25 ; level
db 3, 3 ; length
dw 71 * 10 ; weight
- dw Text0b1f_ ; description
+ dw PersianDescription_ ; description
db 0
FarfetchdCard: ; 339d4 (c:79d4)
db COLORLESS ; type
dw $442b ; gfx
- dw Text0b20_ ; name
+ dw FarfetchdName_ ; name
db DIAMOND ; rarity
db MYSTERY | NONE ; set
db FARFETCHD
@@ -9703,10 +9359,9 @@ FarfetchdCard: ; 339d4 (c:79d4)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0b21_ ; name
- dw Text0b22_ ; description
- db 0
- db 0
+ dw LeekSlapName_ ; name
+ dw LeekSlapDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 79
@@ -9719,10 +9374,9 @@ FarfetchdCard: ; 339d4 (c:79d4)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0b23_ ; name
+ dw PotSmashName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 0
@@ -9736,19 +9390,19 @@ FarfetchdCard: ; 339d4 (c:79d4)
db 1 ; retreat cost
db WR_LIGHTNING ; weakness
db WR_FIGHTING ; resistance
- dw Text0b24_ ; kind
+ dw FarfetchdKind_ ; kind
db 83 ; Pokedex number
db 0
db 20 ; level
db 2, 7 ; length
dw 33 * 10 ; weight
- dw Text0b25_ ; description
+ dw FarfetchdDescription_ ; description
db 3
DoduoCard: ; 33a15 (c:7a15)
db COLORLESS ; type
dw $448c ; gfx
- dw Text0b26_ ; name
+ dw DoduoName_ ; name
db CIRCLE ; rarity
db LABORATORY | NONE ; set
db DODUO
@@ -9758,10 +9412,9 @@ DoduoCard: ; 33a15 (c:7a15)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0b27_ ; name
- dw Text0abc_ ; description
- db 0
- db 0
+ dw FuryAttackName_ ; name
+ dw DoubleAttackX10Description_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 3
db 117
@@ -9776,8 +9429,7 @@ DoduoCard: ; 33a15 (c:7a15)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -9791,32 +9443,31 @@ DoduoCard: ; 33a15 (c:7a15)
db 0 ; retreat cost
db WR_LIGHTNING ; weakness
db WR_FIGHTING ; resistance
- dw Text0b28_ ; kind
+ dw DoduoKind_ ; kind
db 84 ; Pokedex number
db 0
db 10 ; level
db 4, 7 ; length
dw 86 * 10 ; weight
- dw Text0b29_ ; description
+ dw DoduoDescription_ ; description
db 19
DodrioCard: ; 33a56 (c:7a56)
db COLORLESS ; type
dw $44ed ; gfx
- dw Text0b2a_ ; name
+ dw DodrioName_ ; name
db DIAMOND ; rarity
db LABORATORY | JUNGLE ; set
db DODRIO
db 70 ; hp
db STAGE1 ; stage
- dw Text0b26_ ; pre-evo name
+ dw DoduoName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text0b2b_ ; name
- dw Text0b2c_ ; description
- db 0
- db 0
+ dw RetreatAidName_ ; name
+ dw RetreatAidDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 124
@@ -9829,10 +9480,9 @@ DodrioCard: ; 33a56 (c:7a56)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0917_ ; name
- dw Text0b2d_ ; description
- db 0
- db 0
+ dw RageName_ ; name
+ dw DodriosRageDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 128
@@ -9846,19 +9496,19 @@ DodrioCard: ; 33a56 (c:7a56)
db 0 ; retreat cost
db WR_LIGHTNING ; weakness
db WR_FIGHTING ; resistance
- dw Text0b2e_ ; kind
+ dw DodrioKind_ ; kind
db 85 ; Pokedex number
db 0
db 28 ; level
db 5, 11 ; length
dw 188 * 10 ; weight
- dw Text0b2f_ ; description
+ dw DodrioDescription_ ; description
db 1
LickitungCard: ; 33a97 (c:7a97)
db COLORLESS ; type
dw $454e ; gfx
- dw Text0b30_ ; name
+ dw LickitungName_ ; name
db DIAMOND ; rarity
db MYSTERY | JUNGLE ; set
db LICKITUNG
@@ -9868,10 +9518,9 @@ LickitungCard: ; 33a97 (c:7a97)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0b31_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw TongueWrapName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 250
@@ -9884,10 +9533,9 @@ LickitungCard: ; 33a97 (c:7a97)
; move 2
energy COLORLESS, 2 ; energies
- dw Text0852_ ; name
- dw Text0853_ ; description
- db 0
- db 0
+ dw SupersonicName_ ; name
+ dw MayInflictConfusionDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 254
@@ -9901,19 +9549,19 @@ LickitungCard: ; 33a97 (c:7a97)
db 3 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0b32_ ; kind
+ dw LickitungKind_ ; kind
db 108 ; Pokedex number
db 0
db 26 ; level
db 3, 11 ; length
dw 144 * 10 ; weight
- dw Text0b33_ ; description
+ dw LickitungDescription_ ; description
db 0
ChanseyCard: ; 33ad8 (c:7ad8)
db COLORLESS ; type
dw $45af ; gfx
- dw Text0b34_ ; name
+ dw ChanseyName_ ; name
db STAR ; rarity
db COLOSSEUM | NONE ; set
db CHANSEY
@@ -9923,10 +9571,9 @@ ChanseyCard: ; 33ad8 (c:7ad8)
; move 1
energy COLORLESS, 2 ; energies
- dw Text0b35_ ; name
- dw Text0b36_ ; description
- db 0
- db 0
+ dw ScrunchName_ ; name
+ dw ScrunchDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 38
@@ -9939,10 +9586,9 @@ ChanseyCard: ; 33ad8 (c:7ad8)
; move 2
energy COLORLESS, 4 ; energies
- dw Text0b04_ ; name
- dw Text0b37_ ; description
- db 0
- db 0
+ dw DoubleEdgeName_ ; name
+ dw ChanseysDoubleEdgeDescription_ ; description
+ dw NONE ; description (cont)
db 80 ; damage
db 0
db 42
@@ -9956,19 +9602,19 @@ ChanseyCard: ; 33ad8 (c:7ad8)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text08b0_ ; kind
+ dw ExeggcuteKind_ ; kind
db 113 ; Pokedex number
db 0
db 55 ; level
db 3, 7 ; length
dw 76 * 10 ; weight
- dw Text0b38_ ; description
+ dw ChanseyDescription_ ; description
db 8
KangaskhanCard: ; 33b19 (c:7b19)
db COLORLESS ; type
dw $4610 ; gfx
- dw Text0b39_ ; name
+ dw KangaskhanName_ ; name
db STAR ; rarity
db COLOSSEUM | JUNGLE ; set
db KANGASKHAN
@@ -9978,10 +9624,9 @@ KangaskhanCard: ; 33b19 (c:7b19)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0b3a_ ; name
- dw Text0b3b_ ; description
- db 0
- db 0
+ dw FetchName_ ; name
+ dw FetchDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 92
@@ -9994,10 +9639,9 @@ KangaskhanCard: ; 33b19 (c:7b19)
; move 2
energy COLORLESS, 4 ; energies
- dw Text0b3c_ ; name
- dw Text09fa_ ; description
- db 0
- db 0
+ dw CometPunchName_ ; name
+ dw QuadrupleAttackX20Description_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 3
db 96
@@ -10011,19 +9655,19 @@ KangaskhanCard: ; 33b19 (c:7b19)
db 3 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0b3d_ ; kind
+ dw KangaskhanKind_ ; kind
db 115 ; Pokedex number
db 0
db 40 ; level
db 7, 3 ; length
dw 176 * 10 ; weight
- dw Text0b3e_ ; description
+ dw KangaskhanDescription_ ; description
db 0
TaurosCard: ; 33b5a (c:7b5a)
db COLORLESS ; type
dw $4671 ; gfx
- dw Text0b3f_ ; name
+ dw TaurosName_ ; name
db DIAMOND ; rarity
db MYSTERY | JUNGLE ; set
db TAUROS
@@ -10033,10 +9677,9 @@ TaurosCard: ; 33b5a (c:7b5a)
; move 1
energy COLORLESS, 2 ; energies
- dw Text0907_ ; name
- dw Text0908_ ; description
- db 0
- db 0
+ dw StompName_ ; name
+ dw StompDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 1
db 103
@@ -10049,10 +9692,9 @@ TaurosCard: ; 33b5a (c:7b5a)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0b40_ ; name
- dw Text0b41_ ; description
- db 0
- db 0
+ dw RampageName_ ; name
+ dw RampageDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 1
db 110
@@ -10066,19 +9708,19 @@ TaurosCard: ; 33b5a (c:7b5a)
db 2 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0b42_ ; kind
+ dw TaurosKind_ ; kind
db 128 ; Pokedex number
db 0
db 32 ; level
db 4, 7 ; length
dw 195 * 10 ; weight
- dw Text0b43_ ; description
+ dw TaurosDescription_ ; description
db 0
DittoCard: ; 33b9b (c:7b9b)
db COLORLESS ; type
dw $46d2 ; gfx
- dw Text0b44_ ; name
+ dw DittoName_ ; name
db STAR ; rarity
db LABORATORY | GB ; set
db DITTO
@@ -10088,10 +9730,9 @@ DittoCard: ; 33b9b (c:7b9b)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0aad_ ; name
+ dw PoundName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -10104,10 +9745,9 @@ DittoCard: ; 33b9b (c:7b9b)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0b45_ ; name
- dw Text0b46_ ; description
- db 71
- db 11
+ dw MorphName_ ; name
+ dw MorphDescription_ ; description
+ dw MorphDescriptionCont_ ; description (cont)
db 0 ; damage
db 128
db 81
@@ -10121,19 +9761,19 @@ DittoCard: ; 33b9b (c:7b9b)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0b48_ ; kind
+ dw DittoKind_ ; kind
db 132 ; Pokedex number
db 0
db 19 ; level
db 1, 0 ; length
dw 9 * 10 ; weight
- dw Text0b49_ ; description
+ dw DittoDescription_ ; description
db 0
EeveeCard: ; 33bdc (c:7bdc)
db COLORLESS ; type
dw $4733 ; gfx
- dw Text0915_ ; name
+ dw EeveeName_ ; name
db CIRCLE ; rarity
db EVOLUTION | JUNGLE ; set
db EEVEE
@@ -10143,10 +9783,9 @@ EeveeCard: ; 33bdc (c:7bdc)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0b4a_ ; name
- dw Text0b4b_ ; description
- db 0
- db 0
+ dw TailWagName_ ; name
+ dw TailWagDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 20
@@ -10159,10 +9798,9 @@ EeveeCard: ; 33bdc (c:7bdc)
; move 2
energy COLORLESS, 2 ; energies
- dw Text08f7_ ; name
- dw Text08f8_ ; description
- db 0
- db 0
+ dw QuickAttackName_ ; name
+ dw QuickAttackDescription_ ; description
+ dw NONE ; description (cont)
db 10 ; damage
db 1
db 24
@@ -10176,19 +9814,19 @@ EeveeCard: ; 33bdc (c:7bdc)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0b4c_ ; kind
+ dw EeveeKind_ ; kind
db 133 ; Pokedex number
db 0
db 12 ; level
db 1, 0 ; length
dw 14 * 10 ; weight
- dw Text0b4d_ ; description
+ dw EeveeDescription_ ; description
db 17
PorygonCard: ; 33c1d (c:7c1d)
db COLORLESS ; type
dw $4794 ; gfx
- dw Text0b4e_ ; name
+ dw PorygonName_ ; name
db DIAMOND ; rarity
db LABORATORY | NONE ; set
db PORYGON
@@ -10198,10 +9836,9 @@ PorygonCard: ; 33c1d (c:7c1d)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0b4f_ ; name
- dw Text0b50_ ; description
- db 0
- db 0
+ dw Conversion1Name_ ; name
+ dw Conversion1Description_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 12
@@ -10214,10 +9851,9 @@ PorygonCard: ; 33c1d (c:7c1d)
; move 2
energy COLORLESS, 2 ; energies
- dw Text0b51_ ; name
- dw Text0b52_ ; description
- db 0
- db 0
+ dw Conversion2Name_ ; name
+ dw Conversion2Description_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 128
db 25
@@ -10231,19 +9867,19 @@ PorygonCard: ; 33c1d (c:7c1d)
db 1 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0b53_ ; kind
+ dw PorygonKind_ ; kind
db 137 ; Pokedex number
db 0
db 12 ; level
db 2, 7 ; length
dw 80 * 10 ; weight
- dw Text0b54_ ; description
+ dw PorygonDescription_ ; description
db 0
SnorlaxCard: ; 33c5e (c:7c5e)
db COLORLESS ; type
dw $4800 ; gfx
- dw Text0b55_ ; name
+ dw SnorlaxName_ ; name
db STAR ; rarity
db COLOSSEUM | JUNGLE ; set
db SNORLAX
@@ -10253,10 +9889,9 @@ SnorlaxCard: ; 33c5e (c:7c5e)
; move 1
energy 0 ; energies
- dw Text0b56_ ; name
- dw Text0b57_ ; description
- db 0
- db 0
+ dw ThickSkinnedName_ ; name
+ dw ThickSkinnedDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 71
@@ -10269,10 +9904,9 @@ SnorlaxCard: ; 33c5e (c:7c5e)
; move 2
energy COLORLESS, 4 ; energies
- dw Text0b58_ ; name
- dw Text0822_ ; description
- db 0
- db 0
+ dw BodySlamName_ ; name
+ dw MayInflictParalysisDescription_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 0
db 75
@@ -10286,19 +9920,19 @@ SnorlaxCard: ; 33c5e (c:7c5e)
db 4 ; retreat cost
db WR_FIGHTING ; weakness
db WR_PSYCHIC ; resistance
- dw Text0b59_ ; kind
+ dw SnorlaxKind_ ; kind
db 143 ; Pokedex number
db 0
db 20 ; level
db 6, 11 ; length
dw 1014 * 10 ; weight
- dw Text0b5a_ ; description
+ dw SnorlaxDescription_ ; description
db 0
DratiniCard: ; 33c9f (c:7c9f)
db COLORLESS ; type
dw $4861 ; gfx
- dw Text0b5b_ ; name
+ dw DratiniName_ ; name
db DIAMOND ; rarity
db MYSTERY | NONE ; set
db DRATINI
@@ -10308,10 +9942,9 @@ DratiniCard: ; 33c9f (c:7c9f)
; move 1
energy COLORLESS, 1 ; energies
- dw Text0aad_ ; name
+ dw PoundName_ ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 10 ; damage
db 0
db 0
@@ -10326,8 +9959,7 @@ DratiniCard: ; 33c9f (c:7c9f)
energy 0 ; energies
dw NONE ; name
dw NONE ; description
- db 0
- db 0
+ dw NONE ; description (cont)
db 0 ; damage
db 0
db 0
@@ -10341,32 +9973,31 @@ DratiniCard: ; 33c9f (c:7c9f)
db 1 ; retreat cost
db NONE ; weakness
db WR_PSYCHIC ; resistance
- dw Text0974_ ; kind
+ dw HorseaKind_ ; kind
db 147 ; Pokedex number
db 0
db 10 ; level
db 5, 11 ; length
dw 7 * 10 ; weight
- dw Text0b5c_ ; description
+ dw DratiniDescription_ ; description
db 18
DragonairCard: ; 33ce0 (c:7ce0)
db COLORLESS ; type
dw $48c2 ; gfx
- dw Text0b5d_ ; name
+ dw DragonairName_ ; name
db STAR ; rarity
db MYSTERY | NONE ; set
db DRAGONAIR
db 80 ; hp
db STAGE1 ; stage
- dw Text0b5b_ ; pre-evo name
+ dw DratiniName_ ; pre-evo name
; move 1
energy COLORLESS, 3 ; energies
- dw Text0b5e_ ; name
- dw Text083c_ ; description
- db 0
- db 0
+ dw SlamName_ ; name
+ dw DoubleAttackX30Description_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 3
db 139
@@ -10379,10 +10010,9 @@ DragonairCard: ; 33ce0 (c:7ce0)
; move 2
energy COLORLESS, 4 ; energies
- dw Text093d_ ; name
- dw Text093e_ ; description
- db 0
- db 0
+ dw HyperBeamName_ ; name
+ dw Discard1EnergyFromTargetDescription_ ; description
+ dw NONE ; description (cont)
db 20 ; damage
db 0
db 146
@@ -10396,32 +10026,31 @@ DragonairCard: ; 33ce0 (c:7ce0)
db 2 ; retreat cost
db NONE ; weakness
db WR_PSYCHIC ; resistance
- dw Text0974_ ; kind
+ dw HorseaKind_ ; kind
db 148 ; Pokedex number
db 0
db 33 ; level
db 13, 1 ; length
dw 36 * 10 ; weight
- dw Text0b5f_ ; description
+ dw DragonairDescription_ ; description
db 16
Dragonite1Card: ; 33d21 (c:7d21)
db COLORLESS ; type
dw $4923 ; gfx
- dw Text0b60_ ; name
+ dw DragoniteName_ ; name
db STAR ; rarity
db PROMOTIONAL | GB ; set
db DRAGONITE1
db 100 ; hp
db STAGE2 ; stage
- dw Text0b5d_ ; pre-evo name
+ dw DragonairName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text0b61_ ; name
- dw Text0b62_ ; description
- db 0
- db 0
+ dw HealingWindName_ ; name
+ dw HealingWindDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 63
@@ -10434,10 +10063,9 @@ Dragonite1Card: ; 33d21 (c:7d21)
; move 2
energy COLORLESS, 3 ; energies
- dw Text0b5e_ ; name
- dw Text083c_ ; description
- db 0
- db 0
+ dw SlamName_ ; name
+ dw DoubleAttackX30Description_ ; description
+ dw NONE ; description (cont)
db 30 ; damage
db 3
db 70
@@ -10451,32 +10079,31 @@ Dragonite1Card: ; 33d21 (c:7d21)
db 2 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text0974_ ; kind
+ dw HorseaKind_ ; kind
db 149 ; Pokedex number
db 0
db 41 ; level
db 7, 3 ; length
dw 463 * 10 ; weight
- dw Text0b63_ ; description
+ dw Dragonite1Description_ ; description
db 0
Dragonite2Card: ; 33d62 (c:7d62)
db COLORLESS ; type
dw $4984 ; gfx
- dw Text0b60_ ; name
+ dw DragoniteName_ ; name
db STAR ; rarity
db MYSTERY | FOSSIL ; set
db DRAGONITE2
db 100 ; hp
db STAGE2 ; stage
- dw Text0b5d_ ; pre-evo name
+ dw DragonairName_ ; pre-evo name
; move 1
energy 0 ; energies
- dw Text0b64_ ; name
- dw Text0b65_ ; description
- db 0
- db 0
+ dw StepInName_ ; name
+ dw StepInDescription_ ; description
+ dw NONE ; description (cont)
db 0 ; damage
db 4
db 57
@@ -10489,10 +10116,9 @@ Dragonite2Card: ; 33d62 (c:7d62)
; move 2
energy COLORLESS, 4 ; energies
- dw Text0b5e_ ; name
- dw Text0b66_ ; description
- db 0
- db 0
+ dw SlamName_ ; name
+ dw DoubleAttackX40Description_ ; description
+ dw NONE ; description (cont)
db 40 ; damage
db 3
db 64
@@ -10506,465 +10132,465 @@ Dragonite2Card: ; 33d62 (c:7d62)
db 1 ; retreat cost
db NONE ; weakness
db WR_FIGHTING ; resistance
- dw Text0974_ ; kind
+ dw HorseaKind_ ; kind
db 149 ; Pokedex number
db 0
db 45 ; level
db 7, 3 ; length
dw 463 * 10 ; weight
- dw Text0b67_ ; description
+ dw DragoniteDescription_ ; description
db 0
GrassEnergyCard: ; 33da3 (c:7da3)
db GRASS_ENERGY_CARD ; type
dw $00 ; gfx
- dw Text07fc_ ; name
+ dw GrassEnergyName_ ; name
db CIRCLE ; rarity
db ENERGY | NONE ; set
db GRASS_ENERGY
dw $4e71 ; function
- dw Text07fd_ ; description
- dw 0
+ dw GrassEnergyDescription_ ; description
+ dw NONE ; description (cont)
FireEnergyCard: ; 33db1 (c:7db1)
db FIRE_ENERGY_CARD ; type
dw $61 ; gfx
- dw Text07fe_ ; name
+ dw FireEnergyName_ ; name
db CIRCLE ; rarity
db ENERGY | NONE ; set
db FIRE_ENERGY
dw $4e70 ; function
- dw Text07ff_ ; description
- dw 0
+ dw FireEnergyDescription_ ; description
+ dw NONE ; description (cont)
WaterEnergyCard: ; 33dbf (c:7dbf)
db WATER_ENERGY_CARD ; type
dw $c2 ; gfx
- dw Text0800_ ; name
+ dw WaterEnergyName_ ; name
db CIRCLE ; rarity
db ENERGY | NONE ; set
db WATER_ENERGY
dw $4e6f ; function
- dw Text0801_ ; description
- dw 0
+ dw WaterEnergyDescription_ ; description
+ dw NONE ; description (cont)
LightningEnergyCard: ; 33dcd (c:7dcd)
db LIGHTNING_ENERGY_CARD ; type
dw $123 ; gfx
- dw Text0802_ ; name
+ dw LightningEnergyName_ ; name
db CIRCLE ; rarity
db ENERGY | NONE ; set
db LIGHTNING_ENERGY
dw $4e6e ; function
- dw Text0803_ ; description
- dw 0
+ dw LightningEnergyDescription_ ; description
+ dw NONE ; description (cont)
FightingEnergyCard: ; 33ddb (c:7ddb)
db FIGHTING_ENERGY_CARD ; type
dw $184 ; gfx
- dw Text0804_ ; name
+ dw FightingEnergyName_ ; name
db CIRCLE ; rarity
db ENERGY | NONE ; set
db FIGHTING_ENERGY
dw $4e6d ; function
- dw Text0805_ ; description
- dw 0
+ dw FightingEnergyDescription_ ; description
+ dw NONE ; description (cont)
PsychicEnergyCard: ; 33de9 (c:7de9)
db PSYCHIC_ENERGY_CARD ; type
dw $1e5 ; gfx
- dw Text0806_ ; name
+ dw PsychicEnergyName_ ; name
db CIRCLE ; rarity
db ENERGY | NONE ; set
db PSYCHIC_ENERGY
dw $4e6c ; function
- dw Text0807_ ; description
- dw 0
+ dw PsychicEnergyDescription_ ; description
+ dw NONE ; description (cont)
DoubleColorlessEnergyCard: ; 33df7 (c:7df7)
db DOUBLE_COLORLESS_ENERGY_CARD ; type
dw $246 ; gfx
- dw Text0808_ ; name
+ dw DoubleColorlessEnergyName_ ; name
db DIAMOND ; rarity
db ENERGY | NONE ; set
db DOUBLE_COLORLESS_ENERGY
dw $4e6b ; function
- dw Text0809_ ; description
- dw 0
+ dw DoubleColorlessEnergyDescription_ ; description
+ dw NONE ; description (cont)
ProfessorOakCard: ; 33e05 (c:7e05)
db TRAINER_CARD ; type
dw $49e5 ; gfx
- dw Text0b68_ ; name
+ dw ProfessorOakName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db PROFESSOR_OAK
dw $4ea4 ; function
- dw Text0b69_ ; description
- dw 0
+ dw ProfessorOakDescription_ ; description
+ dw NONE ; description (cont)
ImposterProfessorOakCard: ; 33e13 (c:7e13)
db TRAINER_CARD ; type
dw $4a46 ; gfx
- dw Text0b6a_ ; name
+ dw ImposterProfessorOakName_ ; name
db STAR ; rarity
db LABORATORY | NONE ; set
db IMPOSTER_PROFESSOR_OAK
dw $4ed5 ; function
- dw Text0b6b_ ; description
- dw 0
+ dw ImposterProfessorOakDescription_ ; description
+ dw NONE ; description (cont)
BillCard: ; 33e21 (c:7e21)
db TRAINER_CARD ; type
dw $4aa7 ; gfx
- dw Text0b6c_ ; name
+ dw BillName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | NONE ; set
db BILL
dw $4f41 ; function
- dw Text0b6d_ ; description
- dw 0
+ dw BillDescription_ ; description
+ dw NONE ; description (cont)
MrFujiCard: ; 33e2f (c:7e2f)
db TRAINER_CARD ; type
dw $4b08 ; gfx
- dw Text0b6e_ ; name
+ dw MrFujiName_ ; name
db DIAMOND ; rarity
db MYSTERY | FOSSIL ; set
db MR_FUJI
dw $4eed ; function
- dw Text0b6f_ ; description
- dw 0
+ dw MrFujiDescription_ ; description
+ dw NONE ; description (cont)
LassCard: ; 33e3d (c:7e3d)
db TRAINER_CARD ; type
dw $4b69 ; gfx
- dw Text0b70_ ; name
+ dw LassName_ ; name
db STAR ; rarity
db LABORATORY | NONE ; set
db LASS
dw $4f45 ; function
- dw Text0b71_ ; description
- dw 0
+ dw LassDescription_ ; description
+ dw NONE ; description (cont)
ImakuniCard: ; 33e4b (c:7e4b)
db TRAINER_CARD ; type
dw $4bca ; gfx
- dw Text0b72_ ; name
+ dw ImakuniName_ ; name
db PROMOSTAR ; rarity
db PROMOTIONAL | PRO ; set
db IMAKUNI_CARD
dw $4e7c ; function
- dw Text0b73_ ; description
- dw 0
+ dw ImakuniDescription_ ; description
+ dw NONE ; description (cont)
PokemonTraderCard: ; 33e59 (c:7e59)
db TRAINER_CARD ; type
dw $4c2b ; gfx
- dw Text0b74_ ; name
+ dw PokemonTraderName_ ; name
db STAR ; rarity
db EVOLUTION | NONE ; set
db POKEMON_TRADER
dw $4f2a ; function
- dw Text0b75_ ; description
- dw 0
+ dw PokemonTraderDescription_ ; description
+ dw NONE ; description (cont)
PokemonBreederCard: ; 33e67 (c:7e67)
db TRAINER_CARD ; type
dw $4c8c ; gfx
- dw Text0b76_ ; name
+ dw PokemonBreederName_ ; name
db STAR ; rarity
db EVOLUTION | NONE ; set
db POKEMON_BREEDER
dw $4f16 ; function
- dw Text0b77_ ; description
- dw 0
+ dw PokemonBreederDescription_ ; description
+ dw NONE ; description (cont)
ClefairyDollCard: ; 33e75 (c:7e75)
db TRAINER_CARD ; type
dw $4ced ; gfx
- dw Text0b78_ ; name
+ dw ClefairyDollName_ ; name
db STAR ; rarity
db EVOLUTION | NONE ; set
db CLEFAIRY_DOLL
dw $4ee6 ; function
- dw Text0b79_ ; description
- dw 2938
+ dw ClefairyDollDescription_ ; description
+ dw ClefairyDollDescriptionCont_ ; description (cont)
MysteriousFossilCard: ; 33e83 (c:7e83)
db TRAINER_CARD ; type
dw $4d4e ; gfx
- dw Text09a1_ ; name
+ dw MysteriousFossilName_ ; name
db CIRCLE ; rarity
db MYSTERY | FOSSIL ; set
db MYSTERIOUS_FOSSIL
dw $4ec7 ; function
- dw Text0b7b_ ; description
- dw 2940
+ dw MysteriousFossilDescription_ ; description
+ dw MysteriousFossilDescriptionCont_ ; description (cont)
EnergyRetrievalCard: ; 33e91 (c:7e91)
db TRAINER_CARD ; type
dw $4daf ; gfx
- dw Text0b7d_ ; name
+ dw EnergyRetrievalName_ ; name
db DIAMOND ; rarity
db EVOLUTION | NONE ; set
db ENERGY_RETRIEVAL
dw $4e8d ; function
- dw Text0b7e_ ; description
- dw 0
+ dw EnergyRetrievalDescription_ ; description
+ dw NONE ; description (cont)
SuperEnergyRetrievalCard: ; 33e9f (c:7e9f)
db TRAINER_CARD ; type
dw $4e10 ; gfx
- dw Text0b7f_ ; name
+ dw SuperEnergyRetrievalName_ ; name
db PROMOSTAR ; rarity
db PROMOTIONAL | PRO ; set
db SUPER_ENERGY_RETRIEVAL
dw $4f85 ; function
- dw Text0b80_ ; description
- dw 0
+ dw SuperEnergyRetrievalDescription_ ; description
+ dw NONE ; description (cont)
EnergySearchCard: ; 33ead (c:7ead)
db TRAINER_CARD ; type
dw $4e71 ; gfx
- dw Text0b81_ ; name
+ dw EnergySearchName_ ; name
db CIRCLE ; rarity
db EVOLUTION | FOSSIL ; set
db ENERGY_SEARCH
dw $4e9a ; function
- dw Text0b82_ ; description
- dw 0
+ dw EnergySearchDescription_ ; description
+ dw NONE ; description (cont)
EnergyRemovalCard: ; 33ebb (c:7ebb)
db TRAINER_CARD ; type
dw $4ed2 ; gfx
- dw Text0b83_ ; name
+ dw EnergyRemovalName_ ; name
db CIRCLE ; rarity
db MYSTERY | NONE ; set
db ENERGY_REMOVAL
dw $4e80 ; function
- dw Text0b84_ ; description
- dw 0
+ dw EnergyRemovalDescription_ ; description
+ dw NONE ; description (cont)
SuperEnergyRemovalCard: ; 33ec9 (c:7ec9)
db TRAINER_CARD ; type
dw $4f33 ; gfx
- dw Text0b85_ ; name
+ dw SuperEnergyRemovalName_ ; name
db STAR ; rarity
db LABORATORY | NONE ; set
db SUPER_ENERGY_REMOVAL
dw $4f7b ; function
- dw Text0b86_ ; description
- dw 0
+ dw SuperEnergyRemovalDescription_ ; description
+ dw NONE ; description (cont)
SwitchCard: ; 33ed7 (c:7ed7)
db TRAINER_CARD ; type
dw $4f94 ; gfx
- dw Text0b87_ ; name
+ dw SwitchName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | NONE ; set
db SWITCH
dw $4efb ; function
- dw Text0b88_ ; description
- dw 0
+ dw SwitchDescription_ ; description
+ dw NONE ; description (cont)
PokemonCenterCard: ; 33ee5 (c:7ee5)
db TRAINER_CARD ; type
dw $5000 ; gfx
- dw Text0b89_ ; name
+ dw PokemonCenterName_ ; name
db DIAMOND ; rarity
db MYSTERY | NONE ; set
db POKEMON_CENTER
dw $4f05 ; function
- dw Text0b8a_ ; description
- dw 0
+ dw PokemonCenterDescription_ ; description
+ dw NONE ; description (cont)
PokeBallCard: ; 33ef3 (c:7ef3)
db TRAINER_CARD ; type
dw $5061 ; gfx
- dw Text0b8b_ ; name
+ dw PokeBallName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | JUNGLE ; set
db POKE_BALL
dw $4f53 ; function
- dw Text0b8c_ ; description
- dw 0
+ dw PokeBallDescription_ ; description
+ dw NONE ; description (cont)
ScoopUpCard: ; 33f01 (c:7f01)
db TRAINER_CARD ; type
dw $50c2 ; gfx
- dw Text0b8d_ ; name
+ dw ScoopUpName_ ; name
db STAR ; rarity
db COLOSSEUM | NONE ; set
db SCOOP_UP
dw $4f20 ; function
- dw Text0b8e_ ; description
- dw 0
+ dw ScoopUpDescription_ ; description
+ dw NONE ; description (cont)
ComputerSearchCard: ; 33f0f (c:7f0f)
db TRAINER_CARD ; type
dw $5123 ; gfx
- dw Text0b8f_ ; name
+ dw ComputerSearchName_ ; name
db STAR ; rarity
db COLOSSEUM | NONE ; set
db COMPUTER_SEARCH
dw $4ed9 ; function
- dw Text0b90_ ; description
- dw 0
+ dw ComputerSearchDescription_ ; description
+ dw NONE ; description (cont)
PokedexCard: ; 33f1d (c:7f1d)
db TRAINER_CARD ; type
dw $5184 ; gfx
- dw Text0b91_ ; name
+ dw PokedexName_ ; name
db DIAMOND ; rarity
db LABORATORY | NONE ; set
db POKEDEX
dw $4f37 ; function
- dw Text0b92_ ; description
- dw 0
+ dw PokedexDescription_ ; description
+ dw NONE ; description (cont)
PlusPowerCard: ; 33f2b (c:7f2b)
db TRAINER_CARD ; type
dw $51e5 ; gfx
- dw Text0b93_ ; name
+ dw PlusPowerName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db PLUSPOWER
dw $4ef7 ; function
- dw Text0b94_ ; description
- dw 0
+ dw PlusPowerDescription_ ; description
+ dw NONE ; description (cont)
DefenderCard: ; 33f39 (c:7f39)
db TRAINER_CARD ; type
dw $5246 ; gfx
- dw Text0b95_ ; name
+ dw DefenderName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db DEFENDER
dw $4ec0 ; function
- dw Text0b96_ ; description
- dw 0
+ dw DefenderDescription_ ; description
+ dw NONE ; description (cont)
ItemFinderCard: ; 33f47 (c:7f47)
db TRAINER_CARD ; type
dw $52a7 ; gfx
- dw Text0b97_ ; name
+ dw ItemFinderName_ ; name
db STAR ; rarity
db COLOSSEUM | NONE ; set
db ITEM_FINDER
dw $4eb6 ; function
- dw Text0b98_ ; description
- dw 0
+ dw ItemFinderDescription_ ; description
+ dw NONE ; description (cont)
GustofWindCard: ; 33f55 (c:7f55)
db TRAINER_CARD ; type
dw $5308 ; gfx
- dw Text0b99_ ; name
+ dw GustOfWindName_ ; name
db CIRCLE ; rarity
db EVOLUTION | NONE ; set
db GUST_OF_WIND
dw $4f92 ; function
- dw Text0b9a_ ; description
- dw 0
+ dw GustOfWindDescription_ ; description
+ dw NONE ; description (cont)
DevolutionSprayCard: ; 33f63 (c:7f63)
db TRAINER_CARD ; type
dw $5369 ; gfx
- dw Text0b9b_ ; name
+ dw DevolutionSprayName_ ; name
db STAR ; rarity
db LABORATORY | NONE ; set
db DEVOLUTION_SPRAY
dw $4f71 ; function
- dw Text0b9c_ ; description
- dw 2973
+ dw DevolutionSprayDescription_ ; description
+ dw DevolutionSprayDescriptionCont_ ; description (cont)
PotionCard: ; 33f71 (c:7f71)
db TRAINER_CARD ; type
dw $53ca ; gfx
- dw Text0b9e_ ; name
+ dw PotionName_ ; name
db CIRCLE ; rarity
db COLOSSEUM | NONE ; set
db POTION
dw $4ea8 ; function
- dw Text0b9f_ ; description
- dw 0
+ dw PotionDescription_ ; description
+ dw NONE ; description (cont)
SuperPotionCard: ; 33f7f (c:7f7f)
db TRAINER_CARD ; type
dw $542b ; gfx
- dw Text0ba0_ ; name
+ dw SuperPotionName_ ; name
db DIAMOND ; rarity
db EVOLUTION | NONE ; set
db SUPER_POTION
dw $4e72 ; function
- dw Text0ba1_ ; description
- dw 0
+ dw SuperPotionDescription_ ; description
+ dw NONE ; description (cont)
FullHealCard: ; 33f8d (c:7f8d)
db TRAINER_CARD ; type
dw $548c ; gfx
- dw Text0ba2_ ; name
+ dw FullHealName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db FULL_HEAL
dw $4ece ; function
- dw Text0ba3_ ; description
- dw 0
+ dw FullHealDescription_ ; description
+ dw NONE ; description (cont)
ReviveCard: ; 33f9b (c:7f9b)
db TRAINER_CARD ; type
dw $54ed ; gfx
- dw Text0ba4_ ; name
+ dw ReviveName_ ; name
db DIAMOND ; rarity
db COLOSSEUM | NONE ; set
db REVIVE
dw $4f67 ; function
- dw Text0ba5_ ; description
- dw 0
+ dw ReviveDescription_ ; description
+ dw NONE ; description (cont)
MaintenanceCard: ; 33fa9 (c:7fa9)
db TRAINER_CARD ; type
dw $554e ; gfx
- dw Text0ba6_ ; name
+ dw MaintenanceName_ ; name
db DIAMOND ; rarity
db LABORATORY | NONE ; set
db MAINTENANCE
dw $4f49 ; function
- dw Text0ba7_ ; description
- dw 0
+ dw MaintenanceDescription_ ; description
+ dw NONE ; description (cont)
PokemonFluteCard: ; 33fb7 (c:7fb7)
db TRAINER_CARD ; type
dw $55af ; gfx
- dw Text0ba8_ ; name
+ dw PokemonFluteName_ ; name
db DIAMOND ; rarity
db EVOLUTION | NONE ; set
db POKEMON_FLUTE
dw $4f0c ; function
- dw Text0ba9_ ; description
- dw 0
+ dw PokemonFluteDescription_ ; description
+ dw NONE ; description (cont)
GamblerCard: ; 33fc5 (c:7fc5)
db TRAINER_CARD ; type
dw $5610 ; gfx
- dw Text0baa_ ; name
+ dw GamblerName_ ; name
db CIRCLE ; rarity
db LABORATORY | FOSSIL ; set
db GAMBLER
dw $4eb2 ; function
- dw Text0bab_ ; description
- dw 0
+ dw GamblerDescription_ ; description
+ dw NONE ; description (cont)
RecycleCard: ; 33fd3 (c:7fd3)
db TRAINER_CARD ; type
dw $5671 ; gfx
- dw Text0bac_ ; name
+ dw RecycleName_ ; name
db CIRCLE ; rarity
db LABORATORY | FOSSIL ; set
db RECYCLE
dw $4f5d ; function
- dw Text0bad_ ; description
- dw 0
+ dw RecycleDescription_ ; description
+ dw NONE ; description (cont)
rept $1f
db $ff
diff --git a/src/text/text9.asm b/src/text/text9.asm
index ef44df8..29a1324 100644
--- a/src/text/text9.asm
+++ b/src/text/text9.asm
@@ -958,46 +958,46 @@ Text07fa: ; 57389 (15:7389)
Text07fb: ; 57390 (15:7390)
db $03,$50,TX_GRASS,$03,$51,TX_END
-Text07fc: ; 57397 (15:7397)
+GrassEnergyName: ; 57397 (15:7397)
db TX_START,"Grass Energy",TX_END
-Text07fd: ; 573a5 (15:73a5)
+GrassEnergyDescription: ; 573a5 (15:73a5)
db TX_START,"Provides 1 ",TX_GRASS," Energy.",TX_END
-Text07fe: ; 573bc (15:73bc)
+FireEnergyName: ; 573bc (15:73bc)
db TX_START,"Fire Energy",TX_END
-Text07ff: ; 573c9 (15:73c9)
+FireEnergyDescription: ; 573c9 (15:73c9)
db TX_START,"Provides 1 ",TX_FIRE," Energy.",TX_END
-Text0800: ; 573e0 (15:73e0)
+WaterEnergyName: ; 573e0 (15:73e0)
db TX_START,"Water Energy",TX_END
-Text0801: ; 573ee (15:73ee)
+WaterEnergyDescription: ; 573ee (15:73ee)
db TX_START,"Provides 1 ",TX_WATER," Energy.",TX_END
-Text0802: ; 57405 (15:7405)
+LightningEnergyName: ; 57405 (15:7405)
db TX_START,"Lightning Energy",TX_END
-Text0803: ; 57417 (15:7417)
+LightningEnergyDescription: ; 57417 (15:7417)
db TX_START,"Provides 1 ",TX_LIGHTNING," Energy.",TX_END
-Text0804: ; 5742e (15:742e)
+FightingEnergyName: ; 5742e (15:742e)
db TX_START,"Fighting Energy",TX_END
-Text0805: ; 5743f (15:743f)
+FightingEnergyDescription: ; 5743f (15:743f)
db TX_START,"Provides 1 ",TX_FIGHTING," Energy.",TX_END
-Text0806: ; 57456 (15:7456)
+PsychicEnergyName: ; 57456 (15:7456)
db TX_START,"Psychic Energy",TX_END
-Text0807: ; 57466 (15:7466)
+PsychicEnergyDescription: ; 57466 (15:7466)
db TX_START,"Provides 1 ",TX_PSYCHIC," Energy.",TX_END
-Text0808: ; 5747d (15:747d)
+DoubleColorlessEnergyName: ; 5747d (15:747d)
db TX_START,"Double Colorless Energy",TX_END
-Text0809: ; 57496 (15:7496)
+DoubleColorlessEnergyDescription: ; 57496 (15:7496)
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"
@@ -1005,51 +1005,51 @@ Text0809: ; 57496 (15:7496)
db "of Energy can be used to pay\n"
db "Colorless Energy costs.)",TX_END
-Text080a: ; 57552 (15:7552)
+BulbasaurName: ; 57552 (15:7552)
db TX_START,"Bulbasaur",TX_END
-Text080b: ; 5755d (15:755d)
+LeechSeedName: ; 5755d (15:755d)
db TX_START,"Leech Seed",TX_END
-Text080c: ; 57569 (15:7569)
+BulbasaursLeechSeedDescription: ; 57569 (15:7569)
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
-Text080d: ; 575cb (15:75cb)
+BulbasaurKind: ; 575cb (15:75cb)
db TX_START,"Seed",TX_END
-Text080e: ; 575d1 (15:75d1)
+BulbasaurDescription: ; 575d1 (15:75d1)
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
-Text080f: ; 5763b (15:763b)
+IvysaurName: ; 5763b (15:763b)
db TX_START,"Ivysaur",TX_END
-Text0810: ; 57644 (15:7644)
+VineWhipName: ; 57644 (15:7644)
db TX_START,"Vine Whip",TX_END
-Text0811: ; 5764f (15:764f)
+PoisonPowderName: ; 5764f (15:764f)
db TX_START,"Poisonpowder",TX_END
-Text0812: ; 5765d (15:765d)
+InflictPoisonDescription: ; 5765d (15:765d)
db TX_START,"The Defending Pok`mon is now\n"
db "Poisoned.",TX_END
-Text0813: ; 57685 (15:7685)
+IvysaurDescription: ; 57685 (15:7685)
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
-Text0814: ; 576ee (15:76ee)
+VenusaurName: ; 576ee (15:76ee)
db TX_START,"Venusaur",TX_END
-Text0815: ; 576f8 (15:76f8)
+SolarPowerName: ; 576f8 (15:76f8)
db TX_START,"Solar Power",TX_END
-Text0816: ; 57705 (15:7705)
+SolarPowerDescription: ; 57705 (15:7705)
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"
@@ -1057,15 +1057,15 @@ Text0816: ; 57705 (15:7705)
db "Asleep, Confused, Paralyzed, or\n"
db "Poisoned.",TX_END
-Text0817: ; 577b0 (15:77b0)
+SolarPowerDescriptionCont: ; 577b0 (15:77b0)
db TX_START,"This power can't be used if\n"
db "Venusaur is Asleep, Confused,\n"
db "or Paralyzed.",TX_END
-Text0818: ; 577f9 (15:77f9)
+MegaDrainName: ; 577f9 (15:77f9)
db TX_START,"Mega Drain",TX_END
-Text0819: ; 57805 (15:7805)
+VenusaursMegaDrainDescription: ; 57805 (15:7805)
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"
@@ -1073,20 +1073,20 @@ Text0819: ; 57805 (15:7805)
db "Resistance) (rounded up to the\n"
db "nearest 10).",TX_END
-Text081a: ; 578b7 (15:78b7)
+VenusaursMegaDrainDescriptionCont: ; 578b7 (15:78b7)
db TX_START,"If Venusaur has fewer damage\n"
db "counters than that, remove all of\n"
db "them.",TX_END
-Text081b: ; 578fd (15:78fd)
+Venusaur1Description: ; 578fd (15:78fd)
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
-Text081c: ; 57960 (15:7960)
+EnergyTransName: ; 57960 (15:7960)
db TX_START,"Energy Trans",TX_END
-Text081d: ; 5796e (15:796e)
+EnergyTransDescription: ; 5796e (15:796e)
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"
@@ -1095,69 +1095,69 @@ Text081d: ; 5796e (15:796e)
db "used if Venusaur is Asleep,\n"
db "Confused, or Paralyzed.",TX_END
-Text081e: ; 57a51 (15:7a51)
+SolarBeamName: ; 57a51 (15:7a51)
db TX_START,"Solarbeam",TX_END
-Text081f: ; 57a5c (15:7a5c)
+Venusaur2Description: ; 57a5c (15:7a5c)
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
-Text0820: ; 57ab9 (15:7ab9)
+CaterpieName: ; 57ab9 (15:7ab9)
db TX_START,"Caterpie",TX_END
-Text0821: ; 57ac3 (15:7ac3)
+StringShotName: ; 57ac3 (15:7ac3)
db TX_START,"String Shot",TX_END
-Text0822: ; 57ad0 (15:7ad0)
+MayInflictParalysisDescription: ; 57ad0 (15:7ad0)
db TX_START,"Flip a coin. If heads, the Defending\n"
db "Pok`mon is now Paralyzed.",TX_END
-Text0823: ; 57b10 (15:7b10)
+CaterpieKind: ; 57b10 (15:7b10)
db TX_START,"Worm",TX_END
-Text0824: ; 57b16 (15:7b16)
+CaterpieDescription: ; 57b16 (15:7b16)
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
-Text0825: ; 57b78 (15:7b78)
+MetapodName: ; 57b78 (15:7b78)
db TX_START,"Metapod",TX_END
-Text0826: ; 57b81 (15:7b81)
+StiffenName: ; 57b81 (15:7b81)
db TX_START,"Stiffen",TX_END
-Text0827: ; 57b8a (15:7b8a)
+MetapodsStiffenDescription: ; 57b8a (15:7b8a)
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
-Text0828: ; 57c14 (15:7c14)
+StunSporeName: ; 57c14 (15:7c14)
db TX_START,"Stun Spore",TX_END
-Text0829: ; 57c20 (15:7c20)
+MetapodKind: ; 57c20 (15:7c20)
db TX_START,"Cocoon",TX_END
-Text082a: ; 57c28 (15:7c28)
+MetapodDescription: ; 57c28 (15:7c28)
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
-Text082b: ; 57c82 (15:7c82)
+ButterfreeName: ; 57c82 (15:7c82)
db TX_START,"Butterfree",TX_END
-Text082c: ; 57c8e (15:7c8e)
+WhirlwindName: ; 57c8e (15:7c8e)
db TX_START,"Whirlwind",TX_END
-Text082d: ; 57c99 (15:7c99)
+WhirlwindDescription: ; 57c99 (15:7c99)
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
-Text082e: ; 57d3a (15:7d3a)
+ButterfreesMegaDrainDescription: ; 57d3a (15:7d3a)
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"
@@ -1165,41 +1165,41 @@ Text082e: ; 57d3a (15:7d3a)
db "Resistance) (rounded up to the\n"
db "nearest 10).",TX_END
-Text082f: ; 57dee (15:7dee)
+ButterfreesMegaDrainDescriptionCont: ; 57dee (15:7dee)
db TX_START,"If Butterfree has fewer damage\n"
db "counters than that, remove all of\n"
db "them.",TX_END
-Text0830: ; 57e36 (15:7e36)
+ButterfreeKind: ; 57e36 (15:7e36)
db TX_START,"Butterfly",TX_END
-Text0831: ; 57e41 (15:7e41)
+ButterfreeDescription: ; 57e41 (15:7e41)
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
-Text0832: ; 57e99 (15:7e99)
+WeedleName: ; 57e99 (15:7e99)
db TX_START,"Weedle",TX_END
-Text0833: ; 57ea1 (15:7ea1)
+PoisonStingName: ; 57ea1 (15:7ea1)
db TX_START,"Poison Sting",TX_END
-Text0834: ; 57eaf (15:7eaf)
+MayInflictPoisonDescription: ; 57eaf (15:7eaf)
db TX_START,"Flip a coin. If heads, the Defending\n"
db "Pok`mon is now Poisoned.",TX_END
-Text0835: ; 57eee (15:7eee)
+WeedleKind: ; 57eee (15:7eee)
db TX_START,"Hairy Bug",TX_END
-Text0836: ; 57ef9 (15:7ef9)
+WeedleDescription: ; 57ef9 (15:7ef9)
db TX_START,"Often found in forests, eating\n"
db "leaves. It has a sharp, venomous\n"
db "stinger on its head.",TX_END
-Text0837: ; 57f4f (15:7f4f)
+KakunaName: ; 57f4f (15:7f4f)
db TX_START,"Kakuna",TX_END
-Text0838: ; 57f57 (15:7f57)
+KakunasStiffenDescription: ; 57f57 (15:7f57)
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"
diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm
index 9fe8a60..5b810fc 100755
--- a/src/text/text_offsets.asm
+++ b/src/text/text_offsets.asm
@@ -1,3 +1,4 @@
+
const_value = 1
TextOffsets:: ; 34000 (d:4000)
@@ -2045,949 +2046,949 @@ TextOffsets:: ; 34000 (d:4000)
text Text07f9
text Text07fa
text Text07fb
- text Text07fc
- text Text07fd
- text Text07fe
- text Text07ff
- text Text0800
- text Text0801
- text Text0802
- text Text0803
- text Text0804
- text Text0805
- text Text0806
- text Text0807
- text Text0808
- text Text0809
- text Text080a
- text Text080b
- text Text080c
- text Text080d
- text Text080e
- text Text080f
- text Text0810
- text Text0811
- text Text0812
- text Text0813
- text Text0814
- text Text0815
- text Text0816
- text Text0817
- text Text0818
- text Text0819
- text Text081a
- text Text081b
- text Text081c
- text Text081d
- text Text081e
- text Text081f
- text Text0820
- text Text0821
- text Text0822
- text Text0823
- text Text0824
- text Text0825
- text Text0826
- text Text0827
- text Text0828
- text Text0829
- text Text082a
- text Text082b
- text Text082c
- text Text082d
- text Text082e
- text Text082f
- text Text0830
- text Text0831
- text Text0832
- text Text0833
- text Text0834
- text Text0835
- text Text0836
- text Text0837
- text Text0838
- text Text0839
- text Text083a
- text Text083b
- text Text083c
- text Text083d
- text Text083e
- text Text083f
- text Text0840
- text Text0841
- text Text0842
- text Text0843
- text Text0844
- text Text0845
- text Text0846
- text Text0847
- text Text0848
- text Text0849
- text Text084a
- text Text084b
- text Text084c
- text Text084d
- text Text084e
- text Text084f
- text Text0850
- text Text0851
- text Text0852
- text Text0853
- text Text0854
- text Text0855
- text Text0856
- text Text0857
- text Text0858
- text Text0859
- text Text085a
- text Text085b
- text Text085c
- text Text085d
- text Text085e
- text Text085f
- text Text0860
- text Text0861
- text Text0862
- text Text0863
- text Text0864
- text Text0865
- text Text0866
- text Text0867
- text Text0868
- text Text0869
- text Text086a
- text Text086b
- text Text086c
- text Text086d
- text Text086e
- text Text086f
- text Text0870
- text Text0871
- text Text0872
- text Text0873
- text Text0874
- text Text0875
- text Text0876
- text Text0877
- text Text0878
- text Text0879
- text Text087a
- text Text087b
- text Text087c
- text Text087d
- text Text087e
- text Text087f
- text Text0880
- text Text0881
- text Text0882
- text Text0883
- text Text0884
- text Text0885
- text Text0886
- text Text0887
- text Text0888
- text Text0889
- text Text088a
- text Text088b
- text Text088c
- text Text088d
- text Text088e
- text Text088f
- text Text0890
- text Text0891
- text Text0892
- text Text0893
- text Text0894
- text Text0895
- text Text0896
- text Text0897
- text Text0898
- text Text0899
- text Text089a
- text Text089b
- text Text089c
- text Text089d
- text Text089e
- text Text089f
- text Text08a0
- text Text08a1
- text Text08a2
- text Text08a3
- text Text08a4
- text Text08a5
- text Text08a6
- text Text08a7
- text Text08a8
- text Text08a9
- text Text08aa
- text Text08ab
- text Text08ac
- text Text08ad
- text Text08ae
- text Text08af
- text Text08b0
- text Text08b1
- text Text08b2
- text Text08b3
- text Text08b4
- text Text08b5
- text Text08b6
- text Text08b7
- text Text08b8
- text Text08b9
- text Text08ba
- text Text08bb
- text Text08bc
- text Text08bd
- text Text08be
- text Text08bf
- text Text08c0
- text Text08c1
- text Text08c2
- text Text08c3
- text Text08c4
- text Text08c5
- text Text08c6
- text Text08c7
- text Text08c8
- text Text08c9
- text Text08ca
- text Text08cb
- text Text08cc
- text Text08cd
- text Text08ce
- text Text08cf
- text Text08d0
- text Text08d1
- text Text08d2
- text Text08d3
- text Text08d4
- text Text08d5
- text Text08d6
- text Text08d7
- text Text08d8
- text Text08d9
- text Text08da
- text Text08db
- text Text08dc
- text Text08dd
- text Text08de
- text Text08df
- text Text08e0
- text Text08e1
- text Text08e2
- text Text08e3
- text Text08e4
- text Text08e5
- text Text08e6
- text Text08e7
- text Text08e8
- text Text08e9
- text Text08ea
- text Text08eb
- text Text08ec
- text Text08ed
- text Text08ee
- text Text08ef
- text Text08f0
- text Text08f1
- text Text08f2
- text Text08f3
- text Text08f4
- text Text08f5
- text Text08f6
- text Text08f7
- text Text08f8
- text Text08f9
- text Text08fa
- text Text08fb
- text Text08fc
- text Text08fd
- text Text08fe
- text Text08ff
- text Text0900
- text Text0901
- text Text0902
- text Text0903
- text Text0904
- text Text0905
- text Text0906
- text Text0907
- text Text0908
- text Text0909
- text Text090a
- text Text090b
- text Text090c
- text Text090d
- text Text090e
- text Text090f
- text Text0910
- text Text0911
- text Text0912
- text Text0913
- text Text0914
- text Text0915
- text Text0916
- text Text0917
- text Text0918
- text Text0919
- text Text091a
- text Text091b
- text Text091c
- text Text091d
- text Text091e
- text Text091f
- text Text0920
- text Text0921
- text Text0922
- text Text0923
- text Text0924
- text Text0925
- text Text0926
- text Text0927
- text Text0928
- text Text0929
- text Text092a
- text Text092b
- text Text092c
- text Text092d
- text Text092e
- text Text092f
- text Text0930
- text Text0931
- text Text0932
- text Text0933
- text Text0934
- text Text0935
- text Text0936
- text Text0937
- text Text0938
- text Text0939
- text Text093a
- text Text093b
- text Text093c
- text Text093d
- text Text093e
- text Text093f
- text Text0940
- text Text0941
- text Text0942
- text Text0943
- text Text0944
- text Text0945
- text Text0946
- text Text0947
- text Text0948
- text Text0949
- text Text094a
- text Text094b
- text Text094c
- text Text094d
- text Text094e
- text Text094f
- text Text0950
- text Text0951
- text Text0952
- text Text0953
- text Text0954
- text Text0955
- text Text0956
- text Text0957
- text Text0958
- text Text0959
- text Text095a
- text Text095b
- text Text095c
- text Text095d
- text Text095e
- text Text095f
- text Text0960
- text Text0961
- text Text0962
- text Text0963
- text Text0964
- text Text0965
- text Text0966
- text Text0967
- text Text0968
- text Text0969
- text Text096a
- text Text096b
- text Text096c
- text Text096d
- text Text096e
- text Text096f
- text Text0970
- text Text0971
- text Text0972
- text Text0973
- text Text0974
- text Text0975
- text Text0976
- text Text0977
- text Text0978
- text Text0979
- text Text097a
- text Text097b
- text Text097c
- text Text097d
- text Text097e
- text Text097f
- text Text0980
- text Text0981
- text Text0982
- text Text0983
- text Text0984
- text Text0985
- text Text0986
- text Text0987
- text Text0988
- text Text0989
- text Text098a
- text Text098b
- text Text098c
- text Text098d
- text Text098e
- text Text098f
- text Text0990
- text Text0991
- text Text0992
- text Text0993
- text Text0994
- text Text0995
- text Text0996
- text Text0997
- text Text0998
- text Text0999
- text Text099a
- text Text099b
- text Text099c
- text Text099d
- text Text099e
- text Text099f
- text Text09a0
- text Text09a1
- text Text09a2
- text Text09a3
- text Text09a4
- text Text09a5
- text Text09a6
- text Text09a7
- text Text09a8
- text Text09a9
- text Text09aa
- text Text09ab
- text Text09ac
- text Text09ad
- text Text09ae
- text Text09af
- text Text09b0
- text Text09b1
- text Text09b2
- text Text09b3
- text Text09b4
- text Text09b5
- text Text09b6
- text Text09b7
- text Text09b8
- text Text09b9
- text Text09ba
- text Text09bb
- text Text09bc
- text Text09bd
- text Text09be
- text Text09bf
- text Text09c0
- text Text09c1
- text Text09c2
- text Text09c3
- text Text09c4
- text Text09c5
- text Text09c6
- text Text09c7
- text Text09c8
- text Text09c9
- text Text09ca
- text Text09cb
- text Text09cc
- text Text09cd
- text Text09ce
- text Text09cf
- text Text09d0
- text Text09d1
- text Text09d2
- text Text09d3
- text Text09d4
- text Text09d5
- text Text09d6
- text Text09d7
- text Text09d8
- text Text09d9
- text Text09da
- text Text09db
- text Text09dc
- text Text09dd
- text Text09de
- text Text09df
- text Text09e0
- text Text09e1
- text Text09e2
- text Text09e3
- text Text09e4
- text Text09e5
- text Text09e6
- text Text09e7
- text Text09e8
- text Text09e9
- text Text09ea
- text Text09eb
- text Text09ec
- text Text09ed
- text Text09ee
- text Text09ef
- text Text09f0
- text Text09f1
- text Text09f2
- text Text09f3
- text Text09f4
- text Text09f5
- text Text09f6
- text Text09f7
- text Text09f8
- text Text09f9
- text Text09fa
- text Text09fb
- text Text09fc
- text Text09fd
- text Text09fe
- text Text09ff
- text Text0a00
- text Text0a01
- text Text0a02
- text Text0a03
- text Text0a04
- text Text0a05
- text Text0a06
- text Text0a07
- text Text0a08
- text Text0a09
- text Text0a0a
- text Text0a0b
- text Text0a0c
- text Text0a0d
- text Text0a0e
- text Text0a0f
- text Text0a10
- text Text0a11
- text Text0a12
- text Text0a13
- text Text0a14
- text Text0a15
- text Text0a16
- text Text0a17
- text Text0a18
- text Text0a19
- text Text0a1a
- text Text0a1b
- text Text0a1c
- text Text0a1d
- text Text0a1e
- text Text0a1f
- text Text0a20
- text Text0a21
- text Text0a22
- text Text0a23
- text Text0a24
- text Text0a25
- text Text0a26
- text Text0a27
- text Text0a28
- text Text0a29
- text Text0a2a
- text Text0a2b
- text Text0a2c
- text Text0a2d
- text Text0a2e
- text Text0a2f
- text Text0a30
- text Text0a31
- text Text0a32
- text Text0a33
- text Text0a34
- text Text0a35
- text Text0a36
- text Text0a37
- text Text0a38
- text Text0a39
- text Text0a3a
- text Text0a3b
- text Text0a3c
- text Text0a3d
- text Text0a3e
- text Text0a3f
- text Text0a40
- text Text0a41
- text Text0a42
- text Text0a43
- text Text0a44
- text Text0a45
- text Text0a46
- text Text0a47
- text Text0a48
- text Text0a49
- text Text0a4a
- text Text0a4b
- text Text0a4c
- text Text0a4d
- text Text0a4e
- text Text0a4f
- text Text0a50
- text Text0a51
- text Text0a52
- text Text0a53
- text Text0a54
- text Text0a55
- text Text0a56
- text Text0a57
- text Text0a58
- text Text0a59
- text Text0a5a
- text Text0a5b
- text Text0a5c
- text Text0a5d
- text Text0a5e
- text Text0a5f
- text Text0a60
- text Text0a61
- text Text0a62
- text Text0a63
- text Text0a64
- text Text0a65
- text Text0a66
- text Text0a67
- text Text0a68
- text Text0a69
- text Text0a6a
- text Text0a6b
- text Text0a6c
- text Text0a6d
- text Text0a6e
- text Text0a6f
- text Text0a70
- text Text0a71
- text Text0a72
- text Text0a73
- text Text0a74
- text Text0a75
- text Text0a76
- text Text0a77
- text Text0a78
- text Text0a79
- text Text0a7a
- text Text0a7b
- text Text0a7c
- text Text0a7d
- text Text0a7e
- text Text0a7f
- text Text0a80
- text Text0a81
- text Text0a82
- text Text0a83
- text Text0a84
- text Text0a85
- text Text0a86
- text Text0a87
- text Text0a88
- text Text0a89
- text Text0a8a
- text Text0a8b
- text Text0a8c
- text Text0a8d
- text Text0a8e
- text Text0a8f
- text Text0a90
- text Text0a91
- text Text0a92
- text Text0a93
- text Text0a94
- text Text0a95
- text Text0a96
- text Text0a97
- text Text0a98
- text Text0a99
- text Text0a9a
- text Text0a9b
- text Text0a9c
- text Text0a9d
- text Text0a9e
- text Text0a9f
- text Text0aa0
- text Text0aa1
- text Text0aa2
- text Text0aa3
- text Text0aa4
- text Text0aa5
- text Text0aa6
- text Text0aa7
- text Text0aa8
- text Text0aa9
- text Text0aaa
- text Text0aab
- text Text0aac
- text Text0aad
- text Text0aae
- text Text0aaf
- text Text0ab0
- text Text0ab1
- text Text0ab2
- text Text0ab3
- text Text0ab4
- text Text0ab5
- text Text0ab6
- text Text0ab7
- text Text0ab8
- text Text0ab9
- text Text0aba
- text Text0abb
- text Text0abc
- text Text0abd
- text Text0abe
- text Text0abf
- text Text0ac0
- text Text0ac1
- text Text0ac2
- text Text0ac3
- text Text0ac4
- text Text0ac5
- text Text0ac6
- text Text0ac7
- text Text0ac8
- text Text0ac9
- text Text0aca
- text Text0acb
- text Text0acc
- text Text0acd
- text Text0ace
- text Text0acf
- text Text0ad0
- text Text0ad1
- text Text0ad2
- text Text0ad3
- text Text0ad4
- text Text0ad5
- text Text0ad6
- text Text0ad7
- text Text0ad8
- text Text0ad9
- text Text0ada
- text Text0adb
- text Text0adc
- text Text0add
- text Text0ade
- text Text0adf
- text Text0ae0
- text Text0ae1
- text Text0ae2
- text Text0ae3
- text Text0ae4
- text Text0ae5
- text Text0ae6
- text Text0ae7
- text Text0ae8
- text Text0ae9
- text Text0aea
- text Text0aeb
- text Text0aec
- text Text0aed
- text Text0aee
- text Text0aef
- text Text0af0
- text Text0af1
- text Text0af2
- text Text0af3
- text Text0af4
- text Text0af5
- text Text0af6
- text Text0af7
- text Text0af8
- text Text0af9
- text Text0afa
- text Text0afb
- text Text0afc
- text Text0afd
- text Text0afe
- text Text0aff
- text Text0b00
- text Text0b01
- text Text0b02
- text Text0b03
- text Text0b04
- text Text0b05
- text Text0b06
- text Text0b07
- text Text0b08
- text Text0b09
- text Text0b0a
- text Text0b0b
- text Text0b0c
- text Text0b0d
- text Text0b0e
- text Text0b0f
- text Text0b10
- text Text0b11
- text Text0b12
- text Text0b13
- text Text0b14
- text Text0b15
- text Text0b16
- text Text0b17
- text Text0b18
- text Text0b19
- text Text0b1a
- text Text0b1b
- text Text0b1c
- text Text0b1d
- text Text0b1e
- text Text0b1f
- text Text0b20
- text Text0b21
- text Text0b22
- text Text0b23
- text Text0b24
- text Text0b25
- text Text0b26
- text Text0b27
- text Text0b28
- text Text0b29
- text Text0b2a
- text Text0b2b
- text Text0b2c
- text Text0b2d
- text Text0b2e
- text Text0b2f
- text Text0b30
- text Text0b31
- text Text0b32
- text Text0b33
- text Text0b34
- text Text0b35
- text Text0b36
- text Text0b37
- text Text0b38
- text Text0b39
- text Text0b3a
- text Text0b3b
- text Text0b3c
- text Text0b3d
- text Text0b3e
- text Text0b3f
- text Text0b40
- text Text0b41
- text Text0b42
- text Text0b43
- text Text0b44
- text Text0b45
- text Text0b46
- text Text0b47
- text Text0b48
- text Text0b49
- text Text0b4a
- text Text0b4b
- text Text0b4c
- text Text0b4d
- text Text0b4e
- text Text0b4f
- text Text0b50
- text Text0b51
- text Text0b52
- text Text0b53
- text Text0b54
- text Text0b55
- text Text0b56
- text Text0b57
- text Text0b58
- text Text0b59
- text Text0b5a
- text Text0b5b
- text Text0b5c
- text Text0b5d
- text Text0b5e
- text Text0b5f
- text Text0b60
- text Text0b61
- text Text0b62
- text Text0b63
- text Text0b64
- text Text0b65
- text Text0b66
- text Text0b67
- text Text0b68
- text Text0b69
- text Text0b6a
- text Text0b6b
- text Text0b6c
- text Text0b6d
- text Text0b6e
- text Text0b6f
- text Text0b70
- text Text0b71
- text Text0b72
- text Text0b73
- text Text0b74
- text Text0b75
- text Text0b76
- text Text0b77
- text Text0b78
- text Text0b79
- text Text0b7a
- text Text0b7b
- text Text0b7c
- text Text0b7d
- text Text0b7e
- text Text0b7f
- text Text0b80
- text Text0b81
- text Text0b82
- text Text0b83
- text Text0b84
- text Text0b85
- text Text0b86
- text Text0b87
- text Text0b88
- text Text0b89
- text Text0b8a
- text Text0b8b
- text Text0b8c
- text Text0b8d
- text Text0b8e
- text Text0b8f
- text Text0b90
- text Text0b91
- text Text0b92
- text Text0b93
- text Text0b94
- text Text0b95
- text Text0b96
- text Text0b97
- text Text0b98
- text Text0b99
- text Text0b9a
- text Text0b9b
- text Text0b9c
- text Text0b9d
- text Text0b9e
- text Text0b9f
- text Text0ba0
- text Text0ba1
- text Text0ba2
- text Text0ba3
- text Text0ba4
- text Text0ba5
- text Text0ba6
- text Text0ba7
- text Text0ba8
- text Text0ba9
- text Text0baa
- text Text0bab
- text Text0bac
- text Text0bad
+ text GrassEnergyName
+ text GrassEnergyDescription
+ text FireEnergyName
+ text FireEnergyDescription
+ text WaterEnergyName
+ text WaterEnergyDescription
+ text LightningEnergyName
+ text LightningEnergyDescription
+ text FightingEnergyName
+ text FightingEnergyDescription
+ text PsychicEnergyName
+ text PsychicEnergyDescription
+ text DoubleColorlessEnergyName
+ text DoubleColorlessEnergyDescription
+ text BulbasaurName
+ text LeechSeedName
+ text BulbasaursLeechSeedDescription
+ text BulbasaurKind
+ text BulbasaurDescription
+ text IvysaurName
+ text VineWhipName
+ text PoisonPowderName
+ text InflictPoisonDescription
+ text IvysaurDescription
+ text VenusaurName
+ text SolarPowerName
+ text SolarPowerDescription
+ text SolarPowerDescriptionCont
+ text MegaDrainName
+ text VenusaursMegaDrainDescription
+ text VenusaursMegaDrainDescriptionCont
+ text Venusaur1Description
+ text EnergyTransName
+ text EnergyTransDescription
+ text SolarBeamName
+ text Venusaur2Description
+ text CaterpieName
+ text StringShotName
+ text MayInflictParalysisDescription
+ text CaterpieKind
+ text CaterpieDescription
+ text MetapodName
+ text StiffenName
+ text MetapodsStiffenDescription
+ text StunSporeName
+ text MetapodKind
+ text MetapodDescription
+ text ButterfreeName
+ text WhirlwindName
+ text WhirlwindDescription
+ text ButterfreesMegaDrainDescription
+ text ButterfreesMegaDrainDescriptionCont
+ text ButterfreeKind
+ text ButterfreeDescription
+ text WeedleName
+ text PoisonStingName
+ text MayInflictPoisonDescription
+ text WeedleKind
+ text WeedleDescription
+ text KakunaName
+ text KakunasStiffenDescription
+ text KakunaDescription
+ text BeedrillName
+ text TwineedleName
+ text DoubleAttackX30Description
+ text BeedrillKind
+ text BeedrillDescription
+ text EkansName
+ text SpitPoisonName
+ text WrapName
+ text EkansKind
+ text EkansDescription
+ text ArbokName
+ text TerrorStrikeName
+ text TerrorStrikeDescription
+ text PoisonFangText
+ text ArbokKind
+ text ArbokDescription
+ text NidoranFText
+ text FurySweepesText
+ text TripleAttackX10Description
+ text CallForFamilyText
+ text NidoranFsCallForFamilyDescription
+ text NidoranFKind
+ text NidoranFDescription
+ text NidorinaName
+ text SupersonicName
+ text MayInflictConfusionDescription
+ text DoubleKickName
+ text NidorinaDescription
+ text NidoqueenName
+ text BoyfriendsName
+ text BoyfriendsDescription
+ text MegaPunchName
+ text NidoqueenKind
+ text NidoqueenDescription
+ text NidoranMName
+ text HornHazardName
+ text MayDoNothingDescription
+ text NidoranMDescription
+ text NidorinoName
+ text HornDrillName
+ text NidorinoDescription
+ text NidokingName
+ text ThrashName
+ text ThrashDescriptipn
+ text ToxicName
+ text ToxicDescription
+ text NidokingDescription
+ text ZubatName
+ text LeechLifeName
+ text ZubatsLeechLifeDescription
+ text ZubatKind
+ text ZubatDescription
+ text GolbatName
+ text WingAttackName
+ text GolbatsLeechLifeDescription
+ text GolbatDescription
+ text OddishName
+ text SproutName
+ text SproutDescription
+ text OddishKind
+ text OddishDescription
+ text GloomName
+ text FoulOdorName
+ text FoulOdorDescription
+ text GloomDescription
+ text VileplumeName
+ text HealName
+ text HealDescription
+ text PetalDanceName
+ text PetalDanceDescription
+ text VileplumeKind
+ text VileplumeDescription
+ text ParasName
+ text ScratchName
+ text SporeName
+ text InflictSleepDescription
+ text ParasKind
+ text ParasDescription
+ text ParasectName
+ text SlashName
+ text ParasectDescription
+ text VenonatName
+ text VenonatLeechLifeDescription
+ text VenonatKind
+ text VenonatDescription
+ text VenomothName
+ text ShiftName
+ text ShiftDescription
+ text VenomPowderName
+ text VenomPowderDescription
+ text VenomothKind
+ text VenomothDescription
+ text BellsproutName
+ text BellsproutsCallForFamilyDescription
+ text BellsproutDescription
+ text WeepinbellName
+ text RazorLeafName
+ text WeepinbellKind
+ text WeepinbellDescription
+ text VictreebelName
+ text LureName
+ text VictreebelsLureDescription
+ text AcidName
+ text VictreebelsAcidDescription
+ text VictreebelDescription
+ text GrimerName
+ text NastyGooName
+ text MinimizeName
+ text GrimersMinimizeDescription
+ text GrimerKind
+ text GrimerDescription
+ text MukName
+ text ToxicGasName
+ text ToxicGasDescription
+ text MukDescription
+ text ExeggcuteName
+ text HypnosisName
+ text ExeggcutesLeechSeedDescription
+ text ExeggcuteKind
+ text ExeggcuteDescription
+ text ExeggutorName
+ text TeleportName
+ text TeleportDescription
+ text BigEggsplosionName
+ text BigEggsplosionDescription
+ text ExeggutorKind
+ text ExeggutorDescription
+ text KoffingName
+ text FoulGasName
+ text FoulGasDescription
+ text KoffingKind
+ text KoffingDescription
+ text WeezingName
+ text SmogName
+ text SelfdestructName
+ text WeezingsSelfdestructDescription
+ text WeezingDescription
+ text TangelaName
+ text BindName
+ text TangelaKind
+ text Tangela1Description
+ text PoisonWhipName
+ text Tangela2Description
+ text ScytherName
+ text SwordsDanceName
+ text SwordsDanceDescription
+ text ScytherKind
+ text ScytherDescription
+ text PinsirName
+ text IronGripName
+ text GuillotineName
+ text PinsirKind
+ text PinsirDescription
+ text CharmanderName
+ text EmberName
+ text EmberDescription
+ text CharmanderKind
+ text CharmanderDescription
+ text CharmeleonName
+ text FlamethrowerName
+ text CharmeleonsFlamethrowerDescription
+ text CharmeleonKind
+ text CharmeleonDescription
+ text CharizardName
+ text EnergyBurnName
+ text EnergyBurnDescription
+ text FireSpinName
+ text FireSpinDescription
+ text CharizardDescription
+ text VulpixName
+ text ConfuseRayName
+ text VulpixKind
+ text VulpixDescription
+ text NinetailsName
+ text NinetailsLureDescription
+ text FireBlastName
+ text FireBlastDescription
+ text Ninetails1Description
+ text MixUpName
+ text MixUpDescription
+ text MixUpDescriptionCont
+ text DancingEmbersName
+ text DancingEmbersDescription
+ text Ninetails2Description
+ text GrowlitheName
+ text FlareName
+ text GrowlitheKind
+ text GrowlitheDescription
+ text ArcanineName
+ text QuickAttackName
+ text QuickAttackDescription
+ text FlamesOfRageName
+ text FlamesOfRageDescription
+ text ArcanineKind
+ text Arcanine1Description
+ text ArcaninesFlamethrowerDescription
+ text TakeDownName
+ text TakeDownDescription
+ text Arcanine2Description
+ text PonytaName
+ text SmashKickName
+ text FlameTailName
+ text PonytaKind
+ text PonytaDescription
+ text RapidashName
+ text StompName
+ text StompDescription
+ text AgilityName
+ text RapidashsAgilityDescription
+ text RapidashDescription
+ text MagmarName
+ text FirePunchName
+ text FirePunchDescription
+ text MagmarKind
+ text Magmar1Description
+ text SmokescreenName
+ text MagmarsSmokescreenDescription
+ text Magmar2Description
+ text FlareonName
+ text EeveeName
+ text BiteName
+ text RageName
+ text FlareonsRageDescription
+ text Flareon1Description
+ text FlareonsFlamethrowerDescription
+ text Flareon2Description
+ text MoltresName
+ text WildfireName
+ text WildfireDescription
+ text DiveBombName
+ text Moltres1Description
+ text FiregiverName
+ text FiregiverDescription
+ text Moltres2Description
+ text SquirtleName
+ text BubbleName
+ text WithdrawName
+ text SquirtlesWithdrawDescription
+ text SquirtleKind
+ text SquirtleDescription
+ text WartortleName
+ text WartortlesWithdrawDescription
+ text WartortleKind
+ text WartortleDescription
+ text BlastoiseName
+ text RainDanceName
+ text RainDanceDescription
+ text RainDanceDescriptionCont
+ text HydroPumpName
+ text HydroPumpDescription
+ text BlastoiseKind
+ text BlastoiseDescription
+ text PsyduckName
+ text HeadacheName
+ text HeadacheDescription
+ text PsyduckKind
+ text PsyduckDescription
+ text GolduckName
+ text PsyshockName
+ text HyperBeamName
+ text Discard1EnergyFromTargetDescription
+ text GolduckDescription
+ text PoliwagName
+ text WaterGunName
+ text PoliwagsWaterGunDescription
+ text PoliwagKind
+ text PoliwagDescription
+ text PoliwhirlName
+ text AmnesiaName
+ text PoliwhirlsAmnesiaDescription
+ text DoubleslapName
+ text PoliwhirlsDescription
+ text PoliwrathName
+ text PoliwrathsWaterGunDescription
+ text WhirlpoolName
+ text PoliwrathDescription
+ text TentacoolName
+ text CowardiceName
+ text CowardiceDescription
+ text TentacoolKind
+ text TentacoolDescription
+ text TentacruelName
+ text JellyfishStingName
+ text TentacruelDescription
+ text SeelName
+ text HeadbuttName
+ text SeelKind
+ text SeelDescription
+ text DewgongName
+ text AuroraBeamName
+ text IceBeamName
+ text DewgongDescription
+ text ShellderName
+ text HideInShellName
+ text HideInShellDescription
+ text ShellderKind
+ text ShellderDescription
+ text CloysterName
+ text ClampName
+ text ClampDescription
+ text SpikeCannonName
+ text CloysterDescription
+ text KrabbyName
+ text KrabbysCallForFamilyDescription
+ text KrabbyKind
+ text KrabbyDescription
+ text KinglerName
+ text FlailName
+ text KinglersFlailDescription
+ text CrabhammerName
+ text KinglerKind
+ text KinglerDescription
+ text HorseaName
+ text HorseasSmokescreenDescription
+ text HorseaKind
+ text HorseaDescription
+ text SeadraName
+ text SeadrasWaterGunDescription
+ text SeadrasAgilityDescription
+ text SeadraDescription
+ text GoldeenName
+ text HornAttackName
+ text GoldeenKind
+ text GoldeenDescription
+ text SeakingName
+ text WaterfallName
+ text SeakingDescription
+ text StaryuName
+ text SlapName
+ text StaryuKind
+ text StaryuDescription
+ text StarmieName
+ text RecoverName
+ text StarmiesRecoverDescription
+ text StarFreezeName
+ text StarmieKind
+ text StarmieDescription
+ text MagikarpName
+ text TackleName
+ text MagikarpsFlailDescription
+ text MagikarpKind
+ text MagikarpDescription
+ text GyaradosName
+ text DragonRageName
+ text BubblebeamName
+ text GyaradosKind
+ text GyaradosDescription
+ text LaprasName
+ text LaprasWaterGunDescription
+ text LaprasKind
+ text LaprasDescription
+ text VaporeonName
+ text FocusEnergyName
+ text FocusEnergyDescription
+ text VaporeonKind
+ text Vaporeon1Description
+ text VaporeonsWaterGunDescription
+ text Vaporeon2Description
+ text OmanyteName
+ text MysteriousFossilName
+ text ClairvoyanceName
+ text ClairvoyanceDescription
+ text OmanytesWaterGunDescription
+ text OmanyteKind
+ text OmanyteDescription
+ text OmastarName
+ text OmastarsWaterGunDescription
+ text OmastarDescription
+ text ArticunoName
+ text FreezeDryName
+ text BlizzardName
+ text BlizzardDescription
+ text ArticunoKind
+ text Articuno1Description
+ text QuickfreezeName
+ text QuickfreezeDescription
+ text IceBreathName
+ text IceBreathDescription
+ text Articuno2Description
+ text PikachuName
+ text GnawName
+ text ThunderJoltName
+ text ThunderJoltDescription
+ text PikachuKind
+ text Pikachu1Description
+ text SparkName
+ text SparkDescription
+ text Pikachu2Description
+ text GrowlName
+ text GrowlDescription
+ text ThundershockName
+ text Pikachu3Description
+ text FlyingPikachuName
+ text FlyName
+ text FlyDescription
+ text FlyingPikachuDescription
+ text SurfingPikachuName
+ text SurfName
+ text SurfingPikachuDescription
+ text RaichuName
+ text RaichusAgilityDescription
+ text ThunderName
+ text RaichusThunderDescription
+ text Raichu1Description
+ text GigashockName
+ text GigashockDescription
+ text Raichu2Description
+ text MagnemiteName
+ text ThunderWaveName
+ text MagnemitesSelfdestructDescription
+ text MagnemiteKind
+ text Magnemite1Description
+ text MagneticStormName
+ text MagneticStormDescription
+ text Magnemite2Description
+ text MagnetonName
+ text Magneton1sSelfdestructDescription
+ text Magneton1Description
+ text SonicboomName
+ text SonicboomDescription
+ text Magneton2sSelfdestructDescription
+ text Magneton2Description
+ text VoltorbName
+ text VoltorbKind
+ text VoltorbDescription
+ text ElectrodeName
+ text EnergySpikeName
+ text EnergySpikeDescription
+ text Electrode1Description
+ text ChainLightningName
+ text ChainLightningDescription
+ text Electrode2Description
+ text ElectabuzzName
+ text LightScreenName
+ text LightScreenDescription
+ text LightScreenDescriptionCont
+ text ElectabuzzsQuickAttackDescription
+ text ElectabuzzKind
+ text Electabuzz1Description
+ text ThunderpunchName
+ text ThunderpunchDescription
+ text Electabuzz2Description
+ text JolteonName
+ text DoubleAttackX20Description
+ text StunNeedleName
+ text JolteonKind
+ text Jolteon1Description
+ text PinMissileName
+ text QuadrupleAttackX20Description
+ text Jolteon2Description
+ text ZapdosName
+ text ThunderstormName
+ text ThunderstormDescription
+ text Zapdos1Description
+ text ZapdosThunderDescription
+ text ThunderboltName
+ text ThunderboltDescription
+ text Zapdos2Description
+ text PealOfThunderName
+ text PealOfThunderDescription
+ text BigThunderName
+ text BigThunderDescription
+ text Zapdos3Description
+ text SandshrewName
+ text SandAttackName
+ text SandshrewDescription
+ text SandslashName
+ text TripleAttackX20Description
+ text SandslashDescription
+ text DiglettName
+ text DigName
+ text MudSlapName
+ text DiglettKind
+ text DiglettDescription
+ text DugtrioName
+ text EarthquakeName
+ text EarthquakeDescription
+ text DugtrioDescription
+ text MankeyName
+ text PeekName
+ text PeekDescription
+ text PeekDescriptionCont
+ text MankeyKind
+ text MankeyDescription
+ text PrimeapeName
+ text TantrumName
+ text TantrumDescription
+ text PrimeapeDescription
+ text MachopName
+ text LowKickName
+ text SuperpowerName
+ text MachopDescription
+ text MachokeName
+ text KarateChopName
+ text KarateChopDescription
+ text SubmissionName
+ text SubmissionDescription
+ text MachokeDescription
+ text MachampName
+ text StrikesBackName
+ text StrikesBackDescription
+ text StrikesBackDescriptionCont
+ text SeismicTossName
+ text MachampDescription
+ text GeodudeName
+ text StoneBarrageName
+ text StoneBarrageDescription
+ text GeodudeKind
+ text GeodudeDescription
+ text GravelerName
+ text HardenName
+ text GravelersHardenDescription
+ text RockThrowName
+ text GravelerDescription
+ text GolemName
+ text AvalancheName
+ text AvalancheDescription
+ text GolemKind
+ text GolemDescription
+ text OnixName
+ text OnixsHardenDescription
+ text OnixKind
+ text OnixDescription
+ text CuboneName
+ text SnivelName
+ text SnivelDescription
+ text CubonesRageDescription
+ text CuboneKind
+ text CuboneDescription
+ text MarowakName
+ text BonemerangName
+ text CallForFriendName
+ text CallForFriendDescription
+ text MarowakKind
+ text Marowak1Description
+ text BoneAttackName
+ text BoneAttackDescription
+ text WailName
+ text WailDescription
+ text Marowak2Description
+ text HitmonleeName
+ text StretchKickName
+ text StretchKickDescription
+ text HighJumpKickName
+ text HitmonleeKind
+ text HitmonleeDescription
+ text HitmonchanName
+ text JabName
+ text SpecialPunch
+ text HitmonchanKind
+ text HitmonchanDescription
+ text RhyhornName
+ text LeerName
+ text LeerDescription
+ text RhyhornKind
+ text RhyhornDescription
+ text RhydonName
+ text RamName
+ text RamDescription
+ text RamDescriptionCont
+ text RhydonDescription
+ text KabutoName
+ text KabutoArmorName
+ text KabutoArmorDescription
+ text KabutoArmorDescriptionCont
+ text KabutoDescription
+ text KabutopsName
+ text SharpSickleName
+ text AbsorbName
+ text AbsorbDescription
+ text AbsorbDescriptionCont
+ text KabutopsDescription
+ text AerodactylName
+ text PrehistoricPowerName
+ text PrehistoricPowerDescription
+ text AerodactylKind
+ text AerodactylDescription
+ text AbraName
+ text AbraKind
+ text AbraDescription
+ text KadabraName
+ text KadabrasRecoverDescription
+ text KadabraKind
+ text KadabraDescription
+ text AlakazamName
+ text DamageSwapName
+ text DamageSwapDescription
+ text AlakazamDescription
+ text SlowpokeName
+ text SlowpokesAmnesiaDescription
+ text SlowpokeKind
+ text Slowpoke1Description
+ text SpacingOutName
+ text SpacingOutDescription
+ text ScavengeName
+ text ScavengeDescription
+ text SlowbroName
+ text StrangeBehaviorName
+ text StrangeBehaviorDescription
+ text SlowbroKind
+ text SlowbroDescription
+ text GastlyName
+ text SleepingGasName
+ text MayInflictSleepDescription
+ text DestinyBondName
+ text DestinyBondDescription
+ text GastlyKind
+ text Gastly1Description
+ text LickName
+ text EnergyConversionName
+ text EnergyConversionDescription
+ text Gastly2Description
+ text HaunterName
+ text TransparencyName
+ text TransparencyDescription
+ text NightmareName
+ text HaunterDescription
+ text DreamEaterName
+ text DreamEaterDescription
+ text GengarName
+ text CurseName
+ text CurseDescription
+ text DarkMindName
+ text DarkMindDescription
+ text GengarKind
+ text GengarDescription
+ text DrowzeeName
+ text PoundName
+ text DrowzeeDescription
+ text HypnoName
+ text ProphecyName
+ text ProphecyDescription
+ text HypnoDescription
+ text MrMimeName
+ text InvisibleWallName
+ text InvisibleWallDescription
+ text InvisibleWallDescriptionCont
+ text MeditateName
+ text MrMimesMeditateDescription
+ text MrMimeKindAndBarrierName
+ text MrMimeDescription
+ text JynxName
+ text DoubleAttackX10Description
+ text JynxsMeditateDescription
+ text JynxKind
+ text JynxDescription
+ text MewtwoName
+ text PsychicName
+ text PsychicDescription
+ text BarrierDescription
+ text MewtwoKind
+ text Mewtwo1Description
+ text EnergyAbsorptionName
+ text EnergyAbsorptionDescription
+ text PsyburnName
+ text Mewtwo2Description
+ text MewName
+ text NeutralizingShieldName
+ text NeutralizingShieldDescription
+ text MewKind
+ text Mew1Description
+ text MysteryAttackName
+ text MysteryAttackDescription
+ text Mew2Description
+ text PsywaveName
+ text PsywaveDescription
+ text DevolutionBeamName
+ text DevolutionBeamDescription
+ text PidgeyName
+ text PidgeyKind
+ text PidgeyDescription
+ text PidgeottoName
+ text MirrorMoveName
+ text PidgeottosMirrorMoveDescription
+ text PidgeottoKind
+ text PidgeottoDescription
+ text PidgeotName
+ text SlicingWindName
+ text SlicingWildDescription
+ text GaleName
+ text GaleDescription
+ text Pidgeot1Description
+ text HurricaneName
+ text HurricaneDescription
+ text Pidgeot2Description
+ text RattataName
+ text RattataKind
+ text RattataDescription
+ text RaticateName
+ text SuperFangName
+ text SuperFangDescription
+ text RaticateDescription
+ text SpearowName
+ text PeckName
+ text SpearowsMirrorMoveDescription
+ text SpearowDescription
+ text FearowName
+ text FearowsAgilityDescription
+ text DrillPeckName
+ text FearowKind
+ text FearowDescription
+ text ClefairyName
+ text SingName
+ text MetronomeName
+ text ClefairysMetronomeDescription
+ text ClefairyKind
+ text ClefairyDescription
+ text ClefableName
+ text ClefablesMetronomeDescription
+ text ClefablesMinimizeDescription
+ text ClefableDescription
+ text JigglypuffName
+ text FirstAidName
+ text FirstAidDescription
+ text DoubleEdgeName
+ text JigglypuffsDoubleEdgeDescription
+ text JigglypuffKind
+ text Jigglypuff1Description
+ text FriendshipSongName
+ text FriendshipSongDescription
+ text ExpandName
+ text ExpandDescription
+ text Jigglypuff2Description
+ text LullabyName
+ text Jigglypuff3Description
+ text WigglytuffName
+ text DoTheWaveName
+ text DoTheWaveDescription
+ text WigglytuffDescription
+ text MeowthName
+ text CatPunchName
+ text CatPunchDescription
+ text MeowthKind
+ text Meowth1Description
+ text PayDayName
+ text PayDayDescription
+ text Meowth2Description
+ text PersianName
+ text PounceName
+ text PounceDescription
+ text PersianKind
+ text PersianDescription
+ text FarfetchdName
+ text LeekSlapName
+ text LeekSlapDescription
+ text PotSmashName
+ text FarfetchdKind
+ text FarfetchdDescription
+ text DoduoName
+ text FuryAttackName
+ text DoduoKind
+ text DoduoDescription
+ text DodrioName
+ text RetreatAidName
+ text RetreatAidDescription
+ text DodriosRageDescription
+ text DodrioKind
+ text DodrioDescription
+ text LickitungName
+ text TongueWrapName
+ text LickitungKind
+ text LickitungDescription
+ text ChanseyName
+ text ScrunchName
+ text ScrunchDescription
+ text ChanseysDoubleEdgeDescription
+ text ChanseyDescription
+ text KangaskhanName
+ text FetchName
+ text FetchDescription
+ text CometPunchName
+ text KangaskhanKind
+ text KangaskhanDescription
+ text TaurosName
+ text RampageName
+ text RampageDescription
+ text TaurosKind
+ text TaurosDescription
+ text DittoName
+ text MorphName
+ text MorphDescription
+ text MorphDescriptionCont
+ text DittoKind
+ text DittoDescription
+ text TailWagName
+ text TailWagDescription
+ text EeveeKind
+ text EeveeDescription
+ text PorygonName
+ text Conversion1Name
+ text Conversion1Description
+ text Conversion2Name
+ text Conversion2Description
+ text PorygonKind
+ text PorygonDescription
+ text SnorlaxName
+ text ThickSkinnedName
+ text ThickSkinnedDescription
+ text BodySlamName
+ text SnorlaxKind
+ text SnorlaxDescription
+ text DratiniName
+ text DratiniDescription
+ text DragonairName
+ text SlamName
+ text DragonairDescription
+ text DragoniteName
+ text HealingWindName
+ text HealingWindDescription
+ text Dragonite1Description
+ text StepInName
+ text StepInDescription
+ text DoubleAttackX40Description
+ text DragoniteDescription
+ text ProfessorOakName
+ text ProfessorOakDescription
+ text ImposterProfessorOakName
+ text ImposterProfessorOakDescription
+ text BillName
+ text BillDescription
+ text MrFujiName
+ text MrFujiDescription
+ text LassName
+ text LassDescription
+ text ImakuniName
+ text ImakuniDescription
+ text PokemonTraderName
+ text PokemonTraderDescription
+ text PokemonBreederName
+ text PokemonBreederDescription
+ text ClefairyDollName
+ text ClefairyDollDescription
+ text ClefairyDollDescriptionCont
+ text MysteriousFossilDescription
+ text MysteriousFossilDescriptionCont
+ text EnergyRetrievalName
+ text EnergyRetrievalDescription
+ text SuperEnergyRetrievalName
+ text SuperEnergyRetrievalDescription
+ text EnergySearchName
+ text EnergySearchDescription
+ text EnergyRemovalName
+ text EnergyRemovalDescription
+ text SuperEnergyRemovalName
+ text SuperEnergyRemovalDescription
+ text SwitchName
+ text SwitchDescription
+ text PokemonCenterName
+ text PokemonCenterDescription
+ text PokeBallName
+ text PokeBallDescription
+ text ScoopUpName
+ text ScoopUpDescription
+ text ComputerSearchName
+ text ComputerSearchDescription
+ text PokedexName
+ text PokedexDescription
+ text PlusPowerName
+ text PlusPowerDescription
+ text DefenderName
+ text DefenderDescription
+ text ItemFinderName
+ text ItemFinderDescription
+ text GustOfWindName
+ text GustOfWindDescription
+ text DevolutionSprayName
+ text DevolutionSprayDescription
+ text DevolutionSprayDescriptionCont
+ text PotionName
+ text PotionDescription
+ text SuperPotionName
+ text SuperPotionDescription
+ text FullHealName
+ text FullHealDescription
+ text ReviveName
+ text ReviveDescription
+ text MaintenanceName
+ text MaintenanceDescription
+ text PokemonFluteName
+ text PokemonFluteDescription
+ text GamblerName
+ text GamblerDescription
+ text RecycleName
+ text RecycleDescription
diff --git a/src/text/texta.asm b/src/text/texta.asm
index dbe0aed..a345e76 100644
--- a/src/text/texta.asm
+++ b/src/text/texta.asm
@@ -1,50 +1,50 @@
-Text0839: ; 58000 (16:4000)
+KakunaDescription: ; 58000 (16:4000)
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
-Text083a: ; 58066 (16:4066)
+BeedrillName: ; 58066 (16:4066)
db TX_START,"Beedrill",TX_END
-Text083b: ; 58070 (16:4070)
+TwineedleName: ; 58070 (16:4070)
db TX_START,"Twineedle",TX_END
-Text083c: ; 5807b (16:407b)
+DoubleAttackX30Description: ; 5807b (16:407b)
db TX_START,"Flip 2 coins. This attack does 30\n"
db "damage times the number of heads.",TX_END
-Text083d: ; 580c0 (16:40c0)
+BeedrillKind: ; 580c0 (16:40c0)
db TX_START,"Poison Bee",TX_END
-Text083e: ; 580cc (16:40cc)
+BeedrillDescription: ; 580cc (16:40cc)
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
-Text083f: ; 5812a (16:412a)
+EkansName: ; 5812a (16:412a)
db TX_START,"Ekans",TX_END
-Text0840: ; 58131 (16:4131)
+SpitPoisonName: ; 58131 (16:4131)
db TX_START,"Spit Poison",TX_END
-Text0841: ; 5813e (16:413e)
+WrapName: ; 5813e (16:413e)
db TX_START,"Wrap",TX_END
-Text0842: ; 58144 (16:4144)
+EkansKind: ; 58144 (16:4144)
db TX_START,"Snake",TX_END
-Text0843: ; 5814b (16:414b)
+EkansDescription: ; 5814b (16:414b)
db TX_START,"Moves silently and stealthily. Eats\n"
db "the eggs of birds, such as Pidgey\n"
db "and Spearow, whole.",TX_END
-Text0844: ; 581a6 (16:41a6)
+ArbokName: ; 581a6 (16:41a6)
db TX_START,"Arbok",TX_END
-Text0845: ; 581ad (16:41ad)
+TerrorStrikeName: ; 581ad (16:41ad)
db TX_START,"Terror Strike",TX_END
-Text0846: ; 581bc (16:41bc)
+TerrorStrikeDescription: ; 581bc (16:41bc)
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"
@@ -53,145 +53,145 @@ Text0846: ; 581bc (16:41bc)
db "(Do the damage before switching\n"
db "the Pok`mon.)",TX_END
-Text0847: ; 58277 (16:4277)
+PoisonFangText: ; 58277 (16:4277)
db TX_START,"Poison Fang",TX_END
-Text0848: ; 58284 (16:4284)
+ArbokKind: ; 58284 (16:4284)
db TX_START,"Cobra",TX_END
-Text0849: ; 5828b (16:428b)
+ArbokDescription: ; 5828b (16:428b)
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
-Text084a: ; 582e5 (16:42e5)
+NidoranFText: ; 582e5 (16:42e5)
db TX_START,"Nidoran%",TX_END
-Text084b: ; 582ef (16:42ef)
+FurySweepesText: ; 582ef (16:42ef)
db TX_START,"Fury Swipes",TX_END
-Text084c: ; 582fc (16:42fc)
+TripleAttackX10Description: ; 582fc (16:42fc)
db TX_START,"Flip 3 coins. This attack does 10\n"
db "damage times the number of heads.",TX_END
-Text084d: ; 58341 (16:4341)
+CallForFamilyText: ; 58341 (16:4341)
db TX_START,"Call for Family",TX_END
-Text084e: ; 58352 (16:4352)
+NidoranFsCallForFamilyDescription: ; 58352 (16:4352)
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
-Text084f: ; 583ff (16:43ff)
+NidoranFKind: ; 583ff (16:43ff)
db TX_START,"Poison Pin",TX_END
-Text0850: ; 5840b (16:440b)
+NidoranFDescription: ; 5840b (16:440b)
db TX_START,"Although small, its venomous barbs\n"
db "make this Pok`mon dangerous.\n"
db "The female has smaller horns.",TX_END
-Text0851: ; 5846a (16:446a)
+NidorinaName: ; 5846a (16:446a)
db TX_START,"Nidorina",TX_END
-Text0852: ; 58474 (16:4474)
+SupersonicName: ; 58474 (16:4474)
db TX_START,"Supersonic",TX_END
-Text0853: ; 58480 (16:4480)
+MayInflictConfusionDescription: ; 58480 (16:4480)
db TX_START,"Flip a coin. If heads, the Defending\n"
db "Pok`mon is now Confused.",TX_END
-Text0854: ; 584bf (16:44bf)
+DoubleKickName: ; 584bf (16:44bf)
db TX_START,"Double Kick",TX_END
-Text0855: ; 584cc (16:44cc)
+NidorinaDescription: ; 584cc (16:44cc)
db TX_START,"The female's horn develops slowly.\n"
db "Prefers physical attacks such as\n"
db "clawing and biting.",TX_END
-Text0856: ; 58525 (16:4525)
+NidoqueenName: ; 58525 (16:4525)
db TX_START,"Nidoqueen",TX_END
-Text0857: ; 58530 (16:4530)
+BoyfriendsName: ; 58530 (16:4530)
db TX_START,"Boyfriends",TX_END
-Text0858: ; 5853c (16:453c)
+BoyfriendsDescription: ; 5853c (16:453c)
db TX_START,"Does 20 damage plus 20 more damage\n"
db "for each Nidoking you have in play.",TX_END
-Text0859: ; 58584 (16:4584)
+MegaPunchName: ; 58584 (16:4584)
db TX_START,"Mega Punch",TX_END
-Text085a: ; 58590 (16:4590)
+NidoqueenKind: ; 58590 (16:4590)
db TX_START,"Drill",TX_END
-Text085b: ; 58597 (16:4597)
+NidoqueenDescription: ; 58597 (16:4597)
db TX_START,"Its hard scales provide strong\n"
db "protection. It uses its hefty bulk\n"
db "to execute powerful moves.",TX_END
-Text085c: ; 585f5 (16:45f5)
+NidoranMName: ; 585f5 (16:45f5)
db TX_START,"Nidoran$",TX_END
-Text085d: ; 585ff (16:45ff)
+HornHazardName: ; 585ff (16:45ff)
db TX_START,"Horn Hazard",TX_END
-Text085e: ; 5860c (16:460c)
+MayDoNothingDescription: ; 5860c (16:460c)
db TX_START,"Flip a coin. If tails, this attack\n"
db "does nothing.",TX_END
-Text085f: ; 5863e (16:463e)
+NidoranMDescription: ; 5863e (16:463e)
db TX_START,"Stiffens its ears to sense danger.\n"
db "The larger, more powerful of its\n"
db "horns secretes venom.",TX_END
-Text0860: ; 58699 (16:4699)
+NidorinoName: ; 58699 (16:4699)
db TX_START,"Nidorino",TX_END
-Text0861: ; 586a3 (16:46a3)
+HornDrillName: ; 586a3 (16:46a3)
db TX_START,"Horn Drill",TX_END
-Text0862: ; 586af (16:46af)
+NidorinoDescription: ; 586af (16:46af)
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
-Text0863: ; 5870f (16:470f)
+NidokingName: ; 5870f (16:470f)
db TX_START,"Nidoking",TX_END
-Text0864: ; 58719 (16:4719)
+ThrashName: ; 58719 (16:4719)
db TX_START,"Thrash",TX_END
-Text0865: ; 58721 (16:4721)
+ThrashDescriptipn: ; 58721 (16:4721)
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
-Text0866: ; 587b5 (16:47b5)
+ToxicName: ; 587b5 (16:47b5)
db TX_START,"Toxic",TX_END
-Text0867: ; 587bc (16:47bc)
+ToxicDescription: ; 587bc (16:47bc)
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
-Text0868: ; 5884c (16:484c)
+NidokingDescription: ; 5884c (16:484c)
db TX_START,"Uses its powerful tail in battle to\n"
db "smash, constrict, then break its\n"
db "prey's bones.",TX_END
-Text0869: ; 588a0 (16:48a0)
+ZubatName: ; 588a0 (16:48a0)
db TX_START,"Zubat",TX_END
-Text086a: ; 588a7 (16:48a7)
+LeechLifeName: ; 588a7 (16:48a7)
db TX_START,"Leech Life",TX_END
-Text086b: ; 588b3 (16:48b3)
+ZubatsLeechLifeDescription: ; 588b3 (16:48b3)
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"
@@ -199,21 +199,21 @@ Text086b: ; 588b3 (16:48b3)
db "If Zubat has fewer damage counters\n"
db "than that, remove all of them.",TX_END
-Text086c: ; 58980 (16:4980)
+ZubatKind: ; 58980 (16:4980)
db TX_START,"Bat",TX_END
-Text086d: ; 58985 (16:4985)
+ZubatDescription: ; 58985 (16:4985)
db TX_START,"Forms colonies in perpetually dark\n"
db "places. Uses ultrasonic waves to\n"
db "identify and approach targets.",TX_END
-Text086e: ; 589e9 (16:49e9)
+GolbatName: ; 589e9 (16:49e9)
db TX_START,"Golbat",TX_END
-Text086f: ; 589f1 (16:49f1)
+WingAttackName: ; 589f1 (16:49f1)
db TX_START,"Wing Attack",TX_END
-Text0870: ; 589fe (16:49fe)
+GolbatsLeechLifeDescription: ; 589fe (16:49fe)
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"
@@ -221,55 +221,55 @@ Text0870: ; 589fe (16:49fe)
db "If Golbat has fewer damage counters\n"
db "than that, remove all of them.",TX_END
-Text0871: ; 58acd (16:4acd)
+GolbatDescription: ; 58acd (16:4acd)
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
-Text0872: ; 58b32 (16:4b32)
+OddishName: ; 58b32 (16:4b32)
db TX_START,"Oddish",TX_END
-Text0873: ; 58b3a (16:4b3a)
+SproutName: ; 58b3a (16:4b3a)
db TX_START,"Sprout",TX_END
-Text0874: ; 58b42 (16:4b42)
+SproutDescription: ; 58b42 (16:4b42)
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
-Text0875: ; 58be1 (16:4be1)
+OddishKind: ; 58be1 (16:4be1)
db TX_START,"Weed",TX_END
-Text0876: ; 58be7 (16:4be7)
+OddishDescription: ; 58be7 (16:4be7)
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
-Text0877: ; 58c4e (16:4c4e)
+GloomName: ; 58c4e (16:4c4e)
db TX_START,"Gloom",TX_END
-Text0878: ; 58c55 (16:4c55)
+FoulOdorName: ; 58c55 (16:4c55)
db TX_START,"Foul Odor",TX_END
-Text0879: ; 58c60 (16:4c60)
+FoulOdorDescription: ; 58c60 (16:4c60)
db TX_START,"Both the Defending Pok`mon and\n"
db "Gloom are now Confused (after doing\n"
db "damage).",TX_END
-Text087a: ; 58cad (16:4cad)
+GloomDescription: ; 58cad (16:4cad)
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
-Text087b: ; 58d0c (16:4d0c)
+VileplumeName: ; 58d0c (16:4d0c)
db TX_START,"Vileplume",TX_END
-Text087c: ; 58d17 (16:4d17)
+HealName: ; 58d17 (16:4d17)
db TX_START,"Heal",TX_END
-Text087d: ; 58d1d (16:4d1d)
+HealDescription: ; 58d1d (16:4d1d)
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"
@@ -277,58 +277,58 @@ Text087d: ; 58d1d (16:4d1d)
db "be used if Vileplume is Asleep,\n"
db "Confused, or Paralyzed.",TX_END
-Text087e: ; 58de2 (16:4de2)
+PetalDanceName: ; 58de2 (16:4de2)
db TX_START,"Petal Dance",TX_END
-Text087f: ; 58def (16:4def)
+PetalDanceDescription: ; 58def (16:4def)
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
-Text0880: ; 58e64 (16:4e64)
+VileplumeKind: ; 58e64 (16:4e64)
db TX_START,"Flower",TX_END
-Text0881: ; 58e6c (16:4e6c)
+VileplumeDescription: ; 58e6c (16:4e6c)
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
-Text0882: ; 58ed2 (16:4ed2)
+ParasName: ; 58ed2 (16:4ed2)
db TX_START,"Paras",TX_END
-Text0883: ; 58ed9 (16:4ed9)
+ScratchName: ; 58ed9 (16:4ed9)
db TX_START,"Scratch",TX_END
-Text0884: ; 58ee2 (16:4ee2)
+SporeName: ; 58ee2 (16:4ee2)
db TX_START,"Spore",TX_END
-Text0885: ; 58ee9 (16:4ee9)
+InflictSleepDescription: ; 58ee9 (16:4ee9)
db TX_START,"The Defending Pok`mon is now Asleep.",TX_END
-Text0886: ; 58f0f (16:4f0f)
+ParasKind: ; 58f0f (16:4f0f)
db TX_START,"Mushroom",TX_END
-Text0887: ; 58f19 (16:4f19)
+ParasDescription: ; 58f19 (16:4f19)
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
-Text0888: ; 58f7d (16:4f7d)
+ParasectName: ; 58f7d (16:4f7d)
db TX_START,"Parasect",TX_END
-Text0889: ; 58f87 (16:4f87)
+SlashName: ; 58f87 (16:4f87)
db TX_START,"Slash",TX_END
-Text088a: ; 58f8e (16:4f8e)
+ParasectDescription: ; 58f8e (16:4f8e)
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
-Text088b: ; 58ff5 (16:4ff5)
+VenonatName: ; 58ff5 (16:4ff5)
db TX_START,"Venonat",TX_END
-Text088c: ; 58ffe (16:4ffe)
+VenonatLeechLifeDescription: ; 58ffe (16:4ffe)
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"
@@ -336,21 +336,21 @@ Text088c: ; 58ffe (16:4ffe)
db "If Venonat has fewer damage counters\n"
db "than that, remove all of them.",TX_END
-Text088d: ; 590cf (16:50cf)
+VenonatKind: ; 590cf (16:50cf)
db TX_START,"Insect",TX_END
-Text088e: ; 590d7 (16:50d7)
+VenonatDescription: ; 590d7 (16:50d7)
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
-Text088f: ; 59135 (16:5135)
+VenomothName: ; 59135 (16:5135)
db TX_START,"Venomoth",TX_END
-Text0890: ; 5913f (16:513f)
+ShiftName: ; 5913f (16:513f)
db TX_START,"Shift",TX_END
-Text0891: ; 59146 (16:5146)
+ShiftDescription: ; 59146 (16:5146)
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"
@@ -359,307 +359,307 @@ Text0891: ; 59146 (16:5146)
db "This power can't be used if Venomoth\n"
db "is Asleep, Confused, or Paralyzed.",TX_END
-Text0892: ; 5921e (16:521e)
+VenomPowderName: ; 5921e (16:521e)
db TX_START,"Venom Powder",TX_END
-Text0893: ; 5922c (16:522c)
+VenomPowderDescription: ; 5922c (16:522c)
db TX_START,"Flip a coin. If heads, the Defending\n"
db "Pok`mon is now Confused and\n"
db "Poisoned.",TX_END
-Text0894: ; 59278 (16:5278)
+VenomothKind: ; 59278 (16:5278)
db TX_START,"Poisonmoth",TX_END
-Text0895: ; 59284 (16:5284)
+VenomothDescription: ; 59284 (16:5284)
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
-Text0896: ; 592e5 (16:52e5)
+BellsproutName: ; 592e5 (16:52e5)
db TX_START,"Bellsprout",TX_END
-Text0897: ; 592f1 (16:52f1)
+BellsproutsCallForFamilyDescription: ; 592f1 (16:52f1)
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
-Text0898: ; 59394 (16:5394)
+BellsproutDescription: ; 59394 (16:5394)
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
-Text0899: ; 593f7 (16:53f7)
+WeepinbellName: ; 593f7 (16:53f7)
db TX_START,"Weepinbell",TX_END
-Text089a: ; 59403 (16:5403)
+RazorLeafName: ; 59403 (16:5403)
db TX_START,"Razor Leaf",TX_END
-Text089b: ; 5940f (16:540f)
+WeepinbellKind: ; 5940f (16:540f)
db TX_START,"Flycatcher",TX_END
-Text089c: ; 5941b (16:541b)
+WeepinbellDescription: ; 5941b (16:541b)
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
-Text089d: ; 59481 (16:5481)
+VictreebelName: ; 59481 (16:5481)
db TX_START,"Victreebel",TX_END
-Text089e: ; 5948d (16:548d)
+LureName: ; 5948d (16:548d)
db TX_START,"Lure",TX_END
-Text089f: ; 59493 (16:5493)
+VictreebelsLureDescription: ; 59493 (16:5493)
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
-Text08a0: ; 594fd (16:54fd)
+AcidName: ; 594fd (16:54fd)
db TX_START,"Acid",TX_END
-Text08a1: ; 59503 (16:5503)
+VictreebelsAcidDescription: ; 59503 (16:5503)
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
-Text08a2: ; 59561 (16:5561)
+VictreebelDescription: ; 59561 (16:5561)
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
-Text08a3: ; 595bf (16:55bf)
+GrimerName: ; 595bf (16:55bf)
db TX_START,"Grimer",TX_END
-Text08a4: ; 595c7 (16:55c7)
+NastyGooName: ; 595c7 (16:55c7)
db TX_START,"Nasty Goo",TX_END
-Text08a5: ; 595d2 (16:55d2)
+MinimizeName: ; 595d2 (16:55d2)
db TX_START,"Minimize",TX_END
-Text08a6: ; 595dc (16:55dc)
+GrimersMinimizeDescription: ; 595dc (16:55dc)
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
-Text08a7: ; 5965e (16:565e)
+GrimerKind: ; 5965e (16:565e)
db TX_START,"Sludge",TX_END
-Text08a8: ; 59666 (16:5666)
+GrimerDescription: ; 59666 (16:5666)
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
-Text08a9: ; 596c7 (16:56c7)
+MukName: ; 596c7 (16:56c7)
db TX_START,"Muk",TX_END
-Text08aa: ; 596cc (16:56cc)
+ToxicGasName: ; 596cc (16:56cc)
db TX_START,"Toxic Gas",TX_END
-Text08ab: ; 596d7 (16:56d7)
+ToxicGasDescription: ; 596d7 (16:56d7)
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
-Text08ac: ; 59750 (16:5750)
+MukDescription: ; 59750 (16:5750)
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
-Text08ad: ; 597b1 (16:57b1)
+ExeggcuteName: ; 597b1 (16:57b1)
db TX_START,"Exeggcute",TX_END
-Text08ae: ; 597bc (16:57bc)
+HypnosisName: ; 597bc (16:57bc)
db TX_START,"Hypnosis",TX_END
-Text08af: ; 597c6 (16:57c6)
+ExeggcutesLeechSeedDescription: ; 597c6 (16:57c6)
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
-Text08b0: ; 59828 (16:5828)
+ExeggcuteKind: ; 59828 (16:5828)
db TX_START,"Egg",TX_END
-Text08b1: ; 5982d (16:582d)
+ExeggcuteDescription: ; 5982d (16:582d)
db TX_START,"Often mistaken for eggs.\n"
db "When disturbed, they quickly gather\n"
db "and attack in swarms.",TX_END
-Text08b2: ; 59881 (16:5881)
+ExeggutorName: ; 59881 (16:5881)
db TX_START,"Exeggutor",TX_END
-Text08b3: ; 5988c (16:588c)
+TeleportName: ; 5988c (16:588c)
db TX_START,"Teleport",TX_END
-Text08b4: ; 59896 (16:5896)
+TeleportDescription: ; 59896 (16:5896)
db TX_START,"Switch Exeggutor with 1 of your\n"
db "Benched Pok`mon.",TX_END
-Text08b5: ; 598c8 (16:58c8)
+BigEggsplosionName: ; 598c8 (16:58c8)
db TX_START,"Big Eggsplosion",TX_END
-Text08b6: ; 598d9 (16:58d9)
+BigEggsplosionDescription: ; 598d9 (16:58d9)
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
-Text08b7: ; 5995c (16:595c)
+ExeggutorKind: ; 5995c (16:595c)
db TX_START,"Coconut",TX_END
-Text08b8: ; 59965 (16:5965)
+ExeggutorDescription: ; 59965 (16:5965)
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
-Text08b9: ; 599cc (16:59cc)
+KoffingName: ; 599cc (16:59cc)
db TX_START,"Koffing",TX_END
-Text08ba: ; 599d5 (16:59d5)
+FoulGasName: ; 599d5 (16:59d5)
db TX_START,"Foul Gas",TX_END
-Text08bb: ; 599df (16:59df)
+FoulGasDescription: ; 599df (16:59df)
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
-Text08bc: ; 59a3c (16:5a3c)
+KoffingKind: ; 59a3c (16:5a3c)
db TX_START,"Poison Gas",TX_END
-Text08bd: ; 59a48 (16:5a48)
+KoffingDescription: ; 59a48 (16:5a48)
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
-Text08be: ; 59aaf (16:5aaf)
+WeezingName: ; 59aaf (16:5aaf)
db TX_START,"Weezing",TX_END
-Text08bf: ; 59ab8 (16:5ab8)
+SmogName: ; 59ab8 (16:5ab8)
db TX_START,"Smog",TX_END
-Text08c0: ; 59abe (16:5abe)
+SelfdestructName: ; 59abe (16:5abe)
db TX_START,"Selfdestruct",TX_END
-Text08c1: ; 59acc (16:5acc)
+WeezingsSelfdestructDescription: ; 59acc (16:5acc)
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
-Text08c2: ; 59b61 (16:5b61)
+WeezingDescription: ; 59b61 (16:5b61)
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
-Text08c3: ; 59bbe (16:5bbe)
+TangelaName: ; 59bbe (16:5bbe)
db TX_START,"Tangela",TX_END
-Text08c4: ; 59bc7 (16:5bc7)
+BindName: ; 59bc7 (16:5bc7)
db TX_START,"Bind",TX_END
-Text08c5: ; 59bcd (16:5bcd)
+TangelaKind: ; 59bcd (16:5bcd)
db TX_START,"Vine",TX_END
-Text08c6: ; 59bd3 (16:5bd3)
+Tangela1Description: ; 59bd3 (16:5bd3)
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
-Text08c7: ; 59c3a (16:5c3a)
+PoisonWhipName: ; 59c3a (16:5c3a)
db TX_START,"Poison Whip",TX_END
-Text08c8: ; 59c47 (16:5c47)
+Tangela2Description: ; 59c47 (16:5c47)
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
-Text08c9: ; 59cab (16:5cab)
+ScytherName: ; 59cab (16:5cab)
db TX_START,"Scyther",TX_END
-Text08ca: ; 59cb4 (16:5cb4)
+SwordsDanceName: ; 59cb4 (16:5cb4)
db TX_START,"Swords Dance",TX_END
-Text08cb: ; 59cc2 (16:5cc2)
+SwordsDanceDescription: ; 59cc2 (16:5cc2)
db TX_START,"During your next turn, Scyther's\n"
db "Slash attack's base damage is\n"
db "doubled.",TX_END
-Text08cc: ; 59d0b (16:5d0b)
+ScytherKind: ; 59d0b (16:5d0b)
db TX_START,"Mantis",TX_END
-Text08cd: ; 59d13 (16:5d13)
+ScytherDescription: ; 59d13 (16:5d13)
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
-Text08ce: ; 59d75 (16:5d75)
+PinsirName: ; 59d75 (16:5d75)
db TX_START,"Pinsir",TX_END
-Text08cf: ; 59d7d (16:5d7d)
+IronGripName: ; 59d7d (16:5d7d)
db TX_START,"Irongrip",TX_END
-Text08d0: ; 59d87 (16:5d87)
+GuillotineName: ; 59d87 (16:5d87)
db TX_START,"Guillotine",TX_END
-Text08d1: ; 59d93 (16:5d93)
+PinsirKind: ; 59d93 (16:5d93)
db TX_START,"Stagbeetle",TX_END
-Text08d2: ; 59d9f (16:5d9f)
+PinsirDescription: ; 59d9f (16:5d9f)
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
-Text08d3: ; 59e02 (16:5e02)
+CharmanderName: ; 59e02 (16:5e02)
db TX_START,"Charmander",TX_END
-Text08d4: ; 59e0e (16:5e0e)
+EmberName: ; 59e0e (16:5e0e)
db TX_START,"Ember",TX_END
-Text08d5: ; 59e15 (16:5e15)
+EmberDescription: ; 59e15 (16:5e15)
db TX_START,"Discard 1 ",TX_FIRE," Energy card attached to\n"
db "Charmander in order to use this\n"
db "attack.",TX_END
-Text08d6: ; 59e63 (16:5e63)
+CharmanderKind: ; 59e63 (16:5e63)
db TX_START,"Lizard",TX_END
-Text08d7: ; 59e6b (16:5e6b)
+CharmanderDescription: ; 59e6b (16:5e6b)
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
-Text08d8: ; 59eda (16:5eda)
+CharmeleonName: ; 59eda (16:5eda)
db TX_START,"Charmeleon",TX_END
-Text08d9: ; 59ee6 (16:5ee6)
+FlamethrowerName: ; 59ee6 (16:5ee6)
db TX_START,"Flamethrower",TX_END
-Text08da: ; 59ef4 (16:5ef4)
+CharmeleonsFlamethrowerDescription: ; 59ef4 (16:5ef4)
db TX_START,"Discard 1 ",TX_FIRE," Energy card attached to\n"
db "Charmeleon in order to use this\n"
db "attack.",TX_END
-Text08db: ; 59f42 (16:5f42)
+CharmeleonKind: ; 59f42 (16:5f42)
db TX_START,"Flame",TX_END
-Text08dc: ; 59f49 (16:5f49)
+CharmeleonDescription: ; 59f49 (16:5f49)
db TX_START,"When it swings its burning tail, it\n"
db "raises the temperature to unbearably\n"
db "high levels.",TX_END
-Text08dd: ; 59fa0 (16:5fa0)
+CharizardName: ; 59fa0 (16:5fa0)
db TX_START,"Charizard",TX_END
-Text08de: ; 59fab (16:5fab)
+EnergyBurnName: ; 59fab (16:5fab)
db TX_START,"Energy Burn",TX_END
-Text08df: ; 59fb8 (16:5fb8)
+EnergyBurnDescription: ; 59fb8 (16:5fb8)
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"
@@ -668,58 +668,58 @@ Text08df: ; 59fb8 (16:5fb8)
db "be used if Charizard is Asleep,\n"
db "Confused, or Paralyzed.",TX_END
-Text08e0: ; 5a095 (16:6095)
+FireSpinName: ; 5a095 (16:6095)
db TX_START,"Fire Spin",TX_END
-Text08e1: ; 5a0a0 (16:60a0)
+FireSpinDescription: ; 5a0a0 (16:60a0)
db TX_START,"Discard 2 Energy cards attached to\n"
db "Charizard in order to use this\n"
db "attack.",TX_END
-Text08e2: ; 5a0eb (16:60eb)
+CharizardDescription: ; 5a0eb (16:60eb)
db TX_START,"Spits fire that is hot enough to\n"
db "melt boulders. Known to\n"
db "unintentionally cause forest fires.",TX_END
-Text08e3: ; 5a149 (16:6149)
+VulpixName: ; 5a149 (16:6149)
db TX_START,"Vulpix",TX_END
-Text08e4: ; 5a151 (16:6151)
+ConfuseRayName: ; 5a151 (16:6151)
db TX_START,"Confuse Ray",TX_END
-Text08e5: ; 5a15e (16:615e)
+VulpixKind: ; 5a15e (16:615e)
db TX_START,"Fox",TX_END
-Text08e6: ; 5a163 (16:6163)
+VulpixDescription: ; 5a163 (16:6163)
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
-Text08e7: ; 5a1c0 (16:61c0)
+NinetailsName: ; 5a1c0 (16:61c0)
db TX_START,"Ninetails",TX_END
-Text08e8: ; 5a1cb (16:61cb)
+NinetailsLureDescription: ; 5a1cb (16:61cb)
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
-Text08e9: ; 5a231 (16:6231)
+FireBlastName: ; 5a231 (16:6231)
db TX_START,"Fire Blast",TX_END
-Text08ea: ; 5a23d (16:623d)
+FireBlastDescription: ; 5a23d (16:623d)
db TX_START,"Discard 1 ",TX_FIRE," Energy card attached\n"
db "to Ninetales in order to use this\n"
db "attack.",TX_END
-Text08eb: ; 5a28a (16:628a)
+Ninetails1Description: ; 5a28a (16:628a)
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
-Text08ec: ; 5a2ec (16:62ec)
+MixUpName: ; 5a2ec (16:62ec)
db TX_START,"Mix-Up",TX_END
-Text08ed: ; 5a2f4 (16:62f4)
+MixUpDescription: ; 5a2f4 (16:62f4)
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"
@@ -728,214 +728,214 @@ Text08ed: ; 5a2f4 (16:62f4)
db "of Basic Pok`mon or Evolution cards\n"
db "chosen at random from his or",TX_END
-Text08ee: ; 5a3df (16:63df)
+MixUpDescriptionCont: ; 5a3df (16:63df)
db TX_START,"her deck into his or her hand. Your\n"
db "opponent shuffles his or her deck\n"
db "afterward.",TX_END
-Text08ef: ; 5a431 (16:6431)
+DancingEmbersName: ; 5a431 (16:6431)
db TX_START,"Dancing Embers",TX_END
-Text08f0: ; 5a441 (16:6441)
+DancingEmbersDescription: ; 5a441 (16:6441)
db TX_START,"Flip 8 coins. This attack does 10\n"
db "damage times the number of heads.",TX_END
-Text08f1: ; 5a486 (16:6486)
+Ninetails2Description: ; 5a486 (16:6486)
db TX_START,"According to an enduring legend,\n"
db "9 noble heroes were united and\n"
db "reincarnated as this.",TX_END
-Text08f2: ; 5a4dd (16:64dd)
+GrowlitheName: ; 5a4dd (16:64dd)
db TX_START,"Growlithe",TX_END
-Text08f3: ; 5a4e8 (16:64e8)
+FlareName: ; 5a4e8 (16:64e8)
db TX_START,"Flare",TX_END
-Text08f4: ; 5a4ef (16:64ef)
+GrowlitheKind: ; 5a4ef (16:64ef)
db TX_START,"Puppy",TX_END
-Text08f5: ; 5a4f6 (16:64f6)
+GrowlitheDescription: ; 5a4f6 (16:64f6)
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
-Text08f6: ; 5a552 (16:6552)
+ArcanineName: ; 5a552 (16:6552)
db TX_START,"Arcanine",TX_END
-Text08f7: ; 5a55c (16:655c)
+QuickAttackName: ; 5a55c (16:655c)
db TX_START,"Quick Attack",TX_END
-Text08f8: ; 5a56a (16:656a)
+QuickAttackDescription: ; 5a56a (16:656a)
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
-Text08f9: ; 5a5d8 (16:65d8)
+FlamesOfRageName: ; 5a5d8 (16:65d8)
db TX_START,"Flames of Rage",TX_END
-Text08fa: ; 5a5e8 (16:65e8)
+FlamesOfRageDescription: ; 5a5e8 (16:65e8)
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
-Text08fb: ; 5a689 (16:6689)
+ArcanineKind: ; 5a689 (16:6689)
db TX_START,"Legendary",TX_END
-Text08fc: ; 5a694 (16:6694)
+Arcanine1Description: ; 5a694 (16:6694)
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
-Text08fd: ; 5a6ed (16:66ed)
+ArcaninesFlamethrowerDescription: ; 5a6ed (16:66ed)
db TX_START,"Discard 1 ",TX_FIRE," Energy card attached to\n"
db "Arcanine in order to use this\n"
db "attack.",TX_END
-Text08fe: ; 5a739 (16:6739)
+TakeDownName: ; 5a739 (16:6739)
db TX_START,"Take Down",TX_END
-Text08ff: ; 5a744 (16:6744)
+TakeDownDescription: ; 5a744 (16:6744)
db TX_START,"Arcanine does 30 damage to itself.",TX_END
-Text0900: ; 5a768 (16:6768)
+Arcanine2Description: ; 5a768 (16:6768)
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
-Text0901: ; 5a7c2 (16:67c2)
+PonytaName: ; 5a7c2 (16:67c2)
db TX_START,"Ponyta",TX_END
-Text0902: ; 5a7ca (16:67ca)
+SmashKickName: ; 5a7ca (16:67ca)
db TX_START,"Smash Kick",TX_END
-Text0903: ; 5a7d6 (16:67d6)
+FlameTailName: ; 5a7d6 (16:67d6)
db TX_START,"Flame Tail",TX_END
-Text0904: ; 5a7e2 (16:67e2)
+PonytaKind: ; 5a7e2 (16:67e2)
db TX_START,"Fire Horse",TX_END
-Text0905: ; 5a7ee (16:67ee)
+PonytaDescription: ; 5a7ee (16:67ee)
db TX_START,"Its hooves are 10 times harder than\n"
db "diamonds. It can trample anything\n"
db "flat in moments.",TX_END
-Text0906: ; 5a846 (16:6846)
+RapidashName: ; 5a846 (16:6846)
db TX_START,"Rapidash",TX_END
-Text0907: ; 5a850 (16:6850)
+StompName: ; 5a850 (16:6850)
db TX_START,"Stomp",TX_END
-Text0908: ; 5a857 (16:6857)
+StompDescription: ; 5a857 (16:6857)
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
-Text0909: ; 5a8c5 (16:68c5)
+AgilityName: ; 5a8c5 (16:68c5)
db TX_START,"Agility",TX_END
-Text090a: ; 5a8ce (16:68ce)
+RapidashsAgilityDescription: ; 5a8ce (16:68ce)
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
-Text090b: ; 5a94c (16:694c)
+RapidashDescription: ; 5a94c (16:694c)
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
-Text090c: ; 5a9ab (16:69ab)
+MagmarName: ; 5a9ab (16:69ab)
db TX_START,"Magmar",TX_END
-Text090d: ; 5a9b3 (16:69b3)
+FirePunchName: ; 5a9b3 (16:69b3)
db TX_START,"Fire Punch",TX_END
-Text090e: ; 5a9bf (16:69bf)
+FirePunchDescription: ; 5a9bf (16:69bf)
db TX_START,"Discard 1 ",TX_FIRE," Energy card attached to\n"
db "Magmar in order to use this attack.",TX_END
-Text090f: ; 5aa09 (16:6a09)
+MagmarKind: ; 5aa09 (16:6a09)
db TX_START,"Spitfire",TX_END
-Text0910: ; 5aa13 (16:6a13)
+Magmar1Description: ; 5aa13 (16:6a13)
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
-Text0911: ; 5aa6e (16:6a6e)
+SmokescreenName: ; 5aa6e (16:6a6e)
db TX_START,"Smokescreen",TX_END
-Text0912: ; 5aa7b (16:6a7b)
+MagmarsSmokescreenDescription: ; 5aa7b (16:6a7b)
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
-Text0913: ; 5ab07 (16:6b07)
+Magmar2Description: ; 5ab07 (16:6b07)
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
-Text0914: ; 5ab7d (16:6b7d)
+FlareonName: ; 5ab7d (16:6b7d)
db TX_START,"Flareon",TX_END
-Text0915: ; 5ab86 (16:6b86)
+EeveeName: ; 5ab86 (16:6b86)
db TX_START,"Eevee",TX_END
-Text0916: ; 5ab8d (16:6b8d)
+BiteName: ; 5ab8d (16:6b8d)
db TX_START,"Bite",TX_END
-Text0917: ; 5ab93 (16:6b93)
+RageName: ; 5ab93 (16:6b93)
db TX_START,"Rage",TX_END
-Text0918: ; 5ab99 (16:6b99)
+FlareonsRageDescription: ; 5ab99 (16:6b99)
db TX_START,"Does 10 damage plus 10 more damage\n"
db "for each damage counter on Flareon.",TX_END
-Text0919: ; 5abe1 (16:6be1)
+Flareon1Description: ; 5abe1 (16:6be1)
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
-Text091a: ; 5ac46 (16:6c46)
+FlareonsFlamethrowerDescription: ; 5ac46 (16:6c46)
db TX_START,"Discard 1 ",TX_FIRE," Energy card attached to\n"
db "Flareon in order to use this attack.",TX_END
-Text091b: ; 5ac91 (16:6c91)
+Flareon2Description: ; 5ac91 (16:6c91)
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
-Text091c: ; 5aced (16:6ced)
+MoltresName: ; 5aced (16:6ced)
db TX_START,"Moltres",TX_END
-Text091d: ; 5acf6 (16:6cf6)
+WildfireName: ; 5acf6 (16:6cf6)
db TX_START,"Wildfire",TX_END
-Text091e: ; 5ad00 (16:6d00)
+WildfireDescription: ; 5ad00 (16:6d00)
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
-Text091f: ; 5ada6 (16:6da6)
+DiveBombName: ; 5ada6 (16:6da6)
db TX_START,"Dive Bomb",TX_END
-Text0920: ; 5adb1 (16:6db1)
+Moltres1Description: ; 5adb1 (16:6db1)
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
-Text0921: ; 5ae13 (16:6e13)
+FiregiverName: ; 5ae13 (16:6e13)
db TX_START,"Firegiver",TX_END
-Text0922: ; 5ae1e (16:6e1e)
+FiregiverDescription: ; 5ae1e (16:6e1e)
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"
@@ -943,58 +943,58 @@ Text0922: ; 5ae1e (16:6e1e)
db "deck into your hand. Shuffle your\n"
db "deck afterward.",TX_END
-Text0923: ; 5aed3 (16:6ed3)
+Moltres2Description: ; 5aed3 (16:6ed3)
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
-Text0924: ; 5af2f (16:6f2f)
+SquirtleName: ; 5af2f (16:6f2f)
db TX_START,"Squirtle",TX_END
-Text0925: ; 5af39 (16:6f39)
+BubbleName: ; 5af39 (16:6f39)
db TX_START,"Bubble",TX_END
-Text0926: ; 5af41 (16:6f41)
+WithdrawName: ; 5af41 (16:6f41)
db TX_START,"Withdraw",TX_END
-Text0927: ; 5af4b (16:6f4b)
+SquirtlesWithdrawDescription: ; 5af4b (16:6f4b)
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
-Text0928: ; 5afd6 (16:6fd6)
+SquirtleKind: ; 5afd6 (16:6fd6)
db TX_START,"Tiny Turtle",TX_END
-Text0929: ; 5afe3 (16:6fe3)
+SquirtleDescription: ; 5afe3 (16:6fe3)
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
-Text092a: ; 5b045 (16:7045)
+WartortleName: ; 5b045 (16:7045)
db TX_START,"Wartortle",TX_END
-Text092b: ; 5b050 (16:7050)
+WartortlesWithdrawDescription: ; 5b050 (16:7050)
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
-Text092c: ; 5b0dc (16:70dc)
+WartortleKind: ; 5b0dc (16:70dc)
db TX_START,"Turtle",TX_END
-Text092d: ; 5b0e4 (16:70e4)
+WartortleDescription: ; 5b0e4 (16:70e4)
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
-Text092e: ; 5b14e (16:714e)
+BlastoiseName: ; 5b14e (16:714e)
db TX_START,"Blastoise",TX_END
-Text092f: ; 5b159 (16:7159)
+RainDanceName: ; 5b159 (16:7159)
db TX_START,"Rain Dance",TX_END
-Text0930: ; 5b165 (16:7165)
+RainDanceDescription: ; 5b165 (16:7165)
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"
@@ -1002,111 +1002,111 @@ Text0930: ; 5b165 (16:7165)
db "up your 1 Energy card attachment\n"
db "for the turn.)",TX_END
-Text0931: ; 5b21d (16:721d)
+RainDanceDescriptionCont: ; 5b21d (16:721d)
db TX_START,"This power can't be used if\n"
db "Blastoise is Asleep, Confused, or\n"
db "Paralyzed.",TX_END
-Text0932: ; 5b267 (16:7267)
+HydroPumpName: ; 5b267 (16:7267)
db TX_START,"Hydro Pump",TX_END
-Text0933: ; 5b273 (16:7273)
+HydroPumpDescription: ; 5b273 (16:7273)
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
-Text0934: ; 5b322 (16:7322)
+BlastoiseKind: ; 5b322 (16:7322)
db TX_START,"Shellfish",TX_END
-Text0935: ; 5b32d (16:732d)
+BlastoiseDescription: ; 5b32d (16:732d)
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
-Text0936: ; 5b38f (16:738f)
+PsyduckName: ; 5b38f (16:738f)
db TX_START,"Psyduck",TX_END
-Text0937: ; 5b398 (16:7398)
+HeadacheName: ; 5b398 (16:7398)
db TX_START,"Headache",TX_END
-Text0938: ; 5b3a2 (16:73a2)
+HeadacheDescription: ; 5b3a2 (16:73a2)
db TX_START,"Your opponent can't play Trainer\n"
db "cards during his or her next turn.",TX_END
-Text0939: ; 5b3e7 (16:73e7)
+PsyduckKind: ; 5b3e7 (16:73e7)
db TX_START,"Duck",TX_END
-Text093a: ; 5b3ed (16:73ed)
+PsyduckDescription: ; 5b3ed (16:73ed)
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
-Text093b: ; 5b44f (16:744f)
+GolduckName: ; 5b44f (16:744f)
db TX_START,"Golduck",TX_END
-Text093c: ; 5b458 (16:7458)
+PsyshockName: ; 5b458 (16:7458)
db TX_START,"Psyshock",TX_END
-Text093d: ; 5b462 (16:7462)
+HyperBeamName: ; 5b462 (16:7462)
db TX_START,"Hyper Beam",TX_END
-Text093e: ; 5b46e (16:746e)
+Discard1EnergyFromTargetDescription: ; 5b46e (16:746e)
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
-Text093f: ; 5b4ce (16:74ce)
+GolduckDescription: ; 5b4ce (16:74ce)
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
-Text0940: ; 5b533 (16:7533)
+PoliwagName: ; 5b533 (16:7533)
db TX_START,"Poliwag",TX_END
-Text0941: ; 5b53c (16:753c)
+WaterGunName: ; 5b53c (16:753c)
db TX_START,"Water Gun",TX_END
-Text0942: ; 5b547 (16:7547)
+PoliwagsWaterGunDescription: ; 5b547 (16:7547)
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
-Text0943: ; 5b5f4 (16:75f4)
+PoliwagKind: ; 5b5f4 (16:75f4)
db TX_START,"Tadpole",TX_END
-Text0944: ; 5b5fd (16:75fd)
+PoliwagDescription: ; 5b5fd (16:75fd)
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
-Text0945: ; 5b660 (16:7660)
+PoliwhirlName: ; 5b660 (16:7660)
db TX_START,"Poliwhirl",TX_END
-Text0946: ; 5b66b (16:766b)
+AmnesiaName: ; 5b66b (16:766b)
db TX_START,"Amnesia",TX_END
-Text0947: ; 5b674 (16:7674)
+PoliwhirlsAmnesiaDescription: ; 5b674 (16:7674)
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
-Text0948: ; 5b6e7 (16:76e7)
+DoubleslapName: ; 5b6e7 (16:76e7)
db TX_START,"Doubleslap",TX_END
-Text0949: ; 5b6f3 (16:76f3)
+PoliwhirlsDescription: ; 5b6f3 (16:76f3)
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
-Text094a: ; 5b74f (16:774f)
+PoliwrathName: ; 5b74f (16:774f)
db TX_START,"Poliwrath",TX_END
-Text094b: ; 5b75a (16:775a)
+PoliwrathsWaterGunDescription: ; 5b75a (16:775a)
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"
@@ -1114,21 +1114,21 @@ Text094b: ; 5b75a (16:775a)
db "can't add more than 20 damage in\n"
db "this way.",TX_END
-Text094c: ; 5b809 (16:7809)
+WhirlpoolName: ; 5b809 (16:7809)
db TX_START,"Whirlpool",TX_END
-Text094d: ; 5b814 (16:7814)
+PoliwrathDescription: ; 5b814 (16:7814)
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
-Text094e: ; 5b87a (16:787a)
+TentacoolName: ; 5b87a (16:787a)
db TX_START,"Tentacool",TX_END
-Text094f: ; 5b885 (16:7885)
+CowardiceName: ; 5b885 (16:7885)
db TX_START,"Cowardice",TX_END
-Text0950: ; 5b890 (16:7890)
+CowardiceDescription: ; 5b890 (16:7890)
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"
@@ -1137,141 +1137,141 @@ Text0950: ; 5b890 (16:7890)
db "Tentacool into play or if Tentacool\n"
db "is Asleep, Confused, or Paralyzed.",TX_END
-Text0951: ; 5b987 (16:7987)
+TentacoolKind: ; 5b987 (16:7987)
db TX_START,"Jellyfish",TX_END
-Text0952: ; 5b992 (16:7992)
+TentacoolDescription: ; 5b992 (16:7992)
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
-Text0953: ; 5b9f6 (16:79f6)
+TentacruelName: ; 5b9f6 (16:79f6)
db TX_START,"Tentacruel",TX_END
-Text0954: ; 5ba02 (16:7a02)
+JellyfishStingName: ; 5ba02 (16:7a02)
db TX_START,"Jellyfish Sting",TX_END
-Text0955: ; 5ba13 (16:7a13)
+TentacruelDescription: ; 5ba13 (16:7a13)
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
-Text0956: ; 5ba77 (16:7a77)
+SeelName: ; 5ba77 (16:7a77)
db TX_START,"Seel",TX_END
-Text0957: ; 5ba7d (16:7a7d)
+HeadbuttName: ; 5ba7d (16:7a7d)
db TX_START,"Headbutt",TX_END
-Text0958: ; 5ba87 (16:7a87)
+SeelKind: ; 5ba87 (16:7a87)
db TX_START,"Sea Lion",TX_END
-Text0959: ; 5ba91 (16:7a91)
+SeelDescription: ; 5ba91 (16:7a91)
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
-Text095a: ; 5baf1 (16:7af1)
+DewgongName: ; 5baf1 (16:7af1)
db TX_START,"Dewgong",TX_END
-Text095b: ; 5bafa (16:7afa)
+AuroraBeamName: ; 5bafa (16:7afa)
db TX_START,"Aurora Beam",TX_END
-Text095c: ; 5bb07 (16:7b07)
+IceBeamName: ; 5bb07 (16:7b07)
db TX_START,"Ice Beam",TX_END
-Text095d: ; 5bb11 (16:7b11)
+DewgongDescription: ; 5bb11 (16:7b11)
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
-Text095e: ; 5bb6e (16:7b6e)
+ShellderName: ; 5bb6e (16:7b6e)
db TX_START,"Shellder",TX_END
-Text095f: ; 5bb78 (16:7b78)
+HideInShellName: ; 5bb78 (16:7b78)
db TX_START,"Hide in Shell",TX_END
-Text0960: ; 5bb87 (16:7b87)
+HideInShellDescription: ; 5bb87 (16:7b87)
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
-Text0961: ; 5bc12 (16:7c12)
+ShellderKind: ; 5bc12 (16:7c12)
db TX_START,"Bivalve",TX_END
-Text0962: ; 5bc1b (16:7c1b)
+ShellderDescription: ; 5bc1b (16:7c1b)
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
-Text0963: ; 5bc74 (16:7c74)
+CloysterName: ; 5bc74 (16:7c74)
db TX_START,"Cloyster",TX_END
-Text0964: ; 5bc7e (16:7c7e)
+ClampName: ; 5bc7e (16:7c7e)
db TX_START,"Clamp",TX_END
-Text0965: ; 5bc85 (16:7c85)
+ClampDescription: ; 5bc85 (16:7c85)
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
-Text0966: ; 5bcfb (16:7cfb)
+SpikeCannonName: ; 5bcfb (16:7cfb)
db TX_START,"Spike Cannon",TX_END
-Text0967: ; 5bd09 (16:7d09)
+CloysterDescription: ; 5bd09 (16:7d09)
db TX_START,"When attacked, it launches its horns\n"
db "in quick volleys. Its innards have\n"
db "never been seen.",TX_END
-Text0968: ; 5bd63 (16:7d63)
+KrabbyName: ; 5bd63 (16:7d63)
db TX_START,"Krabby",TX_END
-Text0969: ; 5bd6b (16:7d6b)
+KrabbysCallForFamilyDescription: ; 5bd6b (16:7d6b)
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
-Text096a: ; 5be0a (16:7e0a)
+KrabbyKind: ; 5be0a (16:7e0a)
db TX_START,"River Crab",TX_END
-Text096b: ; 5be16 (16:7e16)
+KrabbyDescription: ; 5be16 (16:7e16)
db TX_START,"Its pincers are not only powerful\n"
db "weapons, they are used for balance\n"
db "when walking sideways.",TX_END
-Text096c: ; 5be73 (16:7e73)
+KinglerName: ; 5be73 (16:7e73)
db TX_START,"Kingler",TX_END
-Text096d: ; 5be7c (16:7e7c)
+FlailName: ; 5be7c (16:7e7c)
db TX_START,"Flail",TX_END
-Text096e: ; 5be83 (16:7e83)
+KinglersFlailDescription: ; 5be83 (16:7e83)
db TX_START,"Does 10 damage times the number of\n"
db "damage counters on Kingler.",TX_END
-Text096f: ; 5bec3 (16:7ec3)
+CrabhammerName: ; 5bec3 (16:7ec3)
db TX_START,"Crabhammer",TX_END
-Text0970: ; 5becf (16:7ecf)
+KinglerKind: ; 5becf (16:7ecf)
db TX_START,"Pincer",TX_END
-Text0971: ; 5bed7 (16:7ed7)
+KinglerDescription: ; 5bed7 (16:7ed7)
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
-Text0972: ; 5bf43 (16:7f43)
+HorseaName: ; 5bf43 (16:7f43)
db TX_START,"Horsea",TX_END
-Text0973: ; 5bf4b (16:7f4b)
+HorseasSmokescreenDescription: ; 5bf4b (16:7f4b)
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
-Text0974: ; 5bfd7 (16:7fd7)
+HorseaKind: ; 5bfd7 (16:7fd7)
db TX_START,"Dragon",TX_END
diff --git a/src/text/textb.asm b/src/text/textb.asm
index 108f8ac..51b1f8e 100644
--- a/src/text/textb.asm
+++ b/src/text/textb.asm
@@ -1,230 +1,230 @@
-Text0975: ; 5c000 (17:4000)
+HorseaDescription: ; 5c000 (17:4000)
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
-Text0976: ; 5c05d (17:405d)
+SeadraName: ; 5c05d (17:405d)
db TX_START,"Seadra",TX_END
-Text0977: ; 5c065 (17:4065)
+SeadrasWaterGunDescription: ; 5c065 (17:4065)
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
-Text0978: ; 5c111 (17:4111)
+SeadrasAgilityDescription: ; 5c111 (17:4111)
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
-Text0979: ; 5c18e (17:418e)
+SeadraDescription: ; 5c18e (17:418e)
db TX_START,"Capable of swimming backward by\n"
db "rapidly flapping its wing-like\n"
db "pectoral fins and stout tail.",TX_END
-Text097a: ; 5c1ec (17:41ec)
+GoldeenName: ; 5c1ec (17:41ec)
db TX_START,"Goldeen",TX_END
-Text097b: ; 5c1f5 (17:41f5)
+HornAttackName: ; 5c1f5 (17:41f5)
db TX_START,"Horn Attack",TX_END
-Text097c: ; 5c202 (17:4202)
+GoldeenKind: ; 5c202 (17:4202)
db TX_START,"Goldfish",TX_END
-Text097d: ; 5c20c (17:420c)
+GoldeenDescription: ; 5c20c (17:420c)
db TX_START,"Its tail fin billows like an elegant\n"
db "ballroom dress, giving it the\n"
db "nickname \"Water Queen.\"",TX_END
-Text097e: ; 5c268 (17:4268)
+SeakingName: ; 5c268 (17:4268)
db TX_START,"Seaking",TX_END
-Text097f: ; 5c271 (17:4271)
+WaterfallName: ; 5c271 (17:4271)
db TX_START,"Waterfall",TX_END
-Text0980: ; 5c27c (17:427c)
+SeakingDescription: ; 5c27c (17:427c)
db TX_START,"In the autumn spawning season, they\n"
db "can be seen swimming powerfully up\n"
db "rivers and creeks.",TX_END
-Text0981: ; 5c2d7 (17:42d7)
+StaryuName: ; 5c2d7 (17:42d7)
db TX_START,"Staryu",TX_END
-Text0982: ; 5c2df (17:42df)
+SlapName: ; 5c2df (17:42df)
db TX_START,"Slap",TX_END
-Text0983: ; 5c2e5 (17:42e5)
+StaryuKind: ; 5c2e5 (17:42e5)
db TX_START,"Starshape",TX_END
-Text0984: ; 5c2f0 (17:42f0)
+StaryuDescription: ; 5c2f0 (17:42f0)
db TX_START,"An enigmatic Pok`mon that can\n"
db "effortlessly regenerate any\n"
db "appendage it loses in battle.",TX_END
-Text0985: ; 5c349 (17:4349)
+StarmieName: ; 5c349 (17:4349)
db TX_START,"Starmie",TX_END
-Text0986: ; 5c352 (17:4352)
+RecoverName: ; 5c352 (17:4352)
db TX_START,"Recover",TX_END
-Text0987: ; 5c35b (17:435b)
+StarmiesRecoverDescription: ; 5c35b (17:435b)
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
-Text0988: ; 5c3cf (17:43cf)
+StarFreezeName: ; 5c3cf (17:43cf)
db TX_START,"Star Freeze",TX_END
-Text0989: ; 5c3dc (17:43dc)
+StarmieKind: ; 5c3dc (17:43dc)
db TX_START,"Mysterious",TX_END
-Text098a: ; 5c3e8 (17:43e8)
+StarmieDescription: ; 5c3e8 (17:43e8)
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
-Text098b: ; 5c44c (17:444c)
+MagikarpName: ; 5c44c (17:444c)
db TX_START,"Magikarp",TX_END
-Text098c: ; 5c456 (17:4456)
+TackleName: ; 5c456 (17:4456)
db TX_START,"Tackle",TX_END
-Text098d: ; 5c45e (17:445e)
+MagikarpsFlailDescription: ; 5c45e (17:445e)
db TX_START,"Does 10 damage times the number of\n"
db "damage counters on Magikarp.",TX_END
-Text098e: ; 5c49f (17:449f)
+MagikarpKind: ; 5c49f (17:449f)
db TX_START,"Fish",TX_END
-Text098f: ; 5c4a5 (17:44a5)
+MagikarpDescription: ; 5c4a5 (17:44a5)
db TX_START,"In the distant past, it was stronger\n"
db "than its horribly weak descendants\n"
db "that exist today.",TX_END
-Text0990: ; 5c500 (17:4500)
+GyaradosName: ; 5c500 (17:4500)
db TX_START,"Gyarados",TX_END
-Text0991: ; 5c50a (17:450a)
+DragonRageName: ; 5c50a (17:450a)
db TX_START,"Dragon Rage",TX_END
-Text0992: ; 5c517 (17:4517)
+BubblebeamName: ; 5c517 (17:4517)
db TX_START,"Bubblebeam",TX_END
-Text0993: ; 5c523 (17:4523)
+GyaradosKind: ; 5c523 (17:4523)
db TX_START,"Atrocious",TX_END
-Text0994: ; 5c52e (17:452e)
+GyaradosDescription: ; 5c52e (17:452e)
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
-Text0995: ; 5c58f (17:458f)
+LaprasName: ; 5c58f (17:458f)
db TX_START,"Lapras",TX_END
-Text0996: ; 5c597 (17:4597)
+LaprasWaterGunDescription: ; 5c597 (17:4597)
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
-Text0997: ; 5c643 (17:4643)
+LaprasKind: ; 5c643 (17:4643)
db TX_START,"Transport",TX_END
-Text0998: ; 5c64e (17:464e)
+LaprasDescription: ; 5c64e (17:464e)
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
-Text0999: ; 5c6aa (17:46aa)
+VaporeonName: ; 5c6aa (17:46aa)
db TX_START,"Vaporeon",TX_END
-Text099a: ; 5c6b4 (17:46b4)
+FocusEnergyName: ; 5c6b4 (17:46b4)
db TX_START,"Focus Energy",TX_END
-Text099b: ; 5c6c2 (17:46c2)
+FocusEnergyDescription: ; 5c6c2 (17:46c2)
db TX_START,"During your next turn, Vaporeon's\n"
db "Bite attack's base damage is\n"
db "doubled.",TX_END
-Text099c: ; 5c70b (17:470b)
+VaporeonKind: ; 5c70b (17:470b)
db TX_START,"Bubble Jet",TX_END
-Text099d: ; 5c717 (17:4717)
+Vaporeon1Description: ; 5c717 (17:4717)
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
-Text099e: ; 5c77b (17:477b)
+VaporeonsWaterGunDescription: ; 5c77b (17:477b)
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
-Text099f: ; 5c829 (17:4829)
+Vaporeon2Description: ; 5c829 (17:4829)
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
-Text09a0: ; 5c88b (17:488b)
+OmanyteName: ; 5c88b (17:488b)
db TX_START,"Omanyte",TX_END
-Text09a1: ; 5c894 (17:4894)
+MysteriousFossilName: ; 5c894 (17:4894)
db TX_START,"Mysterious Fossil",TX_END
-Text09a2: ; 5c8a7 (17:48a7)
+ClairvoyanceName: ; 5c8a7 (17:48a7)
db TX_START,"Clairvoyance",TX_END
-Text09a3: ; 5c8b5 (17:48b5)
+ClairvoyanceDescription: ; 5c8b5 (17:48b5)
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
-Text09a4: ; 5c932 (17:4932)
+OmanytesWaterGunDescription: ; 5c932 (17:4932)
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
-Text09a5: ; 5c9df (17:49df)
+OmanyteKind: ; 5c9df (17:49df)
db TX_START,"Spiral",TX_END
-Text09a6: ; 5c9e7 (17:49e7)
+OmanyteDescription: ; 5c9e7 (17:49e7)
db TX_START,"Although long extinct, in rare\n"
db "cases, it can be genetically\n"
db "resurrected from fossils.",TX_END
-Text09a7: ; 5ca3e (17:4a3e)
+OmastarName: ; 5ca3e (17:4a3e)
db TX_START,"Omastar",TX_END
-Text09a8: ; 5ca47 (17:4a47)
+OmastarsWaterGunDescription: ; 5ca47 (17:4a47)
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
-Text09a9: ; 5caf4 (17:4af4)
+OmastarDescription: ; 5caf4 (17:4af4)
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
-Text09aa: ; 5cb57 (17:4b57)
+ArticunoName: ; 5cb57 (17:4b57)
db TX_START,"Articuno",TX_END
-Text09ab: ; 5cb61 (17:4b61)
+FreezeDryName: ; 5cb61 (17:4b61)
db TX_START,"Freeze Dry",TX_END
-Text09ac: ; 5cb6d (17:4b6d)
+BlizzardName: ; 5cb6d (17:4b6d)
db TX_START,"Blizzard",TX_END
-Text09ad: ; 5cb77 (17:4b77)
+BlizzardDescription: ; 5cb77 (17:4b77)
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"
@@ -233,27 +233,27 @@ Text09ad: ; 5cb77 (17:4b77)
db "(Don't apply Weakness and Resistance\n"
db "for Benched Pok`mon.)",TX_END
-Text09ae: ; 5cc5b (17:4c5b)
+ArticunoKind: ; 5cc5b (17:4c5b)
db TX_START,"Freeze",TX_END
-Text09af: ; 5cc63 (17:4c63)
+Articuno1Description: ; 5cc63 (17:4c63)
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
-Text09b0: ; 5ccc4 (17:4cc4)
+QuickfreezeName: ; 5ccc4 (17:4cc4)
db TX_START,"Quickfreeze",TX_END
-Text09b1: ; 5ccd1 (17:4cd1)
+QuickfreezeDescription: ; 5ccd1 (17:4cd1)
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
-Text09b2: ; 5cd57 (17:4d57)
+IceBreathName: ; 5cd57 (17:4d57)
db TX_START,"Ice Breath",TX_END
-Text09b3: ; 5cd63 (17:4d63)
+IceBreathDescription: ; 5cd63 (17:4d63)
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"
@@ -262,51 +262,51 @@ Text09b3: ; 5cd63 (17:4d63)
db "Weakness and Resistance still\n"
db "happen.)",TX_END
-Text09b4: ; 5ce35 (17:4e35)
+Articuno2Description: ; 5ce35 (17:4e35)
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
-Text09b5: ; 5ce94 (17:4e94)
+PikachuName: ; 5ce94 (17:4e94)
db TX_START,"Pikachu",TX_END
-Text09b6: ; 5ce9d (17:4e9d)
+GnawName: ; 5ce9d (17:4e9d)
db TX_START,"Gnaw",TX_END
-Text09b7: ; 5cea3 (17:4ea3)
+ThunderJoltName: ; 5cea3 (17:4ea3)
db TX_START,"Thunder Jolt",TX_END
-Text09b8: ; 5ceb1 (17:4eb1)
+ThunderJoltDescription: ; 5ceb1 (17:4eb1)
db TX_START,"Flip a coin. If tails, Pikachu does\n"
db "10 damage to itself.",TX_END
-Text09b9: ; 5ceeb (17:4eeb)
+PikachuKind: ; 5ceeb (17:4eeb)
db TX_START,"Mouse",TX_END
-Text09ba: ; 5cef2 (17:4ef2)
+Pikachu1Description: ; 5cef2 (17:4ef2)
db TX_START,"When several of these Pok`mon\n"
db "gather, their electricity can cause\n"
db "lightning storms.",TX_END
-Text09bb: ; 5cf47 (17:4f47)
+SparkName: ; 5cf47 (17:4f47)
db TX_START,"Spark",TX_END
-Text09bc: ; 5cf4e (17:4f4e)
+SparkDescription: ; 5cf4e (17:4f4e)
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
-Text09bd: ; 5cfeb (17:4feb)
+Pikachu2Description: ; 5cfeb (17:4feb)
db TX_START,"When several of these Pok`mon\n"
db "gather, their electricity can build\n"
db "and cause lightning storms.",TX_END
-Text09be: ; 5d04a (17:504a)
+GrowlName: ; 5d04a (17:504a)
db TX_START,"Growl",TX_END
-Text09bf: ; 5d051 (17:5051)
+GrowlDescription: ; 5d051 (17:5051)
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"
@@ -315,21 +315,21 @@ Text09bf: ; 5d051 (17:5051)
db "(Benching or evolving either Pok`mon\n"
db "ends this effect.)",TX_END
-Text09c0: ; 5d12f (17:512f)
+ThundershockName: ; 5d12f (17:512f)
db TX_START,"Thundershock",TX_END
-Text09c1: ; 5d13d (17:513d)
+Pikachu3Description: ; 5d13d (17:513d)
db TX_START,"When several of these Pok`mon\n"
db "gather, their electricity could\n"
db "build and cause lightning storms.",TX_END
-Text09c2: ; 5d19e (17:519e)
+FlyingPikachuName: ; 5d19e (17:519e)
db TX_START,"Flying Pikachu",TX_END
-Text09c3: ; 5d1ae (17:51ae)
+FlyName: ; 5d1ae (17:51ae)
db TX_START,"Fly",TX_END
-Text09c4: ; 5d1b3 (17:51b3)
+FlyDescription: ; 5d1b3 (17:51b3)
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"
@@ -337,47 +337,47 @@ Text09c4: ; 5d1b3 (17:51b3)
db "If tails, this attack does nothing \n"
db "(not even damage).",TX_END
-Text09c5: ; 5d26f (17:526f)
+FlyingPikachuDescription: ; 5d26f (17:526f)
db TX_START,"By learning how to fly, Pikachu\n"
db "overcame its weakness to Fighting\n"
db "Pok`mon.",TX_END
-Text09c6: ; 5d2bb (17:52bb)
+SurfingPikachuName: ; 5d2bb (17:52bb)
db TX_START,"Surfing Pikachu",TX_END
-Text09c7: ; 5d2cc (17:52cc)
+SurfName: ; 5d2cc (17:52cc)
db TX_START,"Surf",TX_END
-Text09c8: ; 5d2d2 (17:52d2)
+SurfingPikachuDescription: ; 5d2d2 (17:52d2)
db TX_START,"One summer, a group of Pikachu\n"
db "was found riding the waves at the\n"
db "local beach.",TX_END
-Text09c9: ; 5d321 (17:5321)
+RaichuName: ; 5d321 (17:5321)
db TX_START,"Raichu",TX_END
-Text09ca: ; 5d329 (17:5329)
+RaichusAgilityDescription: ; 5d329 (17:5329)
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
-Text09cb: ; 5d3a5 (17:53a5)
+ThunderName: ; 5d3a5 (17:53a5)
db TX_START,"Thunder",TX_END
-Text09cc: ; 5d3ae (17:53ae)
+RaichusThunderDescription: ; 5d3ae (17:53ae)
db TX_START,"Flip a coin. If tails, Raichu does\n"
db "30 damage to itself.",TX_END
-Text09cd: ; 5d3e7 (17:53e7)
+Raichu1Description: ; 5d3e7 (17:53e7)
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
-Text09ce: ; 5d43c (17:543c)
+GigashockName: ; 5d43c (17:543c)
db TX_START,"Gigashock",TX_END
-Text09cf: ; 5d447 (17:5447)
+GigashockDescription: ; 5d447 (17:5447)
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"
@@ -386,133 +386,133 @@ Text09cf: ; 5d447 (17:5447)
db "than 3 Benched Pok`mon, do the\n"
db "damage to each of them.",TX_END
-Text09d0: ; 5d531 (17:5531)
+Raichu2Description: ; 5d531 (17:5531)
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
-Text09d1: ; 5d586 (17:5586)
+MagnemiteName: ; 5d586 (17:5586)
db TX_START,"Magnemite",TX_END
-Text09d2: ; 5d591 (17:5591)
+ThunderWaveName: ; 5d591 (17:5591)
db TX_START,"Thunder Wave",TX_END
-Text09d3: ; 5d59f (17:559f)
+MagnemitesSelfdestructDescription: ; 5d59f (17:559f)
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
-Text09d4: ; 5d636 (17:5636)
+MagnemiteKind: ; 5d636 (17:5636)
db TX_START,"Magnet",TX_END
-Text09d5: ; 5d63e (17:563e)
+Magnemite1Description: ; 5d63e (17:563e)
db TX_START,"Uses anti-gravity to stay suspended.\n"
db "Appears without warning and uses\n"
db "attacks like Thunder Wave.",TX_END
-Text09d6: ; 5d6a0 (17:56a0)
+MagneticStormName: ; 5d6a0 (17:56a0)
db TX_START,"Magnetic Storm",TX_END
-Text09d7: ; 5d6b0 (17:56b0)
+MagneticStormDescription: ; 5d6b0 (17:56b0)
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
-Text09d8: ; 5d70f (17:570f)
+Magnemite2Description: ; 5d70f (17:570f)
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
-Text09d9: ; 5d76e (17:576e)
+MagnetonName: ; 5d76e (17:576e)
db TX_START,"Magneton",TX_END
-Text09da: ; 5d778 (17:5778)
+Magneton1sSelfdestructDescription: ; 5d778 (17:5778)
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
-Text09db: ; 5d80e (17:580e)
+Magneton1Description: ; 5d80e (17:580e)
db TX_START,"Formed by several Magnemites linked\n"
db "together. It frequently appears when\n"
db "sunspots flare up.",TX_END
-Text09dc: ; 5d86b (17:586b)
+SonicboomName: ; 5d86b (17:586b)
db TX_START,"Sonicboom",TX_END
-Text09dd: ; 5d876 (17:5876)
+SonicboomDescription: ; 5d876 (17:5876)
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
-Text09de: ; 5d907 (17:5907)
+Magneton2sSelfdestructDescription: ; 5d907 (17:5907)
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
-Text09df: ; 5d99e (17:599e)
+Magneton2Description: ; 5d99e (17:599e)
db TX_START,"Formed by several Magnemites linked\n"
db "together. They frequently appear\n"
db "when sunspots flare up.",TX_END
-Text09e0: ; 5d9fc (17:59fc)
+VoltorbName: ; 5d9fc (17:59fc)
db TX_START,"Voltorb",TX_END
-Text09e1: ; 5da05 (17:5a05)
+VoltorbKind: ; 5da05 (17:5a05)
db TX_START,"Ball",TX_END
-Text09e2: ; 5da0b (17:5a0b)
+VoltorbDescription: ; 5da0b (17:5a0b)
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
-Text09e3: ; 5da67 (17:5a67)
+ElectrodeName: ; 5da67 (17:5a67)
db TX_START,"Electrode",TX_END
-Text09e4: ; 5da72 (17:5a72)
+EnergySpikeName: ; 5da72 (17:5a72)
db TX_START,"Energy Spike",TX_END
-Text09e5: ; 5da80 (17:5a80)
+EnergySpikeDescription: ; 5da80 (17:5a80)
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
-Text09e6: ; 5daeb (17:5aeb)
+Electrode1Description: ; 5daeb (17:5aeb)
db TX_START,"Stores electrical energy inside its\n"
db "body. Even the slightest shock could\n"
db "trigger a huge explosion.",TX_END
-Text09e7: ; 5db4f (17:5b4f)
+ChainLightningName: ; 5db4f (17:5b4f)
db TX_START,"Chain Lightning",TX_END
-Text09e8: ; 5db60 (17:5b60)
+ChainLightningDescription: ; 5db60 (17:5b60)
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
-Text09e9: ; 5dbfe (17:5bfe)
+Electrode2Description: ; 5dbfe (17:5bfe)
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
-Text09ea: ; 5dc66 (17:5c66)
+ElectabuzzName: ; 5dc66 (17:5c66)
db TX_START,"Electabuzz",TX_END
-Text09eb: ; 5dc72 (17:5c72)
+LightScreenName: ; 5dc72 (17:5c72)
db TX_START,"Light Screen",TX_END
-Text09ec: ; 5dc80 (17:5c80)
+LightScreenDescription: ; 5dc80 (17:5c80)
db TX_START,"Whenever an attack does damage to\n"
db "Electabuzz (after applying Weakness\n"
db "and Resistance) during your\n"
@@ -521,76 +521,76 @@ Text09ec: ; 5dc80 (17:5c80)
db "Electabuzz (rounded down to the\n"
db "nearest 10).",TX_END
-Text09ed: ; 5dd4f (17:5d4f)
+LightScreenDescriptionCont: ; 5dd4f (17:5d4f)
db TX_START,"(Any other effects of attacks still\n"
db "happen.)",TX_END
-Text09ee: ; 5dd7d (17:5d7d)
+ElectabuzzsQuickAttackDescription: ; 5dd7d (17:5d7d)
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
-Text09ef: ; 5ddec (17:5dec)
+ElectabuzzKind: ; 5ddec (17:5dec)
db TX_START,"Electric",TX_END
-Text09f0: ; 5ddf6 (17:5df6)
+Electabuzz1Description: ; 5ddf6 (17:5df6)
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
-Text09f1: ; 5de55 (17:5e55)
+ThunderpunchName: ; 5de55 (17:5e55)
db TX_START,"Thunderpunch",TX_END
-Text09f2: ; 5de63 (17:5e63)
+ThunderpunchDescription: ; 5de63 (17:5e63)
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
-Text09f3: ; 5def9 (17:5ef9)
+Electabuzz2Description: ; 5def9 (17:5ef9)
db TX_START,"Normally found near power plants,\n"
db "it can wander away and cause major\n"
db "blackouts in cities.",TX_END
-Text09f4: ; 5df54 (17:5f54)
+JolteonName: ; 5df54 (17:5f54)
db TX_START,"Jolteon",TX_END
-Text09f5: ; 5df5d (17:5f5d)
+DoubleAttackX20Description: ; 5df5d (17:5f5d)
db TX_START,"Flip 2 coins. This attack does 20\n"
db "damage times the number of heads.",TX_END
-Text09f6: ; 5dfa2 (17:5fa2)
+StunNeedleName: ; 5dfa2 (17:5fa2)
db TX_START,"Stun Needle",TX_END
-Text09f7: ; 5dfaf (17:5faf)
+JolteonKind: ; 5dfaf (17:5faf)
db TX_START,"Lightning",TX_END
-Text09f8: ; 5dfba (17:5fba)
+Jolteon1Description: ; 5dfba (17:5fba)
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
-Text09f9: ; 5e020 (17:6020)
+PinMissileName: ; 5e020 (17:6020)
db TX_START,"Pin Missile",TX_END
-Text09fa: ; 5e02d (17:602d)
+QuadrupleAttackX20Description: ; 5e02d (17:602d)
db TX_START,"Flip 4 coins. This attack does 20\n"
db "damage times the number of heads.",TX_END
-Text09fb: ; 5e072 (17:6072)
+Jolteon2Description: ; 5e072 (17:6072)
db TX_START,"It accumulates negative ions from\n"
db "the atmosphere to blast out 10,000-\n"
db "volt lightning bolts.",TX_END
-Text09fc: ; 5e0cf (17:60cf)
+ZapdosName: ; 5e0cf (17:60cf)
db TX_START,"Zapdos",TX_END
-Text09fd: ; 5e0d7 (17:60d7)
+ThunderstormName: ; 5e0d7 (17:60d7)
db TX_START,"Thunderstorm",TX_END
-Text09fe: ; 5e0e5 (17:60e5)
+ThunderstormDescription: ; 5e0e5 (17:60e5)
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"
@@ -599,42 +599,42 @@ Text09fe: ; 5e0e5 (17:60e5)
db "Then, Zapdos does 10 damage times\n"
db "the number of tails to itself.",TX_END
-Text09ff: ; 5e1d2 (17:61d2)
+Zapdos1Description: ; 5e1d2 (17:61d2)
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
-Text0a00: ; 5e257 (17:6257)
+ZapdosThunderDescription: ; 5e257 (17:6257)
db TX_START,"Flip a coin. If tails, Zapdos does\n"
db "30 damage to itself.",TX_END
-Text0a01: ; 5e290 (17:6290)
+ThunderboltName: ; 5e290 (17:6290)
db TX_START,"Thunderbolt",TX_END
-Text0a02: ; 5e29d (17:629d)
+ThunderboltDescription: ; 5e29d (17:629d)
db TX_START,"Discard all Energy cards attached to\n"
db "Zapdos in order to use this attack.",TX_END
-Text0a03: ; 5e2e7 (17:62e7)
+Zapdos2Description: ; 5e2e7 (17:62e7)
db TX_START,"A legendary bird Pok`mon said to\n"
db "appear from clouds while wielding\n"
db "enormous lightning bolts.",TX_END
-Text0a04: ; 5e345 (17:6345)
+PealOfThunderName: ; 5e345 (17:6345)
db TX_START,"Peal of Thunder",TX_END
-Text0a05: ; 5e356 (17:6356)
+PealOfThunderDescription: ; 5e356 (17:6356)
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
-Text0a06: ; 5e400 (17:6400)
+BigThunderName: ; 5e400 (17:6400)
db TX_START,"Big Thunder",TX_END
-Text0a07: ; 5e40d (17:640d)
+BigThunderDescription: ; 5e40d (17:640d)
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"
@@ -643,75 +643,75 @@ Text0a07: ; 5e40d (17:640d)
db "would happen after applying Weakness\n"
db "and Resistance still happen.)",TX_END
-Text0a08: ; 5e4f8 (17:64f8)
+Zapdos3Description: ; 5e4f8 (17:64f8)
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
-Text0a09: ; 5e55b (17:655b)
+SandshrewName: ; 5e55b (17:655b)
db TX_START,"Sandshrew",TX_END
-Text0a0a: ; 5e566 (17:6566)
+SandAttackName: ; 5e566 (17:6566)
db TX_START,"Sand-attack",TX_END
-Text0a0b: ; 5e573 (17:6573)
+SandshrewDescription: ; 5e573 (17:6573)
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
-Text0a0c: ; 5e5d1 (17:65d1)
+SandslashName: ; 5e5d1 (17:65d1)
db TX_START,"Sandslash",TX_END
-Text0a0d: ; 5e5dc (17:65dc)
+TripleAttackX20Description: ; 5e5dc (17:65dc)
db TX_START,"Flip 3 coins. This attack does 20\n"
db "damage times the number of heads.",TX_END
-Text0a0e: ; 5e621 (17:6621)
+SandslashDescription: ; 5e621 (17:6621)
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
-Text0a0f: ; 5e67f (17:667f)
+DiglettName: ; 5e67f (17:667f)
db TX_START,"Diglett",TX_END
-Text0a10: ; 5e688 (17:6688)
+DigName: ; 5e688 (17:6688)
db TX_START,"Dig",TX_END
-Text0a11: ; 5e68d (17:668d)
+MudSlapName: ; 5e68d (17:668d)
db TX_START,"Mud Slap",TX_END
-Text0a12: ; 5e697 (17:6697)
+DiglettKind: ; 5e697 (17:6697)
db TX_START,"Mole",TX_END
-Text0a13: ; 5e69d (17:669d)
+DiglettDescription: ; 5e69d (17:669d)
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
-Text0a14: ; 5e704 (17:6704)
+DugtrioName: ; 5e704 (17:6704)
db TX_START,"Dugtrio",TX_END
-Text0a15: ; 5e70d (17:670d)
+EarthquakeName: ; 5e70d (17:670d)
db TX_START,"Earthquake",TX_END
-Text0a16: ; 5e719 (17:6719)
+EarthquakeDescription: ; 5e719 (17:6719)
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
-Text0a17: ; 5e789 (17:6789)
+DugtrioDescription: ; 5e789 (17:6789)
db TX_START,"A team of Diglett triplets.\n"
db "It triggers huge earthquakes by\n"
db "burrowing 60 miles underground.",TX_END
-Text0a18: ; 5e7e6 (17:67e6)
+MankeyName: ; 5e7e6 (17:67e6)
db TX_START,"Mankey",TX_END
-Text0a19: ; 5e7ee (17:67ee)
+PeekName: ; 5e7ee (17:67ee)
db TX_START,"Peek",TX_END
-Text0a1a: ; 5e7f4 (17:67f4)
+PeekDescription: ; 5e7f4 (17:67f4)
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"
@@ -719,76 +719,76 @@ Text0a1a: ; 5e7f4 (17:67f4)
db "your opponent's hand, or one of\n"
db "either player's Prizes.",TX_END
-Text0a1b: ; 5e8b8 (17:68b8)
+PeekDescriptionCont: ; 5e8b8 (17:68b8)
db TX_START,"This power can't be used if Mankey\n"
db "is Asleep, Confused, or Paralyzed.",TX_END
-Text0a1c: ; 5e8ff (17:68ff)
+MankeyKind: ; 5e8ff (17:68ff)
db TX_START,"Pig Monkey",TX_END
-Text0a1d: ; 5e90b (17:690b)
+MankeyDescription: ; 5e90b (17:690b)
db TX_START,"Extremely quick to anger. It could\n"
db "be docile one moment, then thrashing\n"
db "away the next.",TX_END
-Text0a1e: ; 5e963 (17:6963)
+PrimeapeName: ; 5e963 (17:6963)
db TX_START,"Primeape",TX_END
-Text0a1f: ; 5e96d (17:696d)
+TantrumName: ; 5e96d (17:696d)
db TX_START,"Tantrum",TX_END
-Text0a20: ; 5e976 (17:6976)
+TantrumDescription: ; 5e976 (17:6976)
db TX_START,"Flip a coin. If tails, Primeape is\n"
db "now Confused (after doing damage).",TX_END
-Text0a21: ; 5e9bd (17:69bd)
+PrimeapeDescription: ; 5e9bd (17:69bd)
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
-Text0a22: ; 5ea27 (17:6a27)
+MachopName: ; 5ea27 (17:6a27)
db TX_START,"Machop",TX_END
-Text0a23: ; 5ea2f (17:6a2f)
+LowKickName: ; 5ea2f (17:6a2f)
db TX_START,"Low Kick",TX_END
-Text0a24: ; 5ea39 (17:6a39)
+SuperpowerName: ; 5ea39 (17:6a39)
db TX_START,"Superpower",TX_END
-Text0a25: ; 5ea45 (17:6a45)
+MachopDescription: ; 5ea45 (17:6a45)
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
-Text0a26: ; 5eaa3 (17:6aa3)
+MachokeName: ; 5eaa3 (17:6aa3)
db TX_START,"Machoke",TX_END
-Text0a27: ; 5eaac (17:6aac)
+KarateChopName: ; 5eaac (17:6aac)
db TX_START,"Karate Chop",TX_END
-Text0a28: ; 5eab9 (17:6ab9)
+KarateChopDescription: ; 5eab9 (17:6ab9)
db TX_START,"Does 50 damage minus 10 damage for\n"
db "each damage counter on Machoke.",TX_END
-Text0a29: ; 5eafd (17:6afd)
+SubmissionName: ; 5eafd (17:6afd)
db TX_START,"Submission",TX_END
-Text0a2a: ; 5eb09 (17:6b09)
+SubmissionDescription: ; 5eb09 (17:6b09)
db TX_START,"Machoke does 20 damage to itself.",TX_END
-Text0a2b: ; 5eb2c (17:6b2c)
+MachokeDescription: ; 5eb2c (17:6b2c)
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
-Text0a2c: ; 5eb90 (17:6b90)
+MachampName: ; 5eb90 (17:6b90)
db TX_START,"Machamp",TX_END
-Text0a2d: ; 5eb99 (17:6b99)
+StrikesBackName: ; 5eb99 (17:6b99)
db TX_START,"Strikes Back",TX_END
-Text0a2e: ; 5eba7 (17:6ba7)
+StrikesBackDescription: ; 5eba7 (17:6ba7)
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"
@@ -796,46 +796,46 @@ Text0a2e: ; 5eba7 (17:6ba7)
db "(Don't apply Weakness and\n"
db "Resistance.) ",TX_END
-Text0a2f: ; 5ec56 (17:6c56)
+StrikesBackDescriptionCont: ; 5ec56 (17:6c56)
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
-Text0a30: ; 5ecc1 (17:6cc1)
+SeismicTossName: ; 5ecc1 (17:6cc1)
db TX_START,"Seismic Toss",TX_END
-Text0a31: ; 5eccf (17:6ccf)
+MachampDescription: ; 5eccf (17:6ccf)
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
-Text0a32: ; 5ed38 (17:6d38)
+GeodudeName: ; 5ed38 (17:6d38)
db TX_START,"Geodude",TX_END
-Text0a33: ; 5ed41 (17:6d41)
+StoneBarrageName: ; 5ed41 (17:6d41)
db TX_START,"Stone Barrage",TX_END
-Text0a34: ; 5ed50 (17:6d50)
+StoneBarrageDescription: ; 5ed50 (17:6d50)
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
-Text0a35: ; 5eda8 (17:6da8)
+GeodudeKind: ; 5eda8 (17:6da8)
db TX_START,"Rock",TX_END
-Text0a36: ; 5edae (17:6dae)
+GeodudeDescription: ; 5edae (17:6dae)
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
-Text0a37: ; 5ee0e (17:6e0e)
+GravelerName: ; 5ee0e (17:6e0e)
db TX_START,"Graveler",TX_END
-Text0a38: ; 5ee18 (17:6e18)
+HardenName: ; 5ee18 (17:6e18)
db TX_START,"Harden",TX_END
-Text0a39: ; 5ee20 (17:6e20)
+GravelersHardenDescription: ; 5ee20 (17:6e20)
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"
@@ -843,39 +843,39 @@ Text0a39: ; 5ee20 (17:6e20)
db "that damage. (Any other effects of\n"
db "attacks still happen.)",TX_END
-Text0a3a: ; 5eede (17:6ede)
+RockThrowName: ; 5eede (17:6ede)
db TX_START,"Rock Throw",TX_END
-Text0a3b: ; 5eeea (17:6eea)
+GravelerDescription: ; 5eeea (17:6eea)
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
-Text0a3c: ; 5ef4c (17:6f4c)
+GolemName: ; 5ef4c (17:6f4c)
db TX_START,"Golem",TX_END
-Text0a3d: ; 5ef53 (17:6f53)
+AvalancheName: ; 5ef53 (17:6f53)
db TX_START,"Avalanche",TX_END
-Text0a3e: ; 5ef5e (17:6f5e)
+AvalancheDescription: ; 5ef5e (17:6f5e)
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
-Text0a3f: ; 5eff2 (17:6ff2)
+GolemKind: ; 5eff2 (17:6ff2)
db TX_START,"Megaton",TX_END
-Text0a40: ; 5effb (17:6ffb)
+GolemDescription: ; 5effb (17:6ffb)
db TX_START,"Its boulder-like body is extremely\n"
db "hard. It can easily withstand\n"
db "dynamite blasts without damage.",TX_END
-Text0a41: ; 5f05d (17:705d)
+OnixName: ; 5f05d (17:705d)
db TX_START,"Onix",TX_END
-Text0a42: ; 5f063 (17:7063)
+OnixsHardenDescription: ; 5f063 (17:7063)
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"
@@ -883,21 +883,21 @@ Text0a42: ; 5f063 (17:7063)
db "(Any other effects of attacks still\n"
db "happen.)",TX_END
-Text0a43: ; 5f11d (17:711d)
+OnixKind: ; 5f11d (17:711d)
db TX_START,"Rock Snake",TX_END
-Text0a44: ; 5f129 (17:7129)
+OnixDescription: ; 5f129 (17:7129)
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
-Text0a45: ; 5f193 (17:7193)
+CuboneName: ; 5f193 (17:7193)
db TX_START,"Cubone",TX_END
-Text0a46: ; 5f19b (17:719b)
+SnivelName: ; 5f19b (17:719b)
db TX_START,"Snivel",TX_END
-Text0a47: ; 5f1a3 (17:71a3)
+SnivelDescription: ; 5f1a3 (17:71a3)
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"
@@ -906,54 +906,54 @@ Text0a47: ; 5f1a3 (17:71a3)
db "or evolving either Pok`mon ends this\n"
db "effect.)",TX_END
-Text0a48: ; 5f27f (17:727f)
+CubonesRageDescription: ; 5f27f (17:727f)
db TX_START,"Does 10 damage plus 10 more damage\n"
db "for each damage counter on Cubone.",TX_END
-Text0a49: ; 5f2c6 (17:72c6)
+CuboneKind: ; 5f2c6 (17:72c6)
db TX_START,"Lonely",TX_END
-Text0a4a: ; 5f2ce (17:72ce)
+CuboneDescription: ; 5f2ce (17:72ce)
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
-Text0a4b: ; 5f329 (17:7329)
+MarowakName: ; 5f329 (17:7329)
db TX_START,"Marowak",TX_END
-Text0a4c: ; 5f332 (17:7332)
+BonemerangName: ; 5f332 (17:7332)
db TX_START,"Bonemerang",TX_END
-Text0a4d: ; 5f33e (17:733e)
+CallForFriendName: ; 5f33e (17:733e)
db TX_START,"Call for Friend",TX_END
-Text0a4e: ; 5f34f (17:734f)
+CallForFriendDescription: ; 5f34f (17:734f)
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
-Text0a4f: ; 5f3e9 (17:73e9)
+MarowakKind: ; 5f3e9 (17:73e9)
db TX_START,"Bonekeeper",TX_END
-Text0a50: ; 5f3f5 (17:73f5)
+Marowak1Description: ; 5f3f5 (17:73f5)
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
-Text0a51: ; 5f45b (17:745b)
+BoneAttackName: ; 5f45b (17:745b)
db TX_START,"Bone Attack",TX_END
-Text0a52: ; 5f468 (17:7468)
+BoneAttackDescription: ; 5f468 (17:7468)
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
-Text0a53: ; 5f4c5 (17:74c5)
+WailName: ; 5f4c5 (17:74c5)
db TX_START,"Wail",TX_END
-Text0a54: ; 5f4cb (17:74cb)
+WailDescription: ; 5f4cb (17:74cb)
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"
@@ -962,80 +962,80 @@ Text0a54: ; 5f4cb (17:74cb)
db "of them. Each player shuffles his\n"
db "or her deck afterward.",TX_END
-Text0a55: ; 5f5b6 (17:75b6)
+Marowak2Description: ; 5f5b6 (17:75b6)
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
-Text0a56: ; 5f61a (17:761a)
+HitmonleeName: ; 5f61a (17:761a)
db TX_START,"Hitmonlee",TX_END
-Text0a57: ; 5f625 (17:7625)
+StretchKickName: ; 5f625 (17:7625)
db TX_START,"Stretch Kick",TX_END
-Text0a58: ; 5f633 (17:7633)
+StretchKickDescription: ; 5f633 (17:7633)
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
-Text0a59: ; 5f6d0 (17:76d0)
+HighJumpKickName: ; 5f6d0 (17:76d0)
db TX_START,"High Jump Kick",TX_END
-Text0a5a: ; 5f6e0 (17:76e0)
+HitmonleeKind: ; 5f6e0 (17:76e0)
db TX_START,"Kicking",TX_END
-Text0a5b: ; 5f6e9 (17:76e9)
+HitmonleeDescription: ; 5f6e9 (17:76e9)
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
-Text0a5c: ; 5f74e (17:774e)
+HitmonchanName: ; 5f74e (17:774e)
db TX_START,"Hitmonchan",TX_END
-Text0a5d: ; 5f75a (17:775a)
+JabName: ; 5f75a (17:775a)
db TX_START,"Jab",TX_END
-Text0a5e: ; 5f75f (17:775f)
+SpecialPunch: ; 5f75f (17:775f)
db TX_START,"Special Punch",TX_END
-Text0a5f: ; 5f76e (17:776e)
+HitmonchanKind: ; 5f76e (17:776e)
db TX_START,"Punching",TX_END
-Text0a60: ; 5f778 (17:7778)
+HitmonchanDescription: ; 5f778 (17:7778)
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
-Text0a61: ; 5f7dd (17:77dd)
+RhyhornName: ; 5f7dd (17:77dd)
db TX_START,"Rhyhorn",TX_END
-Text0a62: ; 5f7e6 (17:77e6)
+LeerName: ; 5f7e6 (17:77e6)
db TX_START,"Leer",TX_END
-Text0a63: ; 5f7ec (17:77ec)
+LeerDescription: ; 5f7ec (17:77ec)
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
-Text0a64: ; 5f889 (17:7889)
+RhyhornKind: ; 5f889 (17:7889)
db TX_START,"Spike",TX_END
-Text0a65: ; 5f890 (17:7890)
+RhyhornDescription: ; 5f890 (17:7890)
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
-Text0a66: ; 5f8f2 (17:78f2)
+RhydonName: ; 5f8f2 (17:78f2)
db TX_START,"Rhydon",TX_END
-Text0a67: ; 5f8fa (17:78fa)
+RamName: ; 5f8fa (17:78fa)
db TX_START,"Ram",TX_END
-Text0a68: ; 5f8ff (17:78ff)
+RamDescription: ; 5f8ff (17:78ff)
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"
@@ -1043,22 +1043,22 @@ Text0a68: ; 5f8ff (17:78ff)
db "Pok`mon.(Do the damage before\n"
db "switching the Pok`mon.",TX_END
-Text0a69: ; 5f9bf (17:79bf)
+RamDescriptionCont: ; 5f9bf (17:79bf)
db TX_START,"Switch the Pok`mon even if Rhydon\n"
db "is Knocked Out.)",TX_END
-Text0a6a: ; 5f9f3 (17:79f3)
+RhydonDescription: ; 5f9f3 (17:79f3)
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
-Text0a6b: ; 5fa4d (17:7a4d)
+KabutoName: ; 5fa4d (17:7a4d)
db TX_START,"Kabuto",TX_END
-Text0a6c: ; 5fa55 (17:7a55)
+KabutoArmorName: ; 5fa55 (17:7a55)
db TX_START,"Kabuto Armor",TX_END
-Text0a6d: ; 5fa63 (17:7a63)
+KabutoArmorDescription: ; 5fa63 (17:7a63)
db TX_START,"Whenever an attack (even your own)\n"
db "does damage to Kabuto (after\n"
db "applying Weakness and Resistance),\n"
@@ -1066,27 +1066,27 @@ Text0a6d: ; 5fa63 (17:7a63)
db "damage to Kabuto (rounded down to\n"
db "the nearest 10).",TX_END
-Text0a6e: ; 5fb19 (17:7b19)
+KabutoArmorDescriptionCont: ; 5fb19 (17:7b19)
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
-Text0a6f: ; 5fb90 (17:7b90)
+KabutoDescription: ; 5fb90 (17:7b90)
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
-Text0a70: ; 5fbef (17:7bef)
+KabutopsName: ; 5fbef (17:7bef)
db TX_START,"Kabutops",TX_END
-Text0a71: ; 5fbf9 (17:7bf9)
+SharpSickleName: ; 5fbf9 (17:7bf9)
db TX_START,"Sharp Sickle",TX_END
-Text0a72: ; 5fc07 (17:7c07)
+AbsorbName: ; 5fc07 (17:7c07)
db TX_START,"Absorb",TX_END
-Text0a73: ; 5fc0f (17:7c0f)
+AbsorbDescription: ; 5fc0f (17:7c0f)
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"
@@ -1094,66 +1094,66 @@ Text0a73: ; 5fc0f (17:7c0f)
db "and Resistance)\n"
db "(rounded up to the nearest 10).",TX_END
-Text0a74: ; 5fcc1 (17:7cc1)
+AbsorbDescriptionCont: ; 5fcc1 (17:7cc1)
db TX_START,"If Kabutops has fewer damage\n"
db "counters than that, remove all of\n"
db "them.",TX_END
-Text0a75: ; 5fd07 (17:7d07)
+KabutopsDescription: ; 5fd07 (17:7d07)
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
-Text0a76: ; 5fd6c (17:7d6c)
+AerodactylName: ; 5fd6c (17:7d6c)
db TX_START,"Aerodactyl",TX_END
-Text0a77: ; 5fd78 (17:7d78)
+PrehistoricPowerName: ; 5fd78 (17:7d78)
db TX_START,"Prehistoric Power",TX_END
-Text0a78: ; 5fd8b (17:7d8b)
+PrehistoricPowerDescription: ; 5fd8b (17:7d8b)
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
-Text0a79: ; 5fe00 (17:7e00)
+AerodactylKind: ; 5fe00 (17:7e00)
db TX_START,"Fossil",TX_END
-Text0a7a: ; 5fe08 (17:7e08)
+AerodactylDescription: ; 5fe08 (17:7e08)
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
-Text0a7b: ; 5fe6c (17:7e6c)
+AbraName: ; 5fe6c (17:7e6c)
db TX_START,"Abra",TX_END
-Text0a7c: ; 5fe72 (17:7e72)
+AbraKind: ; 5fe72 (17:7e72)
db TX_START,"Psi",TX_END
-Text0a7d: ; 5fe77 (17:7e77)
+AbraDescription: ; 5fe77 (17:7e77)
db TX_START,"Using its ability to read minds, it\n"
db "will identify impending danger and\n"
db "teleport to safety.",TX_END
-Text0a7e: ; 5fed3 (17:7ed3)
+KadabraName: ; 5fed3 (17:7ed3)
db TX_START,"Kadabra",TX_END
-Text0a7f: ; 5fedc (17:7edc)
+KadabrasRecoverDescription: ; 5fedc (17:7edc)
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
-Text0a80: ; 5ff50 (17:7f50)
+KadabraKind: ; 5ff50 (17:7f50)
db TX_START,"Super Psy",TX_END
-Text0a81: ; 5ff5b (17:7f5b)
+KadabraDescription: ; 5ff5b (17:7f5b)
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
-Text0a82: ; 5ffb8 (17:7fb8)
+AlakazamName: ; 5ffb8 (17:7fb8)
db TX_START,"Alakazam",TX_END
-Text0a83: ; 5ffc2 (17:7fc2)
+DamageSwapName: ; 5ffc2 (17:7fc2)
db TX_START,"Damage Swap",TX_END
diff --git a/src/text/textc.asm b/src/text/textc.asm
index 5256939..08e78ee 100644
--- a/src/text/textc.asm
+++ b/src/text/textc.asm
@@ -1,4 +1,4 @@
-Text0a84: ; 60000 (18:4000)
+DamageSwapDescription: ; 60000 (18:4000)
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"
@@ -7,53 +7,53 @@ Text0a84: ; 60000 (18:4000)
db "This power can't be used if Alakazam\n"
db "is Asleep, Confused, or Paralyzed.",TX_END
-Text0a85: ; 600f2 (18:40f2)
+AlakazamDescription: ; 600f2 (18:40f2)
db TX_START,"Its brain can outperform a\n"
db "supercomputer. Its intelligence\n"
db "quotient is said to be 5000.",TX_END
-Text0a86: ; 6014b (18:414b)
+SlowpokeName: ; 6014b (18:414b)
db TX_START,"Slowpoke",TX_END
-Text0a87: ; 60155 (18:4155)
+SlowpokesAmnesiaDescription: ; 60155 (18:4155)
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
-Text0a88: ; 601c8 (18:41c8)
+SlowpokeKind: ; 601c8 (18:41c8)
db TX_START,"Dopey",TX_END
-Text0a89: ; 601cf (18:41cf)
+Slowpoke1Description: ; 601cf (18:41cf)
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
-Text0a8a: ; 60225 (18:4225)
+SpacingOutName: ; 60225 (18:4225)
db TX_START,"Spacing Out",TX_END
-Text0a8b: ; 60232 (18:4232)
+SpacingOutDescription: ; 60232 (18:4232)
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
-Text0a8c: ; 602b5 (18:42b5)
+ScavengeName: ; 602b5 (18:42b5)
db TX_START,"Scavenge",TX_END
-Text0a8d: ; 602bf (18:42bf)
+ScavengeDescription: ; 602bf (18:42bf)
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
-Text0a8e: ; 60345 (18:4345)
+SlowbroName: ; 60345 (18:4345)
db TX_START,"Slowbro",TX_END
-Text0a8f: ; 6034e (18:434e)
+StrangeBehaviorName: ; 6034e (18:434e)
db TX_START,"Strange Behavior",TX_END
-Text0a90: ; 60360 (18:4360)
+StrangeBehaviorDescription: ; 60360 (18:4360)
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"
@@ -62,66 +62,66 @@ Text0a90: ; 60360 (18:4360)
db "can't be used if Slowbro is Asleep,\n"
db "Confused, or Paralyzed.",TX_END
-Text0a91: ; 6044c (18:444c)
+SlowbroKind: ; 6044c (18:444c)
db TX_START,"Hermitcrab",TX_END
-Text0a92: ; 60458 (18:4458)
+SlowbroDescription: ; 60458 (18:4458)
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
-Text0a93: ; 604bb (18:44bb)
+GastlyName: ; 604bb (18:44bb)
db TX_START,"Gastly",TX_END
-Text0a94: ; 604c3 (18:44c3)
+SleepingGasName: ; 604c3 (18:44c3)
db TX_START,"Sleeping Gas",TX_END
-Text0a95: ; 604d1 (18:44d1)
+MayInflictSleepDescription: ; 604d1 (18:44d1)
db TX_START,"Flip a coin. If heads, the Defending\n"
db "Pok`mon is now Asleep.",TX_END
-Text0a96: ; 6050e (18:450e)
+DestinyBondName: ; 6050e (18:450e)
db TX_START,"Destiny Bond",TX_END
-Text0a97: ; 6051c (18:451c)
+DestinyBondDescription: ; 6051c (18:451c)
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
-Text0a98: ; 605bf (18:45bf)
+GastlyKind: ; 605bf (18:45bf)
db TX_START,"Gas",TX_END
-Text0a99: ; 605c4 (18:45c4)
+Gastly1Description: ; 605c4 (18:45c4)
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
-Text0a9a: ; 60623 (18:4623)
+LickName: ; 60623 (18:4623)
db TX_START,"Lick",TX_END
-Text0a9b: ; 60629 (18:4629)
+EnergyConversionName: ; 60629 (18:4629)
db TX_START,"Energy Conversion",TX_END
-Text0a9c: ; 6063c (18:463c)
+EnergyConversionDescription: ; 6063c (18:463c)
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
-Text0a9d: ; 6069e (18:469e)
+Gastly2Description: ; 6069e (18:469e)
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
-Text0a9e: ; 60714 (18:4714)
+HaunterName: ; 60714 (18:4714)
db TX_START,"Haunter",TX_END
-Text0a9f: ; 6071d (18:471d)
+TransparencyName: ; 6071d (18:471d)
db TX_START,"Transparency",TX_END
-Text0aa0: ; 6072b (18:472b)
+TransparencyDescription: ; 6072b (18:472b)
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"
@@ -130,28 +130,28 @@ Text0aa0: ; 6072b (18:472b)
db "Haunter is Asleep, Confused, or\n"
db "Paralyzed.",TX_END
-Text0aa1: ; 60801 (18:4801)
+NightmareName: ; 60801 (18:4801)
db TX_START,"Nightmare",TX_END
-Text0aa2: ; 6080c (18:480c)
+HaunterDescription: ; 6080c (18:480c)
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
-Text0aa3: ; 6086a (18:486a)
+DreamEaterName: ; 6086a (18:486a)
db TX_START,"Dream Eater",TX_END
-Text0aa4: ; 60877 (18:4877)
+DreamEaterDescription: ; 60877 (18:4877)
db TX_START,"You can't use this attack unless\n"
db "the Defending Pok`mon is Asleep.",TX_END
-Text0aa5: ; 608ba (18:48ba)
+GengarName: ; 608ba (18:48ba)
db TX_START,"Gengar",TX_END
-Text0aa6: ; 608c2 (18:48c2)
+CurseName: ; 608c2 (18:48c2)
db TX_START,"Curse",TX_END
-Text0aa7: ; 608c9 (18:48c9)
+CurseDescription: ; 608c9 (18:48c9)
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"
@@ -160,58 +160,58 @@ Text0aa7: ; 608c9 (18:48c9)
db "This power can't be used if Gengar\n"
db "is Asleep, Confused, or Paralyzed.",TX_END
-Text0aa8: ; 609b7 (18:49b7)
+DarkMindName: ; 609b7 (18:49b7)
db TX_START,"Dark Mind",TX_END
-Text0aa9: ; 609c2 (18:49c2)
+DarkMindDescription: ; 609c2 (18:49c2)
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
-Text0aaa: ; 60a5f (18:4a5f)
+GengarKind: ; 60a5f (18:4a5f)
db TX_START,"Shadow",TX_END
-Text0aab: ; 60a67 (18:4a67)
+GengarDescription: ; 60a67 (18:4a67)
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
-Text0aac: ; 60ac8 (18:4ac8)
+DrowzeeName: ; 60ac8 (18:4ac8)
db TX_START,"Drowzee",TX_END
-Text0aad: ; 60ad1 (18:4ad1)
+PoundName: ; 60ad1 (18:4ad1)
db TX_START,"Pound",TX_END
-Text0aae: ; 60ad8 (18:4ad8)
+DrowzeeDescription: ; 60ad8 (18:4ad8)
db TX_START,"Puts enemies to sleep, then eats\n"
db "their dreams. Occasionally gets sick\n"
db "from eating bad dreams.",TX_END
-Text0aaf: ; 60b37 (18:4b37)
+HypnoName: ; 60b37 (18:4b37)
db TX_START,"Hypno",TX_END
-Text0ab0: ; 60b3e (18:4b3e)
+ProphecyName: ; 60b3e (18:4b3e)
db TX_START,"Prophecy",TX_END
-Text0ab1: ; 60b48 (18:4b48)
+ProphecyDescription: ; 60b48 (18:4b48)
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
-Text0ab2: ; 60ba4 (18:4ba4)
+HypnoDescription: ; 60ba4 (18:4ba4)
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
-Text0ab3: ; 60c06 (18:4c06)
+MrMimeName: ; 60c06 (18:4c06)
db TX_START,"Mr. Mime",TX_END
-Text0ab4: ; 60c10 (18:4c10)
+InvisibleWallName: ; 60c10 (18:4c10)
db TX_START,"Invisible Wall",TX_END
-Text0ab5: ; 60c20 (18:4c20)
+InvisibleWallDescription: ; 60c20 (18:4c20)
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"
@@ -219,96 +219,96 @@ Text0ab5: ; 60c20 (18:4c20)
db "(Any other effects of attacks still\n"
db "happen.)",TX_END
-Text0ab6: ; 60cd8 (18:4cd8)
+InvisibleWallDescriptionCont: ; 60cd8 (18:4cd8)
db TX_START,"This power can't be used if Mr. Mime\n"
db "is Asleep, Confused, or Paralyzed.",TX_END
-Text0ab7: ; 60d21 (18:4d21)
+MeditateName: ; 60d21 (18:4d21)
db TX_START,"Meditate",TX_END
-Text0ab8: ; 60d2b (18:4d2b)
+MrMimesMeditateDescription: ; 60d2b (18:4d2b)
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
-Text0ab9: ; 60d81 (18:4d81)
+MrMimeKindAndBarrierName: ; 60d81 (18:4d81)
db TX_START,"Barrier",TX_END
-Text0aba: ; 60d8a (18:4d8a)
+MrMimeDescription: ; 60d8a (18:4d8a)
db TX_START,"If interrupted while miming, it will\n"
db "slap around the enemy with its broad\n"
db "hands.",TX_END
-Text0abb: ; 60ddc (18:4ddc)
+JynxName: ; 60ddc (18:4ddc)
db TX_START,"Jynx",TX_END
-Text0abc: ; 60de2 (18:4de2)
+DoubleAttackX10Description: ; 60de2 (18:4de2)
db TX_START,"Flip 2 coins. This attack does 10\n"
db "damage times the number of heads.",TX_END
-Text0abd: ; 60e27 (18:4e27)
+JynxsMeditateDescription: ; 60e27 (18:4e27)
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
-Text0abe: ; 60e7d (18:4e7d)
+JynxKind: ; 60e7d (18:4e7d)
db TX_START,"Human Shape",TX_END
-Text0abf: ; 60e8a (18:4e8a)
+JynxDescription: ; 60e8a (18:4e8a)
db TX_START,"Merely by meditating, the Pok`mon\n"
db "launches a powerful psychic energy\n"
db "attack.",TX_END
-Text0ac0: ; 60ed8 (18:4ed8)
+MewtwoName: ; 60ed8 (18:4ed8)
db TX_START,"Mewtwo",TX_END
-Text0ac1: ; 60ee0 (18:4ee0)
+PsychicName: ; 60ee0 (18:4ee0)
db TX_START,"Psychic",TX_END
-Text0ac2: ; 60ee9 (18:4ee9)
+PsychicDescription: ; 60ee9 (18:4ee9)
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
-Text0ac3: ; 60f45 (18:4f45)
+BarrierDescription: ; 60f45 (18:4f45)
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
-Text0ac4: ; 60ff3 (18:4ff3)
+MewtwoKind: ; 60ff3 (18:4ff3)
db TX_START,"Genetic",TX_END
-Text0ac5: ; 60ffc (18:4ffc)
+Mewtwo1Description: ; 60ffc (18:4ffc)
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
-Text0ac6: ; 61065 (18:5065)
+EnergyAbsorptionName: ; 61065 (18:5065)
db TX_START,"Energy Absorption",TX_END
-Text0ac7: ; 61078 (18:5078)
+EnergyAbsorptionDescription: ; 61078 (18:5078)
db TX_START,"Choose up to 2 Energy cards from\n"
db "your discard pile and attach them\n"
db "to Mewtwo.",TX_END
-Text0ac8: ; 610c7 (18:50c7)
+PsyburnName: ; 610c7 (18:50c7)
db TX_START,"Psyburn",TX_END
-Text0ac9: ; 610d0 (18:50d0)
+Mewtwo2Description: ; 610d0 (18:50d0)
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
-Text0aca: ; 61132 (18:5132)
+MewName: ; 61132 (18:5132)
db TX_START,"Mew",TX_END
-Text0acb: ; 61137 (18:5137)
+NeutralizingShieldName: ; 61137 (18:5137)
db TX_START,"Neutralizing Shield",TX_END
-Text0acc: ; 6114c (18:514c)
+NeutralizingShieldDescription: ; 6114c (18:514c)
db TX_START,"Prevent all effects of attacks,\n"
db "including damage, done to Mew by\n"
db "evolved Pok`mon (excluding your\n"
@@ -316,84 +316,84 @@ Text0acc: ; 6114c (18:514c)
db "Mew is Asleep, Confused, or\n"
db "Paralyzed.",TX_END
-Text0acd: ; 611fa (18:51fa)
+MewKind: ; 611fa (18:51fa)
db TX_START,"New Species",TX_END
-Text0ace: ; 61207 (18:5207)
+Mew1Description: ; 61207 (18:5207)
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
-Text0acf: ; 61270 (18:5270)
+MysteryAttackName: ; 61270 (18:5270)
db TX_START,"Mystery Attack",TX_END
-Text0ad0: ; 61280 (18:5280)
+MysteryAttackDescription: ; 61280 (18:5280)
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
-Text0ad1: ; 612f1 (18:52f1)
+Mew2Description: ; 612f1 (18:52f1)
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
-Text0ad2: ; 6134c (18:534c)
+PsywaveName: ; 6134c (18:534c)
db TX_START,"Psywave",TX_END
-Text0ad3: ; 61355 (18:5355)
+PsywaveDescription: ; 61355 (18:5355)
db TX_START,"Does 10 damage times the number of\n"
db "Energy cards attached to the\n"
db "Defending Pok`mon.",TX_END
-Text0ad4: ; 613a9 (18:53a9)
+DevolutionBeamName: ; 613a9 (18:53a9)
db TX_START,"Devolution Beam",TX_END
-Text0ad5: ; 613ba (18:53ba)
+DevolutionBeamDescription: ; 613ba (18:53ba)
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
-Text0ad6: ; 61442 (18:5442)
+PidgeyName: ; 61442 (18:5442)
db TX_START,"Pidgey",TX_END
-Text0ad7: ; 6144a (18:544a)
+PidgeyKind: ; 6144a (18:544a)
db TX_START,"Tiny Bird",TX_END
-Text0ad8: ; 61455 (18:5455)
+PidgeyDescription: ; 61455 (18:5455)
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
-Text0ad9: ; 614b8 (18:54b8)
+PidgeottoName: ; 614b8 (18:54b8)
db TX_START,"Pidgeotto",TX_END
-Text0ada: ; 614c3 (18:54c3)
+MirrorMoveName: ; 614c3 (18:54c3)
db TX_START,"Mirror Move",TX_END
-Text0adb: ; 614d0 (18:54d0)
+PidgeottosMirrorMoveDescription: ; 614d0 (18:54d0)
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
-Text0adc: ; 61540 (18:5540)
+PidgeottoKind: ; 61540 (18:5540)
db TX_START,"Bird",TX_END
-Text0add: ; 61546 (18:5546)
+PidgeottoDescription: ; 61546 (18:5546)
db TX_START,"Very protective of its sprawling\n"
db "territory, this Pok`mon will\n"
db "fiercely peck at any intruder.",TX_END
-Text0ade: ; 615a4 (18:55a4)
+PidgeotName: ; 615a4 (18:55a4)
db TX_START,"Pidgeot",TX_END
-Text0adf: ; 615ad (18:55ad)
+SlicingWindName: ; 615ad (18:55ad)
db TX_START,"Slicing Wind",TX_END
-Text0ae0: ; 615bb (18:55bb)
+SlicingWildDescription: ; 615bb (18:55bb)
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"
@@ -402,10 +402,10 @@ Text0ae0: ; 615bb (18:55bb)
db "Weakness and Resistance still\n"
db "happen.)",TX_END
-Text0ae1: ; 6168d (18:568d)
+GaleName: ; 6168d (18:568d)
db TX_START,"Gale",TX_END
-Text0ae2: ; 61693 (18:5693)
+GaleDescription: ; 61693 (18:5693)
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"
@@ -414,100 +414,100 @@ Text0ae2: ; 61693 (18:5693)
db "random. (Do the damage before\n"
db "switching the Pok`mon.)",TX_END
-Text0ae3: ; 6176a (18:576a)
+Pidgeot1Description: ; 6176a (18:576a)
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
-Text0ae4: ; 617cc (18:57cc)
+HurricaneName: ; 617cc (18:57cc)
db TX_START,"Hurricane",TX_END
-Text0ae5: ; 617d7 (18:57d7)
+HurricaneDescription: ; 617d7 (18:57d7)
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
-Text0ae6: ; 61860 (18:5860)
+Pidgeot2Description: ; 61860 (18:5860)
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
-Text0ae7: ; 618c5 (18:58c5)
+RattataName: ; 618c5 (18:58c5)
db TX_START,"Rattata",TX_END
-Text0ae8: ; 618ce (18:58ce)
+RattataKind: ; 618ce (18:58ce)
db TX_START,"Rat",TX_END
-Text0ae9: ; 618d3 (18:58d3)
+RattataDescription: ; 618d3 (18:58d3)
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
-Text0aea: ; 6192f (18:592f)
+RaticateName: ; 6192f (18:592f)
db TX_START,"Raticate",TX_END
-Text0aeb: ; 61939 (18:5939)
+SuperFangName: ; 61939 (18:5939)
db TX_START,"Super Fang",TX_END
-Text0aec: ; 61945 (18:5945)
+SuperFangDescription: ; 61945 (18:5945)
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
-Text0aed: ; 619be (18:59be)
+RaticateDescription: ; 619be (18:59be)
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
-Text0aee: ; 61a18 (18:5a18)
+SpearowName: ; 61a18 (18:5a18)
db TX_START,"Spearow",TX_END
-Text0aef: ; 61a21 (18:5a21)
+PeckName: ; 61a21 (18:5a21)
db TX_START,"Peck",TX_END
-Text0af0: ; 61a27 (18:5a27)
+SpearowsMirrorMoveDescription: ; 61a27 (18:5a27)
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
-Text0af1: ; 61a93 (18:5a93)
+SpearowDescription: ; 61a93 (18:5a93)
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
-Text0af2: ; 61aee (18:5aee)
+FearowName: ; 61aee (18:5aee)
db TX_START,"Fearow",TX_END
-Text0af3: ; 61af6 (18:5af6)
+FearowsAgilityDescription: ; 61af6 (18:5af6)
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
-Text0af4: ; 61b72 (18:5b72)
+DrillPeckName: ; 61b72 (18:5b72)
db TX_START,"Drill Peck",TX_END
-Text0af5: ; 61b7e (18:5b7e)
+FearowKind: ; 61b7e (18:5b7e)
db TX_START,"Beak",TX_END
-Text0af6: ; 61b84 (18:5b84)
+FearowDescription: ; 61b84 (18:5b84)
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
-Text0af7: ; 61be2 (18:5be2)
+ClefairyName: ; 61be2 (18:5be2)
db TX_START,"Clefairy",TX_END
-Text0af8: ; 61bec (18:5bec)
+SingName: ; 61bec (18:5bec)
db TX_START,"Sing",TX_END
-Text0af9: ; 61bf2 (18:5bf2)
+MetronomeName: ; 61bf2 (18:5bf2)
db TX_START,"Metronome",TX_END
-Text0afa: ; 61bfd (18:5bfd)
+ClefairysMetronomeDescription: ; 61bfd (18:5bfd)
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"
@@ -515,18 +515,18 @@ Text0afa: ; 61bfd (18:5bfd)
db "Pokemon is, Clefairy's type is\n"
db "still Colorless.)",TX_END
-Text0afb: ; 61cb9 (18:5cb9)
+ClefairyKind: ; 61cb9 (18:5cb9)
db TX_START,"Fairy",TX_END
-Text0afc: ; 61cc0 (18:5cc0)
+ClefairyDescription: ; 61cc0 (18:5cc0)
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
-Text0afd: ; 61d1c (18:5d1c)
+ClefableName: ; 61d1c (18:5d1c)
db TX_START,"Clefable",TX_END
-Text0afe: ; 61d26 (18:5d26)
+ClefablesMetronomeDescription: ; 61d26 (18:5d26)
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"
@@ -534,96 +534,96 @@ Text0afe: ; 61d26 (18:5d26)
db "Pok`mon is, Clefable's type is\n"
db "still Colorless.)",TX_END
-Text0aff: ; 61de2 (18:5de2)
+ClefablesMinimizeDescription: ; 61de2 (18:5de2)
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
-Text0b00: ; 61e66 (18:5e66)
+ClefableDescription: ; 61e66 (18:5e66)
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
-Text0b01: ; 61ec4 (18:5ec4)
+JigglypuffName: ; 61ec4 (18:5ec4)
db TX_START,"Jigglypuff",TX_END
-Text0b02: ; 61ed0 (18:5ed0)
+FirstAidName: ; 61ed0 (18:5ed0)
db TX_START,"First Aid",TX_END
-Text0b03: ; 61edb (18:5edb)
+FirstAidDescription: ; 61edb (18:5edb)
db TX_START,"Remove 1 damage counter from\n"
db "Jigglypuff.",TX_END
-Text0b04: ; 61f05 (18:5f05)
+DoubleEdgeName: ; 61f05 (18:5f05)
db TX_START,"Double-edge",TX_END
-Text0b05: ; 61f12 (18:5f12)
+JigglypuffsDoubleEdgeDescription: ; 61f12 (18:5f12)
db TX_START,"Jigglypuff does 20 damage to itself.",TX_END
-Text0b06: ; 61f38 (18:5f38)
+JigglypuffKind: ; 61f38 (18:5f38)
db TX_START,"Balloon",TX_END
-Text0b07: ; 61f41 (18:5f41)
+Jigglypuff1Description: ; 61f41 (18:5f41)
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
-Text0b08: ; 61fa8 (18:5fa8)
+FriendshipSongName: ; 61fa8 (18:5fa8)
db TX_START,"Friendship Song",TX_END
-Text0b09: ; 61fb9 (18:5fb9)
+FriendshipSongDescription: ; 61fb9 (18:5fb9)
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
-Text0b0a: ; 6204e (18:604e)
+ExpandName: ; 6204e (18:604e)
db TX_START,"Expand",TX_END
-Text0b0b: ; 62056 (18:6056)
+ExpandDescription: ; 62056 (18:6056)
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
-Text0b0c: ; 620d1 (18:60d1)
+Jigglypuff2Description: ; 620d1 (18:60d1)
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
-Text0b0d: ; 6213c (18:613c)
+LullabyName: ; 6213c (18:613c)
db TX_START,"Lullaby",TX_END
-Text0b0e: ; 62145 (18:6145)
+Jigglypuff3Description: ; 62145 (18:6145)
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
-Text0b0f: ; 621ac (18:61ac)
+WigglytuffName: ; 621ac (18:61ac)
db TX_START,"Wigglytuff",TX_END
-Text0b10: ; 621b8 (18:61b8)
+DoTheWaveName: ; 621b8 (18:61b8)
db TX_START,"Do the Wave",TX_END
-Text0b11: ; 621c5 (18:61c5)
+DoTheWaveDescription: ; 621c5 (18:61c5)
db TX_START,"Does 10 damage plus 10 more damage\n"
db "for each of your Benched Pok`mon.",TX_END
-Text0b12: ; 6220b (18:620b)
+WigglytuffDescription: ; 6220b (18:620b)
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
-Text0b13: ; 62274 (18:6274)
+MeowthName: ; 62274 (18:6274)
db TX_START,"Meowth",TX_END
-Text0b14: ; 6227c (18:627c)
+CatPunchName: ; 6227c (18:627c)
db TX_START,"Cat Punch",TX_END
-Text0b15: ; 62287 (18:6287)
+CatPunchDescription: ; 62287 (18:6287)
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"
@@ -632,32 +632,32 @@ Text0b15: ; 62287 (18:6287)
db "Weakness and Resistance still\n"
db "happen.)",TX_END
-Text0b16: ; 62359 (18:6359)
+MeowthKind: ; 62359 (18:6359)
db TX_START,"Scratch Cat",TX_END
-Text0b17: ; 62366 (18:6366)
+Meowth1Description: ; 62366 (18:6366)
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
-Text0b18: ; 623d3 (18:63d3)
+PayDayName: ; 623d3 (18:63d3)
db TX_START,"Pay Day",TX_END
-Text0b19: ; 623dc (18:63dc)
+PayDayDescription: ; 623dc (18:63dc)
db TX_START,"Flip a coin. If heads, draw a card.",TX_END
-Text0b1a: ; 62401 (18:6401)
+Meowth2Description: ; 62401 (18:6401)
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
-Text0b1b: ; 62464 (18:6464)
+PersianName: ; 62464 (18:6464)
db TX_START,"Persian",TX_END
-Text0b1c: ; 6246d (18:646d)
+PounceName: ; 6246d (18:646d)
db TX_START,"Pounce",TX_END
-Text0b1d: ; 62475 (18:6475)
+PounceDescription: ; 62475 (18:6475)
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"
@@ -666,21 +666,21 @@ Text0b1d: ; 62475 (18:6475)
db "or evolving either Pok`mon ends this\n"
db "effect.)",TX_END
-Text0b1e: ; 62552 (18:6552)
+PersianKind: ; 62552 (18:6552)
db TX_START,"Classy Cat",TX_END
-Text0b1f: ; 6255e (18:655e)
+PersianDescription: ; 6255e (18:655e)
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
-Text0b20: ; 625c1 (18:65c1)
+FarfetchdName: ; 625c1 (18:65c1)
db TX_START,"Farfetch'd",TX_END
-Text0b21: ; 625cd (18:65cd)
+LeekSlapName: ; 625cd (18:65cd)
db TX_START,"Leek Slap",TX_END
-Text0b22: ; 625d8 (18:65d8)
+LeekSlapDescription: ; 625d8 (18:65d8)
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"
@@ -688,252 +688,252 @@ Text0b22: ; 625d8 (18:65d8)
db "putting Farfetch'd on the Bench\n"
db "won't let you use it again).",TX_END
-Text0b23: ; 6269d (18:669d)
+PotSmashName: ; 6269d (18:669d)
db TX_START,"Pot Smash",TX_END
-Text0b24: ; 626a8 (18:66a8)
+FarfetchdKind: ; 626a8 (18:66a8)
db TX_START,"Wild Duck",TX_END
-Text0b25: ; 626b3 (18:66b3)
+FarfetchdDescription: ; 626b3 (18:66b3)
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
-Text0b26: ; 62712 (18:6712)
+DoduoName: ; 62712 (18:6712)
db TX_START,"Doduo",TX_END
-Text0b27: ; 62719 (18:6719)
+FuryAttackName: ; 62719 (18:6719)
db TX_START,"Fury Attack",TX_END
-Text0b28: ; 62726 (18:6726)
+DoduoKind: ; 62726 (18:6726)
db TX_START,"Twin Bird",TX_END
-Text0b29: ; 62731 (18:6731)
+DoduoDescription: ; 62731 (18:6731)
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
-Text0b2a: ; 6278e (18:678e)
+DodrioName: ; 6278e (18:678e)
db TX_START,"Dodrio",TX_END
-Text0b2b: ; 62796 (18:6796)
+RetreatAidName: ; 62796 (18:6796)
db TX_START,"Retreat Aid",TX_END
-Text0b2c: ; 627a3 (18:67a3)
+RetreatAidDescription: ; 627a3 (18:67a3)
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
-Text0b2d: ; 627ee (18:67ee)
+DodriosRageDescription: ; 627ee (18:67ee)
db TX_START,"Does 10 damage plus 10 more damage\n"
db "for each damage counter on Dodrio.",TX_END
-Text0b2e: ; 62835 (18:6835)
+DodrioKind: ; 62835 (18:6835)
db TX_START,"Triplebird",TX_END
-Text0b2f: ; 62841 (18:6841)
+DodrioDescription: ; 62841 (18:6841)
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
-Text0b30: ; 6289f (18:689f)
+LickitungName: ; 6289f (18:689f)
db TX_START,"Lickitung",TX_END
-Text0b31: ; 628aa (18:68aa)
+TongueWrapName: ; 628aa (18:68aa)
db TX_START,"Tongue Wrap",TX_END
-Text0b32: ; 628b7 (18:68b7)
+LickitungKind: ; 628b7 (18:68b7)
db TX_START,"Licking",TX_END
-Text0b33: ; 628c0 (18:68c0)
+LickitungDescription: ; 628c0 (18:68c0)
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
-Text0b34: ; 62926 (18:6926)
+ChanseyName: ; 62926 (18:6926)
db TX_START,"Chansey",TX_END
-Text0b35: ; 6292f (18:692f)
+ScrunchName: ; 6292f (18:692f)
db TX_START,"Scrunch",TX_END
-Text0b36: ; 62938 (18:6938)
+ScrunchDescription: ; 62938 (18:6938)
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
-Text0b37: ; 629c2 (18:69c2)
+ChanseysDoubleEdgeDescription: ; 629c2 (18:69c2)
db TX_START,"Chansey does 80 damage to itself.",TX_END
-Text0b38: ; 629e5 (18:69e5)
+ChanseyDescription: ; 629e5 (18:69e5)
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
-Text0b39: ; 62a42 (18:6a42)
+KangaskhanName: ; 62a42 (18:6a42)
db TX_START,"Kangaskhan",TX_END
-Text0b3a: ; 62a4e (18:6a4e)
+FetchName: ; 62a4e (18:6a4e)
db TX_START,"Fetch",TX_END
-Text0b3b: ; 62a55 (18:6a55)
+FetchDescription: ; 62a55 (18:6a55)
db TX_START,"Draw a card.",TX_END
-Text0b3c: ; 62a63 (18:6a63)
+CometPunchName: ; 62a63 (18:6a63)
db TX_START,"Comet Punch",TX_END
-Text0b3d: ; 62a70 (18:6a70)
+KangaskhanKind: ; 62a70 (18:6a70)
db TX_START,"Parent",TX_END
-Text0b3e: ; 62a78 (18:6a78)
+KangaskhanDescription: ; 62a78 (18:6a78)
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
-Text0b3f: ; 62ad6 (18:6ad6)
+TaurosName: ; 62ad6 (18:6ad6)
db TX_START,"Tauros",TX_END
-Text0b40: ; 62ade (18:6ade)
+RampageName: ; 62ade (18:6ade)
db TX_START,"Rampage",TX_END
-Text0b41: ; 62ae7 (18:6ae7)
+RampageDescription: ; 62ae7 (18:6ae7)
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
-Text0b42: ; 62b72 (18:6b72)
+TaurosKind: ; 62b72 (18:6b72)
db TX_START,"Wild Bull",TX_END
-Text0b43: ; 62b7d (18:6b7d)
+TaurosDescription: ; 62b7d (18:6b7d)
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
-Text0b44: ; 62bda (18:6bda)
+DittoName: ; 62bda (18:6bda)
db TX_START,"Ditto",TX_END
-Text0b45: ; 62be1 (18:6be1)
+MorphName: ; 62be1 (18:6be1)
db TX_START,"Morph",TX_END
-Text0b46: ; 62be8 (18:6be8)
+MorphDescription: ; 62be8 (18:6be8)
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
-Text0b47: ; 62c90 (18:6c90)
+MorphDescriptionCont: ; 62c90 (18:6c90)
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
-Text0b48: ; 62d23 (18:6d23)
+DittoKind: ; 62d23 (18:6d23)
db TX_START,"Transform",TX_END
-Text0b49: ; 62d2e (18:6d2e)
+DittoDescription: ; 62d2e (18:6d2e)
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
-Text0b4a: ; 62d8a (18:6d8a)
+TailWagName: ; 62d8a (18:6d8a)
db TX_START,"Tail Wag",TX_END
-Text0b4b: ; 62d94 (18:6d94)
+TailWagDescription: ; 62d94 (18:6d94)
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
-Text0b4c: ; 62e2f (18:6e2f)
+EeveeKind: ; 62e2f (18:6e2f)
db TX_START,"Evolution",TX_END
-Text0b4d: ; 62e3a (18:6e3a)
+EeveeDescription: ; 62e3a (18:6e3a)
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
-Text0b4e: ; 62e9d (18:6e9d)
+PorygonName: ; 62e9d (18:6e9d)
db TX_START,"Porygon",TX_END
-Text0b4f: ; 62ea6 (18:6ea6)
+Conversion1Name: ; 62ea6 (18:6ea6)
db TX_START,"Conversion 1",TX_END
-Text0b50: ; 62eb4 (18:6eb4)
+Conversion1Description: ; 62eb4 (18:6eb4)
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
-Text0b51: ; 62f1f (18:6f1f)
+Conversion2Name: ; 62f1f (18:6f1f)
db TX_START,"Conversion 2",TX_END
-Text0b52: ; 62f2d (18:6f2d)
+Conversion2Description: ; 62f2d (18:6f2d)
db TX_START,"Change Porygon's Resistance to a\n"
db "type of your choice other than\n"
db "Colorless.",TX_END
-Text0b53: ; 62f79 (18:6f79)
+PorygonKind: ; 62f79 (18:6f79)
db TX_START,"Virtual",TX_END
-Text0b54: ; 62f82 (18:6f82)
+PorygonDescription: ; 62f82 (18:6f82)
db TX_START,"A Pok`mon that consists entirely of\n"
db "programming code. Capable of moving\n"
db "freely in cyberspace.",TX_END
-Text0b55: ; 62fe1 (18:6fe1)
+SnorlaxName: ; 62fe1 (18:6fe1)
db TX_START,"Snorlax",TX_END
-Text0b56: ; 62fea (18:6fea)
+ThickSkinnedName: ; 62fea (18:6fea)
db TX_START,"Thick Skinned",TX_END
-Text0b57: ; 62ff9 (18:6ff9)
+ThickSkinnedDescription: ; 62ff9 (18:6ff9)
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
-Text0b58: ; 63088 (18:7088)
+BodySlamName: ; 63088 (18:7088)
db TX_START,"Body Slam",TX_END
-Text0b59: ; 63093 (18:7093)
+SnorlaxKind: ; 63093 (18:7093)
db TX_START,"Sleeping",TX_END
-Text0b5a: ; 6309d (18:709d)
+SnorlaxDescription: ; 6309d (18:709d)
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
-Text0b5b: ; 630fd (18:70fd)
+DratiniName: ; 630fd (18:70fd)
db TX_START,"Dratini",TX_END
-Text0b5c: ; 63106 (18:7106)
+DratiniDescription: ; 63106 (18:7106)
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
-Text0b5d: ; 6316b (18:716b)
+DragonairName: ; 6316b (18:716b)
db TX_START,"Dragonair",TX_END
-Text0b5e: ; 63176 (18:7176)
+SlamName: ; 63176 (18:7176)
db TX_START,"Slam",TX_END
-Text0b5f: ; 6317c (18:717c)
+DragonairDescription: ; 6317c (18:717c)
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
-Text0b60: ; 631d9 (18:71d9)
+DragoniteName: ; 631d9 (18:71d9)
db TX_START,"Dragonite",TX_END
-Text0b61: ; 631e4 (18:71e4)
+HealingWindName: ; 631e4 (18:71e4)
db TX_START,"Healing Wind",TX_END
-Text0b62: ; 631f2 (18:71f2)
+HealingWindDescription: ; 631f2 (18:71f2)
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"
@@ -941,71 +941,71 @@ Text0b62: ; 631f2 (18:71f2)
db "remove all of them from that\n"
db "Pok`mon.",TX_END
-Text0b63: ; 632a2 (18:72a2)
+Dragonite1Description: ; 632a2 (18:72a2)
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
-Text0b64: ; 6330b (18:730b)
+StepInName: ; 6330b (18:730b)
db TX_START,"Step In",TX_END
-Text0b65: ; 63314 (18:7314)
+StepInDescription: ; 63314 (18:7314)
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
-Text0b66: ; 6338c (18:738c)
+DoubleAttackX40Description: ; 6338c (18:738c)
db TX_START,"Flip 2 coins. This attack does 40\n"
db "damage times the number of heads.",TX_END
-Text0b67: ; 633d1 (18:73d1)
+DragoniteDescription: ; 633d1 (18:73d1)
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
-Text0b68: ; 6342d (18:742d)
+ProfessorOakName: ; 6342d (18:742d)
db TX_START,"Professor Oak",TX_END
-Text0b69: ; 6343c (18:743c)
+ProfessorOakDescription: ; 6343c (18:743c)
db TX_START,"Discard your hand, then draw 7\n"
db "cards.",TX_END
-Text0b6a: ; 63463 (18:7463)
+ImposterProfessorOakName: ; 63463 (18:7463)
db TX_START,"Imposter Professor Oak",TX_END
-Text0b6b: ; 6347b (18:747b)
+ImposterProfessorOakDescription: ; 6347b (18:747b)
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
-Text0b6c: ; 634cd (18:74cd)
+BillName: ; 634cd (18:74cd)
db TX_START,"Bill",TX_END
-Text0b6d: ; 634d3 (18:74d3)
+BillDescription: ; 634d3 (18:74d3)
db TX_START,"Draw 2 cards.",TX_END
-Text0b6e: ; 634e2 (18:74e2)
+MrFujiName: ; 634e2 (18:74e2)
db TX_START,"Mr.Fuji",TX_END
-Text0b6f: ; 634eb (18:74eb)
+MrFujiDescription: ; 634eb (18:74eb)
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
-Text0b70: ; 63544 (18:7544)
+LassName: ; 63544 (18:7544)
db TX_START,"Lass",TX_END
-Text0b71: ; 6354a (18:754a)
+LassDescription: ; 6354a (18:754a)
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
-Text0b72: ; 635c1 (18:75c1)
+ImakuniName: ; 635c1 (18:75c1)
db TX_START,"Imakuni?",TX_END
-Text0b73: ; 635cb (18:75cb)
+ImakuniDescription: ; 635cb (18:75cb)
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"
@@ -1013,10 +1013,10 @@ Text0b73: ; 635cb (18:75cb)
db "the Pok`dex. He asks kids around the\n"
db "world,\"Who is cuter-Pikachu or me?\"",TX_END
-Text0b74: ; 6369f (18:769f)
+PokemonTraderName: ; 6369f (18:769f)
db TX_START,"Pok`mon Trader",TX_END
-Text0b75: ; 636af (18:76af)
+PokemonTraderDescription: ; 636af (18:76af)
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"
@@ -1024,20 +1024,20 @@ Text0b75: ; 636af (18:76af)
db "cards to your opponent.\n"
db "Shuffle your deck afterward.",TX_END
-Text0b76: ; 6376a (18:776a)
+PokemonBreederName: ; 6376a (18:776a)
db TX_START,"Pok`mon Breeder",TX_END
-Text0b77: ; 6377b (18:777b)
+PokemonBreederDescription: ; 6377b (18:777b)
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
-Text0b78: ; 6381c (18:781c)
+ClefairyDollName: ; 6381c (18:781c)
db TX_START,"Clefairy Doll",TX_END
-Text0b79: ; 6382b (18:782b)
+ClefairyDollDescription: ; 6382b (18:782b)
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"
@@ -1046,7 +1046,7 @@ Text0b79: ; 6382b (18:782b)
db "retreat, and can't be Asleep,\n"
db "Confused, Paralyzed, or Poisoned.",TX_END
-Text0b7a: ; 63910 (18:7910)
+ClefairyDollDescriptionCont: ; 63910 (18:7910)
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"
@@ -1055,7 +1055,7 @@ Text0b7a: ; 63910 (18:7910)
db "(Use GameBoy Pok`mon Power menu\n"
db "option to do this.)",TX_END
-Text0b7b: ; 639e1 (18:79e1)
+MysteriousFossilDescription: ; 639e1 (18:79e1)
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"
@@ -1064,7 +1064,7 @@ Text0b7b: ; 639e1 (18:79e1)
db "can't retreat, and can't be Asleep,\n"
db "Confused, Paralyzed, or Poisoned.",TX_END
-Text0b7c: ; 63ad2 (18:7ad2)
+MysteriousFossilDescriptionCont: ; 63ad2 (18:7ad2)
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"
@@ -1073,69 +1073,69 @@ Text0b7c: ; 63ad2 (18:7ad2)
db "Fossil from play. (Use GameBoy Pok`-\n"
db "mon Power menu option to do this.)",TX_END
-Text0b7d: ; 63bcc (18:7bcc)
+EnergyRetrievalName: ; 63bcc (18:7bcc)
db TX_START,"Energy Retrieval",TX_END
-Text0b7e: ; 63bde (18:7bde)
+EnergyRetrievalDescription: ; 63bde (18:7bde)
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
-Text0b7f: ; 63c3e (18:7c3e)
+SuperEnergyRetrievalName: ; 63c3e (18:7c3e)
db TX_START,"Super Energy Retrieval",TX_END
-Text0b80: ; 63c56 (18:7c56)
+SuperEnergyRetrievalDescription: ; 63c56 (18:7c56)
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
-Text0b81: ; 63cb6 (18:7cb6)
+EnergySearchName: ; 63cb6 (18:7cb6)
db TX_START,"Energy Search",TX_END
-Text0b82: ; 63cc5 (18:7cc5)
+EnergySearchDescription: ; 63cc5 (18:7cc5)
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
-Text0b83: ; 63d27 (18:7d27)
+EnergyRemovalName: ; 63d27 (18:7d27)
db TX_START,"Energy Removal",TX_END
-Text0b84: ; 63d37 (18:7d37)
+EnergyRemovalDescription: ; 63d37 (18:7d37)
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
-Text0b85: ; 63d86 (18:7d86)
+SuperEnergyRemovalName: ; 63d86 (18:7d86)
db TX_START,"Super Energy Removal",TX_END
-Text0b86: ; 63d9c (18:7d9c)
+SuperEnergyRemovalDescription: ; 63d9c (18:7d9c)
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
-Text0b87: ; 63e4a (18:7e4a)
+SwitchName: ; 63e4a (18:7e4a)
db TX_START,"Switch",TX_END
-Text0b88: ; 63e52 (18:7e52)
+SwitchDescription: ; 63e52 (18:7e52)
db TX_START,"Switch 1 of your Benched Pok`mon\n"
db "with your Active Pok`mon.",TX_END
-Text0b89: ; 63e8e (18:7e8e)
+PokemonCenterName: ; 63e8e (18:7e8e)
db TX_START,"Pok`mon Center",TX_END
-Text0b8a: ; 63e9e (18:7e9e)
+PokemonCenterDescription: ; 63e9e (18:7e9e)
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
-Text0b8b: ; 63f2e (18:7f2e)
+PokeBallName: ; 63f2e (18:7f2e)
db TX_START,"Pok` Ball",TX_END
-Text0b8c: ; 63f39 (18:7f39)
+PokeBallDescription: ; 63f39 (18:7f39)
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"
@@ -1143,5 +1143,5 @@ Text0b8c: ; 63f39 (18:7f39)
db "into your hand. Shuffle your deck\n"
db "afterward.",TX_END
-Text0b8d: ; 63fed (18:7fed)
+ScoopUpName: ; 63fed (18:7fed)
db TX_START,"Scoop Up",TX_END
diff --git a/src/text/textd.asm b/src/text/textd.asm
index 91593c3..2c4bb4c 100644
--- a/src/text/textd.asm
+++ b/src/text/textd.asm
@@ -1,31 +1,31 @@
-Text0b8e: ; 64000 (19:4000)
+ScoopUpDescription: ; 64000 (19:4000)
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
-Text0b8f: ; 6407d (19:407d)
+ComputerSearchName: ; 6407d (19:407d)
db TX_START,"Computer Search",TX_END
-Text0b90: ; 6408e (19:408e)
+ComputerSearchDescription: ; 6408e (19:408e)
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
-Text0b91: ; 6411d (19:411d)
+PokedexName: ; 6411d (19:411d)
db TX_START,"Pok`dex",TX_END
-Text0b92: ; 64126 (19:4126)
+PokedexDescription: ; 64126 (19:4126)
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
-Text0b93: ; 64177 (19:4177)
+PlusPowerName: ; 64177 (19:4177)
db TX_START,"PlusPower",TX_END
-Text0b94: ; 64182 (19:4182)
+PlusPowerDescription: ; 64182 (19:4182)
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"
@@ -34,10 +34,10 @@ Text0b94: ; 64182 (19:4182)
db "Resistance), the attack does 10 more\n"
db "damage to that Active Pok`mon.",TX_END
-Text0b95: ; 64274 (19:4274)
+DefenderName: ; 64274 (19:4274)
db TX_START,"Defender",TX_END
-Text0b96: ; 6427e (19:427e)
+DefenderDescription: ; 6427e (19:427e)
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"
@@ -46,52 +46,52 @@ Text0b96: ; 6427e (19:427e)
db "(after applying Weakness and\n"
db "Resistance).",TX_END
-Text0b97: ; 64342 (19:4342)
+ItemFinderName: ; 64342 (19:4342)
db TX_START,"Item Finder",TX_END
-Text0b98: ; 6434f (19:434f)
+ItemFinderDescription: ; 6434f (19:434f)
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
-Text0b99: ; 643c2 (19:43c2)
+GustOfWindName: ; 643c2 (19:43c2)
db TX_START,"Gust of Wind",TX_END
-Text0b9a: ; 643d0 (19:43d0)
+GustOfWindDescription: ; 643d0 (19:43d0)
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
-Text0b9b: ; 6442b (19:442b)
+DevolutionSprayName: ; 6442b (19:442b)
db TX_START,"Devolution Spray",TX_END
-Text0b9c: ; 6443d (19:443d)
+DevolutionSprayDescription: ; 6443d (19:443d)
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
-Text0b9d: ; 644cb (19:44cb)
+DevolutionSprayDescriptionCont: ; 644cb (19:44cb)
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
-Text0b9e: ; 64565 (19:4565)
+PotionName: ; 64565 (19:4565)
db TX_START,"Potion",TX_END
-Text0b9f: ; 6456d (19:456d)
+PotionDescription: ; 6456d (19:456d)
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
-Text0ba0: ; 645e8 (19:45e8)
+SuperPotionName: ; 645e8 (19:45e8)
db TX_START,"Super Potion",TX_END
-Text0ba1: ; 645f6 (19:45f6)
+SuperPotionDescription: ; 645f6 (19:45f6)
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"
@@ -99,18 +99,18 @@ Text0ba1: ; 645f6 (19:45f6)
db "damage counters than that, remove\n"
db "all of them.",TX_END
-Text0ba2: ; 646af (19:46af)
+FullHealName: ; 646af (19:46af)
db TX_START,"Full Heal",TX_END
-Text0ba3: ; 646ba (19:46ba)
+FullHealDescription: ; 646ba (19:46ba)
db TX_START,"Your Active Pok`mon is no longer\n"
db "Asleep, Confused, Paralyzed, or\n"
db "Poisoned.",TX_END
-Text0ba4: ; 64706 (19:4706)
+ReviveName: ; 64706 (19:4706)
db TX_START,"Revive",TX_END
-Text0ba5: ; 6470e (19:470e)
+ReviveDescription: ; 6470e (19:470e)
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"
@@ -118,36 +118,36 @@ Text0ba5: ; 6470e (19:470e)
db "to the nearest 10). (You can't play\n"
db "Revive if your Bench is full.)",TX_END
-Text0ba6: ; 647da (19:47da)
+MaintenanceName: ; 647da (19:47da)
db TX_START,"Maintenance",TX_END
-Text0ba7: ; 647e7 (19:47e7)
+MaintenanceDescription: ; 647e7 (19:47e7)
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
-Text0ba8: ; 6483c (19:483c)
+PokemonFluteName: ; 6483c (19:483c)
db TX_START,"Pok`mon Flute",TX_END
-Text0ba9: ; 6484b (19:484b)
+PokemonFluteDescription: ; 6484b (19:484b)
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
-Text0baa: ; 648ed (19:48ed)
+GamblerName: ; 648ed (19:48ed)
db TX_START,"Gambler",TX_END
-Text0bab: ; 648f6 (19:48f6)
+GamblerDescription: ; 648f6 (19:48f6)
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
-Text0bac: ; 64955 (19:4955)
+RecycleName: ; 64955 (19:4955)
db TX_START,"Recycle",TX_END
-Text0bad: ; 6495e (19:495e)
+RecycleDescription: ; 6495e (19:495e)
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