diff options
-rw-r--r-- | asm/rom5.s | 2 | ||||
-rw-r--r-- | data/data2.s | 5 | ||||
-rw-r--r-- | data/pokedex_entries.s | 779 |
3 files changed, 782 insertions, 4 deletions
diff --git a/asm/rom5.s b/asm/rom5.s index b59a80abd..12612b7c4 100644 --- a/asm/rom5.s +++ b/asm/rom5.s @@ -41978,7 +41978,7 @@ _0808F50C: bl gpu_pal_apply b _0808F67C .align 2, 0 -_0808F524: .4byte gUnknown_083A05F8 +_0808F524: .4byte gPokedexEntries _0808F528: .4byte 0x0202eaca _0808F52C: ldr r0, _0808F56C diff --git a/data/data2.s b/data/data2.s index de8bcc8b3..7793de794 100644 --- a/data/data2.s +++ b/data/data2.s @@ -3273,9 +3273,8 @@ gUnknown_083A05EC: @ 83A05EC gUnknown_083A05F1: @ 83A05F1 .incbin "baserom.gba", 0x003a05f1, 0x7 - .global gUnknown_083A05F8 -gUnknown_083A05F8: @ 83A05F8 - .incbin "baserom.gba", 0x003a05f8, 0x11260 +@ 83A05F8 + .include "data/pokedex_entries.s" .global gUnknown_083B1858 gUnknown_083B1858: @ 83B1858 diff --git a/data/pokedex_entries.s b/data/pokedex_entries.s new file mode 100644 index 000000000..210a2f51c --- /dev/null +++ b/data/pokedex_entries.s @@ -0,0 +1,779 @@ +.global gPokedexEntries + +gPokedexEntries: + .string "$" + .string "This is a newly discovered POKéMON.\nIt is currently under investigation.$" + .string "No detailed information is available\nat this time.$" + .string "BULBASAUR can be seen napping in\nbright sunlight.\nThere is a seed on its back.$" + .string "By soaking up the sun’s rays, the seed\ngrows progressively larger.$" + .string "There is a bud on this POKéMON’s back.\nTo support its weight, IVYSAUR’s legs\nand trunk grow thick and strong.$" + .string "If it starts spending more time lying\nin the sunlight, it’s a sign that the\nbud will bloom into a large flower soon.$" + .string "There is a large flower on VENUSAUR’s\nback. The flower is said to take on vivid\ncolors if it gets plenty of nutrition$" + .string "and sunlight. The flower’s aroma\nsoothes the emotions of people.$" + .string "The flame that burns at the tip of its\ntail is an indication of its emotions.\nThe flame wavers when CHARMANDER is$" + .string "enjoying itself. If the POKéMON becomes\nenraged, the flame burns fiercely.$" + .string "CHARMELEON mercilessly destroys its\nfoes using its sharp claws.\nIf it encounters a strong foe, it turns$" + .string "aggressive. In this excited state, the\nflame at the tip of its tail flares with a\nbluish white color.$" + .string "CHARIZARD flies around the sky in\nsearch of powerful opponents.\nIt breathes fire of such great heat$" + .string "that it melts anything. However, it\nnever turns its fiery breath on any\nopponent weaker than itself.$" + .string "SQUIRTLE’s shell is not merely used\nfor protection.\nThe shell’s rounded shape and the$" + .string "grooves on its surface help minimize\nresistance in water, enabling this\nPOKéMON to swim at high speeds.$" + .string "Its tail is large and covered with a rich,\nthick fur. The tail becomes increasingly\ndeeper in color as WARTORTLE ages.$" + .string "The scratches on its shell are evidence\nof this POKéMON’s toughness as a\nbattler.$" + .string "BLASTOISE has water spouts that\nprotrude from its shell. The water\nspouts are very accurate.$" + .string "They can shoot bullets of water with\nenough accuracy to strike empty cans\nfrom a distance of over 160 feet.$" + .string "CATERPIE has a voracious appetite.\nIt can devour leaves bigger than its\nbody right before your eyes.$" + .string "From its antenna, this POKéMON releases\na terrifically strong odor.$" + .string "The shell covering this POKéMON’s body\nis as hard as an iron slab.\nMETAPOD does not move very much.$" + .string "It stays still because it is preparing\nits soft innards for evolution inside\nthe hard shell.$" + .string "BUTTERFREE has a superior ability to\nsearch for delicious honey from\nflowers.$" + .string "It can even search out, extract, and\ncarry honey from flowers that are\nblooming over six miles from its nest.$" + .string "WEEDLE has an extremely acute sense\nof smell.\nIt is capable of distinguishing its$" + .string "favorite kinds of leaves from those it\ndislikes just by sniffing with its big\nred proboscis (nose).$" + .string "KAKUNA remains virtually immobile as it\nclings to a tree. However, on the\ninside, it is extremely busy as it$" + .string "prepares for its coming evolution.\nThis is evident from how hot the shell\nbecomes to the touch.$" + .string "BEEDRILL is extremely territorial.\nNo one should ever approach its nest -\nthis is for their own safety.$" + .string "If angered, they will attack in a furious\nswarm.$" + .string "PIDGEY has an extremely sharp sense\nof direction.\nIt is capable of unerringly returning$" + .string "home to its nest, however far it may be\nremoved from its familiar surroundings.$" + .string "PIDGEOTTO claims a large area as its\nown territory. This POKéMON flies\naround, patrolling its living space.$" + .string "If its territory is violated, it shows\nno mercy in thoroughly punishing the\nfoe with its sharp claws.$" + .string "This POKéMON has a dazzling plumage of\nbeautifully glossy feathers.\nMany TRAINERS are captivated by the$" + .string "striking beauty of the feathers on its\nhead, compelling them to choose PIDGEOT\nas their POKéMON.$" + .string "RATTATA is cautious in the extreme.\nEven while it is asleep, it constantly\nlistens by moving its ears around.$" + .string "It is not picky about where it lives -\nit will make its nest anywhere.$" + .string "RATICATE’s sturdy fangs grow steadily.\nTo keep them ground down, it gnaws\non rocks and logs.$" + .string "It may even chew on the walls of\nhouses.$" + .string "SPEAROW has a very loud cry that can\nbe heard over half a mile away.\nIf its high, keening cry is heard$" + .string "echoing all around, it is a sign that\nthey are warning each other of danger.$" + .string "FEAROW is recognized by its long neck\nand elongated beak.\nThey are conveniently shaped for$" + .string "catching prey in soil or water.\nIt deftly moves its long and skinny\nbeak to pluck prey.$" + .string "EKANS curls itself up in a spiral while\nit rests.\nAssuming this position allows it to$" + .string "quickly respond to a threat from any\ndirection with a glare from its upraised\nhead.$" + .string "This POKéMON is terrifically strong in\norder to constrict things with its body.\nIt can even flatten steel oil drums.$" + .string "Once ARBOK wraps its body around its\nfoe, escaping its crunching embrace is\nimpossible.$" + .string "Whenever PIKACHU comes across\nsomething new, it blasts it with a jolt\nof electricity.$" + .string "If you come across a blackened berry,\nit’s evidence that this POKéMON\nmistook the intensity of its charge.$" + .string "If the electrical sacks become\nexcessively charged, RAICHU plants its\ntail in the ground and discharges.$" + .string "Scorched patches of ground will be\nfound near this POKéMON’s nest.$" + .string "SANDSHREW’s body is configured to\nabsorb water without waste, enabling it\nto survive in an arid desert.$" + .string "This POKéMON curls up to protect itself\nfrom its enemies.$" + .string "SANDSLASH’s body is covered by tough\nspikes, which are hardened sections of\nits hide. Once a year, the old spikes fall$" + .string "out, to be replaced with new spikes that\ngrow out from beneath the old ones.$" + .string "NIDORAN has barbs that secrete a\npowerful poison. They are thought to\nhave developed as protection for this$" + .string "small-bodied POKéMON.\nWhen enraged, it releases a horrible\ntoxin from its horn.$" + .string "When NIDORINA are with their friends or\nfamily, they keep their barbs tucked\naway to prevent hurting each other.$" + .string "This POKéMON appears to become\nnervous if separated from the others.$" + .string "NIDOQUEEN’s body is encased in\nextremely hard scales. It is adept at\nsending foes flying with harsh tackles.$" + .string "This POKéMON is at its strongest when\nit is defending its young.$" + .string "The male NIDORAN has developed\nmuscles for moving its ears. Thanks to\nthem, the ears can be freely moved in$" + .string "any direction. Even the slightest sound\ndoes not escape this POKéMON’s notice.$" + .string "NIDORINO has a horn that is harder than\na diamond. If it senses a hostile\npresence, all the barbs on its back$" + .string "bristle up at once, and it challenges\nthe foe with all its might.$" + .string "NIDOKING’s thick tail packs enormously\ndestructive power. With one swing, it\ncan topple a metal transmission tower.$" + .string "Once this POKéMON goes on a rampage,\nthere is no stopping it.$" + .string "On every night of a full moon, groups of\nthis POKéMON come out to play.\nWhen dawn arrives, the tired CLEFAIRY$" + .string "return to their quiet mountain retreats\nand go to sleep nestled up against each\nother.$" + .string "CLEFABLE moves by skipping lightly as if\nit were flying using its wings. Its\nbouncy step lets it even walk on water.$" + .string "It is known to take strolls on lakes on\nquiet, moonlit nights.$" + .string "At the time of its birth, VULPIX has one\nwhite tail. The tail separates into six\nif this POKéMON receives plenty of love$" + .string "from its TRAINER.\nThe six tails become magnificently\ncurled.$" + .string "NINETALES casts a sinister light from\nits bright red eyes to gain total\ncontrol over its foe’s mind.$" + .string "This POKéMON is said to live for a\nthousand years.$" + .string "JIGGLYPUFF’s vocal chords can freely\nadjust the wavelength of its voice.\nThis POKéMON uses this ability to sing$" + .string "at precisely the right wavelength to\nmake its foes most drowsy.$" + .string "WIGGLYTUFF has large, saucerlike eyes.\nThe surfaces of its eyes are always\ncovered with a thin layer of tears.$" + .string "If any dust gets in this POKéMON’s\neyes, it is quickly washed away.$" + .string "ZUBAT remains quietly unmoving in a\ndark spot during the bright daylight\nhours. It does so because prolonged$" + .string "exposure to the sun causes its body to\nbecome slightly burned.$" + .string "GOLBAT loves to drink the blood of\nliving things. It is particularly active\nin the pitch black of night.$" + .string "This POKéMON flits around in the night\nskies, seeking fresh blood.$" + .string "During the daytime, ODDISH buries\nitself in soil to absorb nutrients from \nthe ground using its entire body.$" + .string "The more fertile the soil, the glossier\nits leaves become.$" + .string "GLOOM releases a foul fragrance from\nthe pistil of its flower. When faced\nwith danger, the stench worsens.$" + .string "If this POKéMON is feeling calm and\nsecure, it does not release its usual\nstinky aroma.$" + .string "VILEPLUME’s toxic pollen triggers\natrocious allergy attacks. That’s why\nit is advisable never to approach any$" + .string "attractive flowers in a jungle, however\npretty they may be.$" + .string "PARAS has parasitic mushrooms growing\non its back called tochukaso. They grow\nlarge by drawing nutrients from the BUG$" + .string "POKéMON host. They are highly valued as\na medicine for extending life.$" + .string "PARASECT is known to infest large trees\nen masse and drain nutrients from the\nlower trunk and roots.$" + .string "When an infested tree dies, they move\nonto another tree all at once.$" + .string "VENONAT is said to have evolved with\na coat of thin, stiff hair that covers\nits entire body for protection.$" + .string "It possesses large eyes that never fail\nto spot even miniscule prey.$" + .string "VENOMOTH is nocturnal - it is a POKéMON\nthat only becomes active at night.\nIts favorite prey are small insects$" + .string "that gather around streetlights,\nattracted by the light in the darkness.$" + .string "DIGLETT are raised in most farms.\nThe reason is simple - wherever this\nPOKéMON burrows, the soil is left$" + .string "perfectly tilled for planting crops.\nThis soil is made ideal for growing\ndelicious vegetables.$" + .string "DUGTRIO are actually triplets that\nemerged from one body. As a result,\neach triplet thinks exactly like the$" + .string "other two triplets.\nThey work cooperatively to burrow\nendlessly.$" + .string "MEOWTH withdraws its sharp claws into\nits paws to slinkily sneak about without\nmaking any incriminating footsteps.$" + .string "For some reason, this POKéMON loves\nshiny coins that glitter with light.$" + .string "PERSIAN has six bold whiskers that give\nit a look of toughness. The whiskers \nsense air movements to determine what$" + .string "is in the POKéMON’s surrounding\nvicinity. It becomes docile if grabbed\nby the whiskers.$" + .string "PSYDUCK uses a mysterious power.\nWhen it does so, this POKéMON \ngenerates brain waves that are$" + .string "supposedly only seen in sleepers.\nThis discovery spurred controversy\namong scholars.$" + .string "The webbed flippers on its forelegs and\nhind legs and the streamlined body of\nGOLDUCK give it frightening speed.$" + .string "This POKéMON is definitely much faster\nthan even the most athletic swimmer.$" + .string "When MANKEY starts shaking and its\nnasal breathing turns rough, it’s a sure\nsign that it is becoming angry.$" + .string "However, because it goes into a\ntowering rage almost instantly, it is\nimpossible for anyone to flee its wrath.$" + .string "When PRIMEAPE becomes furious, its\nblood circulation is boosted. In turn,\nits muscles are made even stronger.$" + .string "However, it also becomes much less\nintelligent at the same time.$" + .string "GROWLITHE has a superb sense of smell.\nOnce it smells anything, this POKéMON\nwon’t forget the scent, no matter what.$" + .string "It uses its advanced olfactory sense\nto determine the emotions of other\nliving things.$" + .string "ARCANINE is known for its high speed.\nIt is said to be capable of running over\n6,200 miles in a single day and night.$" + .string "The fire that blazes wildly within this\nPOKéMON’s body is its source of power.$" + .string "POLIWAG has a very thin skin. It is\npossible to see the POKéMON’s spiral\ninnards right through the skin.$" + .string "Despite its thinness, however, the skin\nis also very flexible. Even sharp fangs\nbounce right off it.$" + .string "The surface of POLIWHIRL’s body is\nalways wet and slick with an oily fluid.\nBecause of this greasy covering, it can$" + .string "easily slip and slide out of the clutches\nof any enemy in battle.$" + .string "POLIWRATH’s highly developed, brawny\nmuscles never grow fatigued, however\nmuch it exercises.$" + .string "It is so tirelessly strong, this POKéMON\ncan swim back and forth across the\nPacific Ocean without effort.$" + .string "ABRA sleeps for eighteen hours a day.\nHowever, it can sense the presence of\nfoes even while it is sleeping.$" + .string "In such a situation, this POKéMON\nimmediately teleports to safety.$" + .string "KADABRA emits a peculiar alpha wave\nif it develops a headache. Only those\npeople with a particularly strong$" + .string "psyche can hope to become a TRAINER\nof this POKéMON.$" + .string "ALAKAZAM’s brain continually grows,\nmaking its head far too heavy to\nsupport with its neck.$" + .string "This POKéMON holds its head up using\nits psychokinetic power instead.$" + .string "MACHOP’s muscles are special - they\nnever get sore no matter how much they\nare used in exercise.$" + .string "This POKéMON has sufficient power to\nhurl a hundred adult humans.$" + .string "MACHOKE’s thoroughly toned muscles\npossess the hardness of steel.\nThis POKéMON has so much strength,$" + .string "it can easily hold aloft a sumo wrestler\non just one finger.$" + .string "MACHAMP has the power to hurl anything\naside. However, trying to do any work\nrequiring care and dexterity causes$" + .string "its arms to get tangled.\nThis POKéMON tends to leap into action\nbefore it thinks.$" + .string "BELLSPROUT’s thin and flexible body\nlets it bend and sway to avoid any\nattack, however strong it may be.$" + .string "From its mouth, this POKéMON spits a\ncorrosive fluid that melts even iron.$" + .string "WEEPINBELL has a large hook on its rear\nend. At night, the POKéMON hooks on to\na tree branch and goes to sleep.$" + .string "If it moves around in its sleep, it may\nwake up to find itself on the ground.$" + .string "VICTREEBEL has a long vine that\nextends from its head. This vine is\nwaved and flicked about as if it were$" + .string "an animal to attract prey. When an\nunsuspecting prey draws near, this\nPOKéMON swallows it whole.$" + .string "TENTACOOL’s body is largely composed\nof water. If it is removed from the\nsea, it dries up like parchment.$" + .string "If this POKéMON happens to become\ndehydrated, put it back into the sea.$" + .string "TENTACRUEL has large red orbs on its\nhead. The orbs glow before lashing the\nvicinity with a harsh ultrasonic blast.$" + .string "This POKéMON’s outburst creates rough\nwaves around it.$" + .string "The longer a GEODUDE lives, the more\nits edges are chipped and worn away,\nmaking it more rounded in appearance.$" + .string "However, this POKéMON’s heart will\nremain hard, craggy, and rough always.$" + .string "GRAVELER grows by feeding on rocks.\nApparently, it prefers to eat rocks\nthat are covered in moss.$" + .string "This POKéMON eats its way through\na ton of rocks on a daily basis.$" + .string "GOLEM live up on mountains.\nIf there is a large earthquake, these\nPOKéMON will come rolling down off$" + .string "the mountains en masse to the\nfoothills below.$" + .string "PONYTA is very weak at birth.\nIt can barely stand up.\nThis POKéMON becomes stronger by$" + .string "stumbling and falling to keep up with\nits parent.$" + .string "RAPIDASH usually can be seen casually\ncantering in the fields and plains.\nHowever, when this POKéMON turns$" + .string "serious, its fiery manes flare and blaze\nas it gallops its way up to 150 mph.$" + .string "SLOWPOKE uses its tail to catch prey by\ndipping it in water at the side of a\nriver.$" + .string "However, this POKéMON often forgets\nwhat it’s doing and often spends entire\ndays just loafing at water’s edge.$" + .string "SLOWBRO’s tail has a SHELLDER firmly\nattached with a bite. As a result, the\ntail can’t be used for fishing anymore.$" + .string "This causes SLOWBRO to grudgingly swim\nand catch prey instead.$" + .string "MAGNEMITE attaches itself to power\nlines to feed on electricity.\nIf your house has a power outage,$" + .string "check your circuit breakers. You may\nfind a large number of this POKéMON\nclinging to the breaker box.$" + .string "MAGNETON emits a powerful magnetic\nforce that is fatal to mechanical\ndevices. As a result, large cities sound$" + .string "sirens to warn citizens of large-scale\noutbreaks of this POKéMON.$" + .string "FARFETCH’D is always seen with a stick\nfrom a plant of some sort. Apparently,\nthere are good sticks and bad sticks.$" + .string "This POKéMON has been known to fight\nwith others over sticks.$" + .string "DODUO’s two heads never sleep at the\nsame time.\nIts two heads take turns sleeping,$" + .string "so one head can always keep watch for\nenemies while the other one sleeps.$" + .string "Watch out if DODRIO’s three heads are\nlooking in three separate directions.\nIt’s a sure sign that it is on its guard.$" + .string "Don’t go near this POKéMON if it’s being\nwary - it may decide to peck you.$" + .string "SEEL hunts for prey in the frigid sea\nunderneath sheets of ice.\nWhen it needs to breathe, it punches$" + .string "a hole through the ice with the\nsharply protruding section of its head.$" + .string "DEWGONG loves to snooze on bitterly\ncold ice.\nThe sight of this POKéMON sleeping on$" + .string "a glacier was mistakenly thought to be\na mermaid by a mariner long ago.$" + .string "GRIMER’s sludgy and rubbery body can\nbe forced through any opening, however\nsmall it may be.$" + .string "This POKéMON enters sewer pipes to\ndrink filthy wastewater.$" + .string "From MUK’s body seeps a foul fluid that\ngives off a nose-bendingly horrible\nstench.$" + .string "Just one drop of this POKéMON’s body\nfluid can turn a pool stagnant and\nrancid.$" + .string "At night, this POKéMON uses its broad\ntongue to burrow a hole in the seafloor\nsand and then sleep in it.$" + .string "While it is sleeping, SHELLDER closes its\nshell, but leaves its tongue hanging\nout.$" + .string "CLOYSTER is capable of swimming in the\nsea. It does so by swallowing water,\nthen jetting it out toward the rear.$" + .string "This POKéMON shoots spikes from its\nshell using the same system.$" + .string "GASTLY is largely composed of gaseous\nmatter. When exposed to a strong wind,\nthe gaseous body quickly dwindles away.$" + .string "Groups of this POKéMON cluster under\nthe eaves of houses to escape the\nravages of wind.$" + .string "HAUNTER is a dangerous POKéMON.\nIf one beckons you while floating in\ndarkness, you must never approach it.$" + .string "This POKéMON will try to lick you with its\ntongue and steal your life away.$" + .string "Sometimes, on a dark night, your shadow\nthrown by a streetlight will suddenly\nand startlingly overtake you.$" + .string "It is actually a GENGAR running past\nyou, pretending to be your shadow.$" + .string "ONIX has a magnet in its brain. It acts\nas a compass so that this POKéMON does\nnot lose direction while it is tunneling.$" + .string "As it grows older, its body becomes\nincreasingly rounder and smoother.$" + .string "If your nose becomes itchy while you\nare sleeping, it’s a sure sign that one\nof these POKéMON is standing above$" + .string "your pillow and trying to eat your dream\nthrough your nostrils.$" + .string "HYPNO holds a pendulum in its hand.\nThe arcing movement and glitter of the\npendulum lull the foe into a deep state$" + .string "of hypnosis.\nWhile this POKéMON searches for prey,\nit polishes the pendulum.$" + .string "KRABBY live on beaches, burrowed inside\nholes dug into the sand.\nOn sandy beaches with little in the way$" + .string "of food, these POKéMON can be seen\nsquabbling with each other over\nterritory.$" + .string "KINGLER has an enormous, oversized\nclaw. It waves this huge claw in the\nair to communicate with others.$" + .string "However, because the claw is so heavy,\nthe POKéMON quickly tires.$" + .string "VOLTORB was first sighted at a company\nthat manufactures POKé BALLS.\nThe link between that sighting and$" + .string "the fact that this POKéMON looks very\nsimilar to a POKé BALL remains a\nmystery.$" + .string "ELECTRODE eats electricity in the\natmosphere. On days when lightning\nstrikes, you can see this POKéMON$" + .string "exploding all over the place from\neating too much electricity.$" + .string "This POKéMON consists of six eggs that\nform a closely knit cluster. The six eggs\nattract each other and spin around.$" + .string "When cracks increasingly appear on the\neggs, EXEGGCUTE is close to evolution.$" + .string "EXEGGUTOR originally came from the\ntropics. Its heads steadily grow larger\nfrom exposure to strong sunlight.$" + .string "It is said that when the heads fall off,\nthey group together to form EXEGGCUTE.$" + .string "CUBONE pines for the mother it will\nnever see again. Seeing a likeness of\nits mother in the full moon, it cries.$" + .string "The stains on the skull the POKéMON\nwears are made by the tears it sheds.$" + .string "MAROWAK is the evolved form of a CUBONE\nthat has overcome its sadness at the\nloss of its mother and grown tough.$" + .string "This POKéMON’s tempered and hardened\nspirit is not easily broken.$" + .string "HITMONLEE’s legs freely contract and\nstretch. Using these springlike legs, it\nbowls over foes with devastating kicks.$" + .string "After battle, it rubs down its legs and\nloosens the muscles to overcome\nfatigue.$" + .string "HITMONCHAN is said to possess the\nspirit of a boxer who had been working\ntowards a world championship.$" + .string "This POKéMON has an indomitable spirit\nand will never give up in the face of\nadversity.$" + .string "Whenever LICKITUNG comes across\nsomething new, it will unfailingly give it\na lick. It does so because it memorizes$" + .string "things by texture and by taste.\nIt is somewhat put off by sour things.$" + .string "If KOFFING becomes agitated, it raises\nthe toxicity of its internal gases and\njets them out from all over its body.$" + .string "This POKéMON may also overinflate its\nround body, then explode.$" + .string "WEEZING loves the gases given off by\nrotted kitchen garbage. This POKéMON\nwill find a dirty, unkempt house and$" + .string "make it its home. At night, when the\npeople in the house are asleep, it will\ngo through the trash.$" + .string "RHYHORN runs in a straight line,\nsmashing everything in its path.\nIt is not bothered even if it rushes$" + .string "headlong into a block of steel.\nThis POKéMON may feel some pain from\nthe collision the next day, however.$" + .string "RHYDON’s horn can crush even uncut\ndiamonds. One sweeping blow of its tail\ncan topple a building.$" + .string "This POKéMON’s hide is extremely tough.\nEven direct cannon hits don’t leave\na scratch.$" + .string "CHANSEY lays nutritionally excellent\neggs on an everyday basis.\nThe eggs are so delicious, they are$" + .string "easily and eagerly devoured by even\nthose people who have lost their\nappetite.$" + .string "TANGELA’s vines snap off easily if they\nare grabbed. This happens without pain,\nallowing it to make a quick getaway.$" + .string "The lost vines are replaced by newly\ngrown vines the very next day.$" + .string "If you come across a young KANGASKHAN\nplaying by itself, you must never\ndisturb it or attempt to catch it.$" + .string "The baby POKéMON’s parent is sure to\nbe in the area, and it will become\nviolently enraged at you.$" + .string "HORSEA eats small insects and moss off\nof rocks. If the ocean current turns\nfast, this POKéMON anchors itself by$" + .string "wrapping its tail around rocks or coral\nto prevent being washed away.$" + .string "SEADRA sleeps after wriggling itself\nbetween the branches of coral.\nThose trying to harvest coral are$" + .string "occasionally stung by this POKéMON’s\npoison barbs if they fail to notice it.$" + .string "GOLDEEN is a very beautiful POKéMON\nwith fins that billow elegantly in water.\nHowever, don’t let your guard down$" + .string "around this POKéMON - it could ram you\npowerfully with its horn.$" + .string "In the autumn, SEAKING males can be\nseen performing courtship dances in\nriverbeds to woo females.$" + .string "During this season, this POKéMON’s body\ncoloration is at its most beautiful.$" + .string "STARYU’s center section has an organ\ncalled the core that shines bright red.\nIf you go to a beach toward the$" + .string "end of summer, the glowing cores of\nthese POKéMON look like the stars\nin the sky.$" + .string "STARMIE’s center section - the core -\nglows brightly in seven colors.\nBecause of its luminous nature, this$" + .string "POKéMON has been given the nickname\n“the gem of the sea.”$" + .string "MR. MIME is a master of pantomime.\nIts gestures and motions convince\nwatchers that something unseeable$" + .string "actually exists. Once it is believed,\nit will exist as if it were a real thing.$" + .string "SCYTHER is blindingly fast. Its blazing\nspeed enhances the effectiveness of\nthe twin scythes on its forearms.$" + .string "This POKéMON’s scythes are so\neffective, they can slice through thick\nlogs in one wicked stroke.$" + .string "JYNX walks rhythmically, swaying and\nshaking its hips as if it were dancing.\nIts motions are so bouncingly alluring,$" + .string "people seeing it are compelled to shake\ntheir hips without giving any thought\nto what they are doing.$" + .string "When a storm arrives, gangs of this\nPOKéMON compete with each other to\nscale heights that are likely to be$" + .string "stricken by lightning bolts.\nSome towns use ELECTABUZZ in place of\nlightning rods.$" + .string "In battle, MAGMAR blows out intensely\nhot flames from all over its body to\nintimidate its opponent.$" + .string "This POKéMON’s fiery bursts create\nheat waves that ignite grass and trees\nin its surroundings.$" + .string "PINSIR is astoundingly strong. It can\ngrip a foe weighing twice its weight\nin its horns and easily lift it.$" + .string "This POKéMON’s movements turn sluggish\nin cold places.$" + .string "This POKéMON is not satisfied unless\nit is rampaging at all times.\nIf there is no opponent for TAUROS to$" + .string "battle, it will charge at thick trees and\nknock them down to calm itself.$" + .string "MAGIKARP is a pathetic excuse for a\nPOKéMON that is only capable of\nflopping and splashing.$" + .string "This behavior prompted scientists to\nundertake research into it.$" + .string "When MAGIKARP evolves into GYARADOS,\nits brain cells undergo a structural\ntransformation. It is said that this$" + .string "transformation is to blame for this\nPOKéMON’s wildly violent nature.$" + .string "People have driven LAPRAS almost to the\npoint of extinction. In the evenings,\nthis POKéMON is said to sing plaintively$" + .string "as it seeks what few others of its kind\nstill remain.$" + .string "DITTO rearranges its cell structure to\ntransform itself into other shapes.\nHowever, if it tries to transform itself$" + .string "into something by relying on its memory,\nthis POKéMON manages to get details\nwrong.$" + .string "EEVEE has an unstable genetic makeup\nthat suddenly mutates due to the\nenvironment in which it lives.$" + .string "Radiation from various STONES causes\nthis POKéMON to evolve.$" + .string "VAPOREON underwent a spontaneous\nmutation and grew fins and gills that\nallow it to live underwater.$" + .string "This POKéMON has the ability to freely\ncontrol water.$" + .string "JOLTEON’s cells generate a low level of\nelectricity. This power is amplified by\nthe static electricity of its fur,$" + .string "enabling the POKéMON to drop\nthunderbolts. The bristling fur is made\nof electrically charged needles.$" + .string "FLAREON’s fluffy fur has a functional\npurpose - it releases heat into the air\nso that its body does not get$" + .string "excessively hot.\nThis POKéMON’s body temperature can\nrise to a maximum of 1,650 degrees F.$" + .string "PORYGON is capable of reverting itself\nentirely back to program data and\nentering cyberspace.$" + .string "This POKéMON is copy-protected so it\ncannot be duplicated by copying.$" + .string "OMANYTE is one of the ancient and long-\nsince-extinct POKéMON that have been\nregenerated from fossils by people.$" + .string "If attacked by an enemy, it withdraws\nitself inside its hard shell.$" + .string "OMASTAR uses its tentacles to capture\nits prey. It is believed to have become\nextinct because its shell grew too large$" + .string "and heavy, causing its movements to\nbecome too slow and ponderous.$" + .string "KABUTO is a POKéMON that has been\nregenerated from a fossil. However, in\nextremely rare cases, living examples$" + .string "have been discovered.\nThe POKéMON has not changed at all for\n300 million years.$" + .string "KABUTOPS swam underwater to hunt for\nits prey in ancient times.\nThe POKéMON was apparently evolving$" + .string "from being a water-dweller to living on\nland as evident from the beginnings of\nchange in its gills and legs.$" + .string "AERODACTYL is a POKéMON from the age\nof dinosaurs. It was regenerated from\ngenetic material extracted from amber.$" + .string "It is imagined to have been the king of\nthe skies in ancient times.$" + .string "SNORLAX’s typical day consists of\nnothing more than eating and sleeping.\nIt is such a docile POKéMON that there$" + .string "are children who use its expansive belly\nas a place to play.$" + .string "ARTICUNO is a legendary bird POKéMON\nthat can control ice.\nThe flapping of its wings chills the air.$" + .string "As a result, it is said that when this\nPOKéMON flies, snow will fall.$" + .string "ZAPDOS is a legendary bird POKéMON that\nhas the ability to control electricity.\nIt usually lives in thunderclouds.$" + .string "The POKéMON gains power if it is\nstricken by lightning bolts.$" + .string "MOLTRES is a legendary bird POKéMON\nthat has the ability to control fire.\nIf this POKéMON is injured, it is said to$" + .string "dip its body in the molten magma of a\nvolcano to burn and heal itself.$" + .string "DRATINI continually molts and sloughs\noff its old skin.\nIt does so because the life energy$" + .string "within its body steadily builds to reach\nuncontrollable levels.$" + .string "DRAGONAIR stores an enormous amount\nof energy inside its body.\nIt is said to alter weather conditions$" + .string "in its vicinity by discharging energy\nfrom the crystals on its neck and tail.$" + .string "DRAGONITE is capable of circling the\nglobe in just sixteen hours.\nIt is a kindhearted POKéMON that leads$" + .string "lost and foundering ships in a storm to\nthe safety of land.$" + .string "MEWTWO is a POKéMON that was created\nby genetic manipulation.\nHowever, even though the scientific$" + .string "power of humans created this POKéMON’s\nbody, they failed to endow MEWTWO with\na compassionate heart.$" + .string "MEW is said to possess the genetic\ncomposition of all POKéMON.\nIt is capable of making itself invisible$" + .string "at will, so it entirely avoids notice even\nif it approaches people.$" + .string "In battle, CHIKORITA waves its leaf\naround to keep the foe at bay.\nHowever, a sweet fragrance also wafts$" + .string "from the leaf, becalming the battling\nPOKéMON and creating a cozy, friendly\natmosphere all around.$" + .string "BAYLEEF’s neck is ringed by curled-up\nleaves. Inside each tubular leaf is a\nsmall shoot of a tree.$" + .string "The fragrance of this shoot makes\npeople peppy.$" + .string "The fragrance of MEGANIUM’s flower\nsoothes and calms emotions.\nIn battle, this POKéMON gives off more$" + .string "of its becalming scent to blunt the\nfoe’s fighting spirit.$" + .string "CYNDAQUIL protects itself by flaring up\nthe flames on its back.\nThe flames are vigorous if the POKéMON$" + .string "is angry. However, if it is tired, the\nflames splutter fitfully with incomplete\ncombustion.$" + .string "QUILAVA keeps its foes at bay with the\nintensity of its flames and gusts of\nsuperheated air.$" + .string "This POKéMON applies its outstanding\nnimbleness to dodge attacks even while\nscorching the foe with flames.$" + .string "TYPHLOSION obscures itself behind a\nshimmering heat haze that it creates\nusing its intensely hot flames.$" + .string "This POKéMON creates blazing explosive\nblasts that burn everything to cinders.$" + .string "Despite the smallness of its body,\nTOTODILE’s jaws are very powerful.\nWhile the POKéMON may think it is just$" + .string "playfully nipping, its bite has enough\npower to cause serious injury.$" + .string "Once CROCONAW has clamped its jaws on\nits foe, it will absolutely not let go.\nBecause the tips of its fangs are$" + .string "forked back like barbed fishhooks, they\nbecome impossible to remove when \nthey have sunk in.$" + .string "FERALIGATR intimidates its foes by\nopening its huge mouth.\nIn battle, it will kick the ground hard$" + .string "with its thick and powerful hind legs to\ncharge at the foe at an incredible\nspeed.$" + .string "When SENTRET sleeps, it does so while\nanother stands guard. The sentry wakes\nthe others at the first sign of danger.$" + .string "When this POKéMON becomes separated\nfrom its pack, it becomes incapable of\nsleep due to fear.$" + .string "FURRET has a very slim build.\nWhen under attack, it can slickly squirm\nthrough narrow spaces and get away.$" + .string "In spite of its short limbs, this\nPOKéMON is very nimble and fleet.$" + .string "HOOTHOOT has an internal organ that\nsenses and tracks the earth’s rotation.\nUsing this special organ, this POKéMON$" + .string "begins hooting at precisely the same\ntime every day.$" + .string "NOCTOWL never fails at catching prey in\ndarkness. This POKéMON owes its\nsuccess to its superior vision that$" + .string "allows it to see in minimal light, and to\nits soft, supple wings that make no\nsound in flight.$" + .string "LEDYBA secretes an aromatic fluid from\nwhere its legs join its body. This fluid\nis used for communicating with others.$" + .string "This POKéMON conveys its feelings to\nothers by altering the fluid’s scent.$" + .string "It is said that in lands with clean air,\nwhere the stars fill the sky, there live\nLEDIAN in countless numbers.$" + .string "There is a good reason for this - the\nPOKéMON uses the light of the stars\nas its energy.$" + .string "The web spun by SPINARAK can be\nconsidered its second nervous system.\nIt is said that this POKéMON can$" + .string "determine what kind of prey is touching\nits web just by the tiny vibrations it\nfeels through the web’s strands.$" + .string "ARIADOS’s feet are tipped with tiny\nhooked claws that enable it to scuttle\non ceilings and vertical walls.$" + .string "This POKéMON constricts the foe with\nthin and strong silk webbing.$" + .string "If this POKéMON is flying by fluttering\nonly a pair of wings on either the\nforelegs or hind legs, it’s proof that$" + .string "CROBAT has been flying a long distance.\nIt switches the wings it uses if it is\ntired.$" + .string "CHINCHOU lets loose positive and\nnegative electrical charges from its\ntwo antennas to make its prey faint.$" + .string "This POKéMON flashes its electric\nlights to exchange signals with others.$" + .string "LANTURN is nicknamed “the deep-sea\nstar” for its illuminated antenna.\nThis POKéMON produces light by$" + .string "causing a chemical reaction between\nbacteria and its bodily fluids inside\nthe antenna.$" + .string "PICHU charges itself with electricity\nmore easily on days with thunderclouds\nor when the air is very dry.$" + .string "You can hear the crackling of static\nelectricity coming off this POKéMON.$" + .string "On nights with many shooting stars,\nCLEFFA can be seen dancing in a ring.\nThey dance through the night and stop$" + .string "only at the break of day, when these\nPOKéMON quench their thirst with the\nmorning dew.$" + .string "IGGLYBUFF’s vocal chords are not\nsufficiently developed. It would hurt\nits throat if it were to sing too much.$" + .string "This POKéMON gargles with freshwater\nfrom a clean stream.$" + .string "As its energy, TOGEPI uses the positive\nemotions of compassion and pleasure\nexuded by people and POKéMON.$" + .string "This POKéMON stores up feelings of\nhappiness inside its shell, then shares\nthem with others.$" + .string "TOGETIC is said to be a POKéMON that\nbrings good fortune. When the POKéMON\nspots someone who is pure of heart,$" + .string "it is said to appear and share its\nhappiness with that person.$" + .string "NATU cannot fly because its wings are\nnot yet fully grown. If your eyes meet\nwith this POKéMON’s eyes, it will stare$" + .string "back intently at you. But if you move\neven slightly, it will hop away to safety.$" + .string "XATU stands rooted and still in one\nspot all day long. People believe that\nthis POKéMON does so out of fear of$" + .string "the terrible things it has foreseen in\nthe future.$" + .string "MAREEP’s fluffy coat of wool rubs\ntogether and builds a static charge.\nThe more static electricity is charged,$" + .string "the more brightly the lightbulb at the\ntip of its tail grows.$" + .string "FLAAFFY’s wool quality changes so that\nit can generate a high amount of static\nelectricity with a small amount of wool.$" + .string "The bare and slick parts of its hide are\nshielded against electricity.$" + .string "AMPHAROS gives off so much light that\nit can be seen even from space.\nPeople in the old days used the light of$" + .string "this POKéMON to send signals back and\nforth with others far away.$" + .string "When BELLOSSOM gets exposed to plenty\nof sunlight, the leaves ringing its body\nbegin to spin around.$" + .string "This POKéMON’s dancing is renowned in\nthe southern lands.$" + .string "MARILL’s oil-filled tail acts much like\na life preserver. If you see just its\ntail bobbing on the water’s surface,$" + .string "it’s a sure indication that this POKéMON\nis diving beneath the water to feed on\naquatic plants.$" + .string "AZUMARILL’s long ears are indispensable\nsensors. By focusing its hearing, this\nPOKéMON can identify what kinds of$" + .string "prey are around, even in rough and\nfast-running rivers.$" + .string "SUDOWOODO camouflages itself as a tree\nto avoid being attacked by enemies.\nHowever, because the forelegs remain$" + .string "green throughout the year, the POKéMON\nis easily identified as a fake during\nthe winter.$" + .string "The curled hair on POLITOED’s head is\nproof of its status as a king. It is said\nthat the longer and more curled the$" + .string "hair, the more respect this POKéMON\nearns from its peers.$" + .string "This POKéMON drifts and floats with the\nwind. If it senses the approach of\nstrong winds, HOPPIP links its leaves$" + .string "with other HOPPIP to prepare against\nbeing blown away.$" + .string "SKIPLOOM’s flower blossoms when the\ntemperature rises above 64 degrees F.\nHow much the flower opens depends on$" + .string "the temperature. For that reason, this\nPOKéMON is sometimes used as a\nthermometer.$" + .string "JUMPLUFF rides warm southern winds to\ncross the sea and fly to foreign lands.\nThe POKéMON descends to the ground$" + .string "when it encounters cold air while it is\nfloating.$" + .string "AIPOM’s tail ends in a hand-like\nappendage that can be cleverly\nmanipulated.$" + .string "However, because the POKéMON uses its\ntail so much, its real hands have become\nrather clumsy.$" + .string "SUNKERN tries to move as little as it\npossibly can. It does so because it\ntries to conserve all the nutrients it$" + .string "has stored in its body for its\nevolution. It will not eat a thing, \nsubsisting only on morning dew.$" + .string "SUNFLORA converts solar energy into\nnutrition. It moves around actively in\nthe daytime when it is warm.$" + .string "It stops moving as soon as the sun goes\ndown for the night.$" + .string "YANMA is capable of seeing 360 degrees\nwithout having to move its eyes.\nIt is a great flier that is adept at$" + .string "making sudden stops and turning midair.\nThis POKéMON uses its flying ability to\nquickly chase down targeted prey.$" + .string "WOOPER usually lives in water.\nHowever, it occasionally comes out onto\nland in search of food.$" + .string "On land, it coats its body with a gooey,\ntoxic film.$" + .string "QUAGSIRE hunts for food by leaving\nits mouth wide open in water and waiting\nfor its prey to blunder in unaware.$" + .string "Because the POKéMON does not move,\nit does not get very hungry.$" + .string "ESPEON is extremely loyal to any\nTRAINER it considers to be worthy.\nIt is said that this POKéMON developed$" + .string "its precognitive powers to protect its\nTRAINER from harm.$" + .string "UMBREON evolved as a result of exposure\nto the moon’s waves.\nIt hides silently in darkness and waits$" + .string "for its foes to make a move.\nThe rings on its body glow when it leaps\nto attack.$" + .string "MURKROW was feared and loathed as the\nalleged bearer of ill fortune.\nThis POKéMON shows strong interest in$" + .string "anything that sparkles or glitters.\nIt will even try to steal rings from\nwomen.$" + .string "SLOWKING undertakes research every\nday in an effort to solve the mysteries\nof the world.$" + .string "However, this POKéMON apparently\nforgets everything it has learned if\nthe SHELLDER on its head comes off.$" + .string "MISDREAVUS frightens people with a\ncreepy, sobbing cry. The POKéMON\napparently uses its red spheres to$" + .string "absorb the fearful feelings of foes and\nturn them into nutrition.$" + .string "This POKéMON is shaped like ancient\nwriting. It is a mystery as to which\ncame first, the ancient writings or the$" + .string "various UNOWN. Research into this\ntopic is ongoing but nothing is known.$" + .string "If two or more WOBBUFFET meet, they will\nturn competitive and try to outdo each\nother’s endurance.$" + .string "However, they may try to see which one\ncan endure the longest without food.\nTRAINERS need to beware of this habit.$" + .string "GIRAFARIG’s rear head also has a brain,\nbut it is small. The rear head attacks in\nresponse to smells and sounds.$" + .string "Approaching this POKéMON from behind\ncan cause the rear head to suddenly\nlash out and bite.$" + .string "PINECO hangs from a tree branch and\npatiently waits for prey to come along.\nIf the POKéMON is disturbed while$" + .string "eating by someone shaking its tree, it\ndrops down to the ground and explodes\nwith no warning.$" + .string "FORRETRESS conceals itself inside its\nhardened steel shell. The shell is opened\nwhen the POKéMON is catching prey,$" + .string "but it does so at such a quick pace\nthat the shell’s inside cannot be seen.$" + .string "DUNSPARCE has a drill for its tail.\nIt uses this tail to burrow into the\nground backwards.$" + .string "This POKéMON is known to make its nest\nin complex shapes deep under the\nground.$" + .string "GLIGAR glides through the air without\na sound as if it were sliding.\nThis POKéMON hangs on to the face of$" + .string "its foe using its clawed hind legs and\nthe large pincers on its forelegs, then\ninjects the prey with its poison barb.$" + .string "STEELIX lives even further underground\nthan ONIX. This POKéMON is known to dig\ntowards the earth’s core.$" + .string "There are records of this POKéMON\nreaching a depth of over six-tenths\nof a mile underground.$" + .string "By baring its fangs and making a scary\nface, SNUBBULL sends smaller POKéMON\nscurrying away in terror.$" + .string "However, this POKéMON seems a little\nsad at making its foes flee.$" + .string "GRANBULL has a particularly well-\ndeveloped lower jaw. The enormous fangs\nare heavy, causing the POKéMON to tip$" + .string "its head back for balance.\nUnless it is startled, it will not try to\nbite indiscriminately.$" + .string "QWILFISH sucks in water, inflating\nitself. This POKéMON uses the pressure\nof the water it swallowed to shoot$" + .string "toxic quills all at once from all over\nits body. It finds swimming somewhat\nchallenging.$" + .string "SCIZOR has a body with the hardness of\nsteel. It is not easily fazed by ordinary\nsorts of attacks.$" + .string "This POKéMON flaps its wings to\nregulate its body temperature.$" + .string "SHUCKLE quietly hides itself under\nrocks, keeping its body concealed\ninside its hard shell while eating$" + .string "berries it has stored away.\nThe berries mix with its body fluids to\nbecome a juice.$" + .string "HERACROSS charges in a straight line at\nits foe, slips beneath the foe’s grasp,\nand then scoops up and hurls the$" + .string "opponent with its mighty horn.\nThis POKéMON even has enough power\nto topple a massive tree.$" + .string "SNEASEL scales trees by punching its\nhooked claws into the bark.\nThis POKéMON seeks out unguarded$" + .string "nests and steals eggs for food while\nthe parents are away.$" + .string "This POKéMON likes to lick its palms that\nare sweetened by being soaked in honey.\nTEDDIURSA concocts its own honey by$" + .string "blending fruits and pollen collected by\nBEEDRILL.$" + .string "In the forests inhabited by URSARING,\nit is said that there are many streams\nand towering trees where they$" + .string "gather food. This POKéMON walks\nthrough its forest gathering food\nevery day.$" + .string "Molten magma courses throughout\nSLUGMA’s circulatory system.\nIf this POKéMON is chilled, the magma$" + .string "cools and hardens. Its body turns\nbrittle and chunks fall off, reducing\nits size.$" + .string "MAGCARGO’s shell is actually its skin\nthat hardened as a result of cooling.\nIts shell is very brittle and fragile -$" + .string "just touching it causes it to crumble\napart. This POKéMON returns to its\noriginal size by dipping itself in magma.$" + .string "SWINUB roots for food by rubbing its\nsnout against the ground. Its favorite\nfood is a mushroom that grows under$" + .string "the cover of dead grass.\nThis POKéMON occasionally roots out\nhot springs.$" + .string "PILOSWINE is covered by a thick coat\nof long hair that enables it to endure\nthe freezing cold.$" + .string "This POKéMON uses its tusks to dig up\nfood that has been buried under ice.$" + .string "CORSOLA’s branches glitter very\nbeautifully in seven colors when they\ncatch sunlight.$" + .string "If any branch breaks off, this POKéMON\ngrows it back in just one night.$" + .string "REMORAID sucks in water, then expels it\nat high velocity using its abdominal\nmuscles to shoot down flying prey.$" + .string "When evolution draws near, this POKéMON\ntravels downstream from rivers.$" + .string "OCTILLERY grabs onto its foe using\nits tentacles. This POKéMON tries to\nimmobilize it before delivering the$" + .string "finishing blow.\nIf the foe turns out to be too strong,\nOCTILLERY spews ink to escape.$" + .string "DELIBIRD carries its food bundled up\nin its tail. There once was a famous\nexplorer who managed to reach the peak$" + .string "of Mt. Everest thanks to one of these\nPOKéMON sharing its food.$" + .string "On sunny days, schools of MANTINE can\nbe seen elegantly leaping over the\nsea’s waves.$" + .string "This POKéMON is not bothered by the\nREMORAID that hitches rides.$" + .string "SKARMORY is entirely encased in hard,\nprotective armor. This POKéMON flies at\nclose to 190 mph.$" + .string "It slashes foes with its wings that\npossess swordlike cutting edges.$" + .string "HOUNDOUR hunt as a coordinated pack.\nThey communicate with each other using\na variety of cries to corner their prey.$" + .string "This POKéMON’s remarkable teamwork is\nunparalleled.$" + .string "In a HOUNDOOM pack, the one with its\nhorns raked sharply towards the back\nserves a leadership role.$" + .string "These POKéMON choose their leader by\nfighting amongst themselves.$" + .string "KINGDRA lives at extreme ocean depths\nthat are otherwise uninhabited.\nIt has long been believed that the$" + .string "yawning of this POKéMON creates\nspiraling ocean currents.$" + .string "For its nest, PHANPY digs a vertical pit \nin the ground at the edge of a river.\nIt marks the area around its nest with$" + .string "its trunk to let the others know that\nthe area has been claimed.$" + .string "DONPHAN’s favorite attack is curling\nits body into a ball, then charging at\nits foe while rolling at high speed.$" + .string "Once it starts rolling, this POKéMON\ncan’t stop very easily.$" + .string "PORYGON2 was created by humans using\nthe power of science. The man-made\nPOKéMON has been endowed with$" + .string "artificial intelligence that enables it\nto learn new gestures and emotions\non its own.$" + .string "STANTLER’s magnificent antlers were\ntraded at high prices as works of art.\nAs a result, this POKéMON was hunted$" + .string "close to extinction by those who were\nafter the priceless antlers.$" + .string "SMEARGLE marks the boundaries of its\nterritory using a body fluid that leaks\nout from the tip of its tail.$" + .string "Over 5,000 different marks left by this\nPOKéMON have been found.$" + .string "TYROGUE becomes stressed out if it\ndoes not get to train every day.\nWhen raising this POKéMON, the TRAINER$" + .string "must establish and uphold various\ntraining methods.$" + .string "HITMONTOP spins on its head at high\nspeed, all the while delivering kicks.\nThis technique is a remarkable mix of$" + .string "both offense and defense at the same\ntime. The POKéMON travels faster\nspinning than it does walking.$" + .string "SMOOCHUM actively runs about, but\nalso falls quite often.\nWhenever the chance arrives, it will$" + .string "look for its reflection to make sure its\nface hasn’t become dirty.$" + .string "ELEKID stores electricity in its body.\nIf it touches metal and accidentally\ndischarges all its built-up electricity,$" + .string "this POKéMON begins swinging its arms\nin circles to recharge itself.$" + .string "MAGBY’s state of health is determined\nby observing the fire it breathes.\nIf the POKéMON is spouting yellow$" + .string "flames from its mouth, it is in good\nhealth. When it is fatigued, black smoke\nwill be mixed in with the flames.$" + .string "MILTANK gives over five gallons of milk\non a daily basis. Its sweet milk is\nenjoyed by children and grown-ups alike.$" + .string "People who can’t drink milk turn it into\nyogurt and eat it instead.$" + .string "BLISSEY senses sadness with its fluffy\ncoat of fur. If it does so, this POKéMON\nwill rush over to the sad person,$" + .string "however far they may be, to share an\negg of happiness that brings a smile\nto any face.$" + .string "RAIKOU embodies the speed of lightning.\nThe roars of this POKéMON send shock\nwaves shuddering through the air and$" + .string "shake the ground as if lightning bolts\nhad come crashing down.$" + .string "ENTEI embodies the passion of magma.\nThis POKéMON is thought to have been\nborn in the eruption of a volcano.$" + .string "It sends up massive bursts of fire that\nutterly consume all that they touch.$" + .string "SUICUNE embodies the compassion of\na pure spring of water. It runs across\nthe land with gracefulness.$" + .string "This POKéMON has the power to purify\ndirty water.$" + .string "LARVITAR is born deep under the ground.\nTo come up to the surface, this POKéMON\nmust eat its way through the soil above.$" + .string "Until it does so, LARVITAR cannot see\nits parent’s face.$" + .string "PUPITAR creates a gas inside its body\nthat it compresses and forcefully\nejects to propel itself like a jet.$" + .string "The body is very durable - it avoids\ndamage even if it hits solid steel.$" + .string "TYRANITAR is so overwhelmingly\npowerful, it can bring down a whole\nmountain to make its nest.$" + .string "This POKéMON wanders about in\nmountains seeking new opponents to\nfight.$" + .string "LUGIA’s wings pack devastating power -\na light fluttering of its wings can blow\napart regular houses.$" + .string "As a result, this POKéMON chooses to\nlive out of sight deep under the sea.$" + .string "HO-OH’s feathers glow in seven colors\ndepending on the angle at which they\nare struck by light.$" + .string "These feathers are said to bring\nhappiness to the bearers. This POKéMON\nis said to live at the foot of a rainbow.$" + .string "This POKéMON came from the future by\ncrossing over time.\nIt is thought that so long as CELEBI$" + .string "appears, a bright and shining future\nawaits us.$" + .string "TREECKO has small hooks on the bottom\nof its feet that enable it to scale\nvertical walls.$" + .string "This POKéMON attacks by slamming foes\nwith its thick tail.$" + .string "The leaves growing out of GROVYLE’s\nbody are convenient for camouflaging\nit from enemies in the forest.$" + .string "This POKéMON is a master at climbing\ntrees in jungles.$" + .string "The leaves growing on SCEPTILE’s body\nare very sharp edged. This POKéMON is\nvery agile - it leaps all over the$" + .string "branches of trees and jumps on its foe\nfrom above or behind.$" + .string "TORCHIC sticks with its TRAINER,\nfollowing behind with unsteady\nsteps.$" + .string "This POKéMON breathes fire of over\n1,800 degrees F, including fireballs\nthat leave the foe scorched black.$" + .string "COMBUSKEN toughens up its legs and\nthighs by running through fields and\nmountains.$" + .string "This POKéMON’s legs possess both speed\nand power, enabling it to dole out ten\nkicks in one second.$" + .string "In battle, BLAZIKEN blows out intense\nflames from its wrists and attacks foes\ncourageously.$" + .string "The stronger the foe, the more\nintensely this POKéMON’s wrists burn.$" + .string "The fin on MUDKIP’s head acts as highly\nsensitive radar. Using this fin to sense\nmovements of water and air, this$" + .string "POKéMON can determine what is taking\nplace around it without using its eyes.$" + .string "The surface of MARSHTOMP’s body is\nenveloped by a thin, sticky film that\nenables it to live on land.$" + .string "This POKéMON plays in mud on beaches\nwhen the ocean tide is low.$" + .string "SWAMPERT is very strong. It has enough\npower to easily drag a boulder weighing\nmore than a ton.$" + .string "This POKéMON also has powerful vision\nthat lets it see even in murky water.$" + .string "At first sight, POOCHYENA takes a bite\nat anything that moves.\nThis POKéMON chases after prey until$" + .string "the victim becomes exhausted.\nHowever, it may turn tail if the prey\nstrikes back.$" + .string "MIGHTYENA gives obvious signals when\nit is preparing to attack. It starts to\ngrowl deeply and then flattens its body.$" + .string "This POKéMON will bite savagely with its\nsharply pointed fangs.$" + .string "ZIGZAGOON restlessly wanders\neverywhere at all times. This POKéMON\ndoes so because it is very curious.$" + .string "It becomes interested in anything\nthat it happens to see.$" + .string "LINOONE always runs full speed and only\nin straight lines. If facing an obstacle,\nit makes a right-angle turn to evade it.$" + .string "This POKéMON is very challenged by\ngently curving roads.$" + .string "Using the spikes on its rear end, \nWURMPLE peels the bark off trees and\nfeeds on the sap that oozes out.$" + .string "This POKéMON’s feet are tipped with\nsuction pads that allow it to cling to\nglass without slipping.$" + .string "SILCOON tethers itself to a tree branch\nusing silk to keep from falling. There, \nthis POKéMON hangs quietly while it$" + .string "awaits evolution.\nIt peers out of the silk cocoon through\na small hole.$" + .string "BEAUTIFLY’s favorite food is the sweet\npollen of flowers. If you want to see\nthis POKéMON, just leave a potted$" + .string "flower by an open window. BEAUTIFLY\nis sure to come looking for pollen.$" + .string "CASCOON makes its protective cocoon\nby wrapping its body entirely with a\nfine silk from its mouth. Once the silk$" + .string "goes around its body, it hardens.\nThis POKéMON prepares for its evolution\ninside the cocoon.$" + .string "DUSTOX is instinctively drawn to light.\nSwarms of this POKéMON are attracted\nby the bright lights of cities, where$" + .string "they wreak havoc by stripping the\nleaves off roadside trees for food.$" + .string "LOTAD live in ponds and lakes, where\nthey float on the surface.\nIt grows weak if its broad leaf dies.$" + .string "On rare occasions, this POKéMON travels\non land in search of clean water.$" + .string "LOMBRE is nocturnal - it will get active\nafter dusk. It is also a mischief-maker.\nWhen this POKéMON spots anglers,$" + .string "it tugs on their fishing lines from\nbeneath the surface and enjoys their\nconsternation.$" + .string "LUDICOLO begins dancing as soon as\nit hears cheerful, festive music.\nThis POKéMON is said to appear when it$" + .string "hears the singing of children on hiking\noutings.$" + .string "SEEDOT attaches itself to a tree\nbranch using the top of its head.\nIt sucks moisture from the tree while$" + .string "hanging off the branch.\nThe more water it drinks, the glossier\nthis POKéMON’s body becomes.$" + .string "NUZLEAF live in densely overgrown\nforests. They occasionally venture out\nof the forest to startle people.$" + .string "This POKéMON dislikes having its long\nnose pinched.$" + .string "SHIFTRY is a mysterious POKéMON that\nis said to live atop towering trees \ndating back over a thousand years.$" + .string "It creates terrific windstorms with\nthe fans it holds.$" + .string "TAILLOW courageously stands its\nground against foes, however strong\nthey may be.$" + .string "This gutsy POKéMON will remain defiant\neven after a loss. On the other hand,\nit cries loudly if it becomes hungry.$" + .string "SWELLOW flies high above our heads,\nmaking graceful arcs in the sky.\nThis POKéMON dives at a steep angle as$" + .string "soon as it spots its prey. The hapless\nprey is tightly grasped by SWELLOW’s\nclawed feet, preventing escape.$" + .string "WINGULL has the habit of carrying prey\nand valuables in its beak and hiding\nthem in all sorts of locations.$" + .string "This POKéMON rides the winds and flies\nas if it were skating across the sky.$" + .string "PELIPPER is a flying transporter that\ncarries small POKéMON and eggs inside\nits massive bill.$" + .string "This POKéMON builds its nest on steep\ncliffs facing the sea.$" + .string "RALTS senses the emotions of\npeople using the horns on its head.\nThis POKéMON rarely appears before$" + .string "people. But when it does, it draws\ncloser if it senses that the person has\na positive disposition.$" + .string "It is said that a KIRLIA that is\nexposed to the positive emotions of\nits TRAINER grows beautiful.$" + .string "This POKéMON controls psychokinetic\npowers with its highly developed brain.$" + .string "GARDEVOIR has the ability to read the\nfuture. If it senses impending danger\nto its TRAINER, this POKéMON is said to$" + .string "unleash its psychokinetic energy at\nfull power.$" + .string "From the tips of its feet, SURSKIT\nsecretes an oil that enables it to walk\non water as if it were skating.$" + .string "This POKéMON feeds on microscopic\norganisms in ponds and lakes.$" + .string "MASQUERAIN intimidates enemies with\nthe eyelike patterns on its antennas.\nThis POKéMON flaps its four wings to$" + .string "freely fly in any direction - even\nsideways and backwards - as if it were\na helicopter.$" + .string "SHROOMISH live in damp soil in the dark\ndepths of forests. They are often\nfound keeping still under fallen leaves.$" + .string "This POKéMON feeds on compost that\nis made up of fallen, rotted leaves.$" + .string "BRELOOM closes in on its foe with light\nand sprightly footwork, then throws\npunches with its stretchy arms.$" + .string "This POKéMON’s fighting technique puts\nboxers to shame.$" + .string "SLAKOTH lolls around for over twenty\nhours every day. Because it moves so\nlittle, it does not need much food.$" + .string "This POKéMON’s sole daily meal consists\nof just three leaves.$" + .string "VIGOROTH is always itching and agitated\nto go on a wild rampage. It simply can’t\ntolerate sitting still for even a minute.$" + .string "This POKéMON’s stress level rises if it\ncan’t be moving constantly.$" + .string "SLAKING spends all day lying down and\nlolling about.\nIt eats grass growing within its reach.$" + .string "If it eats all the grass it can reach,\nthis POKéMON reluctantly moves to\nanother spot.$" + .string "NINCADA lives underground for many\nyears in complete darkness.\nThis POKéMON absorbs nutrients from$" + .string "the roots of trees. It stays motionless\nas it waits for evolution.$" + .string "NINJASK moves around at such a high\nspeed that it cannot be seen, even\nwhile its crying can be clearly heard.$" + .string "For that reason, this POKéMON was long\nbelieved to be invisible.$" + .string "SHEDINJA’s hard body doesn’t move -\nnot even a twitch. In fact, its body\nappears to be merely a hollow shell.$" + .string "It is believed that this POKéMON will\nsteal the spirit of anyone peering into\nits hollow body from its back.$" + .string "Normally, WHISMUR’s voice is very quiet -\nit is barely audible even if one is\npaying close attention.$" + .string "However, if this POKéMON senses danger,\nit starts crying at an earsplitting\nvolume.$" + .string "LOUDRED’s bellowing can completely\ndecimate a wood-frame house. It uses\nits voice to punish its foes.$" + .string "This POKéMON’s round ears serve as\nloudspeakers.$" + .string "EXPLOUD triggers earthquakes with the\ntremors it creates by bellowing. If this\nPOKéMON violently inhales from the$" + .string "ports on its body, it’s a sign that it is\npreparing to let loose a huge bellow.$" + .string "MAKUHITA is tenacious - it will keep\ngetting up and attacking its foe\nhowever many times it is knocked down.$" + .string "Every time it gets back up, this\nPOKéMON stores more energy in its body\nfor evolving.$" + .string "HARIYAMA practices its straight-arm\nslaps in any number of locations.\nOne hit of this POKéMON’s powerful,$" + .string "openhanded, straight-arm punches\ncould snap a telephone pole in two.$" + .string "AZURILL spins its tail as if it were a\nlasso, then hurls it far. The momentum\nof the throw sends its body flying, too.$" + .string "Using this unique action, one of these\nPOKéMON managed to hurl itself a record\n33 feet.$" + .string "NOSEPASS’s magnetic nose is always\npointed to the north. If two of these\nPOKéMON meet, they cannot turn$" + .string "their faces to each other when they\nare close because their magnetic noses\nrepel one another.$" + .string "SKITTY has the habit of becoming\nfascinated by moving objects and\nchasing them around.$" + .string "This POKéMON is known to chase after\nits own tail and become dizzy.$" + .string "DELCATTY prefers to live an unfettered\nexistence in which it can do as it\npleases at its own pace.$" + .string "Because this POKéMON eats and sleeps\nwhenever it decides, its daily routines\nare completely random.$" + .string "SABLEYE lead quiet lives deep inside\ncaverns. They are feared, however,\nbecause these POKéMON are thought to$" + .string "steal the spirits of people when their\neyes burn with a sinister glow in the\ndarkness.$" + .string "MAWHILE’s huge jaws are actually steel\nhorns that have been transformed.\nIts docile-looking face serves to lull$" + .string "its foe into letting down its guard.\nWhen the foe least expects it, MAWHILE\nchomps it with its gaping jaws.$" + .string "This POKéMON has a body of steel.\nTo make its body, ARON feeds on\niron ore that it digs from mountains.$" + .string "Occasionally, it causes major trouble by\neating bridges and rails.$" + .string "LAIRON tempers its steel body by\ndrinking highly nutritious mineral\nspringwater until it is bloated.$" + .string "This POKéMON makes its nest close to\nsprings of delicious water.$" + .string "AGGRON claims an entire mountain as its\nown territory. It mercilessly beats up\nanything that violates its environment.$" + .string "This POKéMON vigilantly patrols its\nterritory at all times.$" + .string "MEDITITE undertakes rigorous mental\ntraining deep in the mountains.\nHowever, whenever it meditates, this$" + .string "POKéMON always loses its concentration\nand focus. As a result, its training\nnever ends.$" + .string "It is said that through meditation,\nMEDICHAM heightens energy inside\nits body and sharpens its sixth sense.$" + .string "This POKéMON hides its presence by\nmerging itself with fields and\nmountains.$" + .string "ELECTRIKE stores electricity in its\nlong body hair. This POKéMON stimulates\nits leg muscles with electric charges.$" + .string "These jolts of power give its legs\nexplosive acceleration performance.$" + .string "MANECTRIC is constantly discharging\nelectricity from its mane. The sparks\nsometimes ignite forest fires.$" + .string "When it enters a battle, this POKéMON\ncreates thunderclouds.$" + .string "PLUSLE always acts as a cheerleader\nfor its partners. Whenever a teammate\nputs out a good effort in battle, this$" + .string "POKéMON shorts out its body to create\nthe crackling noises of sparks to show\nits joy.$" + .string "MINUN is more concerned about cheering\non its partners than its own safety.\nIt shorts out the electricity in its$" + .string "body to create brilliant showers of\nsparks to cheer on its teammates.$" + .string "With the arrival of night, VOLBEAT emits\nlight from its tail. It communicates with\nothers by adjusting the intensity and$" + .string "flashing of its light.\nThis POKéMON is attracted by the sweet\naroma of ILLUMISE.$" + .string "ILLUMISE attracts a swarm of VOLBEAT\nusing a sweet fragrance. Once the\nVOLBEAT have gathered, this POKéMON$" + .string "leads the lit-up swarm in drawing\ngeometric designs on the canvas of\nthe night sky.$" + .string "ROSELIA shoots sharp thorns as\nprojectiles at any opponent that tries\nto steal the flowers on its arms.$" + .string "The aroma of this POKéMON brings\nserenity to living things.$" + .string "Virtually all of GULPIN’s body is its\nstomach. As a result, it can swallow\nsomething its own size.$" + .string "This POKéMON’s stomach contains a\nspecial fluid that digests anything.$" + .string "When SWALOT spots prey, it spurts out\na hideously toxic fluid from its pores\nand sprays the target.$" + .string "Once the prey has weakened, this\nPOKéMON gulps it down whole with its\ncavernous mouth.$" + .string "CARVANHA’s strongly developed jaws\nand its sharply pointed fangs pack the\ndestructive power to rip out boat hulls.$" + .string "Many boats have been attacked and\nsunk by this POKéMON.$" + .string "Nicknamed “the bully of the sea,”\nSHARPEDO is widely feared.\nIts cruel fangs grow back immediately$" + .string "if they snap off.\nJust one of these POKéMON can\nthoroughly tear apart a supertanker.$" + .string "WAILMER’s nostrils are located above\nits eyes. This playful POKéMON loves\nto startle people by forcefully snorting$" + .string "out seawater it stores inside its body\nout of its nostrils.$" + .string "WAILORD is the largest of all identified\nPOKéMON up to now.\nThis giant POKéMON swims languorously$" + .string "in the vast open sea, eating massive\namounts of food at once with its\nenormous mouth.$" + .string "NUMEL is extremely dull witted - it\ndoesn’t notice being hit. However, it\ncan’t stand hunger for even a second.$" + .string "This POKéMON’s body is a seething\ncauldron of boiling magma.$" + .string "CAMERUPT has a volcano inside its body.\nMagma of 18,000 degrees F courses\nthrough its body.$" + .string "Occasionally, the humps on this\nPOKéMON’s back erupt, spewing the\nsuperheated magma.$" + .string "TORKOAL digs through mountains in\nsearch of coal. If it finds some, it fills\nhollow spaces on its shell with the coal$" + .string "and burns it.\nIf it is attacked, this POKéMON spouts\nthick black smoke to beat a retreat.$" + .string "SPOINK bounces around on its tail.\nThe shock of its bouncing makes its\nheart pump. As a result, this POKéMON$" + .string "cannot afford to stop bouncing - if it\nstops, its heart will stop.$" + .string "GRUMPIG uses the black pearls on its\nbody to amplify its psychic power waves\nfor gaining total control over its foe.$" + .string "When this POKéMON uses its special\npower, its snorting breath grows\nlabored.$" + .string "All the SPINDA that exist in the\nworld are said to have utterly unique\nspot patterns.$" + .string "The shaky, tottering steps of this\nPOKéMON give it the appearance of\ndancing.$" + .string "TRAPINCH’s nest is a sloped, bowl-like\npit dug in sand. This POKéMON patiently\nwaits for prey to tumble down the pit.$" + .string "Its giant jaws have enough strength\nto crush even boulders.$" + .string "To make prey faint, VIBRAVA generates\nultrasonic waves by vigorously making\nits two wings vibrate.$" + .string "This POKéMON’s ultrasonic waves are so\npowerful, they can bring on headaches\nin people.$" + .string "FLYGON is nicknamed “the elemental \nspirit of the desert.” Because its\nflapping wings whip up a cloud of sand,$" + .string "this POKéMON is always enveloped in a\nsandstorm while flying.$" + .string "CACNEA lives in arid locations such\nas deserts. It releases a strong aroma\nfrom its flower to attract prey.$" + .string "When prey comes near, this POKéMON\nshoots sharp thorns from its body to\nbring the victim down.$" + .string "During the daytime, CACTURNE remains\nunmoving so that it does not lose any\nmoisture to the harsh desert sun.$" + .string "This POKéMON becomes active at night\nwhen the temperature drops.$" + .string "SWABLU has light and fluffy wings that\nare like cottony clouds. This POKéMON\nis not frightened of people.$" + .string "It lands on the heads of people and\nsits there like a cotton-fluff hat.$" + .string "ALTARIA dances and wheels through the\nsky among billowing, cotton-like clouds.\nBy singing melodies in its crystal-clear$" + .string "voice, this POKéMON makes its listeners\nexperience dreamy wonderment.$" + .string "Memories of battling its arch-rival\nSEVIPER are etched into every cell of\nZANGOOSE’s body.$" + .string "This POKéMON adroitly dodges attacks\nwith incredible agility.$" + .string "SEVIPER shares a generations-long\nfeud with ZANGOOSE. The scars on its\nbody are evidence of vicious battles.$" + .string "This POKéMON attacks using its sword-\nedged tail.$" + .string "LUNATONE was discovered at a location\nwhere a meteorite fell. As a result, some\npeople theorize that this POKéMON$" + .string "came from space. However, no one has\nbeen able to prove this theory so far.$" + .string "SOLROCK is a new species of POKéMON\nthat is said to have fallen from space.\nIt floats in air and moves silently.$" + .string "In battle, this POKéMON releases\nintensely bright light.$" + .string "BARBOACH’s sensitive whiskers serve\nas a superb radar system.\nThis POKéMON hides in mud, leaving only$" + .string "its two whiskers exposed while it waits\nfor prey to come along.$" + .string "WHISCASH is extremely territorial.\nJust one of these POKéMON will claim a\nlarge pond as its exclusive territory.$" + .string "If a foe approaches it, it thrashes\nabout and triggers a massive\nearthquake.$" + .string "CORPHISH were originally foreign\nPOKéMON that were imported as pets.\nThey eventually turned up in the wild.$" + .string "This POKéMON is very hardy and has\ngreatly increased its population.$" + .string "CRAWDAUNT has an extremely violent\nnature that compels it to challenge\nother living things to battle.$" + .string "Other life-forms refuse to live in\nponds inhabited by this POKéMON,\nmaking them desolate places.$" + .string "BALTOY moves while spinning around on\nits one foot. Primitive wall paintings\ndepicting this POKéMON living among$" + .string "people were discovered in some ancient\nruins.$" + .string "CLAYDOL are said to be dolls of mud made\nby primitive humans and brought to life\nby exposure to a mysterious ray.$" + .string "This POKéMON moves about while\nlevitating.$" + .string "LILEEP became extinct approximately\na hundred million years ago.\nThis ancient POKéMON attaches itself$" + .string "to a rock on the seafloor and catches\napproaching prey using tentacles \nshaped like flower petals.$" + .string "CRADILY roams around the ocean floor\nin search of food. This POKéMON freely\nextends its tree trunk-like neck and$" + .string "captures unwary prey using its eight\ntentacles.$" + .string "ANORITH was regenerated from a\nprehistoric fossil. This primitive\nPOKéMON once lived in warm seas.$" + .string "It grips its prey firmly between its\ntwo large claws.$" + .string "ARMALDO’s tough armor makes all attacks\nbounce off. This POKéMON’s two\nenormous claws can be freely extended$" + .string "or contracted. They have the power to\npunch right through a steel slab.$" + .string "FEEBAS’s fins are ragged and\ntattered from the start of its life.\nBecause of its shoddy appearance, this$" + .string "POKéMON is largely ignored.\nIt is capable of living in both the sea\nand in rivers.$" + .string "MILOTIC is said to be the most\nbeautiful of all the POKéMON.\nIt has the power to becalm such$" + .string "emotions as anger and hostility to quell\nbitter feuding.$" + .string "CASTFORM’s appearance changes with\nthe weather.\nThis POKéMON gained the ability to use$" + .string "the vast power of nature to protect\nits tiny body.$" + .string "KECLEON is capable of changing its body\ncolors at will to blend in with its\nsurroundings.$" + .string "There is one exception - this POKéMON\ncan’t change the zigzag pattern on its\nbelly.$" + .string "SHUPPET is attracted by feelings\nof jealousy and vindictiveness.\nIf someone develops strong feelings of$" + .string "vengeance, this POKéMON will appear\nin a swarm and line up beneath the eaves\nof that person’s home.$" + .string "BANETTE generates energy for laying\nstrong curses by sticking pins into its\nown body.$" + .string "This POKéMON was originally a pitiful\nplush doll that was thrown away.$" + .string "DUSKULL can pass through any wall no\nmatter how thick it may be.\nOnce this POKéMON chooses a target,$" + .string "it will doggedly pursue the intended\nvictim until the break of dawn.$" + .string "DUSCLOPS’s body is completely hollow -\nthere is nothing at all inside.\nIt is said that its body is like a black$" + .string "hole. This POKéMON will absorb anything\ninto its body, but nothing will ever come\nback out.$" + .string "The bunches of fruit around TROPIUS’s\nneck are very popular with children.\nThis POKéMON loves fruit, and eats it$" + .string "continuously. Apparently, its love for\nfruit resulted in its own outgrowth\nof fruit.$" + .string "CHIMECHO makes its cries echo\ninside its hollow body. When this\nPOKéMON becomes enraged, its cries$" + .string "result in ultrasonic waves that have\nthe power to knock foes flying.$" + .string "Every time ABSOL appears before people,\nit is followed by a disaster such as an\nearthquake or a tidal wave.$" + .string "As a result, it came to be known as the\ndisaster POKéMON.$" + .string "WYNAUT can always be seen with a big,\nhappy smile on its face. Look at its tail\nto determine if it is angry.$" + .string "When angered, this POKéMON will be\nslapping the ground with its tail.$" + .string "SNORUNT live in regions with heavy\nsnowfall. In seasons without snow, such\nas spring and summer, this POKéMON$" + .string "steals away to live quietly among\nstalactites and stalagmites deep in\ncaverns.$" + .string "GLALIE has a body made of rock, which it\nhardens with an armor of ice.\nThis POKéMON has the ability to freeze$" + .string "moisture in the atmosphere into any\nshape it desires.$" + .string "SPHEAL is much faster rolling than \nwalking to get around. When groups of\nthis POKéMON eat, they all clap at once$" + .string "to show their pleasure. Because of this,\ntheir mealtimes are noisy.$" + .string "SEALEO has the habit of always juggling\non the tip of its nose anything it sees\nfor the first time.$" + .string "This POKéMON occasionally entertains\nitself by balancing and rolling a SPHEAL\non its nose.$" + .string "WALREIN’s two massively developed\ntusks can totally shatter blocks of\nice weighing ten tons with one blow.$" + .string "This POKéMON’s thick coat of blubber\ninsulates it from subzero temperatures.$" + .string "CLAMPERL’s sturdy shell is not only good\nfor protection - it is also used for\nclamping and catching prey.$" + .string "A fully grown CLAMPERL’s shell will be\nscored with nicks and scratches all\nover.$" + .string "HUNTAIL’s presence went unnoticed by\npeople for a long time because it lives\nat extreme depths in the sea.$" + .string "This POKéMON’s eyes can see clearly\neven in the murky dark depths of the\nocean.$" + .string "GOREBYSS lives in the southern seas\nat extreme depths. Its body is built to\nwithstand the enormous pressure of$" + .string "water at incredible depths. Because of\nthis, this POKéMON’s body is unharmed\nby ordinary attacks.$" + .string "RELICANTH is a POKéMON species that\nexisted for a hundred million years\nwithout ever changing its form.$" + .string "This ancient POKéMON feeds on\nmicroscopic organisms with its\ntoothless mouth.$" + .string "LUVDISC live in shallow seas in the\ntropics. This heart-shaped POKéMON\nearned its name by swimming after$" + .string "loving couples it spotted in the\nocean’s waves.$" + .string "BAGON has a dream of one day soaring\nin the sky. In doomed efforts to fly,\nthis POKéMON hurls itself off cliffs.$" + .string "As a result of its dives, its head has \ngrown tough and as hard as tempered\nsteel.$" + .string "Inside SHELGON’s armor-like shell, cells\nare in the midst of transformation\nto create an entirely new body.$" + .string "This POKéMON’s shell is extremely heavy,\nmaking its movements sluggish.$" + .string "SALAMENCE came about as a result of a\nstrong, long-held dream of growing\nwings. It is said that this powerful$" + .string "desire triggered a sudden mutation in\nthis POKéMON’s cells, causing it to\nsprout its magnificent wings.$" + .string "Instead of blood, a powerful magnetic\nforce courses throughout BELDUM’s\nbody. This POKéMON communicates with$" + .string "others by sending controlled pulses of\nmagnetism.$" + .string "When two BELDUM fuse together, METANG\nis formed. The brains of the BELDUM are\njoined by a magnetic nervous system.$" + .string "By linking its brains magnetically,\nthis POKéMON generates strong\npsychokinetic power.$" + .string "METAGROSS has four brains in total.\nCombined, the four brains can breeze\nthrough difficult calculations faster$" + .string "than a supercomputer.\nThis POKéMON can float in the air by\ntucking in its four legs.$" + .string "REGIROCK was sealed away by people\nlong ago. If this POKéMON’s body is\ndamaged in battle, it is said to seek$" + .string "out suitable rocks on its own to repair\nitself.$" + .string "REGICE’s body was made during an ice\nage. The deep-frozen body can’t be\nmelted, even by fire.$" + .string "This POKéMON controls frigid air of\nminus 328 degrees F.$" + .string "REGISTEEL has a body that is harder\nthan any kind of metal.\nIts body is apparently hollow.$" + .string "No one has any idea what this POKéMON\neats.$" + .string "LATIAS is highly sensitive to the\nemotions of people. If it senses any\nhostility, this POKéMON ruffles the$" + .string "feathers all over its body and cries\nshrilly to intimidate the foe.$" + .string "LATIOS has the ability to make its foe\nsee an image of what it has seen or\nimagines in its head.$" + .string "This POKéMON is intelligent and\nunderstands human speech.$" + .string "KYOGRE has the power to create massive\nrain clouds that cover the entire sky\nand bring about torrential downpours.$" + .string "This POKéMON saved people who were\nsuffering from droughts.$" + .string "GROUDON has long been described in \nmythology as the POKéMON that raised\nlands and expanded continents.$" + .string "This POKéMON took to sleep after a\ncataclysmic battle with KYOGRE.$" + .string "RAYQUAZA lived for hundreds of millions\nof years in the earth’s ozone layer, \nnever descending to the ground.$" + .string "This POKéMON appears to feed on water\nand particles in the atmosphere.$" + .string "A legend states that JIRACHI will make\ntrue any wish that is written on notes\nattached to its head when it awakens.$" + .string "If this POKéMON senses danger, it will\nfight without awakening.$" + .string "The DNA of a space virus underwent a\nsudden mutation upon exposure to a\nlaser beam and resulted in DEOXYS.$" + .string "The crystalline organ on this POKéMON’s\nchest appears to be its brain.$" + .string " " @ no idea why a blank space is needed, but it is |