Create individual pokedex entry files

This commit is contained in:
yenatch 2013-02-05 19:29:20 -05:00
parent 034609e725
commit f2e5173e51
255 changed files with 2259 additions and 2004 deletions

View File

@ -0,0 +1,8 @@
; BulbasaurPokedexEntry: ; 0x181695
db "SEED@" ; species name
dw 204, 150; height, width
db "While it is young,", $4e, "it uses the", $4e, "nutrients that are@"
db "stored in the", $4e, "seeds on its back", $4e, "in order to grow.@"
; 0x181702

View File

@ -0,0 +1,8 @@
; IvysaurPokedexEntry: ; 0x181702
db "SEED@" ; species name
dw 303, 290; height, width
db "The bulb on its", $4e, "back grows as it", $4e, "absorbs nutrients.@"
db "The bulb gives off", $4e, "a pleasant aroma", $4e, "when it blooms.@"
; 0x181773

View File

@ -0,0 +1,8 @@
; VenusaurPokedexEntry: ; 0x181773
db "SEED@" ; species name
dw 607, 2210; height, width
db "As it warms it-", $4e, "self and absorbs", $4e, "the sunlight, its@"
db "flower petals", $4e, "release a pleasant", $4e, "fragrance.@"
; 0x1817db

View File

@ -0,0 +1,8 @@
; CharmanderPokedexEntry: ; 0x1817db
db "LIZARD@" ; species name
dw 200, 190; height, width
db "If it's healthy,", $4e, "the flame on the", $4e, "tip of its tail@"
db "will burn vigor-", $4e, "ously, even if it", $4e, "gets a bit wet.@"
; 0x18184a

View File

@ -0,0 +1,8 @@
; CharmeleonPokedexEntry: ; 0x18184a
db "FLAME@" ; species name
dw 307, 420; height, width
db "If it becomes", $4e, "agitated during", $4e, "battle, it spouts@"
db "intense flames,", $4e, "incinerating its", $4e, "surroundings.@"
; 0x1818b3

View File

@ -0,0 +1,8 @@
; CharizardPokedexEntry: ; 0x1818b3
db "FLAME@" ; species name
dw 507, 2000; height, width
db "It uses its wings", $4e, "to fly high. The", $4e, "temperature of its@"
db "fire increases as", $4e, "it gains exper-", $4e, "ience in battle.@"
; 0x181926

View File

@ -0,0 +1,8 @@
; SquirtlePokedexEntry: ; 0x181926
db "TINYTURTLE@" ; species name
dw 108, 200; height, width
db "When it feels", $4e, "threatened, it", $4e, "draws its legs@"
db "inside its shell", $4e, "and sprays water", $4e, "from its mouth.@"
; 0x181993

View File

@ -0,0 +1,8 @@
; WartortlePokedexEntry: ; 0x181993
db "TURTLE@" ; species name
dw 303, 500; height, width
db "Its long, furry", $4e, "tail is a symbol", $4e, "of longevity,@"
db "making it quite", $4e, "popular among", $4e, "older people.@"
; 0x1819f9

View File

@ -0,0 +1,8 @@
; BlastoisePokedexEntry: ; 0x1819f9
db "SHELLFISH@" ; species name
dw 503, 1890; height, width
db "It firmly plants", $4e, "its feet on the", $4e, "ground before@"
db "shooting water", $4e, "from the jets on", $4e, "its back.@"
; 0x181a60

View File

@ -0,0 +1,8 @@
; CaterpiePokedexEntry: ; 0x181a60
db "WORM@" ; species name
dw 100, 60; height, width
db "It crawls into", $4e, "foliage where it", $4e, "camouflages itself@"
db "among leaves that", $4e, "are the same color", $4e, "as its body.@"
; 0x181ace

View File

@ -0,0 +1,8 @@
; MetapodPokedexEntry: ; 0x181ace
db "COCOON@" ; species name
dw 204, 220; height, width
db "This is its pre-", $4e, "evolved form. At", $4e, "this stage, it can@"
db "only harden, so it", $4e, "remains motionless", $4e, "to avoid attack.@"
; 0x181b45

View File

@ -0,0 +1,8 @@
; ButterfreePokedexEntry: ; 0x181b45
db "BUTTERFLY@" ; species name
dw 307, 710; height, width
db "It flits from", $4e, "flower to flower,", $4e, "collecting honey.@"
db "It can even", $4e, "identify distant", $4e, "flowers in bloom.@"
; 0x181bb4

View File

