; TODO: Make card data structures more compact and rearrange the fields for ; convenience once the meaning of all fields is figured out. CardPointers: ; 30c5c (c:4c5c) dw NULL dw GrassEnergyCard dw FireEnergyCard dw WaterEnergyCard dw LightningEnergyCard dw FightingEnergyCard dw PsychicEnergyCard dw DoubleColorlessEnergyCard dw BulbasaurCard dw IvysaurCard dw Venusaur1Card dw Venusaur2Card dw CaterpieCard dw MetapodCard dw ButterfreeCard dw WeedleCard dw KakunaCard dw BeedrillCard dw EkansCard dw ArbokCard dw NidoranFCard dw NidorinaCard dw NidoqueenCard dw NidoranMCard dw NidorinoCard dw NidokingCard dw ZubatCard dw GolbatCard dw OddishCard dw GloomCard dw VileplumeCard dw ParasCard dw ParasectCard dw VenonatCard dw VenomothCard dw BellsproutCard dw WeepinbellCard dw VictreebelCard dw GrimerCard dw MukCard dw ExeggcuteCard dw ExeggutorCard dw KoffingCard dw WeezingCard dw Tangela1Card dw Tangela2Card dw ScytherCard dw PinsirCard dw CharmanderCard dw CharmeleonCard dw CharizardCard dw VulpixCard dw Ninetales1Card dw Ninetales2Card dw GrowlitheCard dw Arcanine1Card dw Arcanine2Card dw PonytaCard dw RapidashCard dw Magmar1Card dw Magmar2Card dw Flareon1Card dw Flareon2Card dw Moltres1Card dw Moltres2Card dw SquirtleCard dw WartortleCard dw BlastoiseCard dw PsyduckCard dw GolduckCard dw PoliwagCard dw PoliwhirlCard dw PoliwrathCard dw TentacoolCard dw TentacruelCard dw SeelCard dw DewgongCard dw ShellderCard dw CloysterCard dw KrabbyCard dw KinglerCard dw HorseaCard dw SeadraCard dw GoldeenCard dw SeakingCard dw StaryuCard dw StarmieCard dw MagikarpCard dw GyaradosCard dw LaprasCard dw Vaporeon1Card dw Vaporeon2Card dw OmanyteCard dw OmastarCard dw Articuno1Card dw Articuno2Card dw Pikachu1Card dw Pikachu2Card dw Pikachu3Card dw Pikachu4Card dw FlyingPikachuCard dw SurfingPikachu1Card dw SurfingPikachu2Card dw Raichu1Card dw Raichu2Card dw Magnemite1Card dw Magnemite2Card dw Magneton1Card dw Magneton2Card dw VoltorbCard dw Electrode1Card dw Electrode2Card dw Electabuzz1Card dw Electabuzz2Card dw Jolteon1Card dw Jolteon2Card dw Zapdos1Card dw Zapdos2Card dw Zapdos3Card dw SandshrewCard dw SandslashCard dw DiglettCard dw DugtrioCard dw MankeyCard dw PrimeapeCard dw MachopCard dw MachokeCard dw MachampCard dw GeodudeCard dw GravelerCard dw GolemCard dw OnixCard dw CuboneCard dw Marowak1Card dw Marowak2Card dw HitmonleeCard dw HitmonchanCard dw RhyhornCard dw RhydonCard dw KabutoCard dw KabutopsCard dw AerodactylCard dw AbraCard dw KadabraCard dw AlakazamCard dw Slowpoke1Card dw Slowpoke2Card dw SlowbroCard dw Gastly1Card dw Gastly2Card dw Haunter1Card dw Haunter2Card dw GengarCard dw DrowzeeCard dw HypnoCard dw MrMimeCard dw JynxCard dw Mewtwo1Card dw Mewtwo2Card dw Mewtwo3Card dw Mew1Card dw Mew2Card dw Mew3Card dw PidgeyCard dw PidgeottoCard dw Pidgeot1Card dw Pidgeot2Card dw RattataCard dw RaticateCard dw SpearowCard dw FearowCard dw ClefairyCard dw ClefableCard dw Jigglypuff1Card dw Jigglypuff2Card dw Jigglypuff3Card dw WigglytuffCard dw Meowth1Card dw Meowth2Card dw PersianCard dw FarfetchdCard dw DoduoCard dw DodrioCard dw LickitungCard dw ChanseyCard dw KangaskhanCard dw TaurosCard dw DittoCard dw EeveeCard dw PorygonCard dw SnorlaxCard dw DratiniCard dw DragonairCard dw Dragonite1Card dw Dragonite2Card dw ProfessorOakCard dw ImposterProfessorOakCard dw BillCard dw MrFujiCard dw LassCard dw ImakuniCard dw PokemonTraderCard dw PokemonBreederCard dw ClefairyDollCard dw MysteriousFossilCard dw EnergyRetrievalCard dw SuperEnergyRetrievalCard dw EnergySearchCard dw EnergyRemovalCard dw SuperEnergyRemovalCard dw SwitchCard dw PokemonCenterCard dw PokeBallCard dw ScoopUpCard dw ComputerSearchCard dw PokedexCard dw PlusPowerCard dw DefenderCard dw ItemFinderCard dw GustOfWindCard dw DevolutionSprayCard dw PotionCard dw SuperPotionCard dw FullHealCard dw ReviveCard dw MaintenanceCard dw PokemonFluteCard dw GamblerCard dw RecycleCard dw NULL BulbasaurCard: ; 30e28 (c:4e28) db TYPE_PKMN_GRASS ; type gfx BulbasaurCardGfx ; gfx tx BulbasaurName ; name db CIRCLE ; rarity db EVOLUTION | NONE ; sets db BULBASAUR db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy GRASS, 2 ; energies tx LeechSeedName ; name tx BulbasaursLeechSeedDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw BulbasaurLeechSeedEffectCommands ; effect commands db NONE ; flags 1 db HEAL_USER ; flags 2 db NONE ; flags 3 db 1 db ATK_ANIM_DRAIN ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx SeedName ; category db 1 ; Pokedex number db 0 db 13 ; level db 2, 4 ; length dw 15 * 10 ; weight tx BulbasaurDescription ; description db 16 IvysaurCard: ; 30e69 (c:4e69) db TYPE_PKMN_GRASS ; type gfx IvysaurCardGfx ; gfx tx IvysaurName ; name db DIAMOND ; rarity db EVOLUTION | NONE ; sets db IVYSAUR db 60 ; hp db STAGE1 ; stage tx BulbasaurName ; pre-evo name ; attack 1 energy GRASS, 1, COLORLESS, 2 ; energies tx VineWhipName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_WHIP ; animation ; attack 2 energy GRASS, 3 ; energies tx PoisonPowderName ; name tx InflictPoisonDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw IvysaurPoisonPowderEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_POWDER_HIT_POISON ; animation db 1 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx SeedName ; category db 2 ; Pokedex number db 0 db 20 ; level db 3, 3 ; length dw 29 * 10 ; weight tx IvysaurDescription ; description db 16 Venusaur1Card: ; 30eaa (c:4eaa) db TYPE_PKMN_GRASS ; type gfx Venusaur1CardGfx ; gfx tx VenusaurName ; name db STAR ; rarity db PROMOTIONAL | GB ; sets db VENUSAUR1 db 100 ; hp db STAGE2 ; stage tx IvysaurName ; pre-evo name ; attack 1 energy 0 ; energies tx SolarPowerName ; name tx SolarPowerDescription ; description tx SolarPowerDescriptionCont ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw VenusaurSolarPowerEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SOLAR_POWER ; animation ; attack 2 energy GRASS, 4 ; energies tx MegaDrainName ; name tx VenusaursMegaDrainDescription ; description tx VenusaursMegaDrainDescriptionCont ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw VenusaurMegaDrainEffectCommands ; effect commands db NONE ; flags 1 db HEAL_USER ; flags 2 db NONE ; flags 3 db 2 db ATK_ANIM_DRAIN ; animation db 2 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx SeedName ; category db 3 ; Pokedex number db 0 db 64 ; level db 6, 7 ; length dw 221 * 10 ; weight tx Venusaur1Description ; description db 0 Venusaur2Card: ; 30eeb (c:4eeb) db TYPE_PKMN_GRASS ; type gfx Venusaur2CardGfx ; gfx tx VenusaurName ; name db STAR ; rarity db EVOLUTION | NONE ; sets db VENUSAUR2 db 100 ; hp db STAGE2 ; stage tx IvysaurName ; pre-evo name ; attack 1 energy 0 ; energies tx EnergyTransName ; name tx EnergyTransDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw VenusaurEnergyTransEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy GRASS, 4 ; energies tx SolarBeamName ; name dw NONE ; description dw NONE ; description (cont) db 60 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_BEAM ; animation db 2 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx SeedName ; category db 3 ; Pokedex number db 0 db 67 ; level db 6, 7 ; length dw 221 * 10 ; weight tx Venusaur2Description ; description db 0 CaterpieCard: ; 30f2c (c:4f2c) db TYPE_PKMN_GRASS ; type gfx CaterpieCardGfx ; gfx tx CaterpieName ; name db CIRCLE ; rarity db EVOLUTION | NONE ; sets db CATERPIE db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx StringShotName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw CaterpieStringShotEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_STRING_SHOT ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx WormName ; category db 10 ; Pokedex number db 0 db 13 ; level db 1, 0 ; length dw 6 * 10 ; weight tx CaterpieDescription ; description db 19 MetapodCard: ; 30f6d (c:4f6d) db TYPE_PKMN_GRASS ; type gfx MetapodCardGfx ; gfx tx MetapodName ; name db CIRCLE ; rarity db EVOLUTION | NONE ; sets db METAPOD db 70 ; hp db STAGE1 ; stage tx CaterpieName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx StiffenName ; name tx MetapodsStiffenDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw MetapodStiffenEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation ; attack 2 energy GRASS, 2 ; energies tx StunSporeName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw MetapodStunSporeEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_POWDER_EFFECT_CHANCE ; animation db 2 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx CocoonName ; category db 11 ; Pokedex number db 0 db 21 ; level db 2, 4 ; length dw 22 * 10 ; weight tx MetapodDescription ; description db 16 ButterfreeCard: ; 30fae (c:4fae) db TYPE_PKMN_GRASS ; type gfx ButterfreeCardGfx ; gfx tx ButterfreeName ; name db DIAMOND ; rarity db EVOLUTION | JUNGLE ; sets db BUTTERFREE db 70 ; hp db STAGE2 ; stage tx MetapodName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx WhirlwindName ; name tx WhirlwindDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw ButterfreeWhirlwindEffectCommands ; effect commands db NONE ; flags 1 db SWITCH_OPPONENT_POKEMON ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_WHIRLWIND ; animation ; attack 2 energy GRASS, 4 ; energies tx MegaDrainName ; name tx ButterfreesMegaDrainDescription ; description tx ButterfreesMegaDrainDescriptionCont ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw ButterfreeMegaDrainEffectCommands ; effect commands db NONE ; flags 1 db HEAL_USER ; flags 2 db NONE ; flags 3 db 2 db ATK_ANIM_DRAIN ; animation db 0 ; retreat cost db WR_FIRE ; weakness db WR_FIGHTING ; resistance tx ButterflyName ; category db 12 ; Pokedex number db 0 db 28 ; level db 3, 7 ; length dw 71 * 10 ; weight tx ButterfreeDescription ; description db 0 WeedleCard: ; 30fef (c:4fef) db TYPE_PKMN_GRASS ; type gfx WeedleCardGfx ; gfx tx WeedleName ; name db CIRCLE ; rarity db EVOLUTION | NONE ; sets db WEEDLE db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx PoisonStingName ; name tx MayInflictPoisonDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw WeedlePoisonStingEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NEEDLES ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx HairyBugName ; category db 13 ; Pokedex number db 0 db 12 ; level db 1, 0 ; length dw 7 * 10 ; weight tx WeedleDescription ; description db 19 KakunaCard: ; 31030 (c:5030) db TYPE_PKMN_GRASS ; type gfx KakunaCardGfx ; gfx tx KakunaName ; name db DIAMOND ; rarity db EVOLUTION | NONE ; sets db KAKUNA db 80 ; hp db STAGE1 ; stage tx WeedleName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx StiffenName ; name tx KakunasStiffenDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw KakunaStiffenEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation ; attack 2 energy GRASS, 2 ; energies tx PoisonPowderName ; name tx MayInflictPoisonDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw KakunaPoisonPowderEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_POWDER_EFFECT_CHANCE ; animation db 2 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx CocoonName ; category db 14 ; Pokedex number db 0 db 23 ; level db 2, 0 ; length dw 22 * 10 ; weight tx KakunaDescription ; description db 16 BeedrillCard: ; 31071 (c:5071) db TYPE_PKMN_GRASS ; type gfx BeedrillCardGfx ; gfx tx BeedrillName ; name db STAR ; rarity db EVOLUTION | NONE ; sets db BEEDRILL db 80 ; hp db STAGE2 ; stage tx KakunaName ; pre-evo name ; attack 1 energy COLORLESS, 3 ; energies tx TwineedleName ; name tx DoubleAttackX30Description ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_X ; category dw BeedrillTwineedleEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NEEDLES ; animation ; attack 2 energy GRASS, 3 ; energies tx PoisonStingName ; name tx MayInflictPoisonDescription ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw BeedrillPoisonStingEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NEEDLES ; animation db 0 ; retreat cost db WR_FIRE ; weakness db WR_FIGHTING ; resistance tx PoisonBeeName ; category db 15 ; Pokedex number db 0 db 32 ; level db 3, 3 ; length dw 65 * 10 ; weight tx BeedrillDescription ; description db 0 EkansCard: ; 310b2 (c:50b2) db TYPE_PKMN_GRASS ; type gfx EkansCardGfx ; gfx tx EkansName ; name db CIRCLE ; rarity db LABORATORY | FOSSIL ; sets db EKANS db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx SpitPoisonName ; name tx MayInflictPoisonDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw EkansSpitPoisonEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SPIT_POISON ; animation ; attack 2 energy GRASS, 1, COLORLESS, 1 ; energies tx WrapName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw EkansWrapEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx SnakeName ; category db 23 ; Pokedex number db 0 db 10 ; level db 6, 7 ; length dw 15 * 10 ; weight tx EkansDescription ; description db 19 ArbokCard: ; 310f3 (c:50f3) db TYPE_PKMN_GRASS ; type gfx ArbokCardGfx ; gfx tx ArbokName ; name db DIAMOND ; rarity db LABORATORY | FOSSIL ; sets db ARBOK db 60 ; hp db STAGE1 ; stage tx EkansName ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx TerrorStrikeName ; name tx TerrorStrikeDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw ArbokTerrorStrikeEffectCommands ; effect commands db NONE ; flags 1 db SWITCH_OPPONENT_POKEMON ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy GRASS, 2, COLORLESS, 1 ; energies tx PoisonFangName ; name tx InflictPoisonDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw ArbokPoisonFangEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_POISON_FANG ; animation db 2 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx CobraName ; category db 24 ; Pokedex number db 0 db 27 ; level db 11, 6 ; length dw 143 * 10 ; weight tx ArbokDescription ; description db 0 NidoranFCard: ; 31134 (c:5134) db TYPE_PKMN_GRASS ; type gfx NidoranFCardGfx ; gfx tx NidoranFName ; name db CIRCLE ; rarity db MYSTERY | JUNGLE ; sets db NIDORANF db 60 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx FurySwipesName ; name tx TripleAttackX10Description ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_X ; category dw NidoranFFurySwipesEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_MULTIPLE_SLASH ; animation ; attack 2 energy GRASS, 2 ; energies tx CallForFamilyName ; name tx NidoranFsCallForFamilyDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw NidoranFCallForFamilyEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx PoisonPinName ; category db 29 ; Pokedex number db 0 db 13 ; level db 1, 4 ; length dw 15 * 10 ; weight tx NidoranFDescription ; description db 19 NidorinaCard: ; 31175 (c:5175) db TYPE_PKMN_GRASS ; type gfx NidorinaCardGfx ; gfx tx NidorinaName ; name db DIAMOND ; rarity db MYSTERY | JUNGLE ; sets db NIDORINA db 70 ; hp db STAGE1 ; stage tx NidoranFName ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx SupersonicName ; name tx MayInflictConfusionDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NidorinaSupersonicEffectCommands ; effect commands db INFLICT_CONFUSION ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SUPERSONIC ; animation ; attack 2 energy GRASS, 1, COLORLESS, 2 ; energies tx DoubleKickName ; name tx DoubleAttackX30Description ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_X ; category dw NidorinaDoubleKickEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx PoisonPinName ; category db 30 ; Pokedex number db 0 db 24 ; level db 2, 7 ; length dw 44 * 10 ; weight tx NidorinaDescription ; description db 16 NidoqueenCard: ; 311b6 (c:51b6) db TYPE_PKMN_GRASS ; type gfx NidoqueenCardGfx ; gfx tx NidoqueenName ; name db STAR ; rarity db MYSTERY | JUNGLE ; sets db NIDOQUEEN db 90 ; hp db STAGE2 ; stage tx NidorinaName ; pre-evo name ; attack 1 energy GRASS, 1, COLORLESS, 1 ; energies tx BoyfriendsName ; name tx BoyfriendsDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_PLUS ; category dw NidoqueenBoyfriendsEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_BOYFRIENDS ; animation ; attack 2 energy GRASS, 2, COLORLESS, 2 ; energies tx MegaPunchName ; name dw NONE ; description dw NONE ; description (cont) db 50 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 3 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx DrillName ; category db 31 ; Pokedex number db 0 db 43 ; level db 4, 3 ; length dw 132 * 10 ; weight tx NidoqueenDescription ; description db 0 NidoranMCard: ; 311f7 (c:51f7) db TYPE_PKMN_GRASS ; type gfx NidoranMCardGfx ; gfx tx NidoranMName ; name db CIRCLE ; rarity db COLOSSEUM | NONE ; sets db NIDORANM db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx HornHazardName ; name tx MayDoNothingDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NidoranMHornHazardEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx PoisonPinName ; category db 32 ; Pokedex number db 0 db 20 ; level db 1, 4 ; length dw 15 * 10 ; weight tx NidoranMDescription ; description db 19 NidorinoCard: ; 31238 (c:5238) db TYPE_PKMN_GRASS ; type gfx NidorinoCardGfx ; gfx tx NidorinoName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db NIDORINO db 60 ; hp db STAGE1 ; stage tx NidoranMName ; pre-evo name ; attack 1 energy GRASS, 1, COLORLESS, 2 ; energies tx DoubleKickName ; name tx DoubleAttackX30Description ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_X ; category dw NidorinoDoubleKickEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy GRASS, 2, COLORLESS, 2 ; energies tx HornDrillName ; name dw NONE ; description dw NONE ; description (cont) db 50 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_DRILL ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx PoisonPinName ; category db 33 ; Pokedex number db 0 db 25 ; level db 2, 11 ; length dw 43 * 10 ; weight tx NidorinoDescription ; description db 16 NidokingCard: ; 31279 (c:5279) db TYPE_PKMN_GRASS ; type gfx NidokingCardGfx ; gfx tx NidokingName ; name db STAR ; rarity db EVOLUTION | NONE ; sets db NIDOKING db 90 ; hp db STAGE2 ; stage tx NidorinoName ; pre-evo name ; attack 1 energy GRASS, 1, COLORLESS, 2 ; energies tx ThrashName ; name tx ThrashDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_PLUS ; category dw NidokingThrashEffectCommands ; effect commands db LOW_RECOIL ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_MULTIPLE_SLASH ; animation ; attack 2 energy GRASS, 3 ; energies tx ToxicName ; name tx ToxicDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NidokingToxicEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 2 db ATK_ANIM_TOXIC ; animation db 3 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx DrillName ; category db 34 ; Pokedex number db 0 db 48 ; level db 4, 7 ; length dw 137 * 10 ; weight tx NidokingDescription ; description db 0 ZubatCard: ; 312ba (c:52ba) db TYPE_PKMN_GRASS ; type gfx ZubatCardGfx ; gfx tx ZubatName ; name db CIRCLE ; rarity db LABORATORY | FOSSIL ; sets db ZUBAT db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx SupersonicName ; name tx MayInflictConfusionDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw ZubatSupersonicEffectCommands ; effect commands db INFLICT_CONFUSION ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SUPERSONIC ; animation ; attack 2 energy GRASS, 1, COLORLESS, 1 ; energies tx LeechLifeName ; name tx ZubatsLeechLifeDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw ZubatLeechLifeEffectCommands ; effect commands db NONE ; flags 1 db HEAL_USER ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_DRAIN ; animation db 0 ; retreat cost db WR_PSYCHIC ; weakness db WR_FIGHTING ; resistance tx BatName ; category db 41 ; Pokedex number db 0 db 10 ; level db 2, 7 ; length dw 17 * 10 ; weight tx ZubatDescription ; description db 16 GolbatCard: ; 312fb (c:52fb) db TYPE_PKMN_GRASS ; type gfx GolbatCardGfx ; gfx tx GolbatName ; name db DIAMOND ; rarity db LABORATORY | FOSSIL ; sets db GOLBAT db 60 ; hp db STAGE1 ; stage tx ZubatName ; pre-evo name ; attack 1 energy COLORLESS, 3 ; energies tx WingAttackName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy GRASS, 2, COLORLESS, 1 ; energies tx LeechLifeName ; name tx GolbatsLeechLifeDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw GolbatLeechLifeEffectCommands ; effect commands db NONE ; flags 1 db HEAL_USER ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_DRAIN ; animation db 0 ; retreat cost db WR_PSYCHIC ; weakness db WR_FIGHTING ; resistance tx BatName ; category db 42 ; Pokedex number db 0 db 29 ; level db 5, 3 ; length dw 121 * 10 ; weight tx GolbatDescription ; description db 0 OddishCard: ; 3133c (c:533c) db TYPE_PKMN_GRASS ; type gfx OddishCardGfx ; gfx tx OddishName ; name db CIRCLE ; rarity db MYSTERY | JUNGLE ; sets db ODDISH db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx StunSporeName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw OddishStunSporeEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_POWDER_EFFECT_CHANCE ; animation ; attack 2 energy GRASS, 2 ; energies tx SproutName ; name tx SproutDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw OddishSproutEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation db 1 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx WeedName ; category db 43 ; Pokedex number db 0 db 8 ; level db 1, 8 ; length dw 12 * 10 ; weight tx OddishDescription ; description db 16 GloomCard: ; 3137d (c:537d) db TYPE_PKMN_GRASS ; type gfx GloomCardGfx ; gfx tx GloomName ; name db DIAMOND ; rarity db MYSTERY | JUNGLE ; sets db GLOOM db 60 ; hp db STAGE1 ; stage tx OddishName ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx PoisonPowderName ; name tx InflictPoisonDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw GloomPoisonPowderEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_POISON_POWDER ; animation ; attack 2 energy GRASS, 2 ; energies tx FoulOdorName ; name tx FoulOdorDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw GloomFoulOdorEffectCommands ; effect commands db INFLICT_CONFUSION ; flags 1 db FLAG_2_BIT_7 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_FOUL_ODOR ; animation db 1 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx WeedName ; category db 44 ; Pokedex number db 0 db 22 ; level db 2, 7 ; length dw 19 * 10 ; weight tx GloomDescription ; description db 16 VileplumeCard: ; 313be (c:53be) db TYPE_PKMN_GRASS ; type gfx VileplumeCardGfx ; gfx tx VileplumeName ; name db STAR ; rarity db MYSTERY | JUNGLE ; sets db VILEPLUME db 80 ; hp db STAGE2 ; stage tx GloomName ; pre-evo name ; attack 1 energy 0 ; energies tx HealName ; name tx HealDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw VileplumeHealEffectCommands ; effect commands db NONE ; flags 1 db HEAL_USER ; flags 2 db NONE ; flags 3 db 1 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy GRASS, 3 ; energies tx PetalDanceName ; name tx PetalDanceDescription ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_X ; category dw VileplumePetalDanceEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PETAL_DANCE ; animation db 2 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx FlowerName ; category db 45 ; Pokedex number db 0 db 35 ; level db 3, 11 ; length dw 41 * 10 ; weight tx VileplumeDescription ; description db 0 ParasCard: ; 313ff (c:53ff) db TYPE_PKMN_GRASS ; type gfx ParasCardGfx ; gfx tx ParasName ; name db CIRCLE ; rarity db MYSTERY | JUNGLE ; sets db PARAS db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx ScratchName ; name dw NONE ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SLASH ; animation ; attack 2 energy GRASS, 2 ; energies tx SporeName ; name tx InflictSleepDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw ParasSporeEffectCommands ; effect commands db INFLICT_SLEEP ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SPORE ; animation db 1 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx MushroomName ; category db 46 ; Pokedex number db 0 db 8 ; level db 1, 0 ; length dw 12 * 10 ; weight tx ParasDescription ; description db 16 ParasectCard: ; 31440 (c:5440) db TYPE_PKMN_GRASS ; type gfx ParasectCardGfx ; gfx tx ParasectName ; name db DIAMOND ; rarity db MYSTERY | JUNGLE ; sets db PARASECT db 60 ; hp db STAGE1 ; stage tx ParasName ; pre-evo name ; attack 1 energy GRASS, 2 ; energies tx SporeName ; name tx InflictSleepDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw ParasectSporeEffectCommands ; effect commands db INFLICT_SLEEP ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SPORE ; animation ; attack 2 energy COLORLESS, 3 ; energies tx SlashName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SLASH ; animation db 1 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx MushroomName ; category db 47 ; Pokedex number db 0 db 28 ; level db 3, 3 ; length dw 65 * 10 ; weight tx ParasectDescription ; description db 0 VenonatCard: ; 31481 (c:5481) db TYPE_PKMN_GRASS ; type gfx VenonatCardGfx ; gfx tx VenonatName ; name db CIRCLE ; rarity db LABORATORY | JUNGLE ; sets db VENONAT db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx StunSporeName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw VenonatStunSporeEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_POWDER_EFFECT_CHANCE ; animation ; attack 2 energy GRASS, 1, COLORLESS, 1 ; energies tx LeechLifeName ; name tx VenonatLeechLifeDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw VenonatLeechLifeEffectCommands ; effect commands db NONE ; flags 1 db HEAL_USER ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_DRAIN ; animation db 1 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx InsectName ; category db 48 ; Pokedex number db 0 db 12 ; level db 3, 3 ; length dw 66 * 10 ; weight tx VenonatDescription ; description db 19 VenomothCard: ; 314c2 (c:54c2) db TYPE_PKMN_GRASS ; type gfx VenomothCardGfx ; gfx tx VenomothName ; name db STAR ; rarity db LABORATORY | JUNGLE ; sets db VENOMOTH db 70 ; hp db STAGE1 ; stage tx VenonatName ; pre-evo name ; attack 1 energy 0 ; energies tx ShiftName ; name tx ShiftDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw VenomothShiftEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy GRASS, 2 ; energies tx VenomPowderName ; name tx VenomPowderDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw VenomothVenomPowderEffectCommands ; effect commands db INFLICT_POISON | INFLICT_CONFUSION ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_POWDER_EFFECT_CHANCE ; animation db 0 ; retreat cost db WR_FIRE ; weakness db WR_FIGHTING ; resistance tx PoisonmothName ; category db 49 ; Pokedex number db 0 db 28 ; level db 4, 11 ; length dw 28 * 10 ; weight tx VenomothDescription ; description db 0 BellsproutCard: ; 31503 (c:5503) db TYPE_PKMN_GRASS ; type gfx BellsproutCardGfx ; gfx tx BellsproutName ; name db CIRCLE ; rarity db EVOLUTION | JUNGLE ; sets db BELLSPROUT db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx VineWhipName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_WHIP ; animation ; attack 2 energy GRASS, 1 ; energies tx CallForFamilyName ; name tx BellsproutsCallForFamilyDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw BellsproutCallForFamilyEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation db 1 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx FlowerName ; category db 69 ; Pokedex number db 0 db 11 ; level db 2, 4 ; length dw 9 * 10 ; weight tx BellsproutDescription ; description db 19 WeepinbellCard: ; 31544 (c:5544) db TYPE_PKMN_GRASS ; type gfx WeepinbellCardGfx ; gfx tx WeepinbellName ; name db DIAMOND ; rarity db EVOLUTION | JUNGLE ; sets db WEEPINBELL db 70 ; hp db STAGE1 ; stage tx BellsproutName ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx PoisonPowderName ; name tx MayInflictPoisonDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw WeepinbellPoisonPowderEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_POWDER_EFFECT_CHANCE ; animation ; attack 2 energy GRASS, 2 ; energies tx RazorLeafName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_WHIP ; animation db 1 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx FlycatcherName ; category db 70 ; Pokedex number db 0 db 28 ; level db 3, 3 ; length dw 14 * 10 ; weight tx WeepinbellDescription ; description db 16 VictreebelCard: ; 31585 (c:5585) db TYPE_PKMN_GRASS ; type gfx VictreebelCardGfx ; gfx tx VictreebelName ; name db STAR ; rarity db EVOLUTION | JUNGLE ; sets db VICTREEBEL db 80 ; hp db STAGE2 ; stage tx WeepinbellName ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx LureName ; name tx VictreebelsLureDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw VictreebelLureEffectCommands ; effect commands db NONE ; flags 1 db SWITCH_OPPONENT_POKEMON ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_LURE ; animation ; attack 2 energy GRASS, 2 ; energies tx AcidName ; name tx VictreebelsAcidDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw VictreebelAcidEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 1 db ATK_ANIM_GOO ; animation db 2 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx FlycatcherName ; category db 71 ; Pokedex number db 0 db 42 ; level db 5, 7 ; length dw 34 * 10 ; weight tx VictreebelDescription ; description db 0 GrimerCard: ; 315c6 (c:55c6) db TYPE_PKMN_GRASS ; type gfx GrimerCardGfx ; gfx tx GrimerName ; name db CIRCLE ; rarity db LABORATORY | FOSSIL ; sets db GRIMER db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx NastyGooName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw GrimerNastyGooEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_GOO ; animation ; attack 2 energy GRASS, 1 ; energies tx MinimizeName ; name tx GrimersMinimizeDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw GrimerMinimizeEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PROTECT ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx SludgeName ; category db 88 ; Pokedex number db 0 db 17 ; level db 2, 11 ; length dw 66 * 10 ; weight tx GrimerDescription ; description db 19 MukCard: ; 31607 (c:5607) db TYPE_PKMN_GRASS ; type gfx MukCardGfx ; gfx tx MukName ; name db STAR ; rarity db LABORATORY | FOSSIL ; sets db MUK db 70 ; hp db STAGE1 ; stage tx GrimerName ; pre-evo name ; attack 1 energy 0 ; energies tx ToxicGasName ; name tx ToxicGasDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw MukToxicGasEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy GRASS, 3 ; energies tx SludgeName ; name tx MayInflictPoisonDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw MukSludgeEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_GOO ; animation db 2 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx SludgeName ; category db 89 ; Pokedex number db 0 db 34 ; level db 3, 11 ; length dw 66 * 10 ; weight tx MukDescription ; description db 0 ExeggcuteCard: ; 31648 (c:5648) db TYPE_PKMN_GRASS ; type gfx ExeggcuteCardGfx ; gfx tx ExeggcuteName ; name db CIRCLE ; rarity db MYSTERY | JUNGLE ; sets db EXEGGCUTE db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy PSYCHIC, 1 ; energies tx HypnosisName ; name tx InflictSleepDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw ExeggcuteHypnosisEffectCommands ; effect commands db INFLICT_SLEEP ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HYPNOSIS ; animation ; attack 2 energy GRASS, 2 ; energies tx LeechSeedName ; name tx ExeggcutesLeechSeedDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw ExeggcuteLeechSeedEffectCommands ; effect commands db NONE ; flags 1 db HEAL_USER ; flags 2 db NONE ; flags 3 db 1 db ATK_ANIM_DRAIN ; animation db 1 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx EggName ; category db 102 ; Pokedex number db 0 db 14 ; level db 1, 4 ; length dw 6 * 10 ; weight tx ExeggcuteDescription ; description db 18 ExeggutorCard: ; 31689 (c:5689) db TYPE_PKMN_GRASS ; type gfx ExeggutorCardGfx ; gfx tx ExeggutorName ; name db DIAMOND ; rarity db MYSTERY | JUNGLE ; sets db EXEGGUTOR db 80 ; hp db STAGE1 ; stage tx ExeggcuteName ; pre-evo name ; attack 1 energy PSYCHIC, 1 ; energies tx TeleportName ; name tx TeleportDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw ExeggutorTeleportEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy COLORLESS, 1 ; energies tx BigEggsplosionName ; name tx BigEggsplosionDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_X ; category dw ExeggutorBigEggsplosionEffectCommands ; effect commands db NONE ; flags 1 db ATTACHED_ENERGY_BOOST ; flags 2 db NONE ; flags 3 db MAX_ENERGY_BOOST_IS_NOT_LIMITED db ATK_ANIM_BIG_HIT ; animation db 3 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx CoconutName ; category db 103 ; Pokedex number db 0 db 35 ; level db 6, 7 ; length dw 265 * 10 ; weight tx ExeggutorDescription ; description db 0 KoffingCard: ; 316ca (c:56ca) db TYPE_PKMN_GRASS ; type gfx KoffingCardGfx ; gfx tx KoffingName ; name db CIRCLE ; rarity db LABORATORY | NONE ; sets db KOFFING db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy GRASS, 2 ; energies tx FoulGasName ; name tx FoulGasDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw KoffingFoulGasEffectCommands ; effect commands db INFLICT_POISON | INFLICT_CONFUSION ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_FOUL_GAS ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx PoisonGasName ; category db 109 ; Pokedex number db 0 db 13 ; level db 2, 0 ; length dw 2 * 10 ; weight tx KoffingDescription ; description db 16 WeezingCard: ; 3170b (c:570b) db TYPE_PKMN_GRASS ; type gfx WeezingCardGfx ; gfx tx WeezingName ; name db DIAMOND ; rarity db LABORATORY | FOSSIL ; sets db WEEZING db 60 ; hp db STAGE1 ; stage tx KoffingName ; pre-evo name ; attack 1 energy GRASS, 2 ; energies tx SmogName ; name tx MayInflictPoisonDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw WeezingSmogEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SMOG ; animation ; attack 2 energy GRASS, 2, COLORLESS, 1 ; energies tx SelfdestructName ; name tx WeezingsSelfdestructDescription ; description dw NONE ; description (cont) db 60 ; damage db DAMAGE_NORMAL ; category dw WeezingSelfdestructEffectCommands ; effect commands db HIGH_RECOIL ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 60 db ATK_ANIM_SELFDESTRUCT ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx PoisonGasName ; category db 110 ; Pokedex number db 0 db 27 ; level db 3, 11 ; length dw 21 * 10 ; weight tx WeezingDescription ; description db 0 Tangela1Card: ; 3174c (c:574c) db TYPE_PKMN_GRASS ; type gfx Tangela1CardGfx ; gfx tx TangelaName ; name db CIRCLE ; rarity db LABORATORY | NONE ; sets db TANGELA1 db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy GRASS, 1, COLORLESS, 1 ; energies tx BindName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw TangelaBindEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy GRASS, 3 ; energies tx PoisonPowderName ; name tx InflictPoisonDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw TangelaPoisonPowderEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_POWDER_HIT_POISON ; animation db 2 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx VineName ; category db 114 ; Pokedex number db 0 db 8 ; level db 3, 3 ; length dw 77 * 10 ; weight tx Tangela1Description ; description db 0 Tangela2Card: ; 3178d (c:578d) db TYPE_PKMN_GRASS ; type gfx Tangela2CardGfx ; gfx tx TangelaName ; name db CIRCLE ; rarity db COLOSSEUM | GB ; sets db TANGELA2 db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx StunSporeName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw TangelaStunSporeEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_POWDER_EFFECT_CHANCE ; animation ; attack 2 energy GRASS, 2, COLORLESS, 1 ; energies tx PoisonWhipName ; name tx InflictPoisonDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw TangelaPoisonWhipEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_POISON_WHIP ; animation db 2 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx VineName ; category db 114 ; Pokedex number db 0 db 12 ; level db 3, 3 ; length dw 77 * 10 ; weight tx Tangela2Description ; description db 0 ScytherCard: ; 317ce (c:57ce) db TYPE_PKMN_GRASS ; type gfx ScytherCardGfx ; gfx tx ScytherName ; name db STAR ; rarity db COLOSSEUM | JUNGLE ; sets db SCYTHER db 70 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy GRASS, 1 ; energies tx SwordsDanceName ; name tx SwordsDanceDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw ScytherSwordsDanceEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy COLORLESS, 3 ; energies tx SlashName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SLASH ; animation db 0 ; retreat cost db WR_FIRE ; weakness db WR_FIGHTING ; resistance tx MantisName ; category db 123 ; Pokedex number db 0 db 25 ; level db 4, 11 ; length dw 123 * 10 ; weight tx ScytherDescription ; description db 0 PinsirCard: ; 3180f (c:580f) db TYPE_PKMN_GRASS ; type gfx PinsirCardGfx ; gfx tx PinsirName ; name db STAR ; rarity db COLOSSEUM | JUNGLE ; sets db PINSIR db 60 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy GRASS, 2 ; energies tx IronGripName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw PinsirIronGripEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT_EFFECT ; animation ; attack 2 energy GRASS, 2, COLORLESS, 2 ; energies tx GuillotineName ; name dw NONE ; description dw NONE ; description (cont) db 50 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_TEAR ; animation db 1 ; retreat cost db WR_FIRE ; weakness db NONE ; resistance tx StagbeetleName ; category db 127 ; Pokedex number db 0 db 24 ; level db 4, 11 ; length dw 121 * 10 ; weight tx PinsirDescription ; description db 0 CharmanderCard: ; 31850 (c:5850) db TYPE_PKMN_FIRE ; type gfx CharmanderCardGfx ; gfx tx CharmanderName ; name db CIRCLE ; rarity db COLOSSEUM | NONE ; sets db CHARMANDER db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx ScratchName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SLASH ; animation ; attack 2 energy FIRE, 1, COLORLESS, 1 ; energies tx EmberName ; name tx EmberDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw CharmanderEmberEffectCommands ; effect commands db NONE ; flags 1 db DISCARD_ENERGY ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_SMALL_FLAME ; animation db 1 ; retreat cost db WR_WATER ; weakness db NONE ; resistance tx LizardName ; category db 4 ; Pokedex number db 0 db 10 ; level db 2, 0 ; length dw 19 * 10 ; weight tx CharmanderDescription ; description db 21 CharmeleonCard: ; 31891 (c:5891) db TYPE_PKMN_FIRE ; type gfx CharmeleonCardGfx ; gfx tx CharmeleonName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db CHARMELEON db 80 ; hp db STAGE1 ; stage tx CharmanderName ; pre-evo name ; attack 1 energy COLORLESS, 3 ; energies tx SlashName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SLASH ; animation ; attack 2 energy FIRE, 2, COLORLESS, 1 ; energies tx FlamethrowerName ; name tx CharmeleonsFlamethrowerDescription ; description dw NONE ; description (cont) db 50 ; damage db DAMAGE_NORMAL ; category dw CharmeleonFlamethrowerEffectCommands ; effect commands db NONE ; flags 1 db DISCARD_ENERGY ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_BIG_FLAME ; animation db 1 ; retreat cost db WR_WATER ; weakness db NONE ; resistance tx FlameName ; category db 5 ; Pokedex number db 0 db 32 ; level db 3, 7 ; length dw 42 * 10 ; weight tx CharmeleonDescription ; description db 18 CharizardCard: ; 318d2 (c:58d2) db TYPE_PKMN_FIRE ; type gfx CharizardCardGfx ; gfx tx CharizardName ; name db STAR ; rarity db EVOLUTION | NONE ; sets db CHARIZARD db 120 ; hp db STAGE2 ; stage tx CharmeleonName ; pre-evo name ; attack 1 energy 0 ; energies tx EnergyBurnName ; name tx EnergyBurnDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw CharizardEnergyBurnEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy FIRE, 4 ; energies tx FireSpinName ; name tx FireSpinDescription ; description dw NONE ; description (cont) db 100 ; damage db DAMAGE_NORMAL ; category dw CharizardFireSpinEffectCommands ; effect commands db NONE ; flags 1 db DISCARD_ENERGY ; flags 2 db NONE ; flags 3 db 6 db ATK_ANIM_FIRE_SPIN ; animation db 3 ; retreat cost db WR_WATER ; weakness db WR_FIGHTING ; resistance tx FlameName ; category db 6 ; Pokedex number db 0 db 76 ; level db 5, 7 ; length dw 200 * 10 ; weight tx CharizardDescription ; description db 0 VulpixCard: ; 31913 (c:5913) db TYPE_PKMN_FIRE ; type gfx VulpixCardGfx ; gfx tx VulpixName ; name db CIRCLE ; rarity db MYSTERY | NONE ; sets db VULPIX db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy FIRE, 2 ; energies tx ConfuseRayName ; name tx MayInflictConfusionDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw VulpixConfuseRayEffectCommands ; effect commands db INFLICT_CONFUSION ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_CONFUSE_RAY ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_WATER ; weakness db NONE ; resistance tx FoxName ; category db 37 ; Pokedex number db 0 db 11 ; level db 2, 0 ; length dw 22 * 10 ; weight tx VulpixDescription ; description db 18 Ninetales1Card: ; 31954 (c:5954) db TYPE_PKMN_FIRE ; type gfx Ninetales1CardGfx ; gfx tx NinetalesName ; name db STAR ; rarity db MYSTERY | NONE ; sets db NINETALES1 db 80 ; hp db STAGE1 ; stage tx VulpixName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx LureName ; name tx NinetalesLureDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw NinetalesLureEffectCommands ; effect commands db NONE ; flags 1 db SWITCH_OPPONENT_POKEMON ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_LURE ; animation ; attack 2 energy FIRE, 4 ; energies tx FireBlastName ; name tx FireBlastDescription ; description dw NONE ; description (cont) db 80 ; damage db DAMAGE_NORMAL ; category dw NinetalesFireBlastEffectCommands ; effect commands db NONE ; flags 1 db DISCARD_ENERGY ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_FIRE_SPIN ; animation db 1 ; retreat cost db WR_WATER ; weakness db NONE ; resistance tx FoxName ; category db 38 ; Pokedex number db 0 db 32 ; level db 3, 7 ; length dw 44 * 10 ; weight tx Ninetales1Description ; description db 0 Ninetales2Card: ; 31995 (c:5995) db TYPE_PKMN_FIRE ; type gfx Ninetales2CardGfx ; gfx tx NinetalesName ; name db STAR ; rarity db LABORATORY | GB ; sets db NINETALES2 db 80 ; hp db STAGE1 ; stage tx VulpixName ; pre-evo name ; attack 1 energy FIRE, 2 ; energies tx MixUpName ; name tx MixUpDescription ; description tx MixUpDescriptionCont ; description (cont) db 0 ; damage db RESIDUAL ; category dw NinetalesMixUpEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy FIRE, 3 ; energies tx DancingEmbersName ; name tx DancingEmbersDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_X ; category dw NinetalesDancingEmbersEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_FIRE_SPIN ; animation db 1 ; retreat cost db WR_WATER ; weakness db NONE ; resistance tx FoxName ; category db 38 ; Pokedex number db 0 db 35 ; level db 3, 7 ; length dw 44 * 10 ; weight tx Ninetales2Description ; description db 0 GrowlitheCard: ; 319d6 (c:59d6) db TYPE_PKMN_FIRE ; type gfx GrowlitheCardGfx ; gfx tx GrowlitheName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db GROWLITHE db 60 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy FIRE, 1, COLORLESS, 1 ; energies tx FlareName ; name dw NONE ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SMALL_FLAME ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_WATER ; weakness db NONE ; resistance tx PuppyName ; category db 58 ; Pokedex number db 0 db 18 ; level db 2, 4 ; length dw 42 * 10 ; weight tx GrowlitheDescription ; description db 16 Arcanine1Card: ; 31a17 (c:5a17) db TYPE_PKMN_FIRE ; type gfx Arcanine1CardGfx ; gfx tx ArcanineName ; name db PROMOSTAR ; rarity db PROMOTIONAL | PRO ; sets db ARCANINE1 db 70 ; hp db STAGE1 ; stage tx GrowlitheName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx QuickAttackName ; name tx QuickAttackDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw ArcanineQuickAttackEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_QUICK_ATTACK ; animation ; attack 2 energy FIRE, 2 ; energies tx FlamesOfRageName ; name tx FlamesOfRageDescription ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_PLUS ; category dw ArcanineFlamesOfRageEffectCommands ; effect commands db NONE ; flags 1 db DISCARD_ENERGY ; flags 2 db BOOST_IF_TAKEN_DAMAGE ; flags 3 db 6 db ATK_ANIM_FIRE_SPIN ; animation db 1 ; retreat cost db WR_WATER ; weakness db NONE ; resistance tx LegendaryName ; category db 59 ; Pokedex number db 0 db 34 ; level db 6, 3 ; length dw 342 * 10 ; weight tx Arcanine1Description ; description db 0 Arcanine2Card: ; 31a58 (c:5a58) db TYPE_PKMN_FIRE ; type gfx Arcanine2CardGfx ; gfx tx ArcanineName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db ARCANINE2 db 100 ; hp db STAGE1 ; stage tx GrowlitheName ; pre-evo name ; attack 1 energy FIRE, 2, COLORLESS, 1 ; energies tx FlamethrowerName ; name tx ArcaninesFlamethrowerDescription ; description dw NONE ; description (cont) db 50 ; damage db DAMAGE_NORMAL ; category dw ArcanineFlamethrowerEffectCommands ; effect commands db NONE ; flags 1 db DISCARD_ENERGY ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_BIG_FLAME ; animation ; attack 2 energy FIRE, 2, COLORLESS, 2 ; energies tx TakeDownName ; name tx TakeDownDescription ; description dw NONE ; description (cont) db 80 ; damage db DAMAGE_NORMAL ; category dw ArcanineTakeDownEffectCommands ; effect commands db LOW_RECOIL ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 30 db ATK_ANIM_HIT_RECOIL ; animation db 3 ; retreat cost db WR_WATER ; weakness db NONE ; resistance tx LegendaryName ; category db 59 ; Pokedex number db 0 db 45 ; level db 6, 3 ; length dw 342 * 10 ; weight tx Arcanine2Description ; description db 0 PonytaCard: ; 31a99 (c:5a99) db TYPE_PKMN_FIRE ; type gfx PonytaCardGfx ; gfx tx PonytaName ; name db CIRCLE ; rarity db COLOSSEUM | NONE ; sets db PONYTA db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx SmashKickName ; name dw NONE ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy FIRE, 2 ; energies tx FlameTailName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_BIG_FLAME ; animation db 1 ; retreat cost db WR_WATER ; weakness db NONE ; resistance tx FireHorseName ; category db 77 ; Pokedex number db 0 db 10 ; level db 3, 3 ; length dw 66 * 10 ; weight tx PonytaDescription ; description db 16 RapidashCard: ; 31ada (c:5ada) db TYPE_PKMN_FIRE ; type gfx RapidashCardGfx ; gfx tx RapidashName ; name db DIAMOND ; rarity db EVOLUTION | JUNGLE ; sets db RAPIDASH db 70 ; hp db STAGE1 ; stage tx PonytaName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx StompName ; name tx StompDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_PLUS ; category dw RapidashStompEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy FIRE, 2, COLORLESS, 1 ; energies tx AgilityName ; name tx RapidashsAgilityDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw RapidashAgilityEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK | FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_QUICK_ATTACK ; animation db 0 ; retreat cost db WR_WATER ; weakness db NONE ; resistance tx FireHorseName ; category db 78 ; Pokedex number db 0 db 33 ; level db 5, 7 ; length dw 209 * 10 ; weight tx RapidashDescription ; description db 0 Magmar1Card: ; 31b1b (c:5b1b) db TYPE_PKMN_FIRE ; type gfx Magmar1CardGfx ; gfx tx MagmarName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db MAGMAR1 db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy FIRE, 2 ; energies tx FirePunchName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_FIRE_PUNCH ; animation ; attack 2 energy FIRE, 2, COLORLESS, 1 ; energies tx FlamethrowerName ; name tx FirePunchDescription ; description dw NONE ; description (cont) db 50 ; damage db DAMAGE_NORMAL ; category dw MagmarFlamethrowerEffectCommands ; effect commands db NONE ; flags 1 db DISCARD_ENERGY ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_BIG_FLAME ; animation db 2 ; retreat cost db WR_WATER ; weakness db NONE ; resistance tx SpitfireName ; category db 126 ; Pokedex number db 0 db 24 ; level db 4, 3 ; length dw 98 * 10 ; weight tx Magmar1Description ; description db 0 Magmar2Card: ; 31b5c (c:5b5c) db TYPE_PKMN_FIRE ; type gfx Magmar2CardGfx ; gfx tx MagmarName ; name db DIAMOND ; rarity db LABORATORY | FOSSIL ; sets db MAGMAR2 db 70 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy FIRE, 1 ; energies tx SmokescreenName ; name tx MagmarsSmokescreenDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw MagmarSmokescreenEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_DARK_GAS ; animation ; attack 2 energy FIRE, 2 ; energies tx SmogName ; name tx MayInflictPoisonDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw MagmarSmogEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SMOG ; animation db 1 ; retreat cost db WR_WATER ; weakness db NONE ; resistance tx SpitfireName ; category db 126 ; Pokedex number db 0 db 31 ; level db 4, 3 ; length dw 98 * 10 ; weight tx Magmar2Description ; description db 3 Flareon1Card: ; 31b9d (c:5b9d) db TYPE_PKMN_FIRE ; type gfx Flareon1CardGfx ; gfx tx FlareonName ; name db DIAMOND ; rarity db MYSTERY | GB ; sets db FLAREON1 db 60 ; hp db STAGE1 ; stage tx EeveeName ; pre-evo name ; attack 1 energy COLORLESS, 3 ; energies tx BiteName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy COLORLESS, 3 ; energies tx RageName ; name tx FlareonsRageDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw FlareonRageEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db BOOST_IF_TAKEN_DAMAGE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 1 ; retreat cost db WR_WATER ; weakness db NONE ; resistance tx FlameName ; category db 136 ; Pokedex number db 0 db 22 ; level db 2, 11 ; length dw 55 * 10 ; weight tx Flareon1Description ; description db 0 Flareon2Card: ; 31bde (c:5bde) db TYPE_PKMN_FIRE ; type gfx Flareon2CardGfx ; gfx tx FlareonName ; name db STAR ; rarity db EVOLUTION | JUNGLE ; sets db FLAREON2 db 70 ; hp db STAGE1 ; stage tx EeveeName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx QuickAttackName ; name tx QuickAttackDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw FlareonQuickAttackEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_QUICK_ATTACK ; animation ; attack 2 energy FIRE, 2, COLORLESS, 2 ; energies tx FlamethrowerName ; name tx FlareonsFlamethrowerDescription ; description dw NONE ; description (cont) db 60 ; damage db DAMAGE_NORMAL ; category dw FlareonFlamethrowerEffectCommands ; effect commands db NONE ; flags 1 db DISCARD_ENERGY ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_BIG_FLAME ; animation db 1 ; retreat cost db WR_WATER ; weakness db NONE ; resistance tx FlameName ; category db 136 ; Pokedex number db 0 db 28 ; level db 2, 11 ; length dw 55 * 10 ; weight tx Flareon2Description ; description db 0 Moltres1Card: ; 31c1f (c:5c1f) db TYPE_PKMN_FIRE ; type gfx Moltres1CardGfx ; gfx tx MoltresName ; name db STAR ; rarity db MYSTERY | FOSSIL ; sets db MOLTRES1 db 70 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy FIRE, 1 ; energies tx WildfireName ; name tx WildfireDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw MoltresWildfireEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_5 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy FIRE, 4 ; energies tx DiveBombName ; name tx MayDoNothingDescription ; description dw NONE ; description (cont) db 80 ; damage db DAMAGE_NORMAL ; category dw Moltres1DiveBombEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 2 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx FlameName ; category db 146 ; Pokedex number db 0 db 35 ; level db 6, 7 ; length dw 132 * 10 ; weight tx Moltres1Description ; description db 0 Moltres2Card: ; 31c60 (c:5c60) db TYPE_PKMN_FIRE ; type gfx Moltres2CardGfx ; gfx tx MoltresName ; name db STAR ; rarity db PROMOTIONAL | GB ; sets db MOLTRES2 db 100 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy 0 ; energies tx FiregiverName ; name tx FiregiverDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw MoltresFiregiverEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_FIREGIVER ; animation ; attack 2 energy FIRE, 3 ; energies tx DiveBombName ; name tx MayDoNothingDescription ; description dw NONE ; description (cont) db 70 ; damage db DAMAGE_NORMAL ; category dw Moltres2DiveBombEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 2 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx FlameName ; category db 146 ; Pokedex number db 0 db 37 ; level db 6, 7 ; length dw 132 * 10 ; weight tx Moltres2Description ; description db 0 SquirtleCard: ; 31ca1 (c:5ca1) db TYPE_PKMN_WATER ; type gfx SquirtleCardGfx ; gfx tx SquirtleName ; name db CIRCLE ; rarity db EVOLUTION | NONE ; sets db SQUIRTLE db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy WATER, 1 ; energies tx BubbleName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw SquirtleBubbleEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_BUBBLES ; animation ; attack 2 energy WATER, 1, COLORLESS, 1 ; energies tx WithdrawName ; name tx SquirtlesWithdrawDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw SquirtleWithdrawEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx TinyTurtleName ; category db 7 ; Pokedex number db 0 db 8 ; level db 1, 8 ; length dw 20 * 10 ; weight tx SquirtleDescription ; description db 21 WartortleCard: ; 31ce2 (c:5ce2) db TYPE_PKMN_WATER ; type gfx WartortleCardGfx ; gfx tx WartortleName ; name db DIAMOND ; rarity db EVOLUTION | NONE ; sets db WARTORTLE db 70 ; hp db STAGE1 ; stage tx SquirtleName ; pre-evo name ; attack 1 energy WATER, 1, COLORLESS, 1 ; energies tx WithdrawName ; name tx WartortlesWithdrawDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw WartortleWithdrawEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation ; attack 2 energy WATER, 1, COLORLESS, 2 ; energies tx BiteName ; name dw NONE ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx TurtleName ; category db 8 ; Pokedex number db 0 db 22 ; level db 3, 3 ; length dw 50 * 10 ; weight tx WartortleDescription ; description db 18 BlastoiseCard: ; 31d23 (c:5d23) db TYPE_PKMN_WATER ; type gfx BlastoiseCardGfx ; gfx tx BlastoiseName ; name db STAR ; rarity db EVOLUTION | NONE ; sets db BLASTOISE db 100 ; hp db STAGE2 ; stage tx WartortleName ; pre-evo name ; attack 1 energy 0 ; energies tx RainDanceName ; name tx RainDanceDescription ; description tx RainDanceDescriptionCont ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw BlastoiseRainDanceEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy WATER, 3 ; energies tx HydroPumpName ; name tx HydroPumpDescription ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_PLUS ; category dw BlastoiseHydroPumpEffectCommands ; effect commands db NONE ; flags 1 db ATTACHED_ENERGY_BOOST ; flags 2 db NONE ; flags 3 db MAX_ENERGY_BOOST_IS_LIMITED db ATK_ANIM_HYDRO_PUMP ; animation db 3 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx ShellfishName ; category db 9 ; Pokedex number db 0 db 52 ; level db 5, 3 ; length dw 189 * 10 ; weight tx BlastoiseDescription ; description db 0 PsyduckCard: ; 31d64 (c:5d64) db TYPE_PKMN_WATER ; type gfx PsyduckCardGfx ; gfx tx PsyduckName ; name db CIRCLE ; rarity db LABORATORY | FOSSIL ; sets db PSYDUCK db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy PSYCHIC, 1 ; energies tx HeadacheName ; name tx HeadacheDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw PsyduckHeadacheEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 2 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy WATER, 1 ; energies tx FurySwipesName ; name tx TripleAttackX10Description ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_X ; category dw PsyduckFurySwipesEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_MULTIPLE_SLASH ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx DuckName ; category db 54 ; Pokedex number db 0 db 15 ; level db 2, 7 ; length dw 43 * 10 ; weight tx PsyduckDescription ; description db 19 GolduckCard: ; 31da5 (c:5da5) db TYPE_PKMN_WATER ; type gfx GolduckCardGfx ; gfx tx GolduckName ; name db DIAMOND ; rarity db LABORATORY | FOSSIL ; sets db GOLDUCK db 70 ; hp db STAGE1 ; stage tx PsyduckName ; pre-evo name ; attack 1 energy PSYCHIC, 1 ; energies tx PsyshockName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw GolduckPsyshockEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PSYCHIC_HIT ; animation ; attack 2 energy WATER, 2, COLORLESS, 1 ; energies tx HyperBeamName ; name tx Discard1EnergyFromTargetDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw GolduckHyperBeamEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_HYPER_BEAM ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx DuckName ; category db 55 ; Pokedex number db 0 db 27 ; level db 5, 7 ; length dw 169 * 10 ; weight tx GolduckDescription ; description db 3 PoliwagCard: ; 31de6 (c:5de6) db TYPE_PKMN_WATER ; type gfx PoliwagCardGfx ; gfx tx PoliwagName ; name db CIRCLE ; rarity db LABORATORY | NONE ; sets db POLIWAG db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy WATER, 1 ; energies tx WaterGunName ; name tx PoliwagsWaterGunDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw PoliwagWaterGunEffectCommands ; effect commands db NONE ; flags 1 db ATTACHED_ENERGY_BOOST ; flags 2 db NONE ; flags 3 db MAX_ENERGY_BOOST_IS_LIMITED db ATK_ANIM_WATER_GUN ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_GRASS ; weakness db NONE ; resistance tx TadpoleName ; category db 60 ; Pokedex number db 0 db 13 ; level db 2, 0 ; length dw 27 * 10 ; weight tx PoliwagDescription ; description db 19 PoliwhirlCard: ; 31e27 (c:5e27) db TYPE_PKMN_WATER ; type gfx PoliwhirlCardGfx ; gfx tx PoliwhirlName ; name db DIAMOND ; rarity db LABORATORY | NONE ; sets db POLIWHIRL db 60 ; hp db STAGE1 ; stage tx PoliwagName ; pre-evo name ; attack 1 energy WATER, 2 ; energies tx AmnesiaName ; name tx PoliwhirlsAmnesiaDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw PoliwhirlAmnesiaEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_AMNESIA ; animation ; attack 2 energy WATER, 2, COLORLESS, 1 ; energies tx DoubleslapName ; name tx DoubleAttackX30Description ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_X ; category dw PoliwhirlDoubleslapEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 1 ; retreat cost db WR_GRASS ; weakness db NONE ; resistance tx TadpoleName ; category db 61 ; Pokedex number db 0 db 28 ; level db 3, 4 ; length dw 44 * 10 ; weight tx PoliwhirlsDescription ; description db 16 PoliwrathCard: ; 31e68 (c:5e68) db TYPE_PKMN_WATER ; type gfx PoliwrathCardGfx ; gfx tx PoliwrathName ; name db STAR ; rarity db LABORATORY | NONE ; sets db POLIWRATH db 90 ; hp db STAGE2 ; stage tx PoliwhirlName ; pre-evo name ; attack 1 energy WATER, 2, COLORLESS, 1 ; energies tx WaterGunName ; name tx PoliwrathsWaterGunDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_PLUS ; category dw PoliwrathWaterGunEffectCommands ; effect commands db NONE ; flags 1 db ATTACHED_ENERGY_BOOST ; flags 2 db NONE ; flags 3 db MAX_ENERGY_BOOST_IS_LIMITED db ATK_ANIM_WATER_GUN ; animation ; attack 2 energy WATER, 2, COLORLESS, 2 ; energies tx WhirlpoolName ; name tx Discard1EnergyFromTargetDescription ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw PoliwrathWhirlpoolEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_WHIRLPOOL ; animation db 3 ; retreat cost db WR_GRASS ; weakness db NONE ; resistance tx TadpoleName ; category db 62 ; Pokedex number db 0 db 48 ; level db 4, 3 ; length dw 119 * 10 ; weight tx PoliwrathDescription ; description db 0 TentacoolCard: ; 31ea9 (c:5ea9) db TYPE_PKMN_WATER ; type gfx TentacoolCardGfx ; gfx tx TentacoolName ; name db CIRCLE ; rarity db LABORATORY | FOSSIL ; sets db TENTACOOL db 30 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy 0 ; energies tx CowardiceName ; name tx CowardiceDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw TentacoolCowardiceEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy WATER, 1 ; energies tx AcidName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_GOO ; animation db 0 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx JellyfishName ; category db 72 ; Pokedex number db 0 db 10 ; level db 2, 11 ; length dw 100 * 10 ; weight tx TentacoolDescription ; description db 19 TentacruelCard: ; 31eea (c:5eea) db TYPE_PKMN_WATER ; type gfx TentacruelCardGfx ; gfx tx TentacruelName ; name db DIAMOND ; rarity db LABORATORY | FOSSIL ; sets db TENTACRUEL db 60 ; hp db STAGE1 ; stage tx TentacoolName ; pre-evo name ; attack 1 energy WATER, 1 ; energies tx SupersonicName ; name tx MayInflictConfusionDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw TentacruelSupersonicEffectCommands ; effect commands db INFLICT_CONFUSION ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SUPERSONIC ; animation ; attack 2 energy WATER, 2 ; energies tx JellyfishStingName ; name tx InflictPoisonDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw TentacruelJellyfishStingEffectCommands ; effect commands db INFLICT_POISON ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_MULTIPLE_SLASH ; animation db 0 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx JellyfishName ; category db 73 ; Pokedex number db 0 db 21 ; level db 5, 3 ; length dw 121 * 10 ; weight tx TentacruelDescription ; description db 0 SeelCard: ; 31f2b (c:5f2b) db TYPE_PKMN_WATER ; type gfx SeelCardGfx ; gfx tx SeelName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db SEEL db 60 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy WATER, 1 ; energies tx HeadbuttName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx SeaLionName ; category db 86 ; Pokedex number db 0 db 12 ; level db 3, 7 ; length dw 198 * 10 ; weight tx SeelDescription ; description db 19 DewgongCard: ; 31f6c (c:5f6c) db TYPE_PKMN_WATER ; type gfx DewgongCardGfx ; gfx tx DewgongName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db DEWGONG db 80 ; hp db STAGE1 ; stage tx SeelName ; pre-evo name ; attack 1 energy WATER, 2, COLORLESS, 1 ; energies tx AuroraBeamName ; name dw NONE ; description dw NONE ; description (cont) db 50 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_BEAM ; animation ; attack 2 energy WATER, 2, COLORLESS, 2 ; energies tx IceBeamName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw DewgongIceBeamEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_BEAM ; animation db 3 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx SeaLionName ; category db 87 ; Pokedex number db 0 db 42 ; level db 5, 7 ; length dw 265 * 10 ; weight tx DewgongDescription ; description db 0 ShellderCard: ; 31fad (c:5fad) db TYPE_PKMN_WATER ; type gfx ShellderCardGfx ; gfx tx ShellderName ; name db CIRCLE ; rarity db MYSTERY | FOSSIL ; sets db SHELLDER db 30 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy WATER, 1 ; energies tx SupersonicName ; name tx MayInflictConfusionDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw ShellderSupersonicEffectCommands ; effect commands db INFLICT_CONFUSION ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SUPERSONIC ; animation ; attack 2 energy WATER, 1 ; energies tx HideInShellName ; name tx HideInShellDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw ShellderHideInShellEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx BivalveName ; category db 90 ; Pokedex number db 0 db 8 ; level db 1, 0 ; length dw 9 * 10 ; weight tx ShellderDescription ; description db 19 CloysterCard: ; 31fee (c:5fee) db TYPE_PKMN_WATER ; type gfx CloysterCardGfx ; gfx tx CloysterName ; name db DIAMOND ; rarity db MYSTERY | FOSSIL ; sets db CLOYSTER db 50 ; hp db STAGE1 ; stage tx ShellderName ; pre-evo name ; attack 1 energy WATER, 2 ; energies tx ClampName ; name tx ClampDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw CloysterClampEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation ; attack 2 energy WATER, 2 ; energies tx SpikeCannonName ; name tx DoubleAttackX30Description ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_X ; category dw CloysterSpikeCannonEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NEEDLES ; animation db 2 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx BivalveName ; category db 91 ; Pokedex number db 0 db 25 ; level db 4, 11 ; length dw 292 * 10 ; weight tx CloysterDescription ; description db 0 KrabbyCard: ; 3202f (c:602f) db TYPE_PKMN_WATER ; type gfx KrabbyCardGfx ; gfx tx KrabbyName ; name db CIRCLE ; rarity db EVOLUTION | FOSSIL ; sets db KRABBY db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy WATER, 1 ; energies tx CallForFamilyName ; name tx KrabbysCallForFamilyDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw KrabbyCallForFamilyEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy WATER, 1, COLORLESS, 1 ; energies tx IronGripName ; name dw NONE ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 2 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx RiverCrabName ; category db 98 ; Pokedex number db 0 db 20 ; level db 1, 4 ; length dw 14 * 10 ; weight tx KrabbyDescription ; description db 16 KinglerCard: ; 32070 (c:6070) db TYPE_PKMN_WATER ; type gfx KinglerCardGfx ; gfx tx KinglerName ; name db DIAMOND ; rarity db EVOLUTION | FOSSIL ; sets db KINGLER db 60 ; hp db STAGE1 ; stage tx KrabbyName ; pre-evo name ; attack 1 energy WATER, 1 ; energies tx FlailName ; name tx KinglersFlailDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_X ; category dw KinglerFlailEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db BOOST_IF_TAKEN_DAMAGE ; flags 3 db 0 db ATK_ANIM_BIG_HIT ; animation ; attack 2 energy WATER, 2, COLORLESS, 1 ; energies tx CrabhammerName ; name dw NONE ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 3 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx PincerName ; category db 99 ; Pokedex number db 0 db 27 ; level db 4, 3 ; length dw 132 * 10 ; weight tx KinglerDescription ; description db 0 HorseaCard: ; 320b1 (c:60b1) db TYPE_PKMN_WATER ; type gfx HorseaCardGfx ; gfx tx HorseaName ; name db CIRCLE ; rarity db LABORATORY | FOSSIL ; sets db HORSEA db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy WATER, 1 ; energies tx SmokescreenName ; name tx OpponentAttackMayDoNothingDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw HorseaSmokescreenEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_DARK_GAS ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 0 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx DragonName ; category db 116 ; Pokedex number db 0 db 19 ; level db 1, 4 ; length dw 18 * 10 ; weight tx HorseaDescription ; description db 19 SeadraCard: ; 320f2 (c:60f2) db TYPE_PKMN_WATER ; type gfx SeadraCardGfx ; gfx tx SeadraName ; name db DIAMOND ; rarity db LABORATORY | FOSSIL ; sets db SEADRA db 60 ; hp db STAGE1 ; stage tx HorseaName ; pre-evo name ; attack 1 energy WATER, 1, COLORLESS, 1 ; energies tx WaterGunName ; name tx SeadrasWaterGunDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_PLUS ; category dw SeadraWaterGunEffectCommands ; effect commands db NONE ; flags 1 db ATTACHED_ENERGY_BOOST ; flags 2 db NONE ; flags 3 db MAX_ENERGY_BOOST_IS_LIMITED db ATK_ANIM_WATER_GUN ; animation ; attack 2 energy WATER, 1, COLORLESS, 2 ; energies tx AgilityName ; name tx SeadrasAgilityDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw SeadraAgilityEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_QUICK_ATTACK ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx DragonName ; category db 117 ; Pokedex number db 0 db 23 ; level db 3, 1 ; length dw 55 * 10 ; weight tx SeadraDescription ; description db 0 GoldeenCard: ; 32133 (c:6133) db TYPE_PKMN_WATER ; type gfx GoldeenCardGfx ; gfx tx GoldeenName ; name db CIRCLE ; rarity db COLOSSEUM | JUNGLE ; sets db GOLDEEN db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy WATER, 1 ; energies tx HornAttackName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 0 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx GoldfishName ; category db 118 ; Pokedex number db 0 db 12 ; level db 2, 0 ; length dw 33 * 10 ; weight tx GoldeenDescription ; description db 21 SeakingCard: ; 32174 (c:6174) db TYPE_PKMN_WATER ; type gfx SeakingCardGfx ; gfx tx SeakingName ; name db DIAMOND ; rarity db COLOSSEUM | JUNGLE ; sets db SEAKING db 70 ; hp db STAGE1 ; stage tx GoldeenName ; pre-evo name ; attack 1 energy WATER, 1 ; energies tx HornAttackName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy WATER, 1, COLORLESS, 1 ; energies tx WaterfallName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_WATER_JETS ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx GoldfishName ; category db 119 ; Pokedex number db 0 db 28 ; level db 4, 3 ; length dw 86 * 10 ; weight tx SeakingDescription ; description db 0 StaryuCard: ; 321b5 (c:61b5) db TYPE_PKMN_WATER ; type gfx StaryuCardGfx ; gfx tx StaryuName ; name db CIRCLE ; rarity db COLOSSEUM | NONE ; sets db STARYU db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy WATER, 1 ; energies tx SlapName ; name dw NONE ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx StarshapeName ; category db 120 ; Pokedex number db 0 db 15 ; level db 2, 7 ; length dw 76 * 10 ; weight tx StaryuDescription ; description db 19 StarmieCard: ; 321f6 (c:61f6) db TYPE_PKMN_WATER ; type gfx StarmieCardGfx ; gfx tx StarmieName ; name db CIRCLE ; rarity db EVOLUTION | NONE ; sets db STARMIE db 60 ; hp db STAGE1 ; stage tx StaryuName ; pre-evo name ; attack 1 energy WATER, 2 ; energies tx RecoverName ; name tx StarmiesRecoverDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw StarmieRecoverEffectCommands ; effect commands db NONE ; flags 1 db DISCARD_ENERGY ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_RECOVER ; animation ; attack 2 energy WATER, 1, COLORLESS, 2 ; energies tx StarFreezeName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw StarmieStarFreezeEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_BEAM ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx MysteriousName ; category db 121 ; Pokedex number db 0 db 28 ; level db 3, 7 ; length dw 176 * 10 ; weight tx StarmieDescription ; description db 0 MagikarpCard: ; 32237 (c:6237) db TYPE_PKMN_WATER ; type gfx MagikarpCardGfx ; gfx tx MagikarpName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db MAGIKARP db 30 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx TackleName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy WATER, 1 ; energies tx FlailName ; name tx MagikarpsFlailDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_X ; category dw MagikarpFlailEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db BOOST_IF_TAKEN_DAMAGE ; flags 3 db 0 db ATK_ANIM_BIG_HIT ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx FishName ; category db 129 ; Pokedex number db 0 db 8 ; level db 2, 11 ; length dw 22 * 10 ; weight tx MagikarpDescription ; description db 18 GyaradosCard: ; 32278 (c:6278) db TYPE_PKMN_WATER ; type gfx GyaradosCardGfx ; gfx tx GyaradosName ; name db STAR ; rarity db COLOSSEUM | NONE ; sets db GYARADOS db 100 ; hp db STAGE1 ; stage tx MagikarpName ; pre-evo name ; attack 1 energy WATER, 3 ; energies tx DragonRageName ; name dw NONE ; description dw NONE ; description (cont) db 50 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_DRAGON_RAGE ; animation ; attack 2 energy WATER, 4 ; energies tx BubblebeamName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw GyaradosBubblebeamEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_BUBBLES ; animation db 3 ; retreat cost db WR_GRASS ; weakness db WR_FIGHTING ; resistance tx AtrociousName ; category db 130 ; Pokedex number db 0 db 41 ; level db 21, 4 ; length dw 518 * 10 ; weight tx GyaradosDescription ; description db 0 LaprasCard: ; 322b9 (c:62b9) db TYPE_PKMN_WATER ; type gfx LaprasCardGfx ; gfx tx LaprasName ; name db STAR ; rarity db MYSTERY | FOSSIL ; sets db LAPRAS db 80 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy WATER, 1 ; energies tx WaterGunName ; name tx LaprasWaterGunDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw LaprasWaterGunEffectCommands ; effect commands db NONE ; flags 1 db ATTACHED_ENERGY_BOOST ; flags 2 db NONE ; flags 3 db MAX_ENERGY_BOOST_IS_LIMITED db ATK_ANIM_WATER_GUN ; animation ; attack 2 energy WATER, 2 ; energies tx ConfuseRayName ; name tx MayInflictConfusionDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw LaprasConfuseRayEffectCommands ; effect commands db INFLICT_CONFUSION ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_CONFUSE_RAY ; animation db 2 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx TransportName ; category db 131 ; Pokedex number db 0 db 31 ; level db 8, 2 ; length dw 485 * 10 ; weight tx LaprasDescription ; description db 0 Vaporeon1Card: ; 322fa (c:62fa) db TYPE_PKMN_WATER ; type gfx Vaporeon1CardGfx ; gfx tx VaporeonName ; name db DIAMOND ; rarity db MYSTERY | GB ; sets db VAPOREON1 db 60 ; hp db STAGE1 ; stage tx EeveeName ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx FocusEnergyName ; name tx FocusEnergyDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw VaporeonFocusEnergyEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy COLORLESS, 3 ; energies tx BiteName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx BubbleJetName ; category db 134 ; Pokedex number db 0 db 29 ; level db 3, 3 ; length dw 64 * 10 ; weight tx Vaporeon1Description ; description db 0 Vaporeon2Card: ; 3233b (c:633b) db TYPE_PKMN_WATER ; type gfx Vaporeon2CardGfx ; gfx tx VaporeonName ; name db STAR ; rarity db EVOLUTION | JUNGLE ; sets db VAPOREON2 db 80 ; hp db STAGE1 ; stage tx EeveeName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx QuickAttackName ; name tx QuickAttackDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw VaporeonQuickAttackEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_QUICK_ATTACK ; animation ; attack 2 energy WATER, 2, COLORLESS, 1 ; energies tx WaterGunName ; name tx VaporeonsWaterGunDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_PLUS ; category dw VaporeonWaterGunEffectCommands ; effect commands db NONE ; flags 1 db ATTACHED_ENERGY_BOOST ; flags 2 db NONE ; flags 3 db MAX_ENERGY_BOOST_IS_LIMITED db ATK_ANIM_WATER_GUN ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db NONE ; resistance tx BubbleJetName ; category db 134 ; Pokedex number db 0 db 42 ; level db 3, 3 ; length dw 64 * 10 ; weight tx Vaporeon2Description ; description db 0 OmanyteCard: ; 3237c (c:637c) db TYPE_PKMN_WATER ; type gfx OmanyteCardGfx ; gfx tx OmanyteName ; name db CIRCLE ; rarity db MYSTERY | FOSSIL ; sets db OMANYTE db 40 ; hp db STAGE1 ; stage tx MysteriousFossilName ; pre-evo name ; attack 1 energy 0 ; energies tx ClairvoyanceName ; name tx ClairvoyanceDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw OmanyteClairvoyanceEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy WATER, 1 ; energies tx WaterGunName ; name tx OmanytesWaterGunDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw OmanyteWaterGunEffectCommands ; effect commands db NONE ; flags 1 db ATTACHED_ENERGY_BOOST ; flags 2 db NONE ; flags 3 db MAX_ENERGY_BOOST_IS_LIMITED db ATK_ANIM_WATER_GUN ; animation db 1 ; retreat cost db WR_GRASS ; weakness db NONE ; resistance tx SpiralName ; category db 138 ; Pokedex number db 0 db 19 ; level db 1, 4 ; length dw 17 * 10 ; weight tx OmanyteDescription ; description db 17 OmastarCard: ; 323bd (c:63bd) db TYPE_PKMN_WATER ; type gfx OmastarCardGfx ; gfx tx OmastarName ; name db DIAMOND ; rarity db MYSTERY | FOSSIL ; sets db OMASTAR db 70 ; hp db STAGE2 ; stage tx OmanyteName ; pre-evo name ; attack 1 energy WATER, 1, COLORLESS, 1 ; energies tx WaterGunName ; name tx OmastarsWaterGunDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_PLUS ; category dw OmastarWaterGunEffectCommands ; effect commands db NONE ; flags 1 db ATTACHED_ENERGY_BOOST ; flags 2 db NONE ; flags 3 db MAX_ENERGY_BOOST_IS_LIMITED db ATK_ANIM_WATER_GUN ; animation ; attack 2 energy WATER, 2 ; energies tx SpikeCannonName ; name tx DoubleAttackX30Description ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_X ; category dw OmastarSpikeCannonEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NEEDLES ; animation db 1 ; retreat cost db WR_GRASS ; weakness db NONE ; resistance tx SpiralName ; category db 139 ; Pokedex number db 0 db 32 ; level db 3, 3 ; length dw 77 * 10 ; weight tx OmastarDescription ; description db 0 Articuno1Card: ; 323fe (c:63fe) db TYPE_PKMN_WATER ; type gfx Articuno1CardGfx ; gfx tx ArticunoName ; name db STAR ; rarity db MYSTERY | FOSSIL ; sets db ARTICUNO1 db 70 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy WATER, 3 ; energies tx FreezeDryName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw ArticunoFreezeDryEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_BEAM ; animation ; attack 2 energy WATER, 4 ; energies tx BlizzardName ; name tx BlizzardDescription ; description dw NONE ; description (cont) db 50 ; damage db DAMAGE_NORMAL ; category dw ArticunoBlizzardEffectCommands ; effect commands db DAMAGE_TO_OPPONENT_BENCH ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 10 db ATK_ANIM_BLIZZARD ; animation db 2 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx FreezeName ; category db 144 ; Pokedex number db 0 db 35 ; level db 5, 7 ; length dw 122 * 10 ; weight tx Articuno1Description ; description db 0 Articuno2Card: ; 3243f (c:643f) db TYPE_PKMN_WATER ; type gfx Articuno2CardGfx ; gfx tx ArticunoName ; name db STAR ; rarity db PROMOTIONAL | GB ; sets db ARTICUNO2 db 100 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy 0 ; energies tx QuickfreezeName ; name tx QuickfreezeDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw ArticunoQuickfreezeEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_QUICKFREEZE ; animation ; attack 2 energy WATER, 3 ; energies tx IceBreathName ; name tx IceBreathDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw ArticunoIceBreathEffectCommands ; effect commands db DAMAGE_TO_OPPONENT_BENCH ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_WHIRLWIND_ZIGZAG ; animation db 2 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx FreezeName ; category db 144 ; Pokedex number db 0 db 37 ; level db 5, 7 ; length dw 122 * 10 ; weight tx Articuno2Description ; description db 0 Pikachu1Card: ; 32480 (c:6480) db TYPE_PKMN_LIGHTNING ; type gfx Pikachu1CardGfx ; gfx tx PikachuName ; name db CIRCLE ; rarity db COLOSSEUM | NONE ; sets db PIKACHU1 db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx GnawName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy LIGHTNING, 1, COLORLESS, 1 ; energies tx ThunderJoltName ; name tx ThunderJoltDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw PikachuThunderJoltEffectCommands ; effect commands db LOW_RECOIL ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_THUNDERSHOCK ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx MouseName ; category db 25 ; Pokedex number db 0 db 12 ; level db 1, 4 ; length dw 13 * 10 ; weight tx Pikachu1Description ; description db 19 Pikachu2Card: ; 324c1 (c:64c1) db TYPE_PKMN_LIGHTNING ; type gfx Pikachu2CardGfx ; gfx tx PikachuName ; name db CIRCLE ; rarity db MYSTERY | JUNGLE ; sets db PIKACHU2 db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy LIGHTNING, 2 ; energies tx SparkName ; name tx SparkDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw PikachuSparkEffectCommands ; effect commands db DAMAGE_TO_OPPONENT_BENCH ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 10 db ATK_ANIM_THUNDER_WHOLE_SCREEN ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx MouseName ; category db 25 ; Pokedex number db 0 db 14 ; level db 1, 4 ; length dw 13 * 10 ; weight tx Pikachu2Description ; description db 16 Pikachu3Card: ; 32502 (c:6502) db TYPE_PKMN_LIGHTNING ; type gfx Pikachu3CardGfx ; gfx tx PikachuName ; name db PROMOSTAR ; rarity db PROMOTIONAL | PRO ; sets db PIKACHU3 db 60 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx GrowlName ; name tx GrowlDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw Pikachu3GrowlEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 10 db ATK_ANIM_SUPERSONIC ; animation ; attack 2 energy LIGHTNING, 2 ; energies tx ThundershockName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw Pikachu3ThundershockEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_THUNDERSHOCK ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx MouseName ; category db 25 ; Pokedex number db 0 db 16 ; level db 1, 4 ; length dw 13 * 10 ; weight tx Pikachu3Description ; description db 16 Pikachu4Card: ; 32543 (c:6543) db TYPE_PKMN_LIGHTNING ; type gfx Pikachu4CardGfx ; gfx tx PikachuName ; name db PROMOSTAR ; rarity db PROMOTIONAL | PRO ; sets db PIKACHU4 db 60 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx GrowlName ; name tx GrowlDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw Pikachu4GrowlEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 10 db ATK_ANIM_SUPERSONIC ; animation ; attack 2 energy LIGHTNING, 2 ; energies tx ThundershockName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw Pikachu4ThundershockEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_THUNDERSHOCK ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx MouseName ; category db 25 ; Pokedex number db 0 db 16 ; level db 1, 4 ; length dw 13 * 10 ; weight tx Pikachu3Description ; description db 16 FlyingPikachuCard: ; 32584 (c:6584) db TYPE_PKMN_LIGHTNING ; type gfx FlyingPikachuCardGfx ; gfx tx FlyingPikachuName ; name db PROMOSTAR ; rarity db PROMOTIONAL | PRO ; sets db FLYING_PIKACHU db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy LIGHTNING, 1 ; energies tx ThundershockName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw FlyingPikachuThundershockEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_THUNDERSHOCK ; animation ; attack 2 energy COLORLESS, 3 ; energies tx FlyName ; name tx FlyDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw FlyingPikachuFlyEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_QUICK_ATTACK ; animation db 1 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx MouseName ; category db 25 ; Pokedex number db 0 db 12 ; level db 1, 4 ; length dw 13 * 10 ; weight tx FlyingPikachuDescription ; description db 3 SurfingPikachu1Card: ; 325c5 (c:65c5) db TYPE_PKMN_LIGHTNING ; type gfx SurfingPikachu1CardGfx ; gfx tx SurfingPikachuName ; name db PROMOSTAR ; rarity db PROMOTIONAL | PRO ; sets db SURFING_PIKACHU1 db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy WATER, 2 ; energies tx SurfName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_WATER_JETS ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx MouseName ; category db 25 ; Pokedex number db 0 db 13 ; level db 1, 4 ; length dw 13 * 10 ; weight tx SurfingPikachuDescription ; description db 0 SurfingPikachu2Card: ; 32606 (c:6606) db TYPE_PKMN_LIGHTNING ; type gfx SurfingPikachu2CardGfx ; gfx tx SurfingPikachuName ; name db PROMOSTAR ; rarity db PROMOTIONAL | PRO ; sets db SURFING_PIKACHU2 db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy WATER, 2 ; energies tx SurfName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_WATER_JETS ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx MouseName ; category db 25 ; Pokedex number db 0 db 13 ; level db 1, 4 ; length dw 13 * 10 ; weight tx SurfingPikachuDescription ; description db 0 Raichu1Card: ; 32647 (c:6647) db TYPE_PKMN_LIGHTNING ; type gfx Raichu1CardGfx ; gfx tx RaichuName ; name db STAR ; rarity db COLOSSEUM | NONE ; sets db RAICHU1 db 80 ; hp db STAGE1 ; stage tx PikachuName ; pre-evo name ; attack 1 energy LIGHTNING, 1, COLORLESS, 2 ; energies tx AgilityName ; name tx RaichusAgilityDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw RaichuAgilityEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_QUICK_ATTACK ; animation ; attack 2 energy LIGHTNING, 3, COLORLESS, 1 ; energies tx ThunderName ; name tx RaichusThunderDescription ; description dw NONE ; description (cont) db 60 ; damage db DAMAGE_NORMAL ; category dw RaichuThunderEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_THUNDER ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx MouseName ; category db 26 ; Pokedex number db 0 db 40 ; level db 2, 7 ; length dw 66 * 10 ; weight tx Raichu1Description ; description db 0 Raichu2Card: ; 32688 (c:6688) db TYPE_PKMN_LIGHTNING ; type gfx Raichu2CardGfx ; gfx tx RaichuName ; name db STAR ; rarity db MYSTERY | FOSSIL ; sets db RAICHU2 db 90 ; hp db STAGE1 ; stage tx PikachuName ; pre-evo name ; attack 1 energy LIGHTNING, 4 ; energies tx GigashockName ; name tx GigashockDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw RaichuGigashockEffectCommands ; effect commands db DAMAGE_TO_OPPONENT_BENCH ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 10 db ATK_ANIM_THUNDER_WHOLE_SCREEN ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx MouseName ; category db 26 ; Pokedex number db 0 db 45 ; level db 2, 7 ; length dw 66 * 10 ; weight tx Raichu2Description ; description db 0 Magnemite1Card: ; 326c9 (c:66c9) db TYPE_PKMN_LIGHTNING ; type gfx Magnemite1CardGfx ; gfx tx MagnemiteName ; name db CIRCLE ; rarity db COLOSSEUM | NONE ; sets db MAGNEMITE1 db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy LIGHTNING, 1 ; energies tx ThunderWaveName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw MagnemiteThunderWaveEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_THUNDER_WAVE ; animation ; attack 2 energy LIGHTNING, 1, COLORLESS, 1 ; energies tx SelfdestructName ; name tx MagnemitesSelfdestructDescription ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw MagnemiteSelfdestructEffectCommands ; effect commands db HIGH_RECOIL ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 40 db ATK_ANIM_SELFDESTRUCT ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx MagnetName ; category db 81 ; Pokedex number db 0 db 13 ; level db 1, 0 ; length dw 13 * 10 ; weight tx Magnemite1Description ; description db 19 Magnemite2Card: ; 3270a (c:670a) db TYPE_PKMN_LIGHTNING ; type gfx Magnemite2CardGfx ; gfx tx MagnemiteName ; name db CIRCLE ; rarity db LABORATORY | GB ; sets db MAGNEMITE2 db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx TackleName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy LIGHTNING, 1, COLORLESS, 1 ; energies tx MagneticStormName ; name tx MagneticStormDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw MagnemiteMagneticStormEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_5 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_MAGNETIC_STORM ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx MagnetName ; category db 81 ; Pokedex number db 0 db 15 ; level db 1, 0 ; length dw 13 * 10 ; weight tx Magnemite2Description ; description db 19 Magneton1Card: ; 3274b (c:674b) db TYPE_PKMN_LIGHTNING ; type gfx Magneton1CardGfx ; gfx tx MagnetonName ; name db STAR ; rarity db COLOSSEUM | NONE ; sets db MAGNETON1 db 60 ; hp db STAGE1 ; stage tx MagnemiteName ; pre-evo name ; attack 1 energy LIGHTNING, 2, COLORLESS, 1 ; energies tx ThunderWaveName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw MagnetonThunderWaveEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_THUNDER_WAVE ; animation ; attack 2 energy LIGHTNING, 2, COLORLESS, 2 ; energies tx SelfdestructName ; name tx Magneton1sSelfdestructDescription ; description dw NONE ; description (cont) db 80 ; damage db DAMAGE_NORMAL ; category dw Magneton1SelfdestructEffectCommands ; effect commands db HIGH_RECOIL ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 80 db ATK_ANIM_BIG_SELFDESTRUCTION ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx MagnetName ; category db 82 ; Pokedex number db 0 db 28 ; level db 3, 3 ; length dw 132 * 10 ; weight tx Magneton1Description ; description db 0 Magneton2Card: ; 3278c (c:678c) db TYPE_PKMN_LIGHTNING ; type gfx Magneton2CardGfx ; gfx tx MagnetonName ; name db STAR ; rarity db LABORATORY | FOSSIL ; sets db MAGNETON2 db 80 ; hp db STAGE1 ; stage tx MagnemiteName ; pre-evo name ; attack 1 energy LIGHTNING, 1, COLORLESS, 1 ; energies tx SonicboomName ; name tx SonicboomDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw MagnetonSonicboomEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_TEAR ; animation ; attack 2 energy LIGHTNING, 4 ; energies tx SelfdestructName ; name tx Magneton2sSelfdestructDescription ; description dw NONE ; description (cont) db 100 ; damage db DAMAGE_NORMAL ; category dw Magneton2SelfdestructEffectCommands ; effect commands db HIGH_RECOIL ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 100 db ATK_ANIM_BIG_SELFDESTRUCTION ; animation db 2 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx MagnetName ; category db 82 ; Pokedex number db 0 db 35 ; level db 3, 3 ; length dw 132 * 10 ; weight tx Magneton2Description ; description db 0 VoltorbCard: ; 327cd (c:67cd) db TYPE_PKMN_LIGHTNING ; type gfx VoltorbCardGfx ; gfx tx VoltorbName ; name db CIRCLE ; rarity db MYSTERY | NONE ; sets db VOLTORB db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx TackleName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx BallName ; category db 100 ; Pokedex number db 0 db 10 ; level db 1, 8 ; length dw 23 * 10 ; weight tx VoltorbDescription ; description db 21 Electrode1Card: ; 3280e (c:680e) db TYPE_PKMN_LIGHTNING ; type gfx Electrode1CardGfx ; gfx tx ElectrodeName ; name db STAR ; rarity db LABORATORY | GB ; sets db ELECTRODE1 db 70 ; hp db STAGE1 ; stage tx VoltorbName ; pre-evo name ; attack 1 energy LIGHTNING, 2 ; energies tx SonicboomName ; name tx SonicboomDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw ElectrodeSonicboomEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_TEAR ; animation ; attack 2 energy LIGHTNING, 3 ; energies tx EnergySpikeName ; name tx EnergySpikeDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw ElectrodeEnergySpikeEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx BallName ; category db 101 ; Pokedex number db 0 db 35 ; level db 3, 11 ; length dw 147 * 10 ; weight tx Electrode1Description ; description db 0 Electrode2Card: ; 3284f (c:684f) db TYPE_PKMN_LIGHTNING ; type gfx Electrode2CardGfx ; gfx tx ElectrodeName ; name db STAR ; rarity db MYSTERY | JUNGLE ; sets db ELECTRODE2 db 90 ; hp db STAGE1 ; stage tx VoltorbName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx TackleName ; name dw NONE ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy LIGHTNING, 3 ; energies tx ChainLightningName ; name tx ChainLightningDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw ElectrodeChainLightningEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_CHAIN_LIGHTNING ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx BallName ; category db 101 ; Pokedex number db 0 db 42 ; level db 3, 11 ; length dw 147 * 10 ; weight tx Electrode2Description ; description db 0 Electabuzz1Card: ; 32890 (c:6890) db TYPE_PKMN_LIGHTNING ; type gfx Electabuzz1CardGfx ; gfx tx ElectabuzzName ; name db PROMOSTAR ; rarity db PROMOTIONAL | PRO ; sets db ELECTABUZZ1 db 60 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy LIGHTNING, 1 ; energies tx LightScreenName ; name tx LightScreenDescription ; description tx LightScreenDescriptionCont ; description (cont) db 0 ; damage db RESIDUAL ; category dw ElectabuzzLightScreenEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_BARRIER ; animation ; attack 2 energy COLORLESS, 2 ; energies tx QuickAttackName ; name tx ElectabuzzsQuickAttackDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw ElectabuzzQuickAttackEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_QUICK_ATTACK ; animation db 2 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx ElectricName ; category db 125 ; Pokedex number db 0 db 20 ; level db 3, 7 ; length dw 66 * 10 ; weight tx Electabuzz1Description ; description db 0 Electabuzz2Card: ; 328d1 (c:68d1) db TYPE_PKMN_LIGHTNING ; type gfx Electabuzz2CardGfx ; gfx tx ElectabuzzName ; name db STAR ; rarity db COLOSSEUM | NONE ; sets db ELECTABUZZ2 db 70 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy LIGHTNING, 1 ; energies tx ThundershockName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw ElectabuzzThundershockEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_THUNDERSHOCK ; animation ; attack 2 energy LIGHTNING, 1, COLORLESS, 1 ; energies tx ThunderpunchName ; name tx ThunderpunchDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_PLUS ; category dw ElectabuzzThunderpunchEffectCommands ; effect commands db LOW_RECOIL ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_THUNDERPUNCH ; animation db 2 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx ElectricName ; category db 125 ; Pokedex number db 0 db 35 ; level db 3, 7 ; length dw 66 * 10 ; weight tx Electabuzz2Description ; description db 0 Jolteon1Card: ; 32912 (c:6912) db TYPE_PKMN_LIGHTNING ; type gfx Jolteon1CardGfx ; gfx tx JolteonName ; name db DIAMOND ; rarity db MYSTERY | GB ; sets db JOLTEON1 db 60 ; hp db STAGE1 ; stage tx EeveeName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx DoubleKickName ; name tx DoubleAttackX20Description ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_X ; category dw JolteonDoubleKickEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy COLORLESS, 4 ; energies tx StunNeedleName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw JolteonStunNeedleEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NEEDLES ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx LightningName ; category db 135 ; Pokedex number db 0 db 24 ; level db 2, 7 ; length dw 54 * 10 ; weight tx Jolteon1Description ; description db 0 Jolteon2Card: ; 32953 (c:6953) db TYPE_PKMN_LIGHTNING ; type gfx Jolteon2CardGfx ; gfx tx JolteonName ; name db STAR ; rarity db EVOLUTION | JUNGLE ; sets db JOLTEON2 db 70 ; hp db STAGE1 ; stage tx EeveeName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx QuickAttackName ; name tx QuickAttackDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw JolteonQuickAttackEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_QUICK_ATTACK ; animation ; attack 2 energy LIGHTNING, 2, COLORLESS, 1 ; energies tx PinMissileName ; name tx QuadrupleAttackX20Description ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_X ; category dw JolteonPinMissileEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NEEDLES ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db NONE ; resistance tx LightningName ; category db 135 ; Pokedex number db 0 db 29 ; level db 2, 7 ; length dw 54 * 10 ; weight tx Jolteon2Description ; description db 0 Zapdos1Card: ; 32994 (c:6994) db TYPE_PKMN_LIGHTNING ; type gfx Zapdos1CardGfx ; gfx tx ZapdosName ; name db STAR ; rarity db MYSTERY | FOSSIL ; sets db ZAPDOS1 db 80 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy LIGHTNING, 4 ; energies tx ThunderstormName ; name tx ThunderstormDescription ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw ZapdosThunderstormEffectCommands ; effect commands db LOW_RECOIL | DAMAGE_TO_OPPONENT_BENCH ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_THUNDERSTORM ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 2 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx ElectricName ; category db 145 ; Pokedex number db 0 db 40 ; level db 5, 3 ; length dw 116 * 10 ; weight tx Zapdos1Description ; description db 0 Zapdos2Card: ; 329d5 (c:69d5) db TYPE_PKMN_LIGHTNING ; type gfx Zapdos2CardGfx ; gfx tx ZapdosName ; name db STAR ; rarity db COLOSSEUM | NONE ; sets db ZAPDOS2 db 90 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy LIGHTNING, 3, COLORLESS, 1 ; energies tx ThunderName ; name tx ZapdosThunderDescription ; description dw NONE ; description (cont) db 60 ; damage db DAMAGE_NORMAL ; category dw ZapdosThunderEffectCommands ; effect commands db LOW_RECOIL ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_THUNDER ; animation ; attack 2 energy LIGHTNING, 4 ; energies tx ThunderboltName ; name tx ThunderboltDescription ; description dw NONE ; description (cont) db 100 ; damage db DAMAGE_NORMAL ; category dw ZapdosThunderboltEffectCommands ; effect commands db NONE ; flags 1 db DISCARD_ENERGY ; flags 2 db NONE ; flags 3 db 9 db ATK_ANIM_THUNDERBOLT ; animation db 3 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx ElectricName ; category db 145 ; Pokedex number db 0 db 64 ; level db 5, 3 ; length dw 116 * 10 ; weight tx Zapdos2Description ; description db 0 Zapdos3Card: ; 32a16 (c:6a16) db TYPE_PKMN_LIGHTNING ; type gfx Zapdos3CardGfx ; gfx tx ZapdosName ; name db STAR ; rarity db PROMOTIONAL | GB ; sets db ZAPDOS3 db 100 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy 0 ; energies tx PealOfThunderName ; name tx PealOfThunderDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw ZapdosPealOfThunderEffectCommands ; effect commands db DAMAGE_TO_OPPONENT_BENCH ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PEAL_OF_THUNDER ; animation ; attack 2 energy LIGHTNING, 3 ; energies tx BigThunderName ; name tx BigThunderDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw ZapdosBigThunderEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_BIG_THUNDER ; animation db 2 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx ElectricName ; category db 145 ; Pokedex number db 0 db 68 ; level db 5, 3 ; length dw 116 * 10 ; weight tx Zapdos3Description ; description db 0 SandshrewCard: ; 32a57 (c:6a57) db TYPE_PKMN_FIGHTING ; type gfx SandshrewCardGfx ; gfx tx SandshrewName ; name db CIRCLE ; rarity db EVOLUTION | NONE ; sets db SANDSHREW db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy FIGHTING, 1 ; energies tx SandAttackName ; name tx OpponentAttackMayDoNothingDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw SandshrewSandAttackEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_DARK_GAS ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_GRASS ; weakness db WR_LIGHTNING ; resistance tx MouseName ; category db 27 ; Pokedex number db 0 db 12 ; level db 2, 0 ; length dw 26 * 10 ; weight tx SandshrewDescription ; description db 19 SandslashCard: ; 32a98 (c:6a98) db TYPE_PKMN_FIGHTING ; type gfx SandslashCardGfx ; gfx tx SandslashName ; name db DIAMOND ; rarity db EVOLUTION | FOSSIL ; sets db SANDSLASH db 70 ; hp db STAGE1 ; stage tx SandshrewName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx SlashName ; name dw NONE ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SLASH ; animation ; attack 2 energy FIGHTING, 2 ; energies tx FurySwipesName ; name tx TripleAttackX20Description ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_X ; category dw SandslashFurySwipesEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_MULTIPLE_SLASH ; animation db 1 ; retreat cost db WR_GRASS ; weakness db WR_LIGHTNING ; resistance tx MouseName ; category db 28 ; Pokedex number db 0 db 33 ; level db 3, 3 ; length dw 65 * 10 ; weight tx SandslashDescription ; description db 0 DiglettCard: ; 32ad9 (c:6ad9) db TYPE_PKMN_FIGHTING ; type gfx DiglettCardGfx ; gfx tx DiglettName ; name db CIRCLE ; rarity db COLOSSEUM | NONE ; sets db DIGLETT db 30 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy FIGHTING, 1 ; energies tx DigName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy FIGHTING, 2 ; energies tx MudSlapName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 0 ; retreat cost db WR_GRASS ; weakness db WR_LIGHTNING ; resistance tx MoleName ; category db 50 ; Pokedex number db 0 db 8 ; level db 0, 8 ; length dw 2 * 10 ; weight tx DiglettDescription ; description db 19 DugtrioCard: ; 32b1a (c:6b1a) db TYPE_PKMN_FIGHTING ; type gfx DugtrioCardGfx ; gfx tx DugtrioName ; name db STAR ; rarity db COLOSSEUM | NONE ; sets db DUGTRIO db 70 ; hp db STAGE1 ; stage tx DiglettName ; pre-evo name ; attack 1 energy FIGHTING, 2, COLORLESS, 1 ; energies tx SlashName ; name dw NONE ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SLASH ; animation ; attack 2 energy FIGHTING, 4 ; energies tx EarthquakeName ; name tx EarthquakeDescription ; description dw NONE ; description (cont) db 70 ; damage db DAMAGE_NORMAL ; category dw DugtrioEarthquakeEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 2 ; retreat cost db WR_GRASS ; weakness db WR_LIGHTNING ; resistance tx MoleName ; category db 51 ; Pokedex number db 0 db 36 ; level db 2, 4 ; length dw 73 * 10 ; weight tx DugtrioDescription ; description db 0 MankeyCard: ; 32b5b (c:6b5b) db TYPE_PKMN_FIGHTING ; type gfx MankeyCardGfx ; gfx tx MankeyName ; name db CIRCLE ; rarity db MYSTERY | JUNGLE ; sets db MANKEY db 30 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy 0 ; energies tx PeekName ; name tx PeekDescription ; description tx PeekDescriptionCont ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw MankeyPeekEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_5 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy COLORLESS, 1 ; energies tx ScratchName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SLASH ; animation db 0 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx PigMonkeyName ; category db 56 ; Pokedex number db 0 db 7 ; level db 1, 8 ; length dw 62 * 10 ; weight tx MankeyDescription ; description db 17 PrimeapeCard: ; 32b9c (c:6b9c) db TYPE_PKMN_FIGHTING ; type gfx PrimeapeCardGfx ; gfx tx PrimeapeName ; name db DIAMOND ; rarity db MYSTERY | JUNGLE ; sets db PRIMEAPE db 70 ; hp db STAGE1 ; stage tx MankeyName ; pre-evo name ; attack 1 energy FIGHTING, 2 ; energies tx FurySwipesName ; name tx TripleAttackX20Description ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_X ; category dw PrimeapeFurySwipesEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_MULTIPLE_SLASH ; animation ; attack 2 energy FIGHTING, 2, COLORLESS, 1 ; energies tx TantrumName ; name tx TantrumDescription ; description dw NONE ; description (cont) db 50 ; damage db DAMAGE_NORMAL ; category dw PrimeapeTantrumEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_7 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_RAMPAGE ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx PigMonkeyName ; category db 57 ; Pokedex number db 0 db 35 ; level db 3, 3 ; length dw 71 * 10 ; weight tx PrimeapeDescription ; description db 0 MachopCard: ; 32bdd (c:6bdd) db TYPE_PKMN_FIGHTING ; type gfx MachopCardGfx ; gfx tx MachopName ; name db CIRCLE ; rarity db COLOSSEUM | NONE ; sets db MACHOP db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy FIGHTING, 1 ; energies tx LowKickName ; name dw NONE ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx SuperpowerName ; category db 66 ; Pokedex number db 0 db 20 ; level db 2, 7 ; length dw 43 * 10 ; weight tx MachopDescription ; description db 21 MachokeCard: ; 32c1e (c:6c1e) db TYPE_PKMN_FIGHTING ; type gfx MachokeCardGfx ; gfx tx MachokeName ; name db DIAMOND ; rarity db EVOLUTION | NONE ; sets db MACHOKE db 80 ; hp db STAGE1 ; stage tx MachopName ; pre-evo name ; attack 1 energy FIGHTING, 2, COLORLESS, 1 ; energies tx KarateChopName ; name tx KarateChopDescription ; description dw NONE ; description (cont) db 50 ; damage db DAMAGE_MINUS ; category dw MachokeKarateChopEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_7 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy FIGHTING, 2, COLORLESS, 2 ; energies tx SubmissionName ; name tx SubmissionDescription ; description dw NONE ; description (cont) db 60 ; damage db DAMAGE_NORMAL ; category dw MachokeSubmissionEffectCommands ; effect commands db LOW_RECOIL ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 20 db ATK_ANIM_HIT_RECOIL ; animation db 3 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx SuperpowerName ; category db 67 ; Pokedex number db 0 db 40 ; level db 4, 11 ; length dw 155 * 10 ; weight tx MachokeDescription ; description db 16 MachampCard: ; 32c5f (c:6c5f) db TYPE_PKMN_FIGHTING ; type gfx MachampCardGfx ; gfx tx MachampName ; name db STAR ; rarity db EVOLUTION | NONE ; sets db MACHAMP db 100 ; hp db STAGE2 ; stage tx MachokeName ; pre-evo name ; attack 1 energy 0 ; energies tx StrikesBackName ; name tx StrikesBackDescription ; description tx StrikesBackDescriptionCont ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw MachampStrikesBackEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy FIGHTING, 3, COLORLESS, 1 ; energies tx SeismicTossName ; name dw NONE ; description dw NONE ; description (cont) db 60 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SEISMIC_TOSS ; animation db 3 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx SuperpowerName ; category db 68 ; Pokedex number db 0 db 67 ; level db 5, 3 ; length dw 287 * 10 ; weight tx MachampDescription ; description db 0 GeodudeCard: ; 32ca0 (c:6ca0) db TYPE_PKMN_FIGHTING ; type gfx GeodudeCardGfx ; gfx tx GeodudeName ; name db CIRCLE ; rarity db EVOLUTION | FOSSIL ; sets db GEODUDE db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy FIGHTING, 1, COLORLESS, 1 ; energies tx StoneBarrageName ; name tx StoneBarrageDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_X ; category dw GeodudeStoneBarrageEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_STONE_BARRAGE ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_GRASS ; weakness db NONE ; resistance tx RockName ; category db 74 ; Pokedex number db 0 db 16 ; level db 1, 4 ; length dw 44 * 10 ; weight tx GeodudeDescription ; description db 19 GravelerCard: ; 32ce1 (c:6ce1) db TYPE_PKMN_FIGHTING ; type gfx GravelerCardGfx ; gfx tx GravelerName ; name db DIAMOND ; rarity db EVOLUTION | FOSSIL ; sets db GRAVELER db 60 ; hp db STAGE1 ; stage tx GeodudeName ; pre-evo name ; attack 1 energy FIGHTING, 2 ; energies tx HardenName ; name tx GravelersHardenDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw GravelerHardenEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PROTECT ; animation ; attack 2 energy FIGHTING, 2, COLORLESS, 1 ; energies tx RockThrowName ; name dw NONE ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_ROCK_THROW ; animation db 2 ; retreat cost db WR_GRASS ; weakness db NONE ; resistance tx RockName ; category db 75 ; Pokedex number db 0 db 29 ; level db 3, 3 ; length dw 232 * 10 ; weight tx GravelerDescription ; description db 16 GolemCard: ; 32d22 (c:6d22) db TYPE_PKMN_FIGHTING ; type gfx GolemCardGfx ; gfx tx GolemName ; name db DIAMOND ; rarity db EVOLUTION | FOSSIL ; sets db GOLEM db 80 ; hp db STAGE2 ; stage tx GravelerName ; pre-evo name ; attack 1 energy FIGHTING, 3, COLORLESS, 1 ; energies tx AvalancheName ; name dw NONE ; description dw NONE ; description (cont) db 60 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_ROCK_THROW ; animation ; attack 2 energy FIGHTING, 4 ; energies tx SelfdestructName ; name tx GolemsSelfdestructDescription ; description dw NONE ; description (cont) db 100 ; damage db DAMAGE_NORMAL ; category dw GolemSelfdestructEffectCommands ; effect commands db HIGH_RECOIL ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 100 db ATK_ANIM_BIG_SELFDESTRUCTION ; animation db 4 ; retreat cost db WR_GRASS ; weakness db NONE ; resistance tx MegatonName ; category db 76 ; Pokedex number db 0 db 36 ; level db 4, 7 ; length dw 662 * 10 ; weight tx GolemDescription ; description db 0 OnixCard: ; 32d63 (c:6d63) db TYPE_PKMN_FIGHTING ; type gfx OnixCardGfx ; gfx tx OnixName ; name db CIRCLE ; rarity db LABORATORY | NONE ; sets db ONIX db 90 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy FIGHTING, 1 ; energies tx RockThrowName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_ROCK_THROW ; animation ; attack 2 energy FIGHTING, 2 ; energies tx HardenName ; name tx OnixsHardenDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw OnixHardenEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PROTECT ; animation db 3 ; retreat cost db WR_GRASS ; weakness db NONE ; resistance tx RockSnakeName ; category db 95 ; Pokedex number db 0 db 12 ; level db 28, 10 ; length dw 463 * 10 ; weight tx OnixDescription ; description db 0 CuboneCard: ; 32da4 (c:6da4) db TYPE_PKMN_FIGHTING ; type gfx CuboneCardGfx ; gfx tx CuboneName ; name db CIRCLE ; rarity db EVOLUTION | JUNGLE ; sets db CUBONE db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx SnivelName ; name tx SnivelDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw CuboneSnivelEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 10 db ATK_ANIM_CRY ; animation ; attack 2 energy FIGHTING, 2 ; energies tx RageName ; name tx CubonesRageDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw CuboneRageEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db BOOST_IF_TAKEN_DAMAGE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 1 ; retreat cost db WR_GRASS ; weakness db WR_LIGHTNING ; resistance tx LonelyName ; category db 104 ; Pokedex number db 0 db 13 ; level db 1, 4 ; length dw 14 * 10 ; weight tx CuboneDescription ; description db 19 Marowak1Card: ; 32de5 (c:6de5) db TYPE_PKMN_FIGHTING ; type gfx Marowak1CardGfx ; gfx tx MarowakName ; name db DIAMOND ; rarity db LABORATORY | JUNGLE ; sets db MAROWAK1 db 60 ; hp db STAGE1 ; stage tx CuboneName ; pre-evo name ; attack 1 energy FIGHTING, 2 ; energies tx BonemerangName ; name tx DoubleAttackX30Description ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_X ; category dw MarowakBonemerangEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_BONEMERANG ; animation ; attack 2 energy FIGHTING, 2, COLORLESS, 1 ; energies tx CallforFriendName ; name tx CallforFriendDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw MarowakCallforFriendEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation db 1 ; retreat cost db WR_GRASS ; weakness db WR_LIGHTNING ; resistance tx BonekeeperName ; category db 105 ; Pokedex number db 0 db 26 ; level db 3, 3 ; length dw 99 * 10 ; weight tx Marowak1Description ; description db 0 Marowak2Card: ; 32e26 (c:6e26) db TYPE_PKMN_FIGHTING ; type gfx Marowak2CardGfx ; gfx tx MarowakName ; name db DIAMOND ; rarity db EVOLUTION | GB ; sets db MAROWAK2 db 70 ; hp db STAGE1 ; stage tx CuboneName ; pre-evo name ; attack 1 energy FIGHTING, 1, COLORLESS, 1 ; energies tx BoneAttackName ; name tx BoneAttackDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw MarowakBoneAttackEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_BONEMERANG ; animation ; attack 2 energy FIGHTING, 3 ; energies tx WailName ; name tx WailDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw MarowakWailEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_CRY ; animation db 2 ; retreat cost db WR_GRASS ; weakness db WR_LIGHTNING ; resistance tx BonekeeperName ; category db 105 ; Pokedex number db 0 db 32 ; level db 3, 3 ; length dw 99 * 10 ; weight tx Marowak2Description ; description db 0 HitmonleeCard: ; 32e67 (c:6e67) db TYPE_PKMN_FIGHTING ; type gfx HitmonleeCardGfx ; gfx tx HitmonleeName ; name db STAR ; rarity db LABORATORY | FOSSIL ; sets db HITMONLEE db 60 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy FIGHTING, 2 ; energies tx StretchKickName ; name tx StretchKickDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw HitmonleeStretchKickEffectCommands ; effect commands db DAMAGE_TO_OPPONENT_BENCH ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_STRETCH_KICK ; animation ; attack 2 energy FIGHTING, 3 ; energies tx HighJumpKickName ; name dw NONE ; description dw NONE ; description (cont) db 50 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PUNCH ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx KickingName ; category db 106 ; Pokedex number db 0 db 30 ; level db 4, 11 ; length dw 110 * 10 ; weight tx HitmonleeDescription ; description db 0 HitmonchanCard: ; 32ea8 (c:6ea8) db TYPE_PKMN_FIGHTING ; type gfx HitmonchanCardGfx ; gfx tx HitmonchanName ; name db STAR ; rarity db COLOSSEUM | NONE ; sets db HITMONCHAN db 70 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy FIGHTING, 1 ; energies tx JabName ; name dw NONE ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PUNCH ; animation ; attack 2 energy FIGHTING, 2, COLORLESS, 1 ; energies tx SpecialPunch ; name dw NONE ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PUNCH ; animation db 2 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx PunchingName ; category db 107 ; Pokedex number db 0 db 33 ; level db 4, 7 ; length dw 111 * 10 ; weight tx HitmonchanDescription ; description db 0 RhyhornCard: ; 32ee9 (c:6ee9) db TYPE_PKMN_FIGHTING ; type gfx RhyhornCardGfx ; gfx tx RhyhornName ; name db CIRCLE ; rarity db MYSTERY | JUNGLE ; sets db RHYHORN db 70 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx LeerName ; name tx LeerDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw RhyhornLeerEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation ; attack 2 energy FIGHTING, 1, COLORLESS, 2 ; energies tx HornAttackName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 3 ; retreat cost db WR_GRASS ; weakness db WR_LIGHTNING ; resistance tx SpikeName ; category db 111 ; Pokedex number db 0 db 18 ; level db 3, 3 ; length dw 254 * 10 ; weight tx RhyhornDescription ; description db 16 RhydonCard: ; 32f2a (c:6f2a) db TYPE_PKMN_FIGHTING ; type gfx RhydonCardGfx ; gfx tx RhydonName ; name db DIAMOND ; rarity db MYSTERY | JUNGLE ; sets db RHYDON db 100 ; hp db STAGE1 ; stage tx RhyhornName ; pre-evo name ; attack 1 energy FIGHTING, 1, COLORLESS, 2 ; energies tx HornAttackName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy FIGHTING, 4 ; energies tx RamName ; name tx RamDescription ; description tx RamDescriptionCont ; description (cont) db 50 ; damage db DAMAGE_NORMAL ; category dw RhydonRamEffectCommands ; effect commands db LOW_RECOIL ; flags 1 db SWITCH_OPPONENT_POKEMON ; flags 2 db NONE ; flags 3 db 20 db ATK_ANIM_HIT_RECOIL ; animation db 3 ; retreat cost db WR_GRASS ; weakness db WR_LIGHTNING ; resistance tx DrillName ; category db 112 ; Pokedex number db 0 db 48 ; level db 6, 3 ; length dw 265 * 10 ; weight tx RhydonDescription ; description db 0 KabutoCard: ; 32f6b (c:6f6b) db TYPE_PKMN_FIGHTING ; type gfx KabutoCardGfx ; gfx tx KabutoName ; name db CIRCLE ; rarity db MYSTERY | FOSSIL ; sets db KABUTO db 30 ; hp db STAGE1 ; stage tx MysteriousFossilName ; pre-evo name ; attack 1 energy 0 ; energies tx KabutoArmorName ; name tx KabutoArmorDescription ; description tx KabutoArmorDescriptionCont ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw KabutoKabutoArmorEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy COLORLESS, 1 ; energies tx ScratchName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SLASH ; animation db 1 ; retreat cost db WR_GRASS ; weakness db NONE ; resistance tx ShellfishName ; category db 140 ; Pokedex number db 0 db 9 ; level db 1, 8 ; length dw 25 * 10 ; weight tx KabutoDescription ; description db 19 KabutopsCard: ; 32fac (c:6fac) db TYPE_PKMN_FIGHTING ; type gfx KabutopsCardGfx ; gfx tx KabutopsName ; name db STAR ; rarity db MYSTERY | FOSSIL ; sets db KABUTOPS db 60 ; hp db STAGE2 ; stage tx KabutoName ; pre-evo name ; attack 1 energy FIGHTING, 2 ; energies tx SharpSickleName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_TEAR ; animation ; attack 2 energy FIGHTING, 4 ; energies tx AbsorbName ; name tx AbsorbDescription ; description tx AbsorbDescriptionCont ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw KabutopsAbsorbEffectCommands ; effect commands db NONE ; flags 1 db HEAL_USER ; flags 2 db NONE ; flags 3 db 2 db ATK_ANIM_DRAIN ; animation db 1 ; retreat cost db WR_GRASS ; weakness db NONE ; resistance tx ShellfishName ; category db 141 ; Pokedex number db 0 db 30 ; level db 4, 3 ; length dw 89 * 10 ; weight tx KabutopsDescription ; description db 0 AerodactylCard: ; 32fed (c:6fed) db TYPE_PKMN_FIGHTING ; type gfx AerodactylCardGfx ; gfx tx AerodactylName ; name db STAR ; rarity db MYSTERY | FOSSIL ; sets db AERODACTYL db 60 ; hp db STAGE1 ; stage tx MysteriousFossilName ; pre-evo name ; attack 1 energy 0 ; energies tx PrehistoricPowerName ; name tx PrehistoricPowerDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw AerodactylPrehistoricPowerEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy COLORLESS, 3 ; energies tx WingAttackName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 2 ; retreat cost db WR_GRASS ; weakness db WR_FIGHTING ; resistance tx FossilName ; category db 142 ; Pokedex number db 0 db 28 ; level db 5, 11 ; length dw 130 * 10 ; weight tx AerodactylDescription ; description db 1 AbraCard: ; 3302e (c:702e) db TYPE_PKMN_PSYCHIC ; type gfx AbraCardGfx ; gfx tx AbraName ; name db CIRCLE ; rarity db COLOSSEUM | NONE ; sets db ABRA db 30 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy PSYCHIC, 1 ; energies tx PsyshockName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw AbraPsyshockEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PSYCHIC_HIT ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 0 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx PsiName ; category db 63 ; Pokedex number db 0 db 10 ; level db 2, 11 ; length dw 43 * 10 ; weight tx AbraDescription ; description db 16 KadabraCard: ; 3306f (c:706f) db TYPE_PKMN_PSYCHIC ; type gfx KadabraCardGfx ; gfx tx KadabraName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db KADABRA db 60 ; hp db STAGE1 ; stage tx AbraName ; pre-evo name ; attack 1 energy PSYCHIC, 2 ; energies tx RecoverName ; name tx KadabrasRecoverDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw KadabraRecoverEffectCommands ; effect commands db NONE ; flags 1 db DISCARD_ENERGY ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_RECOVER ; animation ; attack 2 energy PSYCHIC, 2, COLORLESS, 1 ; energies tx SuperPsiName ; name dw NONE ; description dw NONE ; description (cont) db 50 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PSYCHIC_HIT ; animation db 3 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx PsiName ; category db 64 ; Pokedex number db 0 db 38 ; level db 4, 3 ; length dw 125 * 10 ; weight tx KadabraDescription ; description db 16 AlakazamCard: ; 330b0 (c:70b0) db TYPE_PKMN_PSYCHIC ; type gfx AlakazamCardGfx ; gfx tx AlakazamName ; name db STAR ; rarity db MYSTERY | NONE ; sets db ALAKAZAM db 80 ; hp db STAGE2 ; stage tx KadabraName ; pre-evo name ; attack 1 energy 0 ; energies tx DamageSwapName ; name tx DamageSwapDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw AlakazamDamageSwapEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy PSYCHIC, 3 ; energies tx ConfuseRayName ; name tx MayInflictConfusionDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw AlakazamConfuseRayEffectCommands ; effect commands db INFLICT_CONFUSION ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_CONFUSE_RAY ; animation db 3 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx PsiName ; category db 65 ; Pokedex number db 0 db 42 ; level db 4, 11 ; length dw 106 * 10 ; weight tx AlakazamDescription ; description db 0 Slowpoke1Card: ; 330f1 (c:70f1) db TYPE_PKMN_PSYCHIC ; type gfx Slowpoke1CardGfx ; gfx tx SlowpokeName ; name db PROMOSTAR ; rarity db PROMOTIONAL | PRO ; sets db SLOWPOKE1 db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx HeadbuttName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy PSYCHIC, 2 ; energies tx AmnesiaName ; name tx SlowpokesAmnesiaDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw SlowpokeAmnesiaEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 2 db ATK_ANIM_AMNESIA ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx DopeyName ; category db 79 ; Pokedex number db 0 db 9 ; level db 3, 11 ; length dw 79 * 10 ; weight tx Slowpoke1Description ; description db 19 Slowpoke2Card: ; 33132 (c:7132) db TYPE_PKMN_PSYCHIC ; type gfx Slowpoke2CardGfx ; gfx tx SlowpokeName ; name db CIRCLE ; rarity db LABORATORY | FOSSIL ; sets db SLOWPOKE2 db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx SpacingOutName ; name tx SpacingOutDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw SlowpokeSpacingOutEffectCommands ; effect commands db NONE ; flags 1 db HEAL_USER ; flags 2 db NONE ; flags 3 db 1 db ATK_ANIM_NONE ; animation ; attack 2 energy PSYCHIC, 2 ; energies tx ScavengeName ; name tx ScavengeDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw SlowpokeScavengeEffectCommands ; effect commands db NONE ; flags 1 db DISCARD_ENERGY ; flags 2 db NONE ; flags 3 db 2 db ATK_ANIM_GLOW_EFFECT ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx DopeyName ; category db 79 ; Pokedex number db 0 db 18 ; level db 3, 11 ; length dw 79 * 10 ; weight tx Slowpoke1Description ; description db 16 SlowbroCard: ; 33173 (c:7173) db TYPE_PKMN_PSYCHIC ; type gfx SlowbroCardGfx ; gfx tx SlowbroName ; name db DIAMOND ; rarity db LABORATORY | FOSSIL ; sets db SLOWBRO db 60 ; hp db STAGE1 ; stage tx SlowpokeName ; pre-evo name ; attack 1 energy 0 ; energies tx StrangeBehaviorName ; name tx StrangeBehaviorDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw SlowbroStrangeBehaviorEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy PSYCHIC, 2 ; energies tx PsyshockName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw SlowbroPsyshockEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PSYCHIC_HIT ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx HermitcrabName ; category db 80 ; Pokedex number db 0 db 26 ; level db 5, 3 ; length dw 173 * 10 ; weight tx SlowbroDescription ; description db 1 Gastly1Card: ; 331b4 (c:71b4) db TYPE_PKMN_PSYCHIC ; type gfx Gastly1CardGfx ; gfx tx GastlyName ; name db CIRCLE ; rarity db EVOLUTION | NONE ; sets db GASTLY1 db 30 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy PSYCHIC, 1 ; energies tx SleepingGasName ; name tx MayInflictSleepDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw GastlySleepingGasEffectCommands ; effect commands db INFLICT_SLEEP ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SLEEPING_GAS ; animation ; attack 2 energy PSYCHIC, 1, COLORLESS, 1 ; energies tx DestinyBondName ; name tx DestinyBondDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw GastlyDestinyBondEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 3 db ATK_ANIM_GLOW_EFFECT ; animation db 0 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx GasName ; category db 92 ; Pokedex number db 0 db 8 ; level db 4, 3 ; length dw 2 ; weight tx Gastly1Description ; description db 16 Gastly2Card: ; 331f5 (c:71f5) db TYPE_PKMN_PSYCHIC ; type gfx Gastly2CardGfx ; gfx tx GastlyName ; name db DIAMOND ; rarity db LABORATORY | FOSSIL ; sets db GASTLY2 db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy PSYCHIC, 1 ; energies tx LickName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw GastlyLickEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_GOO ; animation ; attack 2 energy PSYCHIC, 2 ; energies tx EnergyConversionName ; name tx EnergyConversionDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw GastlyEnergyConversionEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 10 db ATK_ANIM_ENERGY_CONVERSION ; animation db 0 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx GasName ; category db 92 ; Pokedex number db 0 db 17 ; level db 4, 3 ; length dw 2 ; weight tx Gastly2Description ; description db 19 Haunter1Card: ; 33236 (c:7236) db TYPE_PKMN_PSYCHIC ; type gfx Haunter1CardGfx ; gfx tx HaunterName ; name db STAR ; rarity db LABORATORY | FOSSIL ; sets db HAUNTER1 db 50 ; hp db STAGE1 ; stage tx GastlyName ; pre-evo name ; attack 1 energy 0 ; energies tx TransparencyName ; name tx TransparencyDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw HaunterTransparencyEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy PSYCHIC, 1, COLORLESS, 1 ; energies tx NightmareName ; name tx InflictSleepDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw HaunterNightmareEffectCommands ; effect commands db INFLICT_SLEEP ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NIGHTMARE ; animation db 0 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx GasName ; category db 93 ; Pokedex number db 0 db 17 ; level db 5, 3 ; length dw 2 ; weight tx HaunterDescription ; description db 16 Haunter2Card: ; 33277 (c:7277) db TYPE_PKMN_PSYCHIC ; type gfx Haunter2CardGfx ; gfx tx HaunterName ; name db DIAMOND ; rarity db EVOLUTION | NONE ; sets db HAUNTER2 db 60 ; hp db STAGE1 ; stage tx GastlyName ; pre-evo name ; attack 1 energy PSYCHIC, 1 ; energies tx HypnosisName ; name tx InflictSleepDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw HaunterHypnosisEffectCommands ; effect commands db INFLICT_SLEEP ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HYPNOSIS ; animation ; attack 2 energy PSYCHIC, 2 ; energies tx DreamEaterName ; name tx DreamEaterDescription ; description dw NONE ; description (cont) db 50 ; damage db DAMAGE_NORMAL ; category dw HaunterDreamEaterEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PSYCHIC_HIT ; animation db 1 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx GasName ; category db 93 ; Pokedex number db 0 db 22 ; level db 5, 3 ; length dw 2 ; weight tx HaunterDescription ; description db 16 GengarCard: ; 332b8 (c:72b8) db TYPE_PKMN_PSYCHIC ; type gfx GengarCardGfx ; gfx tx GengarName ; name db STAR ; rarity db EVOLUTION | FOSSIL ; sets db GENGAR db 80 ; hp db STAGE2 ; stage tx HaunterName ; pre-evo name ; attack 1 energy 0 ; energies tx CurseName ; name tx CurseDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw GengarCurseEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy PSYCHIC, 3 ; energies tx DarkMindName ; name tx DarkMindDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw GengarDarkMindEffectCommands ; effect commands db DAMAGE_TO_OPPONENT_BENCH ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 10 db ATK_ANIM_DARK_MIND ; animation db 1 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx ShadowName ; category db 94 ; Pokedex number db 0 db 38 ; level db 4, 11 ; length dw 89 * 10 ; weight tx GengarDescription ; description db 1 DrowzeeCard: ; 332f9 (c:72f9) db TYPE_PKMN_PSYCHIC ; type gfx DrowzeeCardGfx ; gfx tx DrowzeeName ; name db CIRCLE ; rarity db MYSTERY | NONE ; sets db DROWZEE db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx PoundName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy PSYCHIC, 2 ; energies tx ConfuseRayName ; name tx MayInflictConfusionDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw DrowzeeConfuseRayEffectCommands ; effect commands db INFLICT_CONFUSION ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_CONFUSE_RAY ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx HypnosisName ; category db 96 ; Pokedex number db 0 db 12 ; level db 3, 3 ; length dw 71 * 10 ; weight tx DrowzeeDescription ; description db 19 HypnoCard: ; 3333a (c:733a) db TYPE_PKMN_PSYCHIC ; type gfx HypnoCardGfx ; gfx tx HypnoName ; name db STAR ; rarity db LABORATORY | FOSSIL ; sets db HYPNO db 90 ; hp db STAGE1 ; stage tx DrowzeeName ; pre-evo name ; attack 1 energy PSYCHIC, 1 ; energies tx ProphecyName ; name tx ProphecyDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw HypnoProphecyEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_5 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy PSYCHIC, 3 ; energies tx DarkMindName ; name tx DarkMindDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw HypnoDarkMindEffectCommands ; effect commands db DAMAGE_TO_OPPONENT_BENCH ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 10 db ATK_ANIM_DARK_MIND ; animation db 2 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx HypnosisName ; category db 97 ; Pokedex number db 0 db 36 ; level db 5, 3 ; length dw 167 * 10 ; weight tx HypnoDescription ; description db 0 MrMimeCard: ; 3337b (c:737b) db TYPE_PKMN_PSYCHIC ; type gfx MrMimeCardGfx ; gfx tx MrMimeName ; name db STAR ; rarity db LABORATORY | JUNGLE ; sets db MR_MIME db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy 0 ; energies tx InvisibleWallName ; name tx InvisibleWallDescription ; description tx InvisibleWallDescriptionCont ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw MrMimeInvisibleWallEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy PSYCHIC, 1, COLORLESS, 1 ; energies tx MeditateName ; name tx MrMimesMeditateDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw MrMimeMeditateEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PSYCHIC_HIT ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx BarrierName ; category db 122 ; Pokedex number db 0 db 28 ; level db 4, 3 ; length dw 120 * 10 ; weight tx MrMimeDescription ; description db 3 JynxCard: ; 333bc (c:73bc) db TYPE_PKMN_PSYCHIC ; type gfx JynxCardGfx ; gfx tx JynxName ; name db DIAMOND ; rarity db EVOLUTION | NONE ; sets db JYNX db 70 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy PSYCHIC, 1 ; energies tx DoubleslapName ; name tx DoubleAttackX10Description ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_X ; category dw JynxDoubleslapEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy PSYCHIC, 2, COLORLESS, 1 ; energies tx MeditateName ; name tx JynxsMeditateDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_PLUS ; category dw JynxMeditateEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PSYCHIC_HIT ; animation db 2 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx HumanShapeName ; category db 124 ; Pokedex number db 0 db 23 ; level db 4, 7 ; length dw 90 * 10 ; weight tx JynxDescription ; description db 0 Mewtwo1Card: ; 333fd (c:73fd) db TYPE_PKMN_PSYCHIC ; type gfx Mewtwo1CardGfx ; gfx tx MewtwoName ; name db STAR ; rarity db LABORATORY | NONE ; sets db MEWTWO1 db 60 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy PSYCHIC, 1, COLORLESS, 1 ; energies tx PsychicName ; name tx PsychicDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw MewtwoPsychicEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PSYCHIC_HIT ; animation ; attack 2 energy PSYCHIC, 2 ; energies tx BarrierName ; name tx BarrierDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw MewtwoBarrierEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK | DISCARD_ENERGY ; flags 2 db NONE ; flags 3 db 2 db ATK_ANIM_BARRIER ; animation db 3 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx GeneticName ; category db 150 ; Pokedex number db 0 db 53 ; level db 6, 7 ; length dw 269 * 10 ; weight tx Mewtwo1Description ; description db 0 Mewtwo2Card: ; 3343e (c:743e) db TYPE_PKMN_PSYCHIC ; type gfx Mewtwo2CardGfx ; gfx tx MewtwoName ; name db PROMOSTAR ; rarity db PROMOTIONAL | PRO ; sets db MEWTWO2 db 70 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy PSYCHIC, 1 ; energies tx EnergyAbsorptionName ; name tx EnergyAbsorptionDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw Mewtwo2EnergyAbsorptionEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy PSYCHIC, 2, COLORLESS, 1 ; energies tx PsyburnName ; name dw NONE ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PSYCHIC_HIT ; animation db 2 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx GeneticName ; category db 150 ; Pokedex number db 0 db 60 ; level db 6, 7 ; length dw 269 * 10 ; weight tx Mewtwo2Description ; description db 0 Mewtwo3Card: ; 3347f (c:747f) db TYPE_PKMN_PSYCHIC ; type gfx Mewtwo3CardGfx ; gfx tx MewtwoName ; name db PROMOSTAR ; rarity db PROMOTIONAL | PRO ; sets db MEWTWO3 db 70 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy PSYCHIC, 1 ; energies tx EnergyAbsorptionName ; name tx EnergyAbsorptionDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw Mewtwo3EnergyAbsorptionEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy PSYCHIC, 2, COLORLESS, 1 ; energies tx PsyburnName ; name dw NONE ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PSYCHIC_HIT ; animation db 2 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx GeneticName ; category db 150 ; Pokedex number db 0 db 60 ; level db 6, 7 ; length dw 269 * 10 ; weight tx Mewtwo2Description ; description db 0 Mew1Card: ; 334c0 (c:74c0) db TYPE_PKMN_PSYCHIC ; type gfx Mew1CardGfx ; gfx tx MewName ; name db PROMOSTAR ; rarity db PROMOTIONAL | PRO ; sets db MEW1 db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy 0 ; energies tx NeutralizingShieldName ; name tx NeutralizingShieldDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw MewNeutralizingShieldEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy PSYCHIC, 1 ; energies tx PsyshockName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw MewPsyshockEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PSYCHIC_HIT ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx NewSpeciesName ; category db 151 ; Pokedex number db 0 db 8 ; level db 1, 4 ; length dw 9 * 10 ; weight tx Mew1Description ; description db 3 Mew2Card: ; 33501 (c:7501) db TYPE_PKMN_PSYCHIC ; type gfx Mew2CardGfx ; gfx tx MewName ; name db STAR ; rarity db PROMOTIONAL | GB ; sets db MEW2 db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy PSYCHIC, 1, COLORLESS, 1 ; energies tx MysteryAttackName ; name tx MysteryAttackDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw MewMysteryAttackEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT_EFFECT ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 0 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx NewSpeciesName ; category db 151 ; Pokedex number db 0 db 15 ; level db 1, 4 ; length dw 9 * 10 ; weight tx Mew2Description ; description db 0 Mew3Card: ; 33542 (c:7542) db TYPE_PKMN_PSYCHIC ; type gfx Mew3CardGfx ; gfx tx MewName ; name db STAR ; rarity db MYSTERY | FOSSIL ; sets db MEW3 db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy PSYCHIC, 1 ; energies tx PsywaveName ; name tx PsywaveDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_X ; category dw MewPsywaveEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PSYCHIC_HIT ; animation ; attack 2 energy PSYCHIC, 2 ; energies tx DevolutionBeamName ; name tx DevolutionBeamDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw MewDevolutionBeamEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_PSYCHIC ; weakness db NONE ; resistance tx NewSpeciesName ; category db 151 ; Pokedex number db 0 db 23 ; level db 1, 4 ; length dw 9 * 10 ; weight tx Mew1Description ; description db 8 PidgeyCard: ; 33583 (c:7583) db TYPE_PKMN_COLORLESS ; type gfx PidgeyCardGfx ; gfx tx PidgeyName ; name db CIRCLE ; rarity db EVOLUTION | NONE ; sets db PIDGEY db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx WhirlwindName ; name tx WhirlwindDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw PidgeyWhirlwindEffectCommands ; effect commands db NONE ; flags 1 db SWITCH_OPPONENT_POKEMON ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_WHIRLWIND ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db WR_FIGHTING ; resistance tx TinyBirdName ; category db 16 ; Pokedex number db 0 db 8 ; level db 1, 0 ; length dw 4 * 10 ; weight tx PidgeyDescription ; description db 18 PidgeottoCard: ; 335c4 (c:75c4) db TYPE_PKMN_COLORLESS ; type gfx PidgeottoCardGfx ; gfx tx PidgeottoName ; name db STAR ; rarity db EVOLUTION | NONE ; sets db PIDGEOTTO db 60 ; hp db STAGE1 ; stage tx PidgeyName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx WhirlwindName ; name tx WhirlwindDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw PidgeottoWhirlwindEffectCommands ; effect commands db NONE ; flags 1 db SWITCH_OPPONENT_POKEMON ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_WHIRLWIND ; animation ; attack 2 energy COLORLESS, 3 ; energies tx MirrorMoveName ; name tx PidgeottosMirrorMoveDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw PidgeottoMirrorMoveEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_MIRROR_MOVE ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db WR_FIGHTING ; resistance tx BirdName ; category db 17 ; Pokedex number db 0 db 36 ; level db 3, 7 ; length dw 66 * 10 ; weight tx PidgeottoDescription ; description db 16 Pidgeot1Card: ; 33605 (c:7605) db TYPE_PKMN_COLORLESS ; type gfx Pidgeot1CardGfx ; gfx tx PidgeotName ; name db STAR ; rarity db LABORATORY | GB ; sets db PIDGEOT1 db 80 ; hp db STAGE2 ; stage tx PidgeottoName ; pre-evo name ; attack 1 energy COLORLESS, 3 ; energies tx SlicingWindName ; name tx SlicingWildDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw PidgeotSlicingWindEffectCommands ; effect commands db DAMAGE_TO_OPPONENT_BENCH ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 2 db ATK_ANIM_WHIRLWIND_ZIGZAG ; animation ; attack 2 energy COLORLESS, 4 ; energies tx GaleName ; name tx GaleDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw PidgeotGaleEffectCommands ; effect commands db NONE ; flags 1 db SWITCH_OPPONENT_POKEMON | FLAG_2_BIT_7 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db WR_FIGHTING ; resistance tx BirdName ; category db 18 ; Pokedex number db 0 db 38 ; level db 4, 11 ; length dw 87 * 10 ; weight tx Pidgeot1Description ; description db 0 Pidgeot2Card: ; 33646 (c:7646) db TYPE_PKMN_COLORLESS ; type gfx Pidgeot2CardGfx ; gfx tx PidgeotName ; name db STAR ; rarity db EVOLUTION | JUNGLE ; sets db PIDGEOT2 db 80 ; hp db STAGE2 ; stage tx PidgeottoName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx WingAttackName ; name dw NONE ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy COLORLESS, 3 ; energies tx HurricaneName ; name tx HurricaneDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw PidgeotHurricaneEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_7 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_WHIRLWIND ; animation db 0 ; retreat cost db WR_LIGHTNING ; weakness db WR_FIGHTING ; resistance tx BirdName ; category db 18 ; Pokedex number db 0 db 40 ; level db 4, 11 ; length dw 87 * 10 ; weight tx Pidgeot2Description ; description db 0 RattataCard: ; 33687 (c:7687) db TYPE_PKMN_COLORLESS ; type gfx RattataCardGfx ; gfx tx RattataName ; name db CIRCLE ; rarity db COLOSSEUM | NONE ; sets db RATTATA db 30 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx BiteName ; name dw NONE ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 0 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx RatName ; category db 19 ; Pokedex number db 0 db 9 ; level db 1, 0 ; length dw 8 * 10 ; weight tx RattataDescription ; description db 19 RaticateCard: ; 336c8 (c:76c8) db TYPE_PKMN_COLORLESS ; type gfx RaticateCardGfx ; gfx tx RaticateName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db RATICATE db 60 ; hp db STAGE1 ; stage tx RattataName ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx BiteName ; name dw NONE ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy COLORLESS, 3 ; energies tx SuperFangName ; name tx SuperFangDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw RaticateSuperFangEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx RatName ; category db 20 ; Pokedex number db 0 db 41 ; level db 2, 4 ; length dw 41 * 10 ; weight tx RaticateDescription ; description db 3 SpearowCard: ; 33709 (c:7709) db TYPE_PKMN_COLORLESS ; type gfx SpearowCardGfx ; gfx tx SpearowName ; name db CIRCLE ; rarity db LABORATORY | JUNGLE ; sets db SPEAROW db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx PeckName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy COLORLESS, 3 ; energies tx MirrorMoveName ; name tx SpearowsMirrorMoveDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw SpearowMirrorMoveEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_MIRROR_MOVE ; animation db 0 ; retreat cost db WR_LIGHTNING ; weakness db WR_FIGHTING ; resistance tx TinyBirdName ; category db 21 ; Pokedex number db 0 db 13 ; level db 1, 0 ; length dw 4 * 10 ; weight tx SpearowDescription ; description db 19 FearowCard: ; 3374a (c:774a) db TYPE_PKMN_COLORLESS ; type gfx FearowCardGfx ; gfx tx FearowName ; name db DIAMOND ; rarity db LABORATORY | JUNGLE ; sets db FEAROW db 70 ; hp db STAGE1 ; stage tx SpearowName ; pre-evo name ; attack 1 energy COLORLESS, 3 ; energies tx AgilityName ; name tx FearowsAgilityDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw FearowAgilityEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_QUICK_ATTACK ; animation ; attack 2 energy COLORLESS, 4 ; energies tx DrillPeckName ; name dw NONE ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_DRILL ; animation db 0 ; retreat cost db WR_LIGHTNING ; weakness db WR_FIGHTING ; resistance tx BeakName ; category db 22 ; Pokedex number db 0 db 27 ; level db 3, 11 ; length dw 84 * 10 ; weight tx FearowDescription ; description db 0 ClefairyCard: ; 3378b (c:778b) db TYPE_PKMN_COLORLESS ; type gfx ClefairyCardGfx ; gfx tx ClefairyName ; name db STAR ; rarity db MYSTERY | NONE ; sets db CLEFAIRY db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx SingName ; name tx MayInflictSleepDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw ClefairySingEffectCommands ; effect commands db INFLICT_SLEEP ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SING ; animation ; attack 2 energy COLORLESS, 3 ; energies tx MetronomeName ; name tx ClefairysMetronomeDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw ClefairyMetronomeEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx FairyName ; category db 35 ; Pokedex number db 0 db 14 ; level db 2, 0 ; length dw 17 * 10 ; weight tx ClefairyDescription ; description db 18 ClefableCard: ; 337cc (c:77cc) db TYPE_PKMN_COLORLESS ; type gfx ClefableCardGfx ; gfx tx ClefableName ; name db STAR ; rarity db LABORATORY | JUNGLE ; sets db CLEFABLE db 70 ; hp db STAGE1 ; stage tx ClefairyName ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx MetronomeName ; name tx ClefablesMetronomeDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw ClefableMetronomeEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation ; attack 2 energy COLORLESS, 2 ; energies tx MinimizeName ; name tx ClefablesMinimizeDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw ClefableMinimizeEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 20 db ATK_ANIM_PROTECT ; animation db 2 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx FairyName ; category db 36 ; Pokedex number db 0 db 34 ; level db 4, 3 ; length dw 88 * 10 ; weight tx ClefableDescription ; description db 0 Jigglypuff1Card: ; 3380d (c:780d) db TYPE_PKMN_COLORLESS ; type gfx Jigglypuff1CardGfx ; gfx tx JigglypuffName ; name db PROMOSTAR ; rarity db PROMOTIONAL | PRO ; sets db JIGGLYPUFF1 db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx FirstAidName ; name tx FirstAidDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw JigglypuffFirstAidEffectCommands ; effect commands db NONE ; flags 1 db HEAL_USER ; flags 2 db NONE ; flags 3 db 1 db ATK_ANIM_RECOVER ; animation ; attack 2 energy COLORLESS, 3 ; energies tx DoubleEdgeName ; name tx JigglypuffsDoubleEdgeDescription ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_NORMAL ; category dw JigglypuffDoubleEdgeEffectCommands ; effect commands db LOW_RECOIL ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 20 db ATK_ANIM_HIT_RECOIL ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx BalloonName ; category db 39 ; Pokedex number db 0 db 12 ; level db 1, 8 ; length dw 12 * 10 ; weight tx Jigglypuff1Description ; description db 16 Jigglypuff2Card: ; 3384e (c:784e) db TYPE_PKMN_COLORLESS ; type gfx Jigglypuff2CardGfx ; gfx tx JigglypuffName ; name db CIRCLE ; rarity db EVOLUTION | GB ; sets db JIGGLYPUFF2 db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx FriendshipSongName ; name tx FriendshipSongDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw JigglypuffFriendshipSongEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_NONE ; animation ; attack 2 energy COLORLESS, 2 ; energies tx ExpandName ; name tx ExpandDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw JigglypuffExpandEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 10 db ATK_ANIM_EXPAND ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx BalloonName ; category db 39 ; Pokedex number db 0 db 13 ; level db 1, 8 ; length dw 12 * 10 ; weight tx Jigglypuff2Description ; description db 16 Jigglypuff3Card: ; 3388f (c:788f) db TYPE_PKMN_COLORLESS ; type gfx Jigglypuff3CardGfx ; gfx tx JigglypuffName ; name db CIRCLE ; rarity db COLOSSEUM | JUNGLE ; sets db JIGGLYPUFF3 db 60 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx LullabyName ; name tx InflictSleepDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw JigglypuffLullabyEffectCommands ; effect commands db INFLICT_SLEEP ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_LULLABY ; animation ; attack 2 energy COLORLESS, 2 ; energies tx PoundName ; name dw NONE ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx BalloonName ; category db 39 ; Pokedex number db 0 db 14 ; level db 1, 8 ; length dw 12 * 10 ; weight tx Jigglypuff3Description ; description db 16 WigglytuffCard: ; 338d0 (c:78d0) db TYPE_PKMN_COLORLESS ; type gfx WigglytuffCardGfx ; gfx tx WigglytuffName ; name db STAR ; rarity db COLOSSEUM | JUNGLE ; sets db WIGGLYTUFF db 80 ; hp db STAGE1 ; stage tx JigglypuffName ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx LullabyName ; name tx InflictSleepDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw WigglytuffLullabyEffectCommands ; effect commands db INFLICT_SLEEP ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_LULLABY ; animation ; attack 2 energy COLORLESS, 3 ; energies tx DoTheWaveName ; name tx DoTheWaveDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw WigglytuffDoTheWaveEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 2 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx BalloonName ; category db 40 ; Pokedex number db 0 db 36 ; level db 3, 3 ; length dw 26 * 10 ; weight tx WigglytuffDescription ; description db 0 Meowth1Card: ; 33911 (c:7911) db TYPE_PKMN_COLORLESS ; type gfx Meowth1CardGfx ; gfx tx MeowthName ; name db CIRCLE ; rarity db COLOSSEUM | GB ; sets db MEOWTH1 db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx CatPunchName ; name tx CatPunchDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw MeowthCatPunchEffectCommands ; effect commands db DAMAGE_TO_OPPONENT_BENCH ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 2 db ATK_ANIM_CAT_PUNCH ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx ScratchCatName ; category db 52 ; Pokedex number db 0 db 14 ; level db 1, 4 ; length dw 9 * 10 ; weight tx Meowth1Description ; description db 16 Meowth2Card: ; 33952 (c:7952) db TYPE_PKMN_COLORLESS ; type gfx Meowth2CardGfx ; gfx tx MeowthName ; name db CIRCLE ; rarity db MYSTERY | JUNGLE ; sets db MEOWTH2 db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx PayDayName ; name tx PayDayDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw MeowthPayDayEffectCommands ; effect commands db DRAW_CARD ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx ScratchCatName ; category db 52 ; Pokedex number db 0 db 15 ; level db 1, 4 ; length dw 9 * 10 ; weight tx Meowth2Description ; description db 16 PersianCard: ; 33993 (c:7993) db TYPE_PKMN_COLORLESS ; type gfx PersianCardGfx ; gfx tx PersianName ; name db DIAMOND ; rarity db MYSTERY | JUNGLE ; sets db PERSIAN db 70 ; hp db STAGE1 ; stage tx MeowthName ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx ScratchName ; name dw NONE ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SLASH ; animation ; attack 2 energy COLORLESS, 3 ; energies tx PounceName ; name tx PounceDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw PersianPounceEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 10 db ATK_ANIM_HIT ; animation db 0 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx ClassyCatName ; category db 53 ; Pokedex number db 0 db 25 ; level db 3, 3 ; length dw 71 * 10 ; weight tx PersianDescription ; description db 0 FarfetchdCard: ; 339d4 (c:79d4) db TYPE_PKMN_COLORLESS ; type gfx FarfetchdCardGfx ; gfx tx FarfetchdName ; name db DIAMOND ; rarity db MYSTERY | NONE ; sets db FARFETCHD db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx LeekSlapName ; name tx LeekSlapDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw FarfetchdLeekSlapEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_WHIP ; animation ; attack 2 energy COLORLESS, 3 ; energies tx PotSmashName ; name dw NONE ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_POT_SMASH ; animation db 1 ; retreat cost db WR_LIGHTNING ; weakness db WR_FIGHTING ; resistance tx WildDuckName ; category db 83 ; Pokedex number db 0 db 20 ; level db 2, 7 ; length dw 33 * 10 ; weight tx FarfetchdDescription ; description db 3 DoduoCard: ; 33a15 (c:7a15) db TYPE_PKMN_COLORLESS ; type gfx DoduoCardGfx ; gfx tx DoduoName ; name db CIRCLE ; rarity db LABORATORY | NONE ; sets db DODUO db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx FuryAttackName ; name tx DoubleAttackX10Description ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_X ; category dw DoduoFuryAttackEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_MULTIPLE_SLASH ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 0 ; retreat cost db WR_LIGHTNING ; weakness db WR_FIGHTING ; resistance tx TwinBirdName ; category db 84 ; Pokedex number db 0 db 10 ; level db 4, 7 ; length dw 86 * 10 ; weight tx DoduoDescription ; description db 19 DodrioCard: ; 33a56 (c:7a56) db TYPE_PKMN_COLORLESS ; type gfx DodrioCardGfx ; gfx tx DodrioName ; name db DIAMOND ; rarity db LABORATORY | JUNGLE ; sets db DODRIO db 70 ; hp db STAGE1 ; stage tx DoduoName ; pre-evo name ; attack 1 energy 0 ; energies tx RetreatAidName ; name tx RetreatAidDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw DodrioRetreatAidEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PKMN_POWER_1 ; animation ; attack 2 energy COLORLESS, 3 ; energies tx RageName ; name tx DodriosRageDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw DodrioRageEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db BOOST_IF_TAKEN_DAMAGE ; flags 3 db 0 db ATK_ANIM_BIG_HIT ; animation db 0 ; retreat cost db WR_LIGHTNING ; weakness db WR_FIGHTING ; resistance tx TriplebirdName ; category db 85 ; Pokedex number db 0 db 28 ; level db 5, 11 ; length dw 188 * 10 ; weight tx DodrioDescription ; description db 1 LickitungCard: ; 33a97 (c:7a97) db TYPE_PKMN_COLORLESS ; type gfx LickitungCardGfx ; gfx tx LickitungName ; name db DIAMOND ; rarity db MYSTERY | JUNGLE ; sets db LICKITUNG db 90 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx TongueWrapName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw LickitungTongueWrapEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_GOO ; animation ; attack 2 energy COLORLESS, 2 ; energies tx SupersonicName ; name tx MayInflictConfusionDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw LickitungSupersonicEffectCommands ; effect commands db INFLICT_CONFUSION ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_SUPERSONIC ; animation db 3 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx LickingName ; category db 108 ; Pokedex number db 0 db 26 ; level db 3, 11 ; length dw 144 * 10 ; weight tx LickitungDescription ; description db 0 ChanseyCard: ; 33ad8 (c:7ad8) db TYPE_PKMN_COLORLESS ; type gfx ChanseyCardGfx ; gfx tx ChanseyName ; name db STAR ; rarity db COLOSSEUM | NONE ; sets db CHANSEY db 120 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx ScrunchName ; name tx ScrunchDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw ChanseyScrunchEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation ; attack 2 energy COLORLESS, 4 ; energies tx DoubleEdgeName ; name tx ChanseysDoubleEdgeDescription ; description dw NONE ; description (cont) db 80 ; damage db DAMAGE_NORMAL ; category dw ChanseyDoubleEdgeEffectCommands ; effect commands db HIGH_RECOIL ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 80 db ATK_ANIM_HIT_RECOIL ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx EggName ; category db 113 ; Pokedex number db 0 db 55 ; level db 3, 7 ; length dw 76 * 10 ; weight tx ChanseyDescription ; description db 8 KangaskhanCard: ; 33b19 (c:7b19) db TYPE_PKMN_COLORLESS ; type gfx KangaskhanCardGfx ; gfx tx KangaskhanName ; name db STAR ; rarity db COLOSSEUM | JUNGLE ; sets db KANGASKHAN db 90 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx FetchName ; name tx FetchDescription ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw KangaskhanFetchEffectCommands ; effect commands db DRAW_CARD ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy COLORLESS, 4 ; energies tx CometPunchName ; name tx QuadrupleAttackX20Description ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_X ; category dw KangaskhanCometPunchEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_PUNCH ; animation db 3 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx ParentName ; category db 115 ; Pokedex number db 0 db 40 ; level db 7, 3 ; length dw 176 * 10 ; weight tx KangaskhanDescription ; description db 0 TaurosCard: ; 33b5a (c:7b5a) db TYPE_PKMN_COLORLESS ; type gfx TaurosCardGfx ; gfx tx TaurosName ; name db DIAMOND ; rarity db MYSTERY | JUNGLE ; sets db TAUROS db 60 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 2 ; energies tx StompName ; name tx StompDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_PLUS ; category dw TaurosStompEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 1 db ATK_ANIM_HIT ; animation ; attack 2 energy COLORLESS, 3 ; energies tx RampageName ; name tx RampageDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_PLUS ; category dw TaurosRampageEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db BOOST_IF_TAKEN_DAMAGE ; flags 3 db 0 db ATK_ANIM_RAMPAGE ; animation db 2 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx WildBullName ; category db 128 ; Pokedex number db 0 db 32 ; level db 4, 7 ; length dw 195 * 10 ; weight tx TaurosDescription ; description db 0 DittoCard: ; 33b9b (c:7b9b) db TYPE_PKMN_COLORLESS ; type gfx DittoCardGfx ; gfx tx DittoName ; name db STAR ; rarity db LABORATORY | GB ; sets db DITTO db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx PoundName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy COLORLESS, 3 ; energies tx MorphName ; name tx MorphDescription ; description tx MorphDescriptionCont ; description (cont) db 0 ; damage db RESIDUAL ; category dw DittoMorphEffectCommands ; effect commands db NONE ; flags 1 db FLAG_2_BIT_6 ; flags 2 db NONE ; flags 3 db 3 db ATK_ANIM_GLOW_EFFECT ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx TransformName ; category db 132 ; Pokedex number db 0 db 19 ; level db 1, 0 ; length dw 9 * 10 ; weight tx DittoDescription ; description db 0 EeveeCard: ; 33bdc (c:7bdc) db TYPE_PKMN_COLORLESS ; type gfx EeveeCardGfx ; gfx tx EeveeName ; name db CIRCLE ; rarity db EVOLUTION | JUNGLE ; sets db EEVEE db 50 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx TailWagName ; name tx TailWagDescription ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw EeveeTailWagEffectCommands ; effect commands db NONE ; flags 1 db NULLIFY_OR_WEAKEN_ATTACK ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation ; attack 2 energy COLORLESS, 2 ; energies tx QuickAttackName ; name tx QuickAttackDescription ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_PLUS ; category dw EeveeQuickAttackEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_QUICK_ATTACK ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx EvolutionName ; category db 133 ; Pokedex number db 0 db 12 ; level db 1, 0 ; length dw 14 * 10 ; weight tx EeveeDescription ; description db 17 PorygonCard: ; 33c1d (c:7c1d) db TYPE_PKMN_COLORLESS ; type gfx PorygonCardGfx ; gfx tx PorygonName ; name db DIAMOND ; rarity db LABORATORY | NONE ; sets db PORYGON db 30 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx Conversion1Name ; name tx Conversion1Description ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw PorygonConversion1EffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy COLORLESS, 2 ; energies tx Conversion2Name ; name tx Conversion2Description ; description dw NONE ; description (cont) db 0 ; damage db RESIDUAL ; category dw PorygonConversion2EffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation db 1 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx VirtualName ; category db 137 ; Pokedex number db 0 db 12 ; level db 2, 7 ; length dw 80 * 10 ; weight tx PorygonDescription ; description db 0 SnorlaxCard: ; 33c5e (c:7c5e) db TYPE_PKMN_COLORLESS ; type gfx SnorlaxCardGfx ; gfx tx SnorlaxName ; name db STAR ; rarity db COLOSSEUM | JUNGLE ; sets db SNORLAX db 90 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy 0 ; energies tx ThickSkinnedName ; name tx ThickSkinnedDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw SnorlaxThickSkinnedEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy COLORLESS, 4 ; energies tx BodySlamName ; name tx MayInflictParalysisDescription ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_NORMAL ; category dw SnorlaxBodySlamEffectCommands ; effect commands db INFLICT_PARALYSIS ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_BIG_HIT ; animation db 4 ; retreat cost db WR_FIGHTING ; weakness db WR_PSYCHIC ; resistance tx SleepingName ; category db 143 ; Pokedex number db 0 db 20 ; level db 6, 11 ; length dw 1014 * 10 ; weight tx SnorlaxDescription ; description db 0 DratiniCard: ; 33c9f (c:7c9f) db TYPE_PKMN_COLORLESS ; type gfx DratiniCardGfx ; gfx tx DratiniName ; name db DIAMOND ; rarity db MYSTERY | NONE ; sets db DRATINI db 40 ; hp db BASIC ; stage dw NONE ; pre-evo name ; attack 1 energy COLORLESS, 1 ; energies tx PoundName ; name dw NONE ; description dw NONE ; description (cont) db 10 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy 0 ; energies dw NONE ; name dw NONE ; description dw NONE ; description (cont) db 0 ; damage db DAMAGE_NORMAL ; category dw NONE ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_NONE ; animation db 1 ; retreat cost db NONE ; weakness db WR_PSYCHIC ; resistance tx DragonName ; category db 147 ; Pokedex number db 0 db 10 ; level db 5, 11 ; length dw 7 * 10 ; weight tx DratiniDescription ; description db 18 DragonairCard: ; 33ce0 (c:7ce0) db TYPE_PKMN_COLORLESS ; type gfx DragonairCardGfx ; gfx tx DragonairName ; name db STAR ; rarity db MYSTERY | NONE ; sets db DRAGONAIR db 80 ; hp db STAGE1 ; stage tx DratiniName ; pre-evo name ; attack 1 energy COLORLESS, 3 ; energies tx SlamName ; name tx DoubleAttackX30Description ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_X ; category dw DragonairSlamEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation ; attack 2 energy COLORLESS, 4 ; energies tx HyperBeamName ; name tx Discard1EnergyFromTargetDescription ; description dw NONE ; description (cont) db 20 ; damage db DAMAGE_NORMAL ; category dw DragonairHyperBeamEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db SPECIAL_AI_HANDLING ; flags 3 db 0 db ATK_ANIM_HYPER_BEAM ; animation db 2 ; retreat cost db NONE ; weakness db WR_PSYCHIC ; resistance tx DragonName ; category db 148 ; Pokedex number db 0 db 33 ; level db 13, 1 ; length dw 36 * 10 ; weight tx DragonairDescription ; description db 16 Dragonite1Card: ; 33d21 (c:7d21) db TYPE_PKMN_COLORLESS ; type gfx Dragonite1CardGfx ; gfx tx DragoniteName ; name db STAR ; rarity db PROMOTIONAL | GB ; sets db DRAGONITE1 db 100 ; hp db STAGE2 ; stage tx DragonairName ; pre-evo name ; attack 1 energy 0 ; energies tx HealingWindName ; name tx HealingWindDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw DragoniteHealingWindEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HEALING_WIND ; animation ; attack 2 energy COLORLESS, 3 ; energies tx SlamName ; name tx DoubleAttackX30Description ; description dw NONE ; description (cont) db 30 ; damage db DAMAGE_X ; category dw Dragonite1SlamEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 2 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx DragonName ; category db 149 ; Pokedex number db 0 db 41 ; level db 7, 3 ; length dw 463 * 10 ; weight tx Dragonite1Description ; description db 0 Dragonite2Card: ; 33d62 (c:7d62) db TYPE_PKMN_COLORLESS ; type gfx Dragonite2CardGfx ; gfx tx DragoniteName ; name db STAR ; rarity db MYSTERY | FOSSIL ; sets db DRAGONITE2 db 100 ; hp db STAGE2 ; stage tx DragonairName ; pre-evo name ; attack 1 energy 0 ; energies tx StepInName ; name tx StepInDescription ; description dw NONE ; description (cont) db 0 ; damage db POKEMON_POWER ; category dw DragoniteStepInEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_GLOW_EFFECT ; animation ; attack 2 energy COLORLESS, 4 ; energies tx SlamName ; name tx DoubleAttackX40Description ; description dw NONE ; description (cont) db 40 ; damage db DAMAGE_X ; category dw Dragonite2SlamEffectCommands ; effect commands db NONE ; flags 1 db NONE ; flags 2 db NONE ; flags 3 db 0 db ATK_ANIM_HIT ; animation db 1 ; retreat cost db NONE ; weakness db WR_FIGHTING ; resistance tx DragonName ; category db 149 ; Pokedex number db 0 db 45 ; level db 7, 3 ; length dw 463 * 10 ; weight tx DragoniteDescription ; description db 0 GrassEnergyCard: ; 33da3 (c:7da3) db TYPE_ENERGY_GRASS ; type gfx GrassEnergyCardGfx ; gfx tx GrassEnergyName ; name db CIRCLE ; rarity db ENERGY | NONE ; sets db GRASS_ENERGY dw GrassEnergyEffectCommands ; effect commands tx GrassEnergyDescription ; description dw NONE ; description (cont) FireEnergyCard: ; 33db1 (c:7db1) db TYPE_ENERGY_FIRE ; type gfx FireEnergyCardGfx ; gfx tx FireEnergyName ; name db CIRCLE ; rarity db ENERGY | NONE ; sets db FIRE_ENERGY dw FireEnergyEffectCommands ; effect commands tx FireEnergyDescription ; description dw NONE ; description (cont) WaterEnergyCard: ; 33dbf (c:7dbf) db TYPE_ENERGY_WATER ; type gfx WaterEnergyCardGfx ; gfx tx WaterEnergyName ; name db CIRCLE ; rarity db ENERGY | NONE ; sets db WATER_ENERGY dw WaterEnergyEffectCommands ; effect commands tx WaterEnergyDescription ; description dw NONE ; description (cont) LightningEnergyCard: ; 33dcd (c:7dcd) db TYPE_ENERGY_LIGHTNING ; type gfx LightningEnergyCardGfx ; gfx tx LightningEnergyName ; name db CIRCLE ; rarity db ENERGY | NONE ; sets db LIGHTNING_ENERGY dw LightningEnergyEffectCommands ; effect commands tx LightningEnergyDescription ; description dw NONE ; description (cont) FightingEnergyCard: ; 33ddb (c:7ddb) db TYPE_ENERGY_FIGHTING ; type gfx FightingEnergyCardGfx ; gfx tx FightingEnergyName ; name db CIRCLE ; rarity db ENERGY | NONE ; sets db FIGHTING_ENERGY dw FightingEnergyEffectCommands ; effect commands tx FightingEnergyDescription ; description dw NONE ; description (cont) PsychicEnergyCard: ; 33de9 (c:7de9) db TYPE_ENERGY_PSYCHIC ; type gfx PsychicEnergyCardGfx ; gfx tx PsychicEnergyName ; name db CIRCLE ; rarity db ENERGY | NONE ; sets db PSYCHIC_ENERGY dw PsychicEnergyEffectCommands ; effect commands tx PsychicEnergyDescription ; description dw NONE ; description (cont) DoubleColorlessEnergyCard: ; 33df7 (c:7df7) db TYPE_ENERGY_DOUBLE_COLORLESS ; type gfx DoubleColorlessEnergyCardGfx ; gfx tx DoubleColorlessEnergyName ; name db DIAMOND ; rarity db ENERGY | NONE ; sets db DOUBLE_COLORLESS_ENERGY dw DoubleColorlessEnergyEffectCommands ; effect commands tx DoubleColorlessEnergyDescription ; description dw NONE ; description (cont) ProfessorOakCard: ; 33e05 (c:7e05) db TYPE_TRAINER ; type gfx ProfessorOakCardGfx ; gfx tx ProfessorOakName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db PROFESSOR_OAK dw ProfessorOakEffectCommands ; effect commands tx ProfessorOakDescription ; description dw NONE ; description (cont) ImposterProfessorOakCard: ; 33e13 (c:7e13) db TYPE_TRAINER ; type gfx ImposterProfessorOakCardGfx ; gfx tx ImposterProfessorOakName ; name db STAR ; rarity db LABORATORY | NONE ; sets db IMPOSTER_PROFESSOR_OAK dw ImposterProfessorOakEffectCommands ; effect commands tx ImposterProfessorOakDescription ; description dw NONE ; description (cont) BillCard: ; 33e21 (c:7e21) db TYPE_TRAINER ; type gfx BillCardGfx ; gfx tx BillName ; name db CIRCLE ; rarity db COLOSSEUM | NONE ; sets db BILL dw BillEffectCommands ; effect commands tx BillDescription ; description dw NONE ; description (cont) MrFujiCard: ; 33e2f (c:7e2f) db TYPE_TRAINER ; type gfx MrFujiCardGfx ; gfx tx MrFujiName ; name db DIAMOND ; rarity db MYSTERY | FOSSIL ; sets db MR_FUJI dw MrFujiEffectCommands ; effect commands tx MrFujiDescription ; description dw NONE ; description (cont) LassCard: ; 33e3d (c:7e3d) db TYPE_TRAINER ; type gfx LassCardGfx ; gfx tx LassName ; name db STAR ; rarity db LABORATORY | NONE ; sets db LASS dw LassEffectCommands ; effect commands tx LassDescription ; description dw NONE ; description (cont) ImakuniCard: ; 33e4b (c:7e4b) db TYPE_TRAINER ; type gfx ImakuniCardGfx ; gfx tx ImakuniName ; name db PROMOSTAR ; rarity db PROMOTIONAL | PRO ; sets db IMAKUNI_CARD dw ImakuniEffectCommands ; effect commands tx ImakuniDescription ; description dw NONE ; description (cont) PokemonTraderCard: ; 33e59 (c:7e59) db TYPE_TRAINER ; type gfx PokemonTraderCardGfx ; gfx tx PokemonTraderName ; name db STAR ; rarity db EVOLUTION | NONE ; sets db POKEMON_TRADER dw PokemonTraderEffectCommands ; effect commands tx PokemonTraderDescription ; description dw NONE ; description (cont) PokemonBreederCard: ; 33e67 (c:7e67) db TYPE_TRAINER ; type gfx PokemonBreederCardGfx ; gfx tx PokemonBreederName ; name db STAR ; rarity db EVOLUTION | NONE ; sets db POKEMON_BREEDER dw PokemonBreederEffectCommands ; effect commands tx PokemonBreederDescription ; description dw NONE ; description (cont) ClefairyDollCard: ; 33e75 (c:7e75) db TYPE_TRAINER ; type gfx ClefairyDollCardGfx ; gfx tx ClefairyDollName ; name db STAR ; rarity db EVOLUTION | NONE ; sets db CLEFAIRY_DOLL dw ClefairyDollEffectCommands ; effect commands tx ClefairyDollDescription ; description tx ClefairyDollDescriptionCont ; description (cont) MysteriousFossilCard: ; 33e83 (c:7e83) db TYPE_TRAINER ; type gfx MysteriousFossilCardGfx ; gfx tx MysteriousFossilName ; name db CIRCLE ; rarity db MYSTERY | FOSSIL ; sets db MYSTERIOUS_FOSSIL dw MysteriousFossilEffectCommands ; effect commands tx MysteriousFossilDescription ; description tx MysteriousFossilDescriptionCont ; description (cont) EnergyRetrievalCard: ; 33e91 (c:7e91) db TYPE_TRAINER ; type gfx EnergyRetrievalCardGfx ; gfx tx EnergyRetrievalName ; name db DIAMOND ; rarity db EVOLUTION | NONE ; sets db ENERGY_RETRIEVAL dw EnergyRetrievalEffectCommands ; effect commands tx EnergyRetrievalDescription ; description dw NONE ; description (cont) SuperEnergyRetrievalCard: ; 33e9f (c:7e9f) db TYPE_TRAINER ; type gfx SuperEnergyRetrievalCardGfx ; gfx tx SuperEnergyRetrievalName ; name db PROMOSTAR ; rarity db PROMOTIONAL | PRO ; sets db SUPER_ENERGY_RETRIEVAL dw SuperEnergyRetrievalEffectCommands ; effect commands tx SuperEnergyRetrievalDescription ; description dw NONE ; description (cont) EnergySearchCard: ; 33ead (c:7ead) db TYPE_TRAINER ; type gfx EnergySearchCardGfx ; gfx tx EnergySearchName ; name db CIRCLE ; rarity db EVOLUTION | FOSSIL ; sets db ENERGY_SEARCH dw EnergySearchEffectCommands ; effect commands tx EnergySearchDescription ; description dw NONE ; description (cont) EnergyRemovalCard: ; 33ebb (c:7ebb) db TYPE_TRAINER ; type gfx EnergyRemovalCardGfx ; gfx tx EnergyRemovalName ; name db CIRCLE ; rarity db MYSTERY | NONE ; sets db ENERGY_REMOVAL dw EnergyRemovalEffectCommands ; effect commands tx EnergyRemovalDescription ; description dw NONE ; description (cont) SuperEnergyRemovalCard: ; 33ec9 (c:7ec9) db TYPE_TRAINER ; type gfx SuperEnergyRemovalCardGfx ; gfx tx SuperEnergyRemovalName ; name db STAR ; rarity db LABORATORY | NONE ; sets db SUPER_ENERGY_REMOVAL dw SuperEnergyRemovalEffectCommands ; effect commands tx SuperEnergyRemovalDescription ; description dw NONE ; description (cont) SwitchCard: ; 33ed7 (c:7ed7) db TYPE_TRAINER ; type gfx SwitchCardGfx ; gfx tx SwitchName ; name db CIRCLE ; rarity db COLOSSEUM | NONE ; sets db SWITCH dw SwitchEffectCommands ; effect commands tx SwitchDescription ; description dw NONE ; description (cont) PokemonCenterCard: ; 33ee5 (c:7ee5) db TYPE_TRAINER ; type gfx PokemonCenterCardGfx ; gfx tx PokemonCenterName ; name db DIAMOND ; rarity db MYSTERY | NONE ; sets db POKEMON_CENTER dw PokemonCenterEffectCommands ; effect commands tx PokemonCenterDescription ; description dw NONE ; description (cont) PokeBallCard: ; 33ef3 (c:7ef3) db TYPE_TRAINER ; type gfx PokeBallCardGfx ; gfx tx PokeBallName ; name db CIRCLE ; rarity db COLOSSEUM | JUNGLE ; sets db POKE_BALL dw PokeBallEffectCommands ; effect commands tx PokeBallDescription ; description dw NONE ; description (cont) ScoopUpCard: ; 33f01 (c:7f01) db TYPE_TRAINER ; type gfx ScoopUpCardGfx ; gfx tx ScoopUpName ; name db STAR ; rarity db COLOSSEUM | NONE ; sets db SCOOP_UP dw ScoopUpEffectCommands ; effect commands tx ScoopUpDescription ; description dw NONE ; description (cont) ComputerSearchCard: ; 33f0f (c:7f0f) db TYPE_TRAINER ; type gfx ComputerSearchCardGfx ; gfx tx ComputerSearchName ; name db STAR ; rarity db COLOSSEUM | NONE ; sets db COMPUTER_SEARCH dw ComputerSearchEffectCommands ; effect commands tx ComputerSearchDescription ; description dw NONE ; description (cont) PokedexCard: ; 33f1d (c:7f1d) db TYPE_TRAINER ; type gfx PokedexCardGfx ; gfx tx PokedexName ; name db DIAMOND ; rarity db LABORATORY | NONE ; sets db POKEDEX dw PokedexEffectCommands ; effect commands tx PokedexDescription ; description dw NONE ; description (cont) PlusPowerCard: ; 33f2b (c:7f2b) db TYPE_TRAINER ; type gfx PlusPowerCardGfx ; gfx tx PlusPowerName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db PLUSPOWER dw PlusPowerEffectCommands ; effect commands tx PlusPowerDescription ; description dw NONE ; description (cont) DefenderCard: ; 33f39 (c:7f39) db TYPE_TRAINER ; type gfx DefenderCardGfx ; gfx tx DefenderName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db DEFENDER dw DefenderEffectCommands ; effect commands tx DefenderDescription ; description dw NONE ; description (cont) ItemFinderCard: ; 33f47 (c:7f47) db TYPE_TRAINER ; type gfx ItemFinderCardGfx ; gfx tx ItemFinderName ; name db STAR ; rarity db COLOSSEUM | NONE ; sets db ITEM_FINDER dw ItemFinderEffectCommands ; effect commands tx ItemFinderDescription ; description dw NONE ; description (cont) GustOfWindCard: ; 33f55 (c:7f55) db TYPE_TRAINER ; type gfx GustOfWindCardGfx ; gfx tx GustOfWindName ; name db CIRCLE ; rarity db EVOLUTION | NONE ; sets db GUST_OF_WIND dw GustOfWindEffectCommands ; effect commands tx GustOfWindDescription ; description dw NONE ; description (cont) DevolutionSprayCard: ; 33f63 (c:7f63) db TYPE_TRAINER ; type gfx DevolutionSprayCardGfx ; gfx tx DevolutionSprayName ; name db STAR ; rarity db LABORATORY | NONE ; sets db DEVOLUTION_SPRAY dw DevolutionSprayEffectCommands ; effect commands tx DevolutionSprayDescription ; description tx DevolutionSprayDescriptionCont ; description (cont) PotionCard: ; 33f71 (c:7f71) db TYPE_TRAINER ; type gfx PotionCardGfx ; gfx tx PotionName ; name db CIRCLE ; rarity db COLOSSEUM | NONE ; sets db POTION dw PotionEffectCommands ; effect commands tx PotionDescription ; description dw NONE ; description (cont) SuperPotionCard: ; 33f7f (c:7f7f) db TYPE_TRAINER ; type gfx SuperPotionCardGfx ; gfx tx SuperPotionName ; name db DIAMOND ; rarity db EVOLUTION | NONE ; sets db SUPER_POTION dw SuperPotionEffectCommands ; effect commands tx SuperPotionDescription ; description dw NONE ; description (cont) FullHealCard: ; 33f8d (c:7f8d) db TYPE_TRAINER ; type gfx FullHealCardGfx ; gfx tx FullHealName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db FULL_HEAL dw FullHealEffectCommands ; effect commands tx FullHealDescription ; description dw NONE ; description (cont) ReviveCard: ; 33f9b (c:7f9b) db TYPE_TRAINER ; type gfx ReviveCardGfx ; gfx tx ReviveName ; name db DIAMOND ; rarity db COLOSSEUM | NONE ; sets db REVIVE dw ReviveEffectCommands ; effect commands tx ReviveDescription ; description dw NONE ; description (cont) MaintenanceCard: ; 33fa9 (c:7fa9) db TYPE_TRAINER ; type gfx MaintenanceCardGfx ; gfx tx MaintenanceName ; name db DIAMOND ; rarity db LABORATORY | NONE ; sets db MAINTENANCE dw MaintenanceEffectCommands ; effect commands tx MaintenanceDescription ; description dw NONE ; description (cont) PokemonFluteCard: ; 33fb7 (c:7fb7) db TYPE_TRAINER ; type gfx PokemonFluteCardGfx ; gfx tx PokemonFluteName ; name db DIAMOND ; rarity db EVOLUTION | NONE ; sets db POKEMON_FLUTE dw PokemonFluteEffectCommands ; effect commands tx PokemonFluteDescription ; description dw NONE ; description (cont) GamblerCard: ; 33fc5 (c:7fc5) db TYPE_TRAINER ; type gfx GamblerCardGfx ; gfx tx GamblerName ; name db CIRCLE ; rarity db LABORATORY | FOSSIL ; sets db GAMBLER dw GamblerEffectCommands ; effect commands tx GamblerDescription ; description dw NONE ; description (cont) RecycleCard: ; 33fd3 (c:7fd3) db TYPE_TRAINER ; type gfx RecycleCardGfx ; gfx tx RecycleName ; name db CIRCLE ; rarity db LABORATORY | FOSSIL ; sets db RECYCLE dw RecycleEffectCommands ; effect commands tx RecycleDescription ; description dw NONE ; description (cont)