summaryrefslogtreecommitdiff
path: root/src/data
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/data
parent8ef106a89157713b7ca09160ef929ffec31312c5 (diff)
label card names and descriptions
Diffstat (limited to 'src/data')
-rwxr-xr-xsrc/data/cards.asm3906
1 files changed, 1766 insertions, 2140 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