@ -0,0 +1,8 @@
; WeedlePokedexEntry: ; 0x181bb4
db "HAIRY BUG@" ; species name
dw 100, 70; height, width
db "The barb on top of", $4e, "its head secretes", $4e, "a strong poison.@"
db "It uses this toxic", $4e, "barb to protect", $4e, "itself.@"
; 0x181c23

View File

@ -0,0 +1,8 @@
; KakunaPokedexEntry: ; 0x181c23
db "COCOON@" ; species name
dw 200, 220; height, width
db "Nearly incapable", $4e, "of movement, it", $4e, "leans against@"
db "stout trees while", $4e, "waiting for its", $4e, "evolution.@"
; 0x181c8a

View File

@ -0,0 +1,8 @@
; BeedrillPokedexEntry: ; 0x181c8a
db "POISON BEE@" ; species name
dw 303, 650; height, width
db "It uses sharp,", $4e, "poisonous stings", $4e, "to defeat prey,@"
db "then takes the", $4e, "victim back to its", $4e, "nest for food.@"
; 0x181cfa

View File

@ -0,0 +1,8 @@
; PidgeyPokedexEntry: ; 0x181cfa
db "TINY BIRD@" ; species name
dw 100, 40; height, width
db "It rapidly flaps", $4e, "its wings in the", $4e, "grass, stirring up@"
db "a dust cloud that", $4e, "drives insect prey", $4e, "out into the open.@"
; 0x181d75

View File

@ -0,0 +1,8 @@
; PidgeottoPokedexEntry: ; 0x181d75
db "BIRD@" ; species name
dw 307, 660; height, width
db "It slowly flies in", $4e, "a circular pat-", $4e, "tern, all the@"
db "while keeping a", $4e, "sharp lookout for", $4e, "prey.@"
; 0x181dd7

View File

@ -0,0 +1,8 @@
; PidgeotPokedexEntry: ; 0x181dd7
db "BIRD@" ; species name
dw 411, 870; height, width
db "Its outstanding", $4e, "vision allows it", $4e, "to spot splashing@"
db "MAGIKARP, even", $4e, "while flying at", $4e, "3300 feet.@"
; 0x181e3d

View File

@ -0,0 +1,8 @@
; RattataPokedexEntry: ; 0x181e3d
db "RAT@" ; species name
dw 100, 80; height, width
db "This #MON's", $4e, "impressive vital-", $4e, "ity allows it to@"
db "live anywhere. It", $4e, "also multiplies", $4e, "very quickly.@"
; 0x181ea3

View File

@ -0,0 +1,8 @@
; RaticatePokedexEntry: ; 0x181ea3
db "RAT@" ; species name
dw 204, 410; height, width
db "The webs on its", $4e, "hind legs enable", $4e, "it to cross@"
db "rivers. It search-", $4e, "es wide areas for", $4e, "food.@"
; 0x181f03

View File

@ -0,0 +1,8 @@
; SpearowPokedexEntry: ; 0x181f03
db "TINY BIRD@" ; species name
dw 100, 40; height, width
db "To protect its", $4e, "territory, it", $4e, "flies around@"
db "ceaselessly,", $4e, "making high-", $4e, "pitched cries.@"
; 0x181f64

View File

@ -0,0 +1,8 @@
; FearowPokedexEntry: ; 0x181f64
db "BEAK@" ; species name
dw 311, 840; height, width
db "It uses its long", $4e, "beak to attack. It", $4e, "has a surprisingly@"
db "long reach, so it", $4e, "must be treated", $4e, "with caution.@"
; 0x181fd4

View File

@ -0,0 +1,8 @@
; EkansPokedexEntry: ; 0x181fd4
db "SNAKE@" ; species name
dw 607, 150; height, width
db "It flutters the", $4e, "tip of its tongue", $4e, "to seek out the@"
db "scent of prey,", $4e, "then swallows the", $4e, "prey whole.@"
; 0x18203d

View File

@ -0,0 +1,8 @@
; ArbokPokedexEntry: ; 0x18203d
db "COBRA@" ; species name
dw 1106, 1430; height, width
db "To intimidate", $4e, "foes, it spreads", $4e, "its chest wide and@"
db "makes eerie sounds", $4e, "by expelling air", $4e, "from its mouth.@"
; 0x1820ad

View File

@ -0,0 +1,8 @@
; PikachuPokedexEntry: ; 0x1820ad
db "MOUSE@" ; species name
dw 104, 130; height, width
db "When it is anger-", $4e, "ed, it immediately", $4e, "discharges the@"
db "energy stored in", $4e, "the pouches in its", $4e, "cheeks.@"
; 0x182117

