boat fix + polishing dex entries

This commit is contained in:
Martha Schilling 2023-11-29 18:01:56 +00:00
parent b971b8fa8d
commit defbcb68d0
4 changed files with 147 additions and 148 deletions

View file

@ -10,7 +10,7 @@
INCBIN "gfx/pokemon/front/annihilape.pic", 0, 1 ; sprite dimensions INCBIN "gfx/pokemon/front/annihilape.pic", 0, 1 ; sprite dimensions
dw AnnihilapePicFront, AnnihilapePicBack dw AnnihilapePicFront, AnnihilapePicBack
db SCRATCH, LEER, KARATE_CHOP, FURY_SWIPES ; level 1 learnset db SCRATCH, LEER, UPPERCUT, KARATE_CHOP ; level 1 learnset
db GROWTH_MEDIUM_FAST ; growth rate db GROWTH_MEDIUM_FAST ; growth rate
; tm/hm learnset ; tm/hm learnset

View file

@ -78,32 +78,32 @@ _SlowbroDexEntry:: ; new entry
next "into SLOWBRO" next "into SLOWBRO"
dex dex
_IvysaurDexEntry:: _IvysaurDexEntry:: ; new entry
text "When the bulb on" text "Can often be seen"
next "its back grows" next "sunbathing. After"
next "large, it appears" next "absorbing enough"
page "to lose the" page "nutrients and sun-"
next "ability to stand" next "light, its bud"
next "on its hind legs" next "will blossom"
dex dex
_ExeggutorDexEntry:: _ExeggutorDexEntry::
text "Known as The" text "Also known as The"
next "Walking Tropical" next "Walking Tropical"
next "Rainforest, each" next "Rainforest, each"
page "fruit has a face" page "of the fruits"
next "and a will of" next "has a face and"
next "its own" next "will of its own"
dex dex
_LickitungDexEntry:: ; new entry _LickitungDexEntry:: ; new entry
text "It has a lazy" text "Has a lazy nature"
next "nature and a" next "and a ravenous"
next "ravenous appetite," next "appetite, moving"
page "moving its tongue" page "its long tongue"
next "like a human arm" next "like a human arm"
next "for grabbing food" next "for grabbing food"
dex dex
@ -190,8 +190,8 @@ _LaprasDexEntry:: ; new entry
_ArcanineDexEntry:: ; new entry _ArcanineDexEntry:: ; new entry
text "Often depicted in" text "Often depicted in"
next "Chinese folklore." next "Chinese folklore"
next "This legendary" next "and legends, this"
page "#MON is capable" page "#MON is capable"
next "of outrunning" next "of outrunning"
@ -299,13 +299,13 @@ _TangelaDexEntry:: ; new entry
dex dex
_GrowlitheDexEntry:: ; new entry _GrowlitheDexEntry:: ; new entry
text "Friendly toward" text "It's very friendly"
next "people with a" next "and faithful to"
next "loyal nature. Its" next "people. CINNABAR's"
page "development may be" page "ecosystem may have"
next "due to CINNABAR's" next "influenced its"
next "ecosystem" next "development"
dex dex
_OnixDexEntry:: ; new entry _OnixDexEntry:: ; new entry
@ -419,9 +419,9 @@ _HitmonchanDexEntry:: ; new entry
dex dex
_ArbokDexEntry:: ; new entry _ArbokDexEntry:: ; new entry
text "ARBOK paralyzes" text "Weak foes flee at"
next "prey with its" next "the sight of its"
next "gaze. It often" next "belly pattern. It"
page "fights viciously" page "fights viciously"
next "with its mortal" next "with its mortal"
@ -430,25 +430,25 @@ _ArbokDexEntry:: ; new entry
_ParasectDexEntry:: ; new entry _ParasectDexEntry:: ; new entry
text "It lives in dark," text "It lives in dark,"
next "damp forests." next "damp forests. In"
next "In China, the" next "China, the toxic"
page "mushroom's toxic" page "spores it scatters"
next "spores are used" next "are sometimes used"
next "in medicine" next "to make medicine"
dex dex
_PsyduckDexEntry:: ; new entry, modified from the original. _PsyduckDexEntry:: ; new entry
text "It always has a" text "Always suffering"
next "headache. If it" next "from a constant"
next "intensifies, it" next "headache. If its"
page "will begin to" page "headache worsens,"
next "use psychokinetic" next "it unleashes its"
next "powers" next "psychokinesis"
dex dex
_DrowzeeDexEntry:: _DrowzeeDexEntry:: ; new entry
text "Said to be a" text "Said to be a"
next "decendant of the" next "decendant of the"
next "legendary Baku," next "legendary Baku,"
@ -461,16 +461,16 @@ _DrowzeeDexEntry::
_GolemDexEntry:: ; new entry _GolemDexEntry:: ; new entry
text "Its rugged shell" text "Its rugged shell"
next "is made from rock-" next "is made from rock-"
next "like slabs. It" next "like slabs. Each"
page "sheds this shell" page "year, it sheds its"
next "annually to" next "shell in order to"
next "grow larger" next "grow even larger"
dex dex
_MagmarDexEntry:: ; new entry, modified from the original _MagmarDexEntry:: ; new entry, modified from the original
text "A rare species," text "This rare species"
next "sometimes sighted" next "has been sighted"
next "in volcanic areas." next "in volcanic areas."
page "The temperature of" page "The temperature of"
@ -485,17 +485,17 @@ _ElectabuzzDexEntry:: ; new entry
page "electricity. The" page "electricity. The"
next "color red appears" next "color red appears"
next "to anger it" next "to enrage it"
dex dex
_MagnetonDexEntry:: ; new entry _MagnetonDexEntry:: ; new entry
text "What keeps it" text "A linked cluster"
next "levitating is" next "of MAGNEMITE. It"
next "currently unknown." next "discharges high-"
page "It discharges" page "voltage magnetic"
next "intense voltage" next "rays that harm"
next "and magnetic rays" next "man-made devices"
dex dex
_KoffingDexEntry:: ; new entry _KoffingDexEntry:: ; new entry
@ -509,13 +509,13 @@ _KoffingDexEntry:: ; new entry
dex dex
_MankeyDexEntry:: ; new entry _MankeyDexEntry:: ; new entry
text "While carefree," text "It's believed that"
next "it can become" next "MANKEY's habit of"
next "enraged instantly." next "suddenly rampaging"
page "Research points" page "could be due to a"
next "towards a calcium" next "calcium deficiency"
next "deficiency" next "in its diet"
dex dex
_SeelDexEntry:: _SeelDexEntry::
@ -529,8 +529,8 @@ _SeelDexEntry::
dex dex
_DiglettDexEntry:: ; new entry _DiglettDexEntry:: ; new entry
text "Burrows through" text "It burrows through"
next "the ground seeking" next "the earth, seeking"
next "ONIX's leftovers." next "ONIX's leftovers."
page "The trails of soil" page "The trails of soil"
@ -539,12 +539,12 @@ _DiglettDexEntry:: ; new entry
dex dex
_TaurosDexEntry:: ; new entry - modified first line from the original _TaurosDexEntry:: ; new entry - modified first line from the original
text "If provoked by" text "If provoked by an"
next "an enemy, it" next "enemy, it charges"
next "charges furiously" next "furiously while"
page "while whipping its" page "whipping its body"
next "body with its" next "with its three"
next "long tails" next "long tails"
dex dex
@ -559,14 +559,13 @@ _FarfetchdDexEntry:: ; new entry
dex dex
_VenonatDexEntry:: ; new entry _VenonatDexEntry:: ; new entry
text "Its eyes emit" text "Its eyes serve as"
next "beams of light" next "radars, emitting"
next "to be used as" next "bright beams of"
page "radars. This lets" page "light. This lets"
next "VENONAT remain" next "VENONAT remain"
next "active at night" next "active at night"
dex dex
_DragoniteDexEntry:: ; new entry _DragoniteDexEntry:: ; new entry
@ -761,19 +760,19 @@ _HorseaDexEntry:: ; new entry
dex dex
_SeadraDexEntry:: _SeadraDexEntry::
text "A vicious #MON," text "A vicious #MON."
next "SEADRA's spikes" next "SEADRA's sharp,"
next "are so painful" next "venomous spikes"
page "to touch that" page "are so painful to"
next "they can cause" next "touch, they can"
next "fainting" next "cause fainting"
dex dex
_SandshrewDexEntry:: ; new entry. _SandshrewDexEntry:: ; new entry.
text "It lives inside" text "It lives inside"
next "deep underground" next "deep underground"
next "burrows. Curls" next "burrows. It curls"
page "itself up into a" page "itself up into a"
next "ball to protect" next "ball to protect"
@ -821,23 +820,23 @@ _JigglypuffDexEntry:: ; new entry
dex dex
_WigglytuffDexEntry:: ; new entry _WigglytuffDexEntry:: ; new entry
text "WIGGLYTUFF's" text "WIGGLYTUFF's dense"
next "dense, supple fur" next "and supple fur is"
next "is sold as a" next "sold as a luxury"
page "luxury item to" page "item to a large"
next "a number of rich," next "number of rich,"
next "foreign buyers" next "foreign buyers"
dex dex
_EeveeDexEntry:: ; does not need a new entry _EeveeDexEntry:: ; new entry
text "Its genetic code" text "A special #MON"
next "is irregular." next "that can evolve"
next "It may mutate if" next "in multiple ways,"
page "it is exposed to" page "due to a unique"
next "radiation from" next "genetic code that"
next "element STONEs" next "it possesses"
dex dex
_FlareonDexEntry:: ; new entry, sort of modified off the original _FlareonDexEntry:: ; new entry, sort of modified off the original
@ -921,43 +920,43 @@ _PoliwhirlDexEntry:: ; new entry
dex dex
_PoliwrathDexEntry:: ; new entry, modified from original. _PoliwrathDexEntry:: ; new entry, modified from original.
text "An adept swimmer" text "An adept swimmer,"
next "at both the crawl" next "faster than any"
next "and butterfly." next "Olympic athlete."
page "Why it remains a" page "Why it remains in"
next "tadpole is still" next "a tadpole form is"
next "unknown" next "still unknown"
dex dex
_WeedleDexEntry:: ; new entry, modified from the original, including adding the omitted gingko leaf bit _WeedleDexEntry:: ; new entry, modified from the original, including adding the omitted gingko leaf bit
text "Often found in" text "It's often found"
next "forests, eating" next "in forests eating"
next "gingko leaves." next "gingko leaves."
page "It wiggles its" page "It wiggles its"
next "stinger to" next "sharp stinger to"
next "intimidate foes" next "intimidate foes"
dex dex
_KakunaDexEntry:: ; does not need a new entry. _KakunaDexEntry::
text "Almost incapable" text "Almost incapable"
next "of moving, this" next "of moving. In an"
next "#MON can only" next "attempt to protect"
page "harden its shell" page "itself, it may"
next "to protect itself" next "extend its hidden"
next "from predators" next "poisonous barb"
dex dex
_BeedrillDexEntry:: ; new entry _BeedrillDexEntry:: ; new entry
text "Often appears" text "Often appears in"
next "in swarms. It" next "swarms. It buzzes"
next "buzzes around at" next "around at high"
page "quick speeds and" page "speeds, attacking"
next "attacks with its" next "with its three"
next "venomous stinger" next "venomous stingers"
dex dex
_DodrioDexEntry:: ; new entry _DodrioDexEntry:: ; new entry
@ -1131,7 +1130,7 @@ _KinglerDexEntry:: ; does not need a new entry
dex dex
_CloysterDexEntry:: ; new entry _CloysterDexEntry:: ; new entry
text "Its shell is" text "Its hard shell is"
next "extremely durable." next "extremely durable."
next "Even napalm bombs" next "Even napalm bombs"
@ -1152,11 +1151,11 @@ _ElectrodeDexEntry:: ; new entry
_ClefableDexEntry:: ; new entry _ClefableDexEntry:: ; new entry
text "Its hearing is" text "Its hearing is"
next "very well-" next "incredibly well-"
next "developed. It" next "developed. It can"
page "can hear a pin" page "hear a pin drop"
next "drop from nearly" next "from over half"
next "a mile away" next "a mile away"
dex dex
@ -1292,12 +1291,12 @@ _GoldeenDexEntry:: ; new entry
_SeakingDexEntry:: ; new entry _SeakingDexEntry:: ; new entry
text "Using its drill-" text "Using its drill-"
next "like horn, it" next "like horn, it can"
next "hollows out" next "hollow out river"
page "boulders to" page "boulders, making"
next "prepare for" next "nests to prepare"
next "spawning ORFRY" next "to spawn ORFRY"
dex dex
_PonytaDexEntry:: ; new entry _PonytaDexEntry:: ; new entry
@ -1325,29 +1324,29 @@ _RattataDexEntry:: ; new entry
next "material to keep" next "material to keep"
next "its fangs short." next "its fangs short."
page "It feasts on" page "It feasts on nuts"
next "nuts like walnuts" next "and acorns, but"
next "and acorns" next "also likes cheese"
dex dex
_RaticateDexEntry:: ; new entry _RaticateDexEntry:: ; new entry
text "Its feet are" text "Its hind feet are"
next "slightly webbed," next "webbed, allowing"
next "letting it swim" next "it to swim across"
page "across rivers." page "rivers in order"
next "Along with nuts," next "to hunt for and"
next "it also eats fish" next "eat fish"
dex dex
_NidorinoDexEntry:: ; new entry _NidorinoDexEntry:: ; new entry
text "Easily angered." text "Quick-tempered and"
next "By wildly swinging" next "aggressive, its"
next "its horn around," next "horn can pierce"
page "NIDORINO can even" page "through diamond"
next "pierce through" next "when it swings it"
next "diamond" next "around wildly"
dex dex
_NidorinaDexEntry:: ; new entry _NidorinaDexEntry:: ; new entry
@ -1362,17 +1361,17 @@ _NidorinaDexEntry:: ; new entry
_GeodudeDexEntry:: ; new entry _GeodudeDexEntry:: ; new entry
text "Being round and" text "Being round and"
next "easy to hold," next "easy to hold, it"
next "it is often" next "is often tossed"
page "tossed around in" page "around by people"
next "GEODUDE fights by" next "as if it were in"
next "unruly teenagers" next "a snowball fight"
dex dex
_PorygonDexEntry:: ; new entry _PorygonDexEntry:: ; new entry
text "Created in 1995" text "It was created in"
next "by SILPH CO." next "1995 by SILPH CO."
next "Cases of illegal" next "Cases of illegal"
page "prize PORYGON are" page "prize PORYGON are"
@ -1393,11 +1392,11 @@ _AerodactylDexEntry:: ; new entry
_MagnemiteDexEntry:: ; new entry altered from original _MagnemiteDexEntry:: ; new entry altered from original
text "Uses anti-gravity" text "Uses anti-gravity"
next "to stay suspended." next "to stay suspended."
next "The magnets on its" next "The magnets on"
page "sides radiate" page "its sides radiate"
next "electromagnetic" next "strange electro-"
next "waves" next "magnetic waves"
dex dex
_CharmanderDexEntry:: ; new entry _CharmanderDexEntry:: ; new entry

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB