From 31cdcc488df29e94860cf0a850d532813ce76995 Mon Sep 17 00:00:00 2001 From: Llinos Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Thu, 1 Aug 2024 01:06:14 +0100 Subject: [PATCH] 32 more dex entries Many of which were taken from the SW99-era prototype entries, chiefly for kanto pokemon --- data/pokemon/dex_entries/abra.asm | 12 ++++++------ data/pokemon/dex_entries/arcanine.asm | 5 +++++ data/pokemon/dex_entries/charmander.asm | 5 +++++ data/pokemon/dex_entries/dewgong.asm | 12 ++++++------ data/pokemon/dex_entries/dragonair.asm | 12 ++++++------ data/pokemon/dex_entries/dragonite.asm | 12 ++++++------ data/pokemon/dex_entries/farfetch_d.asm | 12 ++++++------ data/pokemon/dex_entries/gastly.asm | 12 ++++++------ data/pokemon/dex_entries/haunter.asm | 12 ++++++------ data/pokemon/dex_entries/jigglypuff.asm | 12 ++++++------ data/pokemon/dex_entries/kabuto.asm | 6 +++--- data/pokemon/dex_entries/kadabra.asm | 12 ++++++------ data/pokemon/dex_entries/machamp.asm | 12 ++++++------ data/pokemon/dex_entries/magnemite.asm | 12 ++++++------ data/pokemon/dex_entries/mankey.asm | 12 ++++++------ data/pokemon/dex_entries/muk.asm | 12 ++++++------ data/pokemon/dex_entries/omanyte.asm | 12 ++++++------ data/pokemon/dex_entries/persian.asm | 12 ++++++------ data/pokemon/dex_entries/pidgeot.asm | 12 ++++++------ data/pokemon/dex_entries/porygon.asm | 12 ++++++------ data/pokemon/dex_entries/primeape.asm | 12 ++++++------ data/pokemon/dex_entries/raichu.asm | 12 ++++++------ data/pokemon/dex_entries/sandslash.asm | 12 ++++++------ data/pokemon/dex_entries/squirtle.asm | 12 ++++++------ data/pokemon/dex_entries/tangela.asm | 12 ++++++------ data/pokemon/dex_entries/tentacool.asm | 12 ++++++------ data/pokemon/dex_entries/vaporeon.asm | 12 ++++++------ data/pokemon/dex_entries/venonat.asm | 12 ++++++------ data/pokemon/dex_entries/venusaur.asm | 12 ++++++------ data/pokemon/dex_entries/voltorb.asm | 12 ++++++------ data/pokemon/dex_entries/wigglytuff.asm | 12 ++++++------ 31 files changed, 181 insertions(+), 171 deletions(-) diff --git a/data/pokemon/dex_entries/abra.asm b/data/pokemon/dex_entries/abra.asm index 9feb6cf..350054c 100644 --- a/data/pokemon/dex_entries/abra.asm +++ b/data/pokemon/dex_entries/abra.asm @@ -1,10 +1,10 @@ db "PSI@" ; species name dw 211, 430 ; height, weight - db "Lives in urban" ; taken from a lot of other media, not much about this pokemon. - next "areas. Even when" - next "sleeping, it can" + db "The location of" ; prototype dex entry that links in with indigo plateau featuring. + next "its home is imp-" + next "rinted in its" - page "control its PSI" - next "powers, letting it" - next "easily flee foes.@" + page "brain, so it can" + next "TELEPORT home any" + next "time.@" diff --git a/data/pokemon/dex_entries/arcanine.asm b/data/pokemon/dex_entries/arcanine.asm index db02bdc..fe25023 100644 --- a/data/pokemon/dex_entries/arcanine.asm +++ b/data/pokemon/dex_entries/arcanine.asm @@ -8,3 +8,8 @@ page "volcanoes, where" next "it sleeps in lava" ; Referencing Pokemon Snap. next "pits.@" + +; prototype dex entry that could be used +; Its majestic appearance had led many +; people to believe that this Pokémon is +; a messenger of God. diff --git a/data/pokemon/dex_entries/charmander.asm b/data/pokemon/dex_entries/charmander.asm index 9ec89c2..93445ee 100644 --- a/data/pokemon/dex_entries/charmander.asm +++ b/data/pokemon/dex_entries/charmander.asm @@ -8,3 +8,8 @@ page "sees food, it" next "calls for its" next "friends to share.@" ; Pokemon Snap + +; Prototype dex entry +; The flame on its tail is a sign of its vitality. +; It won't be extinguished by rain or wind, +; but if it's not healthy, the flame fades. diff --git a/data/pokemon/dex_entries/dewgong.asm b/data/pokemon/dex_entries/dewgong.asm index a7a0bf1..6f027ed 100644 --- a/data/pokemon/dex_entries/dewgong.asm +++ b/data/pokemon/dex_entries/dewgong.asm @@ -1,10 +1,10 @@ db "SEA LION@" ; species name dw 507, 2650 ; height, weight - db "It sleeps under" - next "shallow ocean" - next "waters during the" + db "Loves to live in" + next "cold oceans. When" + next "underwater, it" - page "day, then looks" - next "for food at night" - next "when it's cold.@" + page "can swim effortl-" + next "essly, keeping" + next "its nose closed.@" ; prototype dex entry detail diff --git a/data/pokemon/dex_entries/dragonair.asm b/data/pokemon/dex_entries/dragonair.asm index 915db2c..3b353f6 100644 --- a/data/pokemon/dex_entries/dragonair.asm +++ b/data/pokemon/dex_entries/dragonair.asm @@ -1,10 +1,10 @@ db "DRAGON@" ; species name dw 1301, 360 ; height, weight - db "It is called the" - next "divine #MON." - next "When its entire" + db "Because it can" + next "summon rain, it" + next "is revered as a" - page "body brightens" - next "slightly, the" - next "weather changes.@" + page "protector deity" + next "for farm workers" ; retconned information AND a prototype dex entry detail! + next "in some regions.@" diff --git a/data/pokemon/dex_entries/dragonite.asm b/data/pokemon/dex_entries/dragonite.asm index 9db1bf5..a9fe96d 100644 --- a/data/pokemon/dex_entries/dragonite.asm +++ b/data/pokemon/dex_entries/dragonite.asm @@ -1,10 +1,10 @@ db "DRAGON@" ; species name dw 703, 4630 ; height, weight - db "It is said that" - next "somewhere in the" - next "ocean lies an" + db "There is many a" + next "tale of DRAGONITE" + next "coming to rescue" - page "island where these" - next "gather. Only they" - next "live there.@" + page "drowning SAILORs." + next "Thus, it's deemed" + next "a God of the Sea.@" ; retconned info + prototype dex entry diff --git a/data/pokemon/dex_entries/farfetch_d.asm b/data/pokemon/dex_entries/farfetch_d.asm index b5bd3bc..74cd4c8 100644 --- a/data/pokemon/dex_entries/farfetch_d.asm +++ b/data/pokemon/dex_entries/farfetch_d.asm @@ -1,10 +1,10 @@ db "WILD DUCK@" ; species name dw 207, 330 ; height, weight - db "In order to pre-" - next "vent their" - next "extinction, more" + db "A FARFETCH'D that" + next "has lost its leek" + next "will enter a state" - page "people have made" - next "an effort to breed" - next "these #MON.@" + page "of panic, so appr-" + next "oaching it becomes" + next "very dangerous.@" ; prototype dex entry diff --git a/data/pokemon/dex_entries/gastly.asm b/data/pokemon/dex_entries/gastly.asm index 5f5420e..b98f7ff 100644 --- a/data/pokemon/dex_entries/gastly.asm +++ b/data/pokemon/dex_entries/gastly.asm @@ -1,10 +1,10 @@ db "GAS@" ; species name dw 403, 2 ; height, weight - db "It wraps its op-" - next "ponent in its gas-" - next "like body, slowly" + db "Because its body" + next "is made of gas," + next "it's believed" - page "weakening its prey" - next "by poisoning it" - next "through the skin.@" + page "it won't appear" + next "on windy or snowy" + next "days.@" ; prototype dex entry diff --git a/data/pokemon/dex_entries/haunter.asm b/data/pokemon/dex_entries/haunter.asm index b03c099..37d001e 100644 --- a/data/pokemon/dex_entries/haunter.asm +++ b/data/pokemon/dex_entries/haunter.asm @@ -1,10 +1,10 @@ db "GAS@" ; species name dw 503, 2 ; height, weight - db "It hides in the" - next "dark, planning to" - next "take the life of" + db "Is it possible a" + next "HAUNTER that has" + next "been to the spi-" - page "the next living" - next "thing that wanders" - next "close by.@" + page "rit world could" + next "become a GENGAR?" + next "It's possible.@" ; prototype dex entry with incredibly interesting implications. diff --git a/data/pokemon/dex_entries/jigglypuff.asm b/data/pokemon/dex_entries/jigglypuff.asm index b90ba73..aabab04 100644 --- a/data/pokemon/dex_entries/jigglypuff.asm +++ b/data/pokemon/dex_entries/jigglypuff.asm @@ -1,10 +1,10 @@ db "BALLOON@" ; species name dw 108, 120 ; height, weight - db "It rolls its cute" - next "eyes as it sings a" - next "soothing lullaby." + db "It puffs up when" + next "in a good mood." + next "It puffs up when" - page "Its gentle song" - next "puts anyone who" - next "hears it to sleep.@" + page "in a bad mood." + next "It's hard to tell" + next "at a distance.@" ; prototype dex entry that feels like a joke about women. huh. diff --git a/data/pokemon/dex_entries/kabuto.asm b/data/pokemon/dex_entries/kabuto.asm index 8a65e4c..37c8334 100644 --- a/data/pokemon/dex_entries/kabuto.asm +++ b/data/pokemon/dex_entries/kabuto.asm @@ -5,6 +5,6 @@ next "million years ago," next "it hid on the sea" - page "floor. It also has" - next "eyes on its back" - next "that glow.@" + page "floor. It seems" + next "to have eaten" ; prototype detail tacked onto the final dex entry + next "plankton.@" diff --git a/data/pokemon/dex_entries/kadabra.asm b/data/pokemon/dex_entries/kadabra.asm index 01fd960..811dc1d 100644 --- a/data/pokemon/dex_entries/kadabra.asm +++ b/data/pokemon/dex_entries/kadabra.asm @@ -1,10 +1,10 @@ db "PSI@" ; species name dw 403, 1250 ; height, weight - db "When it closes its" - next "eyes, twice as" - next "many alpha parti-" + db "It understands" + next "the true extent" + next "of its PSI abi-" - page "cles come out of" - next "the surface of its" - next "body.@" + page "lities, so it" + next "rarely shows up" + next "in public.@" ; prototype dex entry diff --git a/data/pokemon/dex_entries/machamp.asm b/data/pokemon/dex_entries/machamp.asm index 2a84a68..1db9265 100644 --- a/data/pokemon/dex_entries/machamp.asm +++ b/data/pokemon/dex_entries/machamp.asm @@ -1,10 +1,10 @@ db "SUPERPOWER@" ; species name dw 503, 2870 ; height, weight - db "With four arms" - next "that react more" - next "quickly than it" + db "It can throw 500" + next "punches a second," + next "and thanks to its" - page "can think, it can" - next "execute many" - next "punches at once.@" + page "sturdy loewer" + next "body, it keeps" + next "its balance.@" ; prototype dex entry detail diff --git a/data/pokemon/dex_entries/magnemite.asm b/data/pokemon/dex_entries/magnemite.asm index 646bd80..7392f0d 100644 --- a/data/pokemon/dex_entries/magnemite.asm +++ b/data/pokemon/dex_entries/magnemite.asm @@ -1,10 +1,10 @@ db "MAGNET@" ; species name dw 100, 130 ; height, weight - db "The electricity" - next "emitted by the" - next "units on each side" + db "It seems to be" + next "attracted to magn-" + next "etic forces, it's" - page "of its body cause" - next "it to become a" - next "strong magnet.@" + page "not uncommon for" + next "them to appear at" + next "the MAGNET TRAIN.@" ; prototype dex entry contextualised into them swarming the magnet train diff --git a/data/pokemon/dex_entries/mankey.asm b/data/pokemon/dex_entries/mankey.asm index 344e6ca..834998f 100644 --- a/data/pokemon/dex_entries/mankey.asm +++ b/data/pokemon/dex_entries/mankey.asm @@ -1,10 +1,10 @@ db "PIG MONKEY@" ; species name dw 108, 620 ; height, weight - db "It lives in groups" - next "in the treetops." - next "If it loses sight" + db "It stands up to" + next "opponents stronger" + next "than it by throwi-" - page "of its group, it" - next "becomes infuriated" - next "by its loneliness.@" + page "ng various items" + next "down at them from" + next "the treetops.@" ; prototype dex entry diff --git a/data/pokemon/dex_entries/muk.asm b/data/pokemon/dex_entries/muk.asm index 6db1f18..cdb461a 100644 --- a/data/pokemon/dex_entries/muk.asm +++ b/data/pokemon/dex_entries/muk.asm @@ -1,10 +1,10 @@ db "SLUDGE@" ; species name dw 311, 660 ; height, weight - db "As it moves, a" - next "very strong poison" - next "leaks from it," + db "The toxins in its" + next "body will mix to-" + next "gether to form" - page "making the ground" - next "there barren for" - next "three years.@" + page "new ones. Doctors" + next "have trouble kee-" + next "ping track.@" diff --git a/data/pokemon/dex_entries/omanyte.asm b/data/pokemon/dex_entries/omanyte.asm index 70c5569..edbff0f 100644 --- a/data/pokemon/dex_entries/omanyte.asm +++ b/data/pokemon/dex_entries/omanyte.asm @@ -1,10 +1,10 @@ db "SPIRAL@" ; species name dw 104, 170 ; height, weight - db "In prehistoric" - next "times, it swam on" - next "the sea floor," + db "An ancient #MON" + next "that seems to" + next "have collected" - page "eating plankton." - next "Its fossils are" - next "sometimes found.@" + page "plankton by si-" + next "pping and spit-" + next "ting out water.@" ; prototype dex entry that describes how the plankton are eaten diff --git a/data/pokemon/dex_entries/persian.asm b/data/pokemon/dex_entries/persian.asm index 9264eec..7e55d80 100644 --- a/data/pokemon/dex_entries/persian.asm +++ b/data/pokemon/dex_entries/persian.asm @@ -1,10 +1,10 @@ db "CLASSY CAT@" ; species name dw 303, 710 ; height, weight - db "Behind its lithe," - next "elegant appearance" - next "lies a barbaric" + db "Its sadistic side" + next "is popular with" ; alluding to Giovanni + next "mob bosses. It's" - page "side. It will tear" - next "apart its prey on" - next "a mere whim.@" + page "also great at" + next "climbing and" + next "swimming.@" ; prototype dex entry detail - never again is its climbing ability (like some big cats) mentioned! diff --git a/data/pokemon/dex_entries/pidgeot.asm b/data/pokemon/dex_entries/pidgeot.asm index 07df086..b2bd3d0 100644 --- a/data/pokemon/dex_entries/pidgeot.asm +++ b/data/pokemon/dex_entries/pidgeot.asm @@ -1,10 +1,10 @@ db "BIRD@" ; species name dw 411, 870 ; height, weight - db "Its outstanding" - next "vision allows it" - next "to spot splashing" + db "Its whole body is" + next "muscular, especi-" + next "ally its pectorals." ; prototype dex entry detail - page "MAGIKARP, even" - next "while flying at" - next "3300 feet.@" + page "It's particularly" + next "prideful about" + next "its appearance.@" ; just a vibe idk diff --git a/data/pokemon/dex_entries/porygon.asm b/data/pokemon/dex_entries/porygon.asm index 098a96d..44bcfae 100644 --- a/data/pokemon/dex_entries/porygon.asm +++ b/data/pokemon/dex_entries/porygon.asm @@ -1,10 +1,10 @@ db "VIRTUAL@" ; species name dw 207, 800 ; height, weight - db "An artificial" - next "#MON created" - next "due to extensive" + db "Its code-based" + next "body can travel" + next "through electri-" - page "research, it can" - next "perform only what" - next "is in its program.@" + page "cal wires and" + next "travel wherever" + next "it pleases.@" ; prototype dex entry, possibly a pulseman reference diff --git a/data/pokemon/dex_entries/primeape.asm b/data/pokemon/dex_entries/primeape.asm index 3a96c93..3feff3f 100644 --- a/data/pokemon/dex_entries/primeape.asm +++ b/data/pokemon/dex_entries/primeape.asm @@ -1,10 +1,10 @@ db "PIG MONKEY@" ; species name dw 303, 710 ; height, weight - db "It will beat up" - next "anyone who makes" - next "it mad, even if it" + db "It's prone to pro-" + next "ducing adrenaline" + next "and stays angry." - page "has to chase them" - next "until the end of" - next "the world.@" + page "If anyone makes" + next "eye contact, it" + next "gives chase.@" ; prototype dex entry that features adrenaline production. diff --git a/data/pokemon/dex_entries/raichu.asm b/data/pokemon/dex_entries/raichu.asm index a17a5e9..282945b 100644 --- a/data/pokemon/dex_entries/raichu.asm +++ b/data/pokemon/dex_entries/raichu.asm @@ -1,10 +1,10 @@ db "MOUSE@" ; species name dw 207, 660 ; height, weight - db "If its electric" - next "pouches run empty," - next "it raises its tail" + db "Because it can" + next "store a ton of" + next "electricity, it" - page "to gather electri-" - next "city from the" - next "atmosphere.@" + page "can fire thunder" + next "jolts faster than" + next "PIKACHU.@" ; prototype dex entry CENSORED by the pro-Pikachu lobby. diff --git a/data/pokemon/dex_entries/sandslash.asm b/data/pokemon/dex_entries/sandslash.asm index 9e7fc45..e80aa40 100644 --- a/data/pokemon/dex_entries/sandslash.asm +++ b/data/pokemon/dex_entries/sandslash.asm @@ -1,10 +1,10 @@ db "MOUSE@" ; species name dw 303, 650 ; height, weight - db "Adept at climbing" - next "trees, it rolls" - next "into a spiny ball," + db "It fires its spi-" + next "nes when fighting." ; Carddass detail + next "Living in desert" - page "then attacks its" - next "enemies from" - next "above.@" + page "areas, it tends" + next "to leave sand" ; prototype dex entry detail + next "behind.@" diff --git a/data/pokemon/dex_entries/squirtle.asm b/data/pokemon/dex_entries/squirtle.asm index e82e6bd..cf35c5f 100644 --- a/data/pokemon/dex_entries/squirtle.asm +++ b/data/pokemon/dex_entries/squirtle.asm @@ -1,10 +1,10 @@ db "TINYTURTLE@" ; species name dw 108, 200 ; height, weight - db "When it feels" - next "threatened, it" - next "draws its legs" + db "It can stay in" + next "its shell for" + next "days without" ; prototype dex entry detail - page "inside its shell" - next "and sprays water" - next "from its mouth.@" + page "eating a morsel." + next "It can even sli-" + next "de around!@" ; brawl squirtle detail diff --git a/data/pokemon/dex_entries/tangela.asm b/data/pokemon/dex_entries/tangela.asm index 6c84cbf..9a0a6ac 100644 --- a/data/pokemon/dex_entries/tangela.asm +++ b/data/pokemon/dex_entries/tangela.asm @@ -1,10 +1,10 @@ db "VINE@" ; species name dw 303, 770 ; height, weight - db "During battle, it" - next "constantly moves" - next "the vines that" + db "The more it basks" + next "in the sun's rays," + next "the more the vines" - page "cover its body in" - next "order to annoy its" - next "opponent.@" + page "on its body conti-" + next "nue to grow. Its" + next "face is obscured.@" ; last bit is filler; rest is prototype dex entry. feel free to enhance. diff --git a/data/pokemon/dex_entries/tentacool.asm b/data/pokemon/dex_entries/tentacool.asm index f16523c..fca0796 100644 --- a/data/pokemon/dex_entries/tentacool.asm +++ b/data/pokemon/dex_entries/tentacool.asm @@ -1,10 +1,10 @@ db "JELLYFISH@" ; species name dw 211, 1000 ; height, weight - db "As it floats along" - next "on the waves, it" - next "uses its toxic" + db "Any body part hit" + next "by its toxic sti-" + next "ngers will become" - page "feelers to stab" - next "anything it" - next "touches.@" + page "red, swollen, and" + next "itchy, the pain" ; prototype dex entry + next "lasting forever.@" diff --git a/data/pokemon/dex_entries/vaporeon.asm b/data/pokemon/dex_entries/vaporeon.asm index dbbce11..693b631 100644 --- a/data/pokemon/dex_entries/vaporeon.asm +++ b/data/pokemon/dex_entries/vaporeon.asm @@ -1,10 +1,10 @@ db "BUBBLE JET@" ; species name dw 303, 640 ; height, weight - db "As it uses the" - next "fins on the tip" - next "of its tail to" + db "It can melt into" + next "water using ACID" + next "ARMOR, but if" - page "swim, it blends" - next "with the water" - next "perfectly.@" + page "the area is" + next "muddy, it will" + next "refuse to use it.@" diff --git a/data/pokemon/dex_entries/venonat.asm b/data/pokemon/dex_entries/venonat.asm index 01e4df3..8badff6 100644 --- a/data/pokemon/dex_entries/venonat.asm +++ b/data/pokemon/dex_entries/venonat.asm @@ -1,10 +1,10 @@ db "INSECT@" ; species name dw 303, 660 ; height, weight - db "The small bugs it" - next "eats appear only" - next "at night, so it" + db "Its large eyes" + next "are sensitive to" + next "light, which can" - page "sleeps in a hole" - next "in a tree until" - next "night falls.@" + page "cause it to head" + next "towards brightly-" + next "lit suburbs.@" ; prototype dex entry slightly altered. diff --git a/data/pokemon/dex_entries/venusaur.asm b/data/pokemon/dex_entries/venusaur.asm index b5c843c..d16c445 100644 --- a/data/pokemon/dex_entries/venusaur.asm +++ b/data/pokemon/dex_entries/venusaur.asm @@ -1,10 +1,10 @@ db "SEED@" ; species name dw 607, 2210 ; height, weight - db "As it warms it-" - next "self and absorbs" - next "the sunlight, its" + db "The mysterious" + next "aroma wafting out" + next "from VENUSAUR can" - page "flower petals" - next "release a pleasant" - next "fragrance.@" + page "instantly revive" + next "wilting flowers" + next "and vegetation.@" ; prototype dex entry details diff --git a/data/pokemon/dex_entries/voltorb.asm b/data/pokemon/dex_entries/voltorb.asm index ddc0ffa..0ecd3c4 100644 --- a/data/pokemon/dex_entries/voltorb.asm +++ b/data/pokemon/dex_entries/voltorb.asm @@ -1,10 +1,10 @@ db "BALL@" ; species name dw 108, 230 ; height, weight - db "During the study" - next "of this #MON," - next "it was discovered" + db "The friction from" + next "rolling causes it" + next "to generate elec-" - page "that its compo-" - next "nents are not" - next "found in nature.@" + page "tricity. Too much" + next "can cause it to" + next "explode.@" ; prototype dex entry that's very funny diff --git a/data/pokemon/dex_entries/wigglytuff.asm b/data/pokemon/dex_entries/wigglytuff.asm index 65e9f49..8a3d3f7 100644 --- a/data/pokemon/dex_entries/wigglytuff.asm +++ b/data/pokemon/dex_entries/wigglytuff.asm @@ -1,10 +1,10 @@ db "BALLOON@" ; species name dw 303, 260 ; height, weight - db "The rich, fluffy" - next "fur that covers" - next "its body feels so" + db "It's so soft and" + next "flexible that it" + next "can turn itself" ; carddass artwork detail (not on the card itself, but on other bits) - page "good that anyone" - next "who feels it can't" - next "stop touching it.@" + page "into a ball. If" + next "attacked, it uses" + next "DISABLE first.@" ; also from carddass