View File

@ -0,0 +1,8 @@
; RaichuPokedexEntry: ; 0x182117
db "MOUSE@" ; species name
dw 207, 660; height, width
db "If its electric", $4e, "pouches run empty,", $4e, "it raises its tail@"
db "to gather electri-", $4e, "city from the", $4e, "atmosphere.@"
; 0x182184

View File

@ -0,0 +1,8 @@
; SandshrewPokedexEntry: ; 0x182184
db "MOUSE@" ; species name
dw 200, 260; height, width
db "It prefers dry,", $4e, "sandy places", $4e, "because it uses@"
db "the sand to", $4e, "protect itself", $4e, "when threatened.@"
; 0x1821e7

View File

@ -0,0 +1,8 @@
; SandslashPokedexEntry: ; 0x1821e7
db "MOUSE@" ; species name
dw 303, 650; height, width
db "Adept at climbing", $4e, "trees, it rolls", $4e, "into a spiny ball,@"
db "then attacks its", $4e, "enemies from", $4e, "above.@"
; 0x18224b

View File

@ -0,0 +1,8 @@
; NidoranFPokedexEntry: ; 0x18224b
db "POISON PIN@" ; species name
dw 104, 150; height, width
db "Small and very", $4e, "docile, it pro-", $4e, "tects itself with@"
db "its small, poison-", $4e, "ous horn when", $4e, "attacked.@"
; 0x1822b6

View File

@ -0,0 +1,8 @@
; NidorinaPokedexEntry: ; 0x1822b6
db "POISON PIN@" ; species name
dw 207, 440; height, width
db "It has a docile", $4e, "nature. If it is", $4e, "threatened with@"
db "attack, it raises", $4e, "the barbs that are", $4e, "all over its body.@"
; 0x18232e

View File

@ -0,0 +1,8 @@
; NidoqueenPokedexEntry: ; 0x18232e
db "DRILL@" ; species name
dw 403, 1320; height, width
db "The hard scales", $4e, "that cover its", $4e, "strong body serve@"
db "as excellent", $4e, "protection from", $4e, "any attack.@"
; 0x182392

View File

@ -0,0 +1,8 @@
; NidoranMPokedexEntry: ; 0x182392
db "POISON PIN@" ; species name
dw 108, 200; height, width
db "It constantly", $4e, "moves its large", $4e, "ears in many@"
db "directions in", $4e, "order to detect", $4e, "danger right away.@"
; 0x1823fd

View File

@ -0,0 +1,8 @@
; NidorinoPokedexEntry: ; 0x1823fd
db "POISON PIN@" ; species name
dw 211, 430; height, width
db "It is easily", $4e, "agitated and uses", $4e, "its horn for@"
db "offense as soon as", $4e, "it notices an", $4e, "attacker.@"
; 0x182463

View File

@ -0,0 +1,8 @@
; NidokingPokedexEntry: ; 0x182463
db "DRILL@" ; species name
dw 407, 1370; height, width
db "It uses its thick", $4e, "arms, legs and", $4e, "tail to attack@"
db "forcefully. Melee", $4e, "combat is its", $4e, "specialty.@"
; 0x1824c8

View File

@ -0,0 +1,8 @@
; ClefairyPokedexEntry: ; 0x1824c8
db "FAIRY@" ; species name
dw 200, 170; height, width
db "Though rarely", $4e, "seen, it becomes", $4e, "easier to spot,@"
db "for some reason,", $4e, "on the night of a ", $4e, "full moon.@"
; 0x182530

View File

@ -0,0 +1,8 @@
; ClefablePokedexEntry: ; 0x182530
db "FAIRY@" ; species name
dw 403, 880; height, width
db "Said to live in", $4e, "quiet, remote", $4e, "mountains, this@"
db "type of fairy has", $4e, "a strong aversion", $4e, "to being seen.@"
; 0x18259b

View File

@ -0,0 +1,8 @@
; VulpixPokedexEntry: ; 0x18259b
db "FOX@" ; species name
dw 200, 220; height, width
db "As its body grows", $4e, "larger, its six", $4e, "warm tails become@"
db "more beautiful,", $4e, "with a more luxur-", $4e, "ious coat of fur.@"
; 0x18260c

View File

@ -0,0 +1,8 @@
; NinetalesPokedexEntry: ; 0x18260c
db "FOX@" ; species name
dw 307, 440; height, width
db "It is said to live", $4e, "a thousand years,", $4e, "and each of its@"
db "tails is loaded", $4e, "with supernatural", $4e, "powers.@"
; 0x182673

