kep-hack/data/pokemon/dex_text.asm
May Evans b7973444b2 Myriad of changes!
This is a pretty hefty commit, so let's break it down.
- Fixes Pokedex entries for Bittybat, Bulbasaur, and Shellder.
- ...presumably fixes the options menu.
- Adds a Fishing Group and water wild data to Diglett's Cave, also reduces the encounter rate. More to come.
- Modifies parties, including evolving Rival 2's starter.
- Attempts to fix the Ultra and Safari Balls by making `BallFactor` 4, which appears to be the intended number. Tests yielded positive results.
- Restores a ton of Japanese references that got removed in localisation, including some errors.
2022-12-11 21:40:43 +00:00

1512 lines
27 KiB
NASM

_RhydonDexEntry:: ; new entry
text "Its horn can"
next "destroy boulders."
next "Evolving to stand"
page "on its hind legs"
next "stimulated its"
next "brain"
dex
_KangaskhanDexEntry:: ; new entry
text "Females raise"
next "babies in their"
next "pouches."
page "They are adept"
next "at using COMET"
next "PUNCH"
dex
_NidoranMDexEntry::
text "Stiffens its ears"
next "to sense danger."
next "The larger its"
page "horns, the more"
next "powerful its"
next "secreted venom"
dex
_ClefairyDexEntry:: ; new entry, altered from the original.
text "Its magical and"
next "cute appeal has"
next "many admirers."
page "Occasionally, it"
next "surprises itself"
next "with METRONOME"
dex
_SpearowDexEntry:: ; new entry
text "SPEAROW is far"
next "more aggressive"
next "than PIDGEY. It"
page "busily searches"
next "for prey in tall"
next "grass"
dex
_VoltorbDexEntry::
text "Recently, VOLTORB"
next "have been found"
next "traveling on"
page "power lines. They"
next "tend to explode"
next "without warning"
dex
_NidokingDexEntry:: ; new entry
text "Its venomous horn"
next "gives it an edge"
next "in battle."
page "It will shy away"
next "from fighting"
next "NIDOQUEEN"
dex
_SlowbroDexEntry:: ; new entry
text "If SLOWPOKE goes"
next "goes out to sea,"
next "it may get bit"
page "by a spiral"
next "SHELLDER and"
next "become a SLOWBRO"
dex
_IvysaurDexEntry::
text "When the bulb on"
next "its back grows"
next "large, it appears"
page "to lose the"
next "ability to stand"
next "on its hind legs"
dex
_ExeggutorDexEntry::
text "Also known as the"
next "walking tropical"
next "rainforest."
page "Each fruit has"
next "a will of its"
next "own"
dex
_LickitungDexEntry:: ; new entry
text "To appease its"
next "voracious"
next "appetite, its"
page "tongue evolved"
next "to move like a"
next "human arm"
dex
_ExeggcuteDexEntry:: ; new entry
text "Genetically akin"
next "to plant seeds."
next "It's argued to be"
page "related to the"
next "plant that grows"
next "on BULBASAUR"
dex
_GrimerDexEntry:: ; new entry
text "Toxic sludge"
next "mutated by x-rays"
next "from the moon"
page "eventually"
next "became this"
next "#MON"
dex
_GengarDexEntry:: ; new entry
text "There are shrines"
next "honoring GENGAR"
next "on mountains. It"
page "Is said to appear"
next "from the dark to"
next "kill lost souls"
dex
_NidoranFDexEntry:: ; new entry
text "NIDORAN breed in"
next "spring. At the end"
next "of summer, they"
page "lay two eggs. Baby"
next "NIDORAN are just"
next "10cm long"
dex
_NidoqueenDexEntry:: ; does not need a n.ew entry
text "Its hard scales"
next "provide strong"
next "protection. It"
page "uses its hefty"
next "bulk to execute"
next "powerful moves"
dex
_CuboneDexEntry:: ; new entry
text "It dons the skull"
next "of its dead"
next "mother. While"
page "untrusting, it"
next "wails when left"
next "all alone"
dex
_RhyhornDexEntry:: ; new entry
text "While dim, its"
next "ramming can"
next "destroy buildings."
page "They are not"
next "suitable house"
next "pets"
dex
_LaprasDexEntry:: ; new entry
text "It is a placid"
next "#MON. Little"
next "progress has"
page "been made in"
next "studying it due"
next "to poachers"
dex
_ArcanineDexEntry:: ; new entry
text "A legendary"
next "#MON that"
next "appears in"
page "Chinese folklore."
next "It can outrun"
next "a racing car"
dex
_MewDexEntry:: ; does not have an entry in the book
text "So rare that it"
next "is still said to"
next "be a mirage by"
page "many experts. Only"
next "a few people have"
next "seen it worldwide"
dex
_GyaradosDexEntry:: ; new entry
text "Lives on the sea"
next "floor. Its scales"
next "are used to make"
page "jewelery, which"
next "command extremely"
next "high prices"
dex
_ShellderDexEntry:: ; new entry
text "Its shell is"
next "harder than"
next "diamonds. It"
page "uses it to"
next "squeeze foes"
next "with CLAMP"
dex
_TentacoolDexEntry:: ; new entry
text "Emits odd lights"
next "from its eyes to"
next "confuse plankton."
page "99 percent of its"
next "body is made up"
next "of water"
dex
_GastlyDexEntry:: ; Dex entry from Green, swapping the Indian Elephant for Trampel. ~M
text "A being that" ; this will stay as it uses details from the pokedex book
next "exists as a thin"
next "gas. The gas is"
page "potent enough to"
next "fell a TRAMPEL"
next "in two seconds"
dex
_ScytherDexEntry:: ; new entry
text "It can fly with"
next "its wings, but"
next "it is uncommon."
page "Few specimens"
next "have ever been"
next "caught"
dex
_StaryuDexEntry:: ; new entry
text "It possesses both"
next "male and female"
next "reproductive"
page "organs. At night,"
next "its central core"
next "flashes brightly"
dex
_BlastoiseDexEntry:: ; new entry
text "It can faint foes"
next "by squashing them"
next "with its heavy"
page "body. The shell"
next "protects it from"
next "most attacks"
dex
_PinsirDexEntry:: ; new entry
text "Once it grips"
next "its prey, it will"
next "not stop until it"
page "is torn apart. It"
next "appears to like"
next "the color green"
dex
_TangelaDexEntry:: ; new entry
text "Researchers have"
next "tried to reveal"
next "TANGELA's true"
page "form, but all"
next "fail due to its"
next "resistance"
dex
_GrowlitheDexEntry:: ; new entry
text "Friendly toward"
next "people with a"
next "loyal nature."
page "CINNABAR VOLCANO"
next "influenced its"
next "evolution"
dex
_OnixDexEntry:: ; new entry
text "They usually live"
next "underground,"
next "burrowing at over"
page "80 kilometers per"
next "hour in search"
next "of prey"
dex
_FearowDexEntry:: ; new entry
text "It soars in the"
next "sky all day long."
next "Its powerful beak"
page "lets it swallow"
next "prey like"
next "RATTATA whole"
dex
_PidgeyDexEntry:: ; new entry
text "Dislikes fights."
next "They hide among"
next "tall grass"
page "while feeding on"
next "CATERPIE and"
next "WEEDLE"
dex
_SlowpokeDexEntry::
text "It always has"
next "a vacant look."
next "While some become"
page "relaxed around"
next "SLOWPOKE, others"
next "become irate"
dex
_KadabraDexEntry:: ; new entry
text "A short story"
next "about a boy"
next "becoming a"
page "KADABRA made it"
next "a star for those"
next "in the know"
dex
_GravelerDexEntry:: ; new entry
text "GRAVELER always"
next "smiles, but its"
next "eyes do not."
page "Its face unnerves"
next "new HIKERs as it"
next "rolls down slopes"
dex
_ChanseyDexEntry:: ; new entry
text "They lay several"
next "delicious eggs"
next "a day. A nursing"
page "#MON, they're"
next "peaceful and do"
next "not like fights"
dex
_MachokeDexEntry:: ; new entry
text "Its powerful body"
next "never tires, so"
next "it is often"
page "employed to help"
next "transport heavy"
next "cargo"
dex
_MrMimeDexEntry:: ; new entry
text "The walls it"
next "mimes are said"
next "to turn real."
page "Its fingertips"
next "have suction pads"
next "to climb them"
dex
_HitmonleeDexEntry:: ; new entry
text "Sometimes called"
next "'The Demon of"
next "Kickboxing'."
page "Despite this,"
next "When not fighting,"
next "it is very docile"
dex
_HitmonchanDexEntry:: ; new entry
text "It is inhabited"
next "by the spirit of"
next "a pro boxer."
page "Its punches are"
next "faster than"
next "bullet train"
dex
_ArbokDexEntry:: ; new entry
text "ARBOK paralyzes"
next "prey with its"
next "gaze. It will"
page "fight viciously"
next "with its mortal"
next "enemy, RATICATE"
dex
_ParasectDexEntry:: ; new entry
text "It lives in dark,"
next "damp forests."
next "In China, the"
page "mushroom's toxic"
next "spores are used"
next "in medicine"
dex
_PsyduckDexEntry:: ; new entry, modified from the original.
text "It always has a"
next "headache. If it"
next "intensifies, it"
page "will begin to"
next "use psychokinetic"
next "powers"
dex
_DrowzeeDexEntry::
text "Often seen eerily"
next "muttering to"
next "itself."
page "It is said to"
next "be a descendent"
next "of Baku"
dex
_GolemDexEntry:: ; new entry
text "Its shell is made"
next "of rocky slabs."
next "To grow larger,"
page "GOLEM will shed"
next "it during the"
next "summer"
dex
_MagmarDexEntry:: ; new entry, modified from the original
text "Found only in hot"
next "areas, MAGMAR's"
next "body burns at"
page "1200 degrees. It"
next "hides perfectly"
next "in lava"
dex
_ElectabuzzDexEntry:: ; new entry
text "They feed on"
next "powerful"
next "electricity. It"
page "can distinguish"
next "colors, but red"
next "makes it angry"
dex
_MagnetonDexEntry:: ; new entry
text "What keeps it"
next "levitating is"
next "unknown. It"
page "discharges"
next "intense magnetic"
next "rays"
dex
_KoffingDexEntry:: ; new entry
text "Getting too close"
next "to KOFFING makes"
next "tears fill eyes."
page "It was originally"
next "discovered in a"
next "munitions factory"
dex
_MankeyDexEntry:: ; new entry
text "While carefree,"
next "it can become"
next "enraged instantly."
page "Research points"
next "towards a calcium"
next "deficiency"
dex
_SeelDexEntry::
text "Its thick hide"
next "lets it stay"
next "active even in"
page "temperatures of"
next "-40 degrees. They"
next "live in sea caves"
dex
_DiglettDexEntry:: ; new entry
text "Lives about one"
next "yard underground,"
next "but their trails"
page "reveal them. They"
next "seek ONIX's"
next "leftovers"
dex
_TaurosDexEntry:: ; new entry - modified first line from the original
text "If provoked by"
next "an enemy, it"
next "charges furiously"
page "while whipping its"
next "body with its"
next "long tails"
dex
_FarfetchdDexEntry:: ; new entry
text "The FARFETCH'D"
next "population has"
next "declined due to"
page "being hunted"
next "for the leeks"
next "they carry"
dex
_VenonatDexEntry:: ; new entry
text "Its eyes emit"
next "beams of light"
next "to be used as"
page "radars. This lets"
next "VENONAT remain"
next "active at night"
dex
_DragoniteDexEntry:: ; new entry
text "Despite its bulk,"
next "it can outrun a"
next "jet. It is said"
page "to represent"
next "a God of"
next "Destruction"
dex
_DoduoDexEntry:: ; new entry
text "It was found 3"
next "years ago. It"
next "hates flying due"
page "to short wings,"
next "and can't move if"
next "a head disagrees"
dex
_PoliwagDexEntry:: ; new entry
text "The thin, white"
next "skin reveals its"
next "internal organs."
page "It is genetically"
next "close to tadpoles"
dex
_JynxDexEntry:: ; new entry
text "While it speaks"
next "in a human-"
next "like manner,"
page "the language is"
next "impossible"
next "to translate."
dex
_MoltresDexEntry:: ; new entry
text "The legendary"
next "phoenix is said"
next "to be modeled"
page "after MOLTRES."
next "Its fiery wings"
next "dazzle onlookers"
dex
_ArticunoDexEntry:: ; new entry
text "Folklore states"
next "that those who"
next "see ARTICUNO will"
page "die rooted to"
next "the spot, caught"
next "up in its beauty"
dex
_ZapdosDexEntry:: ; new entry
text "As the divine"
next "bird presiding"
next "over the heavens,"
page "innumerable years"
next "are spent flying"
next "above the clouds"
dex
_DittoDexEntry:: ; does not need a n.ew entry
text "Capable of copying"
next "an enemy's genetic"
next "code to instantly"
page "transform itself"
next "into a duplicate"
next "of the enemy"
dex
_MeowthDexEntry:: ; could have a new entry but this is already very similar...
text "Adores circular"
next "objects. Wanders"
next "the streets on a"
page "nightly basis to"
next "look for dropped"
next "loose change"
dex
_KrabbyDexEntry:: ; new entry
text "It raises its"
next "claws to"
next "intimidate its"
page "foes. However,"
next "KRABBY dislikes"
next "fighting"
dex
_VulpixDexEntry:: ; Changed to make it not too similar to Mikon's dex entry. ~M
text "As each tail" ; second page altered ~ PvK 7-12-2022
next "grows, its fur"
next "becomes softer."
page "It is thought"
next "to be related"
next "to foxes"
dex
_NinetalesDexEntry:: ; new entry
text "Elders often say"
next "'NINETALES, 1,000"
next "years, TOTARTLE,"
page "10,000 years.'"
next "to refer to its"
next "longevity"
dex
_PikachuDexEntry:: ; new entry
text "Lives in forests,"
next "feeding on nuts."
next "If provoked, it"
page "electrocutes its"
next "attacker using"
next "THUNDERSHOCK"
dex
_RaichuDexEntry:: ; new entry
text "Its mastery of"
next "electricity lets"
next "it loose up to"
page "100,000 volts. It"
next "can KO a TRAMPEL"
next "in one strike"
dex
_DratiniDexEntry:: ; new entry, doctored the entry with the originally intended lore.
text "Long considered a"
next "mythical #MON"
next "until recently,"
page "when someone"
next "fished one up in"
next "the SAFARI ZONE"
dex
_DragonairDexEntry:: ; new entry, altered original
text "A mystical #MON"
next "that can summon"
next "rain and snow."
page "Though it lacks"
next "wings, it can"
next "fly in the sky"
dex
_KabutoDexEntry:: ; new entry
text "The ancestor of"
next "hermit crabs"
next "and turtles."
page "They are thought"
next "to have disliked"
next "fighting"
dex
_KabutopsDexEntry:: ; new entry
text "The oldest of"
next "all #MON. The"
next "only KABUTOPS"
page "fossil was"
next "discovered 6"
next "years ago"
dex
_HorseaDexEntry:: ; new entry
text "When endangered,"
next "it spits black"
next "ink. In spring,"
page "it lays thousands"
next "of eggs, but"
next "GOLDEEN eats many"
dex
_SeadraDexEntry::
text "A vicious #MON,"
next "SEADRA's spikes"
next "are so painful"
page "to touch that"
next "they can cause"
next "fainting"
dex
_SandshrewDexEntry:: ; does not need n.ew entry.
text "Burrows deep"
next "underground in"
next "arid locations"
page "far from water."
next "It only emerges"
next "to hunt for food"
dex
_SandslashDexEntry::
text "Curls up into a"
next "spiny ball when"
next "threatened. It"
page "can roll while"
next "curled up to"
next "attack or escape"
dex
_OmanyteDexEntry:: ; new entry
text "It was related"
next "to mollusks."
next "Feeding on"
page "plankton and"
next "small fish, it"
next "swam with 10 feet"
dex
_OmastarDexEntry:: ; new entry
text "A prehistoric"
next "#MON. It hunted"
next "by clinging to"
page "prey before"
next "feasting with"
next "its beak"
dex
_JigglypuffDexEntry:: ; new entry
text "It uses its huge"
next "eyes to draw in"
next "foes before"
page "singing them to"
next "sleep. It puffs"
next "up when angered"
dex
_WigglytuffDexEntry:: ; new entry
text "WIGGLYTUFF's"
next "dense, supple fur"
next "is sold as a"
page "luxury item to"
next "foreign buyers"
dex
_EeveeDexEntry:: ; does not need a n.ew entry
text "Its genetic code"
next "is irregular."
next "It may mutate if"
page "it is exposed to"
next "radiation from"
next "element STONEs"
dex
_FlareonDexEntry:: ; new entry, sort of modified off the original
text "It stores fire"
next "in a flame sac."
next "It looses it at"
page "temperatures over"
next "1,700 degrees"
next "celsius"
dex
_JolteonDexEntry:: ; new entry
text "When startled,"
next "its body hair"
next "stands upright."
page "It may use PIN"
next "MISSILE to"
next "puncture foes"
dex
_VaporeonDexEntry:: ; new entry
text "Its cellular"
next "structure is"
next "close to water."
page "It easily swims"
next "in water, but can"
next "also melt into it"
dex
_MachopDexEntry:: ; new entry, modified from the original.
text "Its body is"
next "entirely"
next "musclebound."
page "Despite its size,"
next "it can throw up"
next "to 100 adults"
dex
_ZubatDexEntry:: ; new entry
text "Because it lives"
next "in darkness, its"
next "eyes disappeared."
page "It emits ultra-"
next "sonic cries to"
next "locate prey"
dex
_EkansDexEntry:: ; new entry
text "It flicks its"
next "tongue to check"
next "for danger. If"
page "it eats RATTATA,"
next "it can go without"
next "food for a month"
dex
_ParasDexEntry:: ; new entry
text "Their mushrooms"
next "are called"
next "tochukaso."
page "They will grow"
next "alongside the"
next "#MON"
dex
_PoliwhirlDexEntry:: ; new entry
text "While its legs"
next "are well-"
next "developed,"
page "POLIWHIRL much"
next "prefers life"
next "in the water"
dex
_PoliwrathDexEntry:: ; new entry, modified from original.
text "An adept swimmer"
next "at both the crawl"
next "and butterfly."
page "Why it remains a"
next "tadpole is"
next "unknown"
dex
_WeedleDexEntry:: ; new entry, modified from the original, including adding the omitted gingko leaf bit
text "Often found in"
next "forests, eating"
next "gingko leaves."
page "It wiggles its"
next "stinger to"
next "intimidate foes"
dex
_KakunaDexEntry:: ; does not need a n.ew entry.
text "Almost incapable"
next "of moving, this"
next "#MON can only"
page "harden its shell"
next "to protect itself"
next "from predators"
dex
_BeedrillDexEntry:: ; new entry
text "Often appears"
next "in swarms. It"
next "buzzes around at"
page "quick speeds and"
next "attacks with its"
next "venomous stinger"
dex
_DodrioDexEntry:: ; new entry
text "Historians claim"
next "that a religion"
next "in Central"
page "America revered"
next "DODRIO as a"
next "symbol"
dex
_PrimeapeDexEntry:: ; this entry is just like the pokedex, so no new one
text "Always furious"
next "and tenacious to"
next "boot. It will not"
page "abandon chasing"
next "its quarry until"
next "it is caught"
dex
_DugtrioDexEntry:: ; new entry, modified from the original
text "A team of DIGLETT"
next "triplets."
next "They burrow"
page "underground to"
next "hide themselves"
next "before striking"
dex
_VenomothDexEntry:: ; does not need a n.ew entry
text "The dust-like"
next "scales covering"
next "its wings are"
page "color coded to"
next "indicate the kinds"
next "of poison it has"
dex
_DewgongDexEntry:: ; new entry
text "Its blubber can"
next "be up to 30 cm"
next "thick. Unusually,"
page "they are more"
next "active at lower"
next "temperatures"
dex
_CaterpieDexEntry:: ; new page
text "PIDGEY is its"
next "archenemy. If it"
next "senses that it's"
page "around, it will"
next "quickly burrow"
next "underground"
dex
_MetapodDexEntry:: ; does not need a n.ew entry
text "This #MON is"
next "vulnerable to"
next "attack while its"
page "shell is soft,"
next "exposing its weak"
next "and tender body"
dex
_ButterfreeDexEntry:: ; new entry
text "Its wings are"
next "covered in water-"
next "repellent scales"
page "that let it fly"
next "even on rainy"
next "days"
dex
_MachampDexEntry:: ; new entry
text "It can throw 1000"
next "punches in 2"
next "seconds. While"
page "thought to evolve"
next "from MACHOKE, the"
next "method is unknown"
dex
_GolduckDexEntry:: ; new entry
text "When swimming,"
next "GOLDUCK is"
next "faster than a"
page "motorboat. It is"
next "often mistaken"
next "for Kappa"
dex
_HypnoDexEntry:: ; new entry
text "In towns where"
next "HYPNO appear,"
next "disappearances"
page "of children"
next "mysteriously"
next "surge"
dex
_GolbatDexEntry:: ; new entry
text "Using its sharp"
next "fangs, GOLBAT can"
next "suck up to"
page "300 milliliters"
next "of blood in one"
next "bite"
dex
_MewtwoDexEntry:: ; does not need a n.ew entry
text "It was created by"
next "a scientist after"
next "years of horrific"
page "gene splicing and"
next "DNA engineering"
next "experiments"
dex
_SnorlaxDexEntry:: ; new entry, could be improved.
text "It eats 400 kilos"
next "of food a day. As"
next "soon as it is"
page "done, it falls"
next "asleep. It is the"
next "heaviest #MON"
dex
_MagikarpDexEntry:: ; new entry
text "A pitifully weak"
next "#MON, recent"
next "studies have"
page "revealed dragon"
next "cells in its"
next "body"
dex
_MukDexEntry:: ; new entry
text "Usually mingles"
next "with soil."
next "Analysis of its"
page "cells revealed"
next "many unnatural"
next "substances"
dex
_KinglerDexEntry:: ; does not need a n.ew entry
text "The large pincer"
next "has 10000 hp of"
next "crushing power."
page "However, its huge"
next "size makes it"
next "unwieldy to use"
dex
_CloysterDexEntry:: ; new entry
text "Its shell is"
next "extremely durable."
next "Even napalm bombs"
page "have failed to"
next "reveal what's"
next "inside its shell"
dex
_ElectrodeDexEntry:: ; new entry
text "Because they"
next "explode with"
next "little to no"
page "provocation, it"
next "has been called"
next "the 'Bomb Ball'"
dex
_ClefableDexEntry:: ; new entry
text "Its hearing is"
next "very well-"
next "developed. It"
page "can hear a pin"
next "drop from a"
next "kilometer away"
dex
_WeezingDexEntry:: ; new entry
text "A rare mutation"
next "caused 2 KOFFING"
next "to fuse together."
page "Researchers are"
next "trying to bleach"
next "its toxicity"
dex
_PersianDexEntry:: ; new entry
text "Before pouncing,"
next "it raises its"
next "tail straight."
page "Women often keep"
next "them as trophy"
next "pets"
dex
_MarowakDexEntry:: ; new entry
text "While weak when"
next "it's young, it"
next "becomes violent"
page "when it learns"
next "to use"
next "BONEMERANG"
dex
_HaunterDexEntry:: ; new entry
text "It's said that if"
next "you feel like"
next "you're being"
page "watched while"
next "alone, HAUNTER"
next "is lurking"
dex
_AbraDexEntry:: ; new entry
text "Even when asleep,"
next "ABRA can use"
next "telekinetic"
page "powers. It is"
next "rare due to a"
next "small population"
dex
_AlakazamDexEntry:: ; new entry
text "Disdainful of"
next "physical attacks,"
next "ALAKAZAM uses"
page "PSI moves instead."
next "In battle, it is"
next "expressionless"
dex
_PidgeottoDexEntry:: ; new entry
text "Dives from heights"
next "of 800 meters to"
next "catch prey."
page "Their developed"
next "talons let them"
next "carry EXEGGCUTE"
dex
_PidgeotDexEntry:: ; new entry
text "Flies at speeds of"
next "up to Mach-2 at"
next "1200 meters."
page "They spread their"
next "wings for"
next "intimidation"
dex
_StarmieDexEntry:: ; new entry
text "Little is known"
next "about STARMIE."
next "Locally, due to"
page "its body shape,"
next "it is believed"
next "to be an alien"
dex
_BulbasaurDexEntry:: ; new entry
text "Researchers have"
next "argued for 6 years"
next "about whether"
page "BULBASAUR is a"
next "plant or a"
next "mammal"
dex
_VenusaurDexEntry:: ; new entry
text "Its flower wafts"
next "a pacifying aroma."
next "Because it rests"
page "in sunlit places,"
next "some think that it"
next "photosynthesizes"
dex
_TentacruelDexEntry:: ; new entry
text "Also known as the"
next "'Gangster of the"
next "Sea', it uses its"
page "80 tentacles to"
next "ensnare and"
next "feast on prey"
dex
_GoldeenDexEntry:: ; new entry
text "It can swim at"
next "speeds of up to"
next "5 knots. Known to"
page "inadvertently"
next "swim into the"
next "mouth of GYARADOS"
dex
_SeakingDexEntry:: ; new entry
text "Using its drill-"
next "like horn, it"
next "hollows out"
page "boulders to"
next "prepare for"
next "spawning GYOPIN"
dex
_PonytaDexEntry:: ; new entry
text "It grazes in"
next "grasslands."
next "With strong legs,"
page "it can clear"
next "SILPH CO. in a"
next "single jump"
dex
_RapidashDexEntry:: ; new entry
text "RAPIDASH obey"
next "their TRAINERs"
next "dutifully."
page "They can keep"
next "pace with a"
next "bullet train"
dex
_RattataDexEntry:: ; new entry
text "They gnaw on hard"
next "material to keep"
next "their fangs"
page "short. They like"
next "acorns and"
next "walnuts"
dex
_RaticateDexEntry:: ; new entry
text "Its feet are"
next "slightly webbed,"
next "letting it swim"
page "across rivers."
next "Along with nuts,"
next "it also eats fish"
dex
_NidorinoDexEntry:: ; new entry
text "Its horn can"
next "pierce diamonds."
next "While evolved,"
page "it does not lose"
next "the ability to"
next "breed"
dex
_NidorinaDexEntry:: ; new entry
text "They are placid,"
next "but use ultrasonic"
next "cries to allure"
page "foes. Despite"
next "being evolved, it"
next "doesn't lay eggs"
dex
_GeodudeDexEntry:: ; new entry
text "Being round and"
next "easy to hold,"
next "it is often"
page "tossed around in"
next "GEODUDE fights by"
next "unruly teenagers"
dex
_PorygonDexEntry:: ; new entry
text "It was created"
next "in 1995 by SILPH"
next "CO. Criminal"
page "investigations"
next "on prize PORYGON"
next "are ongoing"
dex
_AerodactylDexEntry:: ; new entry
text "The progenitor"
next "of birds. It"
next "flew with its"
page "broad wings while"
next "emitting high-"
next "pitched cries"
dex
_MagnemiteDexEntry:: ; new entry altered from original
text "Uses anti-gravity"
next "to stay suspended."
next "The magnets on its"
page "sides radiate"
next "electromagnetic"
next "waves"
dex
_CharmanderDexEntry:: ; new entry
text "It is born with a"
next "flame on its tail,"
next "which it needs to"
page "survive. Smokers"
next "keep them instead"
next "of lighters"
dex
_SquirtleDexEntry:: ; new entry
text "After retracting"
next "its long neck"
next "into its shell,"
page "it squirts out"
next "water with"
next "vigorous force"
dex
_CharmeleonDexEntry:: ; new entry
text "Its tail can lift"
next "5 adults. They"
next "flail it to knock"
page "#MON down to"
next "rend them with"
next "its claws"
dex
_WartortleDexEntry:: ; new entry
text "Their fur-covered"
next "tail is a symbol"
next "of longevity."
page "They are popular"
next "as pets for their"
next "cute profile"
dex
_CharizardDexEntry:: ; new entry
text "Because its dung"
next "is found on Mt."
next "Fuji, it is"
page "thought to FLY up"
next "to 1,400 meters"
next "in altitude"
dex
_OddishDexEntry:: ; new entry
text "It is also known"
next "as Walkimendes."
next "At night, they"
page "walk up to 300"
next "meters on their"
next "two roots"
dex
_GloomDexEntry:: ; new entry
text "GLOOM's pistil"
next "emits a foul"
next "stench that makes"
page "foes faint up to"
next "2 kilometers"
next "away"
dex
_VileplumeDexEntry:: ; new entry
text "They have the"
next "largest petals in"
next "the world. Its"
page "pollen can cause"
next "severe allergic"
next "reactions"
dex
_BellsproutDexEntry:: ; new entry
text "Because its bud"
next "looks like a"
next "human face,"
page "It is said to be"
next "a legendary"
next "mandrake root"
dex
_WeepinbellDexEntry:: ; new entry
text "Its leaves are"
next "cutters for"
next "shredding foes."
page "Their feeding is"
next "a bizarre"
next "spectacle"
dex
_VictreebelDexEntry:: ; new entry
text "It draws in prey"
next "with a honey-"
next "like aroma."
page "It will eat"
next "anything it can"
next "fit in its mouth"
dex