View File

@ -0,0 +1,8 @@
; JigglypuffPokedexEntry: ; 0x182673
db "BALLOON@" ; species name
dw 108, 120; height, width
db "It rolls its cute", $4e, "eyes as it sings a", $4e, "soothing lullaby.@"
db "Its gentle song", $4e, "puts anyone who", $4e, "hears it to sleep.@"
; 0x1826e9

View File

@ -0,0 +1,8 @@
; WigglytuffPokedexEntry: ; 0x1826e9
db "BALLOON@" ; species name
dw 303, 260; height, width
db "The rich, fluffy", $4e, "fur that covers", $4e, "its body feels so@"
db "good that anyone", $4e, "who feels it can't", $4e, "stop touching it.@"
; 0x18275d

View File

@ -0,0 +1,8 @@
; ZubatPokedexEntry: ; 0x18275d
db "BAT@" ; species name
dw 207, 170; height, width
db "During the day, it", $4e, "gathers with", $4e, "others and hangs@"
db "from the ceilings", $4e, "of old buildings", $4e, "and caves.@"
; 0x1827c4

View File

@ -0,0 +1,8 @@
; GolbatPokedexEntry: ; 0x1827c4
db "BAT@" ; species name
dw 503, 1210; height, width
db "When it plunges", $4e, "its fangs into its", $4e, "prey, it instantly@"
db "draws and gulps", $4e, "down more than ten", $4e, "ounces of blood.@"
; 0x182836

View File

@ -0,0 +1,8 @@
; OddishPokedexEntry: ; 0x182836
db "WEED@" ; species name
dw 108, 120; height, width
db "During the day, it", $4e, "stays in the cold", $4e, "underground to@"
db "avoid the sun.", $4e, "It grows by bath-", $4e, "ing in moonlight.@"
; 0x1828a6

View File

@ -0,0 +1,8 @@
; GloomPokedexEntry: ; 0x1828a6
db "WEED@" ; species name
dw 207, 190; height, width
db "The smell from its", $4e, "drool-like syrup", $4e, "and the pollen on@"
db "its petals is so", $4e, "bad, it may make", $4e, "opponents faint.@"
; 0x182918

View File

@ -0,0 +1,8 @@
; VileplumePokedexEntry: ; 0x182918
db "FLOWER@" ; species name
dw 311, 410; height, width
db "By shaking its big", $4e, "petals, it scat-", $4e, "ters toxic pollen@"
db "into the air,", $4e, "turning the air", $4e, "yellow.@"
; 0x18297f

View File

@ -0,0 +1,8 @@
; ParasPokedexEntry: ; 0x18297f
db "MUSHROOM@" ; species name
dw 100, 120; height, width
db "The tochukaso", $4e, "growing on this", $4e, "#MON's back@"
db "orders it to", $4e, "extract juice from", $4e, "tree trunks.@"
; 0x1829e2

View File

@ -0,0 +1,8 @@
; ParasectPokedexEntry: ; 0x1829e2
db "MUSHROOM@" ; species name
dw 303, 650; height, width
db "When nothing's", $4e, "left to extract", $4e, "from the bug, the@"
db "mushrooms on its", $4e, "back leave spores", $4e, "on the bug's egg.@"
; 0x182a53

View File

@ -0,0 +1,8 @@
; VenonatPokedexEntry: ; 0x182a53
db "INSECT@" ; species name
dw 303, 660; height, width
db "The small bugs it", $4e, "eats appear only", $4e, "at night, so it@"
db "sleeps in a hole", $4e, "in a tree until", $4e, "night falls.@"
; 0x182abf

View File

@ -0,0 +1,8 @@
; VenomothPokedexEntry: ; 0x182abf
db "POISONMOTH@" ; species name
dw 411, 280; height, width
db "The scales it", $4e, "scatters will", $4e, "paralyze anyone@"
db "who touches them,", $4e, "making that person", $4e, "unable to stand.@"
; 0x182b30

View File

@ -0,0 +1,8 @@
; DiglettPokedexEntry: ; 0x182b30
db "MOLE@" ; species name
dw 8, 20; height, width
db "It digs under-", $4e, "ground and chews", $4e, "on tree roots,@"
db "sticking its head", $4e, "out only when the", $4e, "sun isn't bright.@"
; 0x182b9d

View File

@ -0,0 +1,8 @@
; DugtrioPokedexEntry: ; 0x182b9d
db "MOLE@" ; species name
dw 204, 730; height, width
db "These DIGLETT", $4e, "triplets dig over", $4e, "60 miles below sea@"
db "level. No one", $4e, "knows what it's", $4e, "like underground.@"
; 0x182c08

View File

@ -0,0 +1,8 @@
; MeowthPokedexEntry: ; 0x182c08
db "SCRATCHCAT@" ; species name
dw 104, 90; height, width
db "It loves things", $4e, "that sparkle. When", $4e, "it sees a shiny@"
db "object, the gold", $4e, "coin on its head", $4e, "shines too.@"
; 0x182c78

View File

@ -0,0 +1,8 @@
; PersianPokedexEntry: ; 0x182c78
db "CLASSY CAT@" ; species name
dw 303, 710; height, width
db "Behind its lithe,", $4e, "elegant appearance", $4e, "lies a barbaric@"
db "side. It will tear", $4e, "apart its prey on", $4e, "a mere whim.@"
; 0x182cee

View File

@ -0,0 +1,8 @@
; PsyduckPokedexEntry: ; 0x182cee
db "DUCK@" ; species name
dw 207, 430; height, width
db "The only time it", $4e, "can use its psy-", $4e, "chic power is when@"
db "its sleeping brain", $4e, "cells happen to", $4e, "wake.@"
; 0x182d55

View File

@ -0,0 +1,8 @@
; GolduckPokedexEntry: ; 0x182d55
db "DUCK@" ; species name
dw 507, 1690; height, width
db "It swims grace-", $4e, "fully along on the", $4e, "quiet, slow-moving@"
db "rivers and lakes", $4e, "of which it is so", $4e, "fond.@"
; 0x182dbd

View File

@ -0,0 +1,8 @@
; MankeyPokedexEntry: ; 0x182dbd
db "PIG MONKEY@" ; species name
dw 108, 620; height, width
db "It lives in groups", $4e, "in the treetops.", $4e, "If it loses sight@"
db "of its group, it", $4e, "becomes infuriated", $4e, "by its loneliness.@"
; 0x182e39

View File

@ -0,0 +1,8 @@
; PrimeapePokedexEntry: ; 0x182e39
db "PIG MONKEY@" ; species name
dw 303, 710; height, width
db "It will beat up", $4e, "anyone who makes", $4e, "it mad, even if it@"
db "has to chase them", $4e, "until the end of", $4e, "the world.@"
; 0x182eaa

View File

@ -0,0 +1,8 @@
; GrowlithePokedexEntry: ; 0x182eaa
db "PUPPY@" ; species name
dw 204, 420; height, width
db "It controls a big", $4e, "territory. If it", $4e, "detects an unknown@"
db "smell, it roars", $4e, "loudly to force", $4e, "out the intruder.@"
; 0x182f1c

View File

@ -0,0 +1,8 @@
; ArcaninePokedexEntry: ; 0x182f1c
db "LEGENDARY@" ; species name
dw 603, 3420; height, width
db "An ancient picture", $4e, "scroll shows that", $4e, "people were@"
db "attracted to its", $4e, "movement as it ran", $4e, "through prairies.@"
; 0x182f91

View File

@ -0,0 +1,8 @@
; PoliwagPokedexEntry: ; 0x182f91
db "TADPOLE@" ; species name
dw 200, 270; height, width
db "The swirl on its", $4e, "belly is its", $4e, "insides showing@"
db "through the skin.", $4e, "It looks clearer", $4e, "after it eats.@"
; 0x182ffd

View File

@ -0,0 +1,8 @@
; PoliwhirlPokedexEntry: ; 0x182ffd
db "TADPOLE@" ; species name
dw 303, 440; height, width
db "Though it is", $4e, "skilled at walk-", $4e, "ing, it prefers to@"
db "live underwater", $4e, "where there is", $4e, "less danger.@"
; 0x183066

View File

@ -0,0 +1,8 @@
; PoliwrathPokedexEntry: ; 0x183066
db "TADPOLE@" ; species name
dw 403, 1190; height, width
db "It can use its", $4e, "well-developed", $4e, "arms and legs to@"
db "run on the surface", $4e, "of the water for a", $4e, "split second.@"
; 0x1830d5

View File

@ -0,0 +1,8 @@
; AbraPokedexEntry: ; 0x1830d5
db "PSI@" ; species name
dw 211, 430; height, width
db "It hypnotizes", $4e, "itself so that it", $4e, "can teleport away@"
db "when it senses", $4e, "danger, even", $4e, "if it is asleep.@"
; 0x18313c

View File

@ -0,0 +1,8 @@
; KadabraPokedexEntry: ; 0x18313c
db "PSI@" ; species name
dw 403, 1250; height, width
db "When it closes its", $4e, "eyes, twice as", $4e, "many alpha parti-@"
db "cles come out of", $4e, "the surface of its", $4e, "body.@"
; 0x1831a2

View File

@ -0,0 +1,8 @@
; AlakazamPokedexEntry: ; 0x1b8000
db "PSI@" ; species name
dw 411, 1060; height, width
db "It has an IQ of", $4e, "5000. It calcu-", $4e, "lates many things@"
db "in order to gain", $4e, "the edge in every", $4e, "battle.@"
; 0x1b8065

View File

@ -0,0 +1,8 @@
; MachopPokedexEntry: ; 0x1b8065
db "SUPERPOWER@" ; species name
dw 207, 430; height, width
db "It trains by", $4e, "lifting rocks in", $4e, "the mountains. It@"
db "can even pick up a", $4e, "GRAVELER with", $4e, "ease.@"
; 0x1b80cb

View File

@ -0,0 +1,8 @@
; MachokePokedexEntry: ; 0x1b80cb
db "SUPERPOWER@" ; species name
dw 411, 1550; height, width
db "This tough #MON", $4e, "always stays in", $4e, "the zone. Its@"
db "muscles become", $4e, "thicker after", $4e, "every battle.@"
; 0x1b8133

View File

@ -0,0 +1,8 @@
; MachampPokedexEntry: ; 0x1b8133
db "SUPERPOWER@" ; species name
dw 503, 2870; height, width
db "With four arms", $4e, "that react more", $4e, "quickly than it@"
db "can think, it can", $4e, "execute many", $4e, "punches at once.@"
; 0x1b81a1

View File

@ -0,0 +1,8 @@
; BellsproutPokedexEntry: ; 0x1b81a1
db "FLOWER@" ; species name
dw 204, 90; height, width
db "If it notices", $4e, "anything that", $4e, "moves, it@"
db "immediately flings", $4e, "its vine at the", $4e, "object.@"
; 0x1b81fd

View File

@ -0,0 +1,8 @@
; WeepinbellPokedexEntry: ; 0x1b81fd
db "FLYCATCHER@" ; species name
dw 303, 140; height, width
db "When it's hungry,", $4e, "it swings its", $4e, "razor-sharp@"
db "leaves, slicing up", $4e, "any unlucky object", $4e, "nearby for food.@"
; 0x1b826e

View File

@ -0,0 +1,8 @@
; VictreebelPokedexEntry: ; 0x1b826e
db "FLYCATCHER@" ; species name
dw 507, 340; height, width
db "Once ingested into", $4e, "this #MON's", $4e, "body, even the@"
db "hardest object", $4e, "will melt into", $4e, "nothing.@"
; 0x1b82d1

View File

@ -0,0 +1,8 @@
; TentacoolPokedexEntry: ; 0x1b82d1
db "JELLYFISH@" ; species name
dw 211, 1000; height, width
db "As it floats along", $4e, "on the waves, it", $4e, "uses its toxic@"
db "feelers to stab", $4e, "anything it", $4e, "touches.@"
; 0x1b8337

View File

@ -0,0 +1,8 @@
; TentacruelPokedexEntry: ; 0x1b8337
db "JELLYFISH@" ; species name
dw 503, 1210; height, width
db "When its 80 feel-", $4e, "ers absorb water,", $4e, "it stretches to@"
db "become like a net", $4e, "to entangle its", $4e, "prey.@"
; 0x1b83a1

View File

@ -0,0 +1,8 @@
; GeodudePokedexEntry: ; 0x1b83a1
db "ROCK@" ; species name
dw 104, 440; height, width
db "Proud of their", $4e, "sturdy bodies,", $4e, "they bash against@"
db "each other in a", $4e, "contest to prove", $4e, "whose is harder.@"
; 0x1b840c

View File

@ -0,0 +1,8 @@
; GravelerPokedexEntry: ; 0x1b840c
db "ROCK@" ; species name
dw 303, 2320; height, width
db "It travels by rol-", $4e, "ling on mountain", $4e, "paths. If it gains@"
db "too much speed, it", $4e, "stops by running", $4e, "into huge rocks.@"
; 0x1b8481

View File

@ -0,0 +1,8 @@
; GolemPokedexEntry: ; 0x1b8481
db "MEGATON@" ; species name
dw 407, 6620; height, width
db "Its rock-like body", $4e, "is so durable,", $4e, "even high-powered@"
db "dynamite blasts", $4e, "fail to scratch", $4e, "its rugged hide.@"
; 0x1b84f2

View File

@ -0,0 +1,8 @@
; PonytaPokedexEntry: ; 0x1b84f2
db "FIRE HORSE@" ; species name
dw 303, 660; height, width
db "Training by", $4e, "jumping over grass", $4e, "that grows longer@"
db "every day has made", $4e, "it a world-class", $4e, "jumper.@"
; 0x1b855e

View File

@ -0,0 +1,8 @@
; RapidashPokedexEntry: ; 0x1b855e
db "FIRE HORSE@" ; species name
dw 507, 2090; height, width
db "It just loves to", $4e, "gallop. The faster", $4e, "it goes, the long-@"
db "er the swaying", $4e, "flames of its mane", $4e, "will become.@"
; 0x1b85d3

View File

@ -0,0 +1,8 @@
; SlowpokePokedexEntry: ; 0x1b85d3
db "DOPEY@" ; species name
dw 311, 790; height, width
db "It is always so", $4e, "absent-minded that", $4e, "it won't react,@"
db "even if its", $4e, "flavorful tail is", $4e, "bitten.@"
; 0x1b8635

View File

@ -0,0 +1,8 @@
; SlowbroPokedexEntry: ; 0x1b8635
db "HERMITCRAB@" ; species name
dw 503, 1730; height, width
db "An attached", $4e, "SHELLDER won't let", $4e, "go because of the@"
db "tasty flavor that", $4e, "oozes out of its", $4e, "tail.@"
; 0x1b869d

View File

@ -0,0 +1,8 @@
; MagnemitePokedexEntry: ; 0x1b869d
db "MAGNET@" ; species name
dw 100, 130; height, width
db "The electricity", $4e, "emitted by the", $4e, "units on each side@"
db "of its body cause", $4e, "it to become a", $4e, "strong magnet.@"
; 0x1b870a

View File

@ -0,0 +1,8 @@
; MagnetonPokedexEntry: ; 0x1b870a
db "MAGNET@" ; species name
dw 303, 1320; height, width
db "When many", $4e, "MAGNETON gather", $4e, "together, the@"
db "resulting magnetic", $4e, "storm disrupts", $4e, "radio waves.@"
; 0x1b876c

View File

@ -0,0 +1,8 @@
; FarfetchDPokedexEntry: ; 0x1b876c
db "WILD DUCK@" ; species name
dw 207, 330; height, width
db "In order to pre-", $4e, "vent their", $4e, "extinction, more@"
db "people have made", $4e, "an effort to breed", $4e, "these #MON.@"
; 0x1b87d7

View File

@ -0,0 +1,8 @@
; DoduoPokedexEntry: ; 0x1b87d7
db "TWIN BIRD@" ; species name
dw 407, 860; height, width
db "It lives on a", $4e, "grassy plain where", $4e, "it can see a long@"
db "way. If it sees an", $4e, "enemy, it runs", $4e, "away at 60 mph.@"
; 0x1b884a

View File

@ -0,0 +1,8 @@
; DodrioPokedexEntry: ; 0x1b884a
db "TRIPLEBIRD@" ; species name
dw 511, 1880; height, width
db "An enemy that", $4e, "takes its eyes off", $4e, "any of the three@"
db "heads--even for a", $4e, "second--will get", $4e, "pecked severely.@"
; 0x1b88bf

View File

@ -0,0 +1,8 @@
; SeelPokedexEntry: ; 0x1b88bf
db "SEA LION@" ; species name
dw 307, 1980; height, width
db "The light blue fur", $4e, "that covers it", $4e, "keeps it protected@"
db "against the cold.", $4e, "It loves iceberg-", $4e, "filled oceans.@"
; 0x1b8934

View File

@ -0,0 +1,8 @@
; DewgongPokedexEntry: ; 0x1b8934
db "SEA LION@" ; species name
dw 507, 2650; height, width
db "It sleeps under", $4e, "shallow ocean", $4e, "waters during the@"
db "day, then looks", $4e, "for food at night", $4e, "when it's cold.@"
; 0x1b89a2

View File

@ -0,0 +1,8 @@
; GrimerPokedexEntry: ; 0x1b89a2
db "SLUDGE@" ; species name
dw 211, 660; height, width
db "When two of these", $4e, "#MON's bodies", $4e, "are combined@"
db "together, new", $4e, "poisons are", $4e, "created.@"
; 0x1b89fc

View File

@ -0,0 +1,8 @@
; MukPokedexEntry: ; 0x1b89fc
db "SLUDGE@" ; species name
dw 311, 660; height, width
db "As it moves, a", $4e, "very strong poison", $4e, "leaks from it,@"
db "making the ground", $4e, "there barren for", $4e, "three years.@"
; 0x1b8a68

View File

@ -0,0 +1,8 @@
; ShellderPokedexEntry: ; 0x1b8a68
db "BIVALVE@" ; species name
dw 100, 90; height, width
db "Clamping on to an", $4e, "opponent reveals", $4e, "its vulnerable@"
db "parts, so it uses", $4e, "this move only as", $4e, "a last resort.@"
; 0x1b8ad9

View File

@ -0,0 +1,8 @@
; CloysterPokedexEntry: ; 0x1b8ad9
db "BIVALVE@" ; species name
dw 411, 2920; height, width
db "Even a missile", $4e, "can't break the", $4e, "spikes it uses to@"
db "stab opponents.", $4e, "They're even hard-", $4e, "er than its shell.@"
; 0x1b8b4a

View File

@ -0,0 +1,8 @@
; GastlyPokedexEntry: ; 0x1b8b4a
db "GAS@" ; species name
dw 403, 2; height, width
db "It wraps its op-", $4e, "ponent in its gas-", $4e, "like body, slowly@"
db "weakening its prey", $4e, "by poisoning it", $4e, "through the skin.@"
; 0x1b8bbd

View File

@ -0,0 +1,8 @@
; HaunterPokedexEntry: ; 0x1b8bbd
db "GAS@" ; species name
dw 503, 2; height, width
db "It hides in the", $4e, "dark, planning to", $4e, "take the life of@"
db "the next living", $4e, "thing that wanders", $4e, "close by.@"
; 0x1b8c25

View File

@ -0,0 +1,8 @@
; GengarPokedexEntry: ; 0x1b8c25
db "SHADOW@" ; species name
dw 411, 890; height, width
db "Hiding in people's", $4e, "shadows at night,", $4e, "it absorbs their@"
db "heat. The chill it", $4e, "causes makes the", $4e, "victims shake.@"
; 0x1b8c98

View File

@ -0,0 +1,8 @@
; OnixPokedexEntry: ; 0x1b8c98
db "ROCK SNAKE@" ; species name
dw 2810, 4630; height, width
db "As it digs through", $4e, "the ground, it", $4e, "absorbs many hard@"
db "objects. This is", $4e, "what makes its", $4e, "body so solid.@"
; 0x1b8d0a

View File

@ -0,0 +1,8 @@
; DrowzeePokedexEntry: ; 0x1b8d0a
db "HYPNOSIS@" ; species name
dw 303, 710; height, width
db "When it twitches", $4e, "its nose, it can", $4e, "tell where someone@"
db "is sleeping and", $4e, "what that person", $4e, "is dreaming about.@"
; 0x1b8d80

View File

@ -0,0 +1,8 @@
; HypnoPokedexEntry: ; 0x1b8d80
db "HYPNOSIS@" ; species name
dw 503, 1670; height, width
db "The longer it", $4e, "swings its", $4e, "pendulum, the@"
db "longer the effects", $4e, "of its hypnosis", $4e, "last.@"
; 0x1b8ddd

View File

@ -0,0 +1,8 @@
; KrabbyPokedexEntry: ; 0x1b8ddd
db "RIVER CRAB@" ; species name
dw 104, 140; height, width
db "If it is unable", $4e, "to find food, it", $4e, "will absorb@"
db "nutrients by", $4e, "swallowing a", $4e, "mouthful of sand.@"
; 0x1b8e45

View File

@ -0,0 +1,8 @@
; KinglerPokedexEntry: ; 0x1b8e45
db "PINCER@" ; species name
dw 403, 1320; height, width
db "Its oversized claw", $4e, "is very powerful,", $4e, "but when it's not@"
db "in battle, the", $4e, "claw just gets in", $4e, "the way.@"
; 0x1b8eb0

View File

@ -0,0 +1,8 @@
; VoltorbPokedexEntry: ; 0x1b8eb0
db "BALL@" ; species name
dw 108, 230; height, width
db "During the study", $4e, "of this #MON,", $4e, "it was discovered@"
db "that its compo-", $4e, "nents are not", $4e, "found in nature.@"
; 0x1b8f19

Some files were not shown because too many files have changed in this diff Show More