mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Use the "page" text macro in Pokedex entries.
This commit is contained in:
parent
13d13263af
commit
4517ed2e30
@ -1,11 +1,11 @@
|
||||
; BulbasaurPokedexEntry: ; 0x181695
|
||||
db "SEED@" ; species name
|
||||
dw 204, 150; height, width
|
||||
db "SEED@" ; species name
|
||||
dw 204, 150 ; height, width
|
||||
|
||||
db "While it is young,"
|
||||
next "it uses the"
|
||||
next "nutrients that are@"
|
||||
db "stored in the"
|
||||
next "nutrients that are"
|
||||
page "stored in the"
|
||||
next "seeds on its back"
|
||||
next "in order to grow.@"
|
||||
; 0x181702
|
||||
|
@ -1,11 +1,11 @@
|
||||
; IvysaurPokedexEntry: ; 0x181702
|
||||
db "SEED@" ; species name
|
||||
dw 303, 290; height, width
|
||||
db "SEED@" ; species name
|
||||
dw 303, 290 ; height, width
|
||||
|
||||
db "The bulb on its"
|
||||
next "back grows as it"
|
||||
next "absorbs nutrients.@"
|
||||
db "The bulb gives off"
|
||||
next "absorbs nutrients."
|
||||
page "The bulb gives off"
|
||||
next "a pleasant aroma"
|
||||
next "when it blooms.@"
|
||||
; 0x181773
|
||||
|
@ -1,11 +1,11 @@
|
||||
; VenusaurPokedexEntry: ; 0x181773
|
||||
db "SEED@" ; species name
|
||||
dw 607, 2210; height, width
|
||||
db "SEED@" ; species name
|
||||
dw 607, 2210 ; height, width
|
||||
|
||||
db "As it warms it-"
|
||||
next "self and absorbs"
|
||||
next "the sunlight, its@"
|
||||
db "flower petals"
|
||||
next "the sunlight, its"
|
||||
page "flower petals"
|
||||
next "release a pleasant"
|
||||
next "fragrance.@"
|
||||
; 0x1817db
|
||||
|
@ -1,11 +1,11 @@
|
||||
; CharmanderPokedexEntry: ; 0x1817db
|
||||
db "LIZARD@" ; species name
|
||||
dw 200, 190; height, width
|
||||
db "LIZARD@" ; species name
|
||||
dw 200, 190 ; height, width
|
||||
|
||||
db "If it's healthy,"
|
||||
next "the flame on the"
|
||||
next "tip of its tail@"
|
||||
db "will burn vigor-"
|
||||
next "tip of its tail"
|
||||
page "will burn vigor-"
|
||||
next "ously, even if it"
|
||||
next "gets a bit wet.@"
|
||||
; 0x18184a
|
||||
|
@ -1,11 +1,11 @@
|
||||
; CharmeleonPokedexEntry: ; 0x18184a
|
||||
db "FLAME@" ; species name
|
||||
dw 307, 420; height, width
|
||||
db "FLAME@" ; species name
|
||||
dw 307, 420 ; height, width
|
||||
|
||||
db "If it becomes"
|
||||
next "agitated during"
|
||||
next "battle, it spouts@"
|
||||
db "intense flames,"
|
||||
next "battle, it spouts"
|
||||
page "intense flames,"
|
||||
next "incinerating its"
|
||||
next "surroundings.@"
|
||||
; 0x1818b3
|
||||
|
@ -1,11 +1,11 @@
|
||||
; CharizardPokedexEntry: ; 0x1818b3
|
||||
db "FLAME@" ; species name
|
||||
dw 507, 2000; height, width
|
||||
db "FLAME@" ; species name
|
||||
dw 507, 2000 ; height, width
|
||||
|
||||
db "It uses its wings"
|
||||
next "to fly high. The"
|
||||
next "temperature of its@"
|
||||
db "fire increases as"
|
||||
next "temperature of its"
|
||||
page "fire increases as"
|
||||
next "it gains exper-"
|
||||
next "ience in battle.@"
|
||||
; 0x181926
|
||||
|
@ -1,11 +1,11 @@
|
||||
; SquirtlePokedexEntry: ; 0x181926
|
||||
db "TINYTURTLE@" ; species name
|
||||
dw 108, 200; height, width
|
||||
db "TINYTURTLE@" ; species name
|
||||
dw 108, 200 ; height, width
|
||||
|
||||
db "When it feels"
|
||||
next "threatened, it"
|
||||
next "draws its legs@"
|
||||
db "inside its shell"
|
||||
next "draws its legs"
|
||||
page "inside its shell"
|
||||
next "and sprays water"
|
||||
next "from its mouth.@"
|
||||
; 0x181993
|
||||
|
@ -1,11 +1,11 @@
|
||||
; WartortlePokedexEntry: ; 0x181993
|
||||
db "TURTLE@" ; species name
|
||||
dw 303, 500; height, width
|
||||
db "TURTLE@" ; species name
|
||||
dw 303, 500 ; height, width
|
||||
|
||||
db "Its long, furry"
|
||||
next "tail is a symbol"
|
||||
next "of longevity,@"
|
||||
db "making it quite"
|
||||
next "of longevity,"
|
||||
page "making it quite"
|
||||
next "popular among"
|
||||
next "older people.@"
|
||||
; 0x1819f9
|
||||
|
@ -1,11 +1,11 @@
|
||||
; BlastoisePokedexEntry: ; 0x1819f9
|
||||
db "SHELLFISH@" ; species name
|
||||
dw 503, 1890; height, width
|
||||
db "SHELLFISH@" ; species name
|
||||
dw 503, 1890 ; height, width
|
||||
|
||||
db "It firmly plants"
|
||||
next "its feet on the"
|
||||
next "ground before@"
|
||||
db "shooting water"
|
||||
next "ground before"
|
||||
page "shooting water"
|
||||
next "from the jets on"
|
||||
next "its back.@"
|
||||
; 0x181a60
|
||||
|
@ -1,11 +1,11 @@
|
||||
; CaterpiePokedexEntry: ; 0x181a60
|
||||
db "WORM@" ; species name
|
||||
dw 100, 60; height, width
|
||||
db "WORM@" ; species name
|
||||
dw 100, 60 ; height, width
|
||||
|
||||
db "It crawls into"
|
||||
next "foliage where it"
|
||||
next "camouflages itself@"
|
||||
db "among leaves that"
|
||||
next "camouflages itself"
|
||||
page "among leaves that"
|
||||
next "are the same color"
|
||||
next "as its body.@"
|
||||
; 0x181ace
|
||||
|
@ -1,11 +1,11 @@
|
||||
; MetapodPokedexEntry: ; 0x181ace
|
||||
db "COCOON@" ; species name
|
||||
dw 204, 220; height, width
|
||||
db "COCOON@" ; species name
|
||||
dw 204, 220 ; height, width
|
||||
|
||||
db "This is its pre-"
|
||||
next "evolved form. At"
|
||||
next "this stage, it can@"
|
||||
db "only harden, so it"
|
||||
next "this stage, it can"
|
||||
page "only harden, so it"
|
||||
next "remains motionless"
|
||||
next "to avoid attack.@"
|
||||
; 0x181b45
|
||||
|
@ -1,11 +1,11 @@
|
||||
; ButterfreePokedexEntry: ; 0x181b45
|
||||
db "BUTTERFLY@" ; species name
|
||||
dw 307, 710; height, width
|
||||
db "BUTTERFLY@" ; species name
|
||||
dw 307, 710 ; height, width
|
||||
|
||||
db "It flits from"
|
||||
next "flower to flower,"
|
||||
next "collecting honey.@"
|
||||
db "It can even"
|
||||
next "collecting honey."
|
||||
page "It can even"
|
||||
next "identify distant"
|
||||
next "flowers in bloom.@"
|
||||
; 0x181bb4
|
||||
|
@ -1,11 +1,11 @@
|
||||
; WeedlePokedexEntry: ; 0x181bb4
|
||||
db "HAIRY BUG@" ; species name
|
||||
dw 100, 70; height, width
|
||||
db "HAIRY BUG@" ; species name
|
||||
dw 100, 70 ; height, width
|
||||
|
||||
db "The barb on top of"
|
||||
next "its head secretes"
|
||||
next "a strong poison.@"
|
||||
db "It uses this toxic"
|
||||
next "a strong poison."
|
||||
page "It uses this toxic"
|
||||
next "barb to protect"
|
||||
next "itself.@"
|
||||
; 0x181c23
|
||||
|
@ -1,11 +1,11 @@
|
||||
; KakunaPokedexEntry: ; 0x181c23
|
||||
db "COCOON@" ; species name
|
||||
dw 200, 220; height, width
|
||||
db "COCOON@" ; species name
|
||||
dw 200, 220 ; height, width
|
||||
|
||||
db "Nearly incapable"
|
||||
next "of movement, it"
|
||||
next "leans against@"
|
||||
db "stout trees while"
|
||||
next "leans against"
|
||||
page "stout trees while"
|
||||
next "waiting for its"
|
||||
next "evolution.@"
|
||||
; 0x181c8a
|
||||
|
@ -1,11 +1,11 @@
|
||||
; BeedrillPokedexEntry: ; 0x181c8a
|
||||
db "POISON BEE@" ; species name
|
||||
dw 303, 650; height, width
|
||||
db "POISON BEE@" ; species name
|
||||
dw 303, 650 ; height, width
|
||||
|
||||
db "It uses sharp,"
|
||||
next "poisonous stings"
|
||||
next "to defeat prey,@"
|
||||
db "then takes the"
|
||||
next "to defeat prey,"
|
||||
page "then takes the"
|
||||
next "victim back to its"
|
||||
next "nest for food.@"
|
||||
; 0x181cfa
|
||||
|
@ -1,11 +1,11 @@
|
||||
; PidgeyPokedexEntry: ; 0x181cfa
|
||||
db "TINY BIRD@" ; species name
|
||||
dw 100, 40; height, width
|
||||
db "TINY BIRD@" ; species name
|
||||
dw 100, 40 ; height, width
|
||||
|
||||
db "It rapidly flaps"
|
||||
next "its wings in the"
|
||||
next "grass, stirring up@"
|
||||
db "a dust cloud that"
|
||||
next "grass, stirring up"
|
||||
page "a dust cloud that"
|
||||
next "drives insect prey"
|
||||
next "out into the open.@"
|
||||
; 0x181d75
|
||||
|
@ -1,11 +1,11 @@
|
||||
; PidgeottoPokedexEntry: ; 0x181d75
|
||||
db "BIRD@" ; species name
|
||||
dw 307, 660; height, width
|
||||
db "BIRD@" ; species name
|
||||
dw 307, 660 ; height, width
|
||||
|
||||
db "It slowly flies in"
|
||||
next "a circular pat-"
|
||||
next "tern, all the@"
|
||||
db "while keeping a"
|
||||
next "tern, all the"
|
||||
page "while keeping a"
|
||||
next "sharp lookout for"
|
||||
next "prey.@"
|
||||
; 0x181dd7
|
||||
|
@ -1,11 +1,11 @@
|
||||
; PidgeotPokedexEntry: ; 0x181dd7
|
||||
db "BIRD@" ; species name
|
||||
dw 411, 870; height, width
|
||||
db "BIRD@" ; species name
|
||||
dw 411, 870 ; height, width
|
||||
|
||||
db "Its outstanding"
|
||||
next "vision allows it"
|
||||
next "to spot splashing@"
|
||||
db "MAGIKARP, even"
|
||||
next "to spot splashing"
|
||||
page "MAGIKARP, even"
|
||||
next "while flying at"
|
||||
next "3300 feet.@"
|
||||
; 0x181e3d
|
||||
|
@ -1,11 +1,11 @@
|
||||
; RattataPokedexEntry: ; 0x181e3d
|
||||
db "RAT@" ; species name
|
||||
dw 100, 80; height, width
|
||||
db "RAT@" ; species name
|
||||
dw 100, 80 ; height, width
|
||||
|
||||
db "This #MON's"
|
||||
next "impressive vital-"
|
||||
next "ity allows it to@"
|
||||
db "live anywhere. It"
|
||||
next "ity allows it to"
|
||||
page "live anywhere. It"
|
||||
next "also multiplies"
|
||||
next "very quickly.@"
|
||||
; 0x181ea3
|
||||
|
@ -1,11 +1,11 @@
|
||||
; RaticatePokedexEntry: ; 0x181ea3
|
||||
db "RAT@" ; species name
|
||||
dw 204, 410; height, width
|
||||
db "RAT@" ; species name
|
||||
dw 204, 410 ; height, width
|
||||
|
||||
db "The webs on its"
|
||||
next "hind legs enable"
|
||||
next "it to cross@"
|
||||
db "rivers. It search-"
|
||||
next "it to cross"
|
||||
page "rivers. It search-"
|
||||
next "es wide areas for"
|
||||
next "food.@"
|
||||
; 0x181f03
|
||||
|
@ -1,11 +1,11 @@
|
||||
; SpearowPokedexEntry: ; 0x181f03
|
||||
db "TINY BIRD@" ; species name
|
||||
dw 100, 40; height, width
|
||||
db "TINY BIRD@" ; species name
|
||||
dw 100, 40 ; height, width
|
||||
|
||||
db "To protect its"
|
||||
next "territory, it"
|
||||
next "flies around@"
|
||||
db "ceaselessly,"
|
||||
next "flies around"
|
||||
page "ceaselessly,"
|
||||
next "making high-"
|
||||
next "pitched cries.@"
|
||||
; 0x181f64
|
||||
|
@ -1,11 +1,11 @@
|
||||
; FearowPokedexEntry: ; 0x181f64
|
||||
db "BEAK@" ; species name
|
||||
dw 311, 840; height, width
|
||||
db "BEAK@" ; species name
|
||||
dw 311, 840 ; height, width
|
||||
|
||||
db "It uses its long"
|
||||
next "beak to attack. It"
|
||||
next "has a surprisingly@"
|
||||
db "long reach, so it"
|
||||
next "has a surprisingly"
|
||||
page "long reach, so it"
|
||||
next "must be treated"
|
||||
next "with caution.@"
|
||||
; 0x181fd4
|
||||
|
@ -1,11 +1,11 @@
|
||||
; EkansPokedexEntry: ; 0x181fd4
|
||||
db "SNAKE@" ; species name
|
||||
dw 607, 150; height, width
|
||||
db "SNAKE@" ; species name
|
||||
dw 607, 150 ; height, width
|
||||
|
||||
db "It flutters the"
|
||||
next "tip of its tongue"
|
||||
next "to seek out the@"
|
||||
db "scent of prey,"
|
||||
next "to seek out the"
|
||||
page "scent of prey,"
|
||||
next "then swallows the"
|
||||
next "prey whole.@"
|
||||
; 0x18203d
|
||||
|
@ -1,11 +1,11 @@
|
||||
; ArbokPokedexEntry: ; 0x18203d
|
||||
db "COBRA@" ; species name
|
||||
dw 1106, 1430; height, width
|
||||
db "COBRA@" ; species name
|
||||
dw 1106, 1430 ; height, width
|
||||
|
||||
db "To intimidate"
|
||||
next "foes, it spreads"
|
||||
next "its chest wide and@"
|
||||
db "makes eerie sounds"
|
||||
next "its chest wide and"
|
||||
page "makes eerie sounds"
|
||||
next "by expelling air"
|
||||
next "from its mouth.@"
|
||||
; 0x1820ad
|
||||
|
@ -1,11 +1,11 @@
|
||||
; PikachuPokedexEntry: ; 0x1820ad
|
||||
db "MOUSE@" ; species name
|
||||
dw 104, 130; height, width
|
||||
db "MOUSE@" ; species name
|
||||
dw 104, 130 ; height, width
|
||||
|
||||
db "When it is anger-"
|
||||
next "ed, it immediately"
|
||||
next "discharges the@"
|
||||
db "energy stored in"
|
||||
next "discharges the"
|
||||
page "energy stored in"
|
||||
next "the pouches in its"
|
||||
next "cheeks.@"
|
||||
; 0x182117
|
||||
|
@ -1,11 +1,11 @@
|
||||
; RaichuPokedexEntry: ; 0x182117
|
||||
db "MOUSE@" ; species name
|
||||
dw 207, 660; height, width
|
||||
db "MOUSE@" ; species name
|
||||
dw 207, 660 ; height, width
|
||||
|
||||
db "If its electric"
|
||||
next "pouches run empty,"
|
||||
next "it raises its tail@"
|
||||
db "to gather electri-"
|
||||
next "it raises its tail"
|
||||
page "to gather electri-"
|
||||
next "city from the"
|
||||
next "atmosphere.@"
|
||||
; 0x182184
|
||||
|
@ -1,11 +1,11 @@
|
||||
; SandshrewPokedexEntry: ; 0x182184
|
||||
db "MOUSE@" ; species name
|
||||
dw 200, 260; height, width
|
||||
db "MOUSE@" ; species name
|
||||
dw 200, 260 ; height, width
|
||||
|
||||
db "It prefers dry,"
|
||||
next "sandy places"
|
||||
next "because it uses@"
|
||||
db "the sand to"
|
||||
next "because it uses"
|
||||
page "the sand to"
|
||||
next "protect itself"
|
||||
next "when threatened.@"
|
||||
; 0x1821e7
|
||||
|
@ -1,11 +1,11 @@
|
||||
; SandslashPokedexEntry: ; 0x1821e7
|
||||
db "MOUSE@" ; species name
|
||||
dw 303, 650; height, width
|
||||
db "MOUSE@" ; species name
|
||||
dw 303, 650 ; height, width
|
||||
|
||||
db "Adept at climbing"
|
||||
next "trees, it rolls"
|
||||
next "into a spiny ball,@"
|
||||
db "then attacks its"
|
||||
next "into a spiny ball,"
|
||||
page "then attacks its"
|
||||
next "enemies from"
|
||||
next "above.@"
|
||||
; 0x18224b
|
||||
|
@ -1,11 +1,11 @@
|
||||
; NidoranFPokedexEntry: ; 0x18224b
|
||||
db "POISON PIN@" ; species name
|
||||
dw 104, 150; height, width
|
||||
db "POISON PIN@" ; species name
|
||||
dw 104, 150 ; height, width
|
||||
|
||||
db "Small and very"
|
||||
next "docile, it pro-"
|
||||
next "tects itself with@"
|
||||
db "its small, poison-"
|
||||
next "tects itself with"
|
||||
page "its small, poison-"
|
||||
next "ous horn when"
|
||||
next "attacked.@"
|
||||
; 0x1822b6
|
||||
|
@ -1,11 +1,11 @@
|
||||
; NidorinaPokedexEntry: ; 0x1822b6
|
||||
db "POISON PIN@" ; species name
|
||||
dw 207, 440; height, width
|
||||
db "POISON PIN@" ; species name
|
||||
dw 207, 440 ; height, width
|
||||
|
||||
db "It has a docile"
|
||||
next "nature. If it is"
|
||||
next "threatened with@"
|
||||
db "attack, it raises"
|
||||
next "threatened with"
|
||||
page "attack, it raises"
|
||||
next "the barbs that are"
|
||||
next "all over its body.@"
|
||||
; 0x18232e
|
||||
|
@ -1,11 +1,11 @@
|
||||
; NidoqueenPokedexEntry: ; 0x18232e
|
||||
db "DRILL@" ; species name
|
||||
dw 403, 1320; height, width
|
||||
db "DRILL@" ; species name
|
||||
dw 403, 1320 ; height, width
|
||||
|
||||
db "The hard scales"
|
||||
next "that cover its"
|
||||
next "strong body serve@"
|
||||
db "as excellent"
|
||||
next "strong body serve"
|
||||
page "as excellent"
|
||||
next "protection from"
|
||||
next "any attack.@"
|
||||
; 0x182392
|
||||
|
@ -1,11 +1,11 @@
|
||||
; NidoranMPokedexEntry: ; 0x182392
|
||||
db "POISON PIN@" ; species name
|
||||
dw 108, 200; height, width
|
||||
db "POISON PIN@" ; species name
|
||||
dw 108, 200 ; height, width
|
||||
|
||||
db "It constantly"
|
||||
next "moves its large"
|
||||
next "ears in many@"
|
||||
db "directions in"
|
||||
next "ears in many"
|
||||
page "directions in"
|
||||
next "order to detect"
|
||||
next "danger right away.@"
|
||||
; 0x1823fd
|
||||
|
@ -1,11 +1,11 @@
|
||||
; NidorinoPokedexEntry: ; 0x1823fd
|
||||
db "POISON PIN@" ; species name
|
||||
dw 211, 430; height, width
|
||||
db "POISON PIN@" ; species name
|
||||
dw 211, 430 ; height, width
|
||||
|
||||
db "It is easily"
|
||||
next "agitated and uses"
|
||||
next "its horn for@"
|
||||
db "offense as soon as"
|
||||
next "its horn for"
|
||||
page "offense as soon as"
|
||||
next "it notices an"
|
||||
next "attacker.@"
|
||||
; 0x182463
|
||||
|
@ -1,11 +1,11 @@
|
||||
; NidokingPokedexEntry: ; 0x182463
|
||||
db "DRILL@" ; species name
|
||||
dw 407, 1370; height, width
|
||||
db "DRILL@" ; species name
|
||||
dw 407, 1370 ; height, width
|
||||
|
||||
db "It uses its thick"
|
||||
next "arms, legs and"
|
||||
next "tail to attack@"
|
||||
db "forcefully. Melee"
|
||||
next "tail to attack"
|
||||
page "forcefully. Melee"
|
||||
next "combat is its"
|
||||
next "specialty.@"
|
||||
; 0x1824c8
|
||||
|
@ -1,11 +1,11 @@
|
||||
; ClefairyPokedexEntry: ; 0x1824c8
|
||||
db "FAIRY@" ; species name
|
||||
dw 200, 170; height, width
|
||||
db "FAIRY@" ; species name
|
||||
dw 200, 170 ; height, width
|
||||
|
||||
db "Though rarely"
|
||||
next "seen, it becomes"
|
||||
next "easier to spot,@"
|
||||
db "for some reason,"
|
||||
next "easier to spot,"
|
||||
page "for some reason,"
|
||||
next "on the night of a "
|
||||
next "full moon.@"
|
||||
; 0x182530
|
||||
|
@ -1,11 +1,11 @@
|
||||
; ClefablePokedexEntry: ; 0x182530
|
||||
db "FAIRY@" ; species name
|
||||
dw 403, 880; height, width
|
||||
db "FAIRY@" ; species name
|
||||
dw 403, 880 ; height, width
|
||||
|
||||
db "Said to live in"
|
||||
next "quiet, remote"
|
||||
next "mountains, this@"
|
||||
db "type of fairy has"
|
||||
next "mountains, this"
|
||||
page "type of fairy has"
|
||||
next "a strong aversion"
|
||||
next "to being seen.@"
|
||||
; 0x18259b
|
||||
|
@ -1,11 +1,11 @@
|
||||
; VulpixPokedexEntry: ; 0x18259b
|
||||
db "FOX@" ; species name
|
||||
dw 200, 220; height, width
|
||||
db "FOX@" ; species name
|
||||
dw 200, 220 ; height, width
|
||||
|
||||
db "As its body grows"
|
||||
next "larger, its six"
|
||||
next "warm tails become@"
|
||||
db "more beautiful,"
|
||||
next "warm tails become"
|
||||
page "more beautiful,"
|
||||
next "with a more luxur-"
|
||||
next "ious coat of fur.@"
|
||||
; 0x18260c
|
||||
|
@ -1,11 +1,11 @@
|
||||
; NinetalesPokedexEntry: ; 0x18260c
|
||||
db "FOX@" ; species name
|
||||
dw 307, 440; height, width
|
||||
db "FOX@" ; species name
|
||||
dw 307, 440 ; height, width
|
||||
|
||||
db "It is said to live"
|
||||
next "a thousand years,"
|
||||
next "and each of its@"
|
||||
db "tails is loaded"
|
||||
next "and each of its"
|
||||
page "tails is loaded"
|
||||
next "with supernatural"
|
||||
next "powers.@"
|
||||
; 0x182673
|
||||
|
@ -1,11 +1,11 @@
|
||||
; JigglypuffPokedexEntry: ; 0x182673
|
||||
db "BALLOON@" ; species name
|
||||
dw 108, 120; height, width
|
||||
db "BALLOON@" ; species name
|
||||
dw 108, 120 ; height, width
|
||||
|
||||
db "It rolls its cute"
|
||||
next "eyes as it sings a"
|
||||
next "soothing lullaby.@"
|
||||
db "Its gentle song"
|
||||
next "soothing lullaby."
|
||||
page "Its gentle song"
|
||||
next "puts anyone who"
|
||||
next "hears it to sleep.@"
|
||||
; 0x1826e9
|
||||
|
@ -1,11 +1,11 @@
|
||||
; WigglytuffPokedexEntry: ; 0x1826e9
|
||||
db "BALLOON@" ; species name
|
||||
dw 303, 260; height, width
|
||||
db "BALLOON@" ; species name
|
||||
dw 303, 260 ; height, width
|
||||
|
||||
db "The rich, fluffy"
|
||||
next "fur that covers"
|
||||
next "its body feels so@"
|
||||
db "good that anyone"
|
||||
next "its body feels so"
|
||||
page "good that anyone"
|
||||
next "who feels it can't"
|
||||
next "stop touching it.@"
|
||||
; 0x18275d
|
||||
|
@ -1,11 +1,11 @@
|
||||
; ZubatPokedexEntry: ; 0x18275d
|
||||
db "BAT@" ; species name
|
||||
dw 207, 170; height, width
|
||||
db "BAT@" ; species name
|
||||
dw 207, 170 ; height, width
|
||||
|
||||
db "During the day, it"
|
||||
next "gathers with"
|
||||
next "others and hangs@"
|
||||
db "from the ceilings"
|
||||
next "others and hangs"
|
||||
page "from the ceilings"
|
||||
next "of old buildings"
|
||||
next "and caves.@"
|
||||
; 0x1827c4
|
||||
|
@ -1,11 +1,11 @@
|
||||
; GolbatPokedexEntry: ; 0x1827c4
|
||||
db "BAT@" ; species name
|
||||
dw 503, 1210; height, width
|
||||
db "BAT@" ; species name
|
||||
dw 503, 1210 ; height, width
|
||||
|
||||
db "When it plunges"
|
||||
next "its fangs into its"
|
||||
next "prey, it instantly@"
|
||||
db "draws and gulps"
|
||||
next "prey, it instantly"
|
||||
page "draws and gulps"
|
||||
next "down more than ten"
|
||||
next "ounces of blood.@"
|
||||
; 0x182836
|
||||
|
@ -1,11 +1,11 @@
|
||||
; OddishPokedexEntry: ; 0x182836
|
||||
db "WEED@" ; species name
|
||||
dw 108, 120; height, width
|
||||
db "WEED@" ; species name
|
||||
dw 108, 120 ; height, width
|
||||
|
||||
db "During the day, it"
|
||||
next "stays in the cold"
|
||||
next "underground to@"
|
||||
db "avoid the sun."
|
||||
next "underground to"
|
||||
page "avoid the sun."
|
||||
next "It grows by bath-"
|
||||
next "ing in moonlight.@"
|
||||
; 0x1828a6
|
||||
|
@ -1,11 +1,11 @@
|
||||
; GloomPokedexEntry: ; 0x1828a6
|
||||
db "WEED@" ; species name
|
||||
dw 207, 190; height, width
|
||||
db "WEED@" ; species name
|
||||
dw 207, 190 ; height, width
|
||||
|
||||
db "The smell from its"
|
||||
next "drool-like syrup"
|
||||
next "and the pollen on@"
|
||||
db "its petals is so"
|
||||
next "and the pollen on"
|
||||
page "its petals is so"
|
||||
next "bad, it may make"
|
||||
next "opponents faint.@"
|
||||
; 0x182918
|
||||
|
@ -1,11 +1,11 @@
|
||||
; VileplumePokedexEntry: ; 0x182918
|
||||
db "FLOWER@" ; species name
|
||||
dw 311, 410; height, width
|
||||
db "FLOWER@" ; species name
|
||||
dw 311, 410 ; height, width
|
||||
|
||||
db "By shaking its big"
|
||||
next "petals, it scat-"
|
||||
next "ters toxic pollen@"
|
||||
db "into the air,"
|
||||
next "ters toxic pollen"
|
||||
page "into the air,"
|
||||
next "turning the air"
|
||||
next "yellow.@"
|
||||
; 0x18297f
|
||||
|
@ -1,11 +1,11 @@
|
||||
; ParasPokedexEntry: ; 0x18297f
|
||||
db "MUSHROOM@" ; species name
|
||||
dw 100, 120; height, width
|
||||
db "MUSHROOM@" ; species name
|
||||
dw 100, 120 ; height, width
|
||||
|
||||
db "The tochukaso"
|
||||
next "growing on this"
|
||||
next "#MON's back@"
|
||||
db "orders it to"
|
||||
next "#MON's back"
|
||||
page "orders it to"
|
||||
next "extract juice from"
|
||||
next "tree trunks.@"
|
||||
; 0x1829e2
|
||||
|
@ -1,11 +1,11 @@
|
||||
; ParasectPokedexEntry: ; 0x1829e2
|
||||
db "MUSHROOM@" ; species name
|
||||
dw 303, 650; height, width
|
||||
db "MUSHROOM@" ; species name
|
||||
dw 303, 650 ; height, width
|
||||
|
||||
db "When nothing's"
|
||||
next "left to extract"
|
||||
next "from the bug, the@"
|
||||
db "mushrooms on its"
|
||||
next "from the bug, the"
|
||||
page "mushrooms on its"
|
||||
next "back leave spores"
|
||||
next "on the bug's egg.@"
|
||||
; 0x182a53
|
||||
|
@ -1,11 +1,11 @@
|
||||
; VenonatPokedexEntry: ; 0x182a53
|
||||
db "INSECT@" ; species name
|
||||
dw 303, 660; height, width
|
||||
db "INSECT@" ; species name
|
||||
dw 303, 660 ; height, width
|
||||
|
||||
db "The small bugs it"
|
||||
next "eats appear only"
|
||||
next "at night, so it@"
|
||||
db "sleeps in a hole"
|
||||
next "at night, so it"
|
||||
page "sleeps in a hole"
|
||||
next "in a tree until"
|
||||
next "night falls.@"
|
||||
; 0x182abf
|
||||
|
@ -1,11 +1,11 @@
|
||||
; VenomothPokedexEntry: ; 0x182abf
|
||||
db "POISONMOTH@" ; species name
|
||||
dw 411, 280; height, width
|
||||
db "POISONMOTH@" ; species name
|
||||
dw 411, 280 ; height, width
|
||||
|
||||
db "The scales it"
|
||||
next "scatters will"
|
||||
next "paralyze anyone@"
|
||||
db "who touches them,"
|
||||
next "paralyze anyone"
|
||||
page "who touches them,"
|
||||
next "making that person"
|
||||
next "unable to stand.@"
|
||||
; 0x182b30
|
||||
|
@ -1,11 +1,11 @@
|
||||
; DiglettPokedexEntry: ; 0x182b30
|
||||
db "MOLE@" ; species name
|
||||
dw 8, 20; height, width
|
||||
db "MOLE@" ; species name
|
||||
dw 8, 20 ; height, width
|
||||
|
||||
db "It digs under-"
|
||||
next "ground and chews"
|
||||
next "on tree roots,@"
|
||||
db "sticking its head"
|
||||
next "on tree roots,"
|
||||
page "sticking its head"
|
||||
next "out only when the"
|
||||
next "sun isn't bright.@"
|
||||
; 0x182b9d
|
||||
|
@ -1,11 +1,11 @@
|
||||
; DugtrioPokedexEntry: ; 0x182b9d
|
||||
db "MOLE@" ; species name
|
||||
dw 204, 730; height, width
|
||||
db "MOLE@" ; species name
|
||||
dw 204, 730 ; height, width
|
||||
|
||||
db "These DIGLETT"
|
||||
next "triplets dig over"
|
||||
next "60 miles below sea@"
|
||||
db "level. No one"
|
||||
next "60 miles below sea"
|
||||
page "level. No one"
|
||||
next "knows what it's"
|
||||
next "like underground.@"
|
||||
; 0x182c08
|
||||
|
@ -1,11 +1,11 @@
|
||||
; MeowthPokedexEntry: ; 0x182c08
|
||||
db "SCRATCHCAT@" ; species name
|
||||
dw 104, 90; height, width
|
||||
db "SCRATCHCAT@" ; species name
|
||||
dw 104, 90 ; height, width
|
||||
|
||||
db "It loves things"
|
||||
next "that sparkle. When"
|
||||
next "it sees a shiny@"
|
||||
db "object, the gold"
|
||||
next "it sees a shiny"
|
||||
page "object, the gold"
|
||||
next "coin on its head"
|
||||
next "shines too.@"
|
||||
; 0x182c78
|
||||
|
@ -1,11 +1,11 @@
|
||||
; PersianPokedexEntry: ; 0x182c78
|
||||
db "CLASSY CAT@" ; species name
|
||||
dw 303, 710; height, width
|
||||
db "CLASSY CAT@" ; species name
|
||||
dw 303, 710 ; height, width
|
||||
|
||||
db "Behind its lithe,"
|
||||
next "elegant appearance"
|
||||
next "lies a barbaric@"
|
||||
db "side. It will tear"
|
||||
next "lies a barbaric"
|
||||
page "side. It will tear"
|
||||
next "apart its prey on"
|
||||
next "a mere whim.@"
|
||||
; 0x182cee
|
||||
|
@ -1,11 +1,11 @@
|
||||
; PsyduckPokedexEntry: ; 0x182cee
|
||||
db "DUCK@" ; species name
|
||||
dw 207, 430; height, width
|
||||
db "DUCK@" ; species name
|
||||
dw 207, 430 ; height, width
|
||||
|
||||
db "The only time it"
|
||||
next "can use its psy-"
|
||||
next "chic power is when@"
|
||||
db "its sleeping brain"
|
||||
next "chic power is when"
|
||||
page "its sleeping brain"
|
||||
next "cells happen to"
|
||||
next "wake.@"
|
||||
; 0x182d55
|
||||
|
@ -1,11 +1,11 @@
|
||||
; GolduckPokedexEntry: ; 0x182d55
|
||||
db "DUCK@" ; species name
|
||||
dw 507, 1690; height, width
|
||||
db "DUCK@" ; species name
|
||||
dw 507, 1690 ; height, width
|
||||
|
||||
db "It swims grace-"
|
||||
next "fully along on the"
|
||||
next "quiet, slow-moving@"
|
||||
db "rivers and lakes"
|
||||
next "quiet, slow-moving"
|
||||
page "rivers and lakes"
|
||||
next "of which it is so"
|
||||
next "fond.@"
|
||||
; 0x182dbd
|
||||
|
@ -1,11 +1,11 @@
|
||||
; MankeyPokedexEntry: ; 0x182dbd
|
||||
db "PIG MONKEY@" ; species name
|
||||
dw 108, 620; height, width
|
||||
db "PIG MONKEY@" ; species name
|
||||
dw 108, 620 ; height, width
|
||||
|
||||
db "It lives in groups"
|
||||
next "in the treetops."
|
||||
next "If it loses sight@"
|
||||
db "of its group, it"
|
||||
next "If it loses sight"
|
||||
page "of its group, it"
|
||||
next "becomes infuriated"
|
||||
next "by its loneliness.@"
|
||||
; 0x182e39
|
||||
|
@ -1,11 +1,11 @@
|
||||
; PrimeapePokedexEntry: ; 0x182e39
|
||||
db "PIG MONKEY@" ; species name
|
||||
dw 303, 710; height, width
|
||||
db "PIG MONKEY@" ; species name
|
||||
dw 303, 710 ; height, width
|
||||
|
||||
db "It will beat up"
|
||||
next "anyone who makes"
|
||||
next "it mad, even if it@"
|
||||
db "has to chase them"
|
||||
next "it mad, even if it"
|
||||
page "has to chase them"
|
||||
next "until the end of"
|
||||
next "the world.@"
|
||||
; 0x182eaa
|
||||
|
@ -1,11 +1,11 @@
|
||||
; GrowlithePokedexEntry: ; 0x182eaa
|
||||
db "PUPPY@" ; species name
|
||||
dw 204, 420; height, width
|
||||
db "PUPPY@" ; species name
|
||||
dw 204, 420 ; height, width
|
||||
|
||||
db "It controls a big"
|
||||
next "territory. If it"
|
||||
next "detects an unknown@"
|
||||
db "smell, it roars"
|
||||
next "detects an unknown"
|
||||
page "smell, it roars"
|
||||
next "loudly to force"
|
||||
next "out the intruder.@"
|
||||
; 0x182f1c
|
||||
|
@ -1,11 +1,11 @@
|
||||
; ArcaninePokedexEntry: ; 0x182f1c
|
||||
db "LEGENDARY@" ; species name
|
||||
dw 603, 3420; height, width
|
||||
db "LEGENDARY@" ; species name
|
||||
dw 603, 3420 ; height, width
|
||||
|
||||
db "An ancient picture"
|
||||
next "scroll shows that"
|
||||
next "people were@"
|
||||
db "attracted to its"
|
||||
next "people were"
|
||||
page "attracted to its"
|
||||
next "movement as it ran"
|
||||
next "through prairies.@"
|
||||
; 0x182f91
|
||||
|
@ -1,11 +1,11 @@
|
||||
; PoliwagPokedexEntry: ; 0x182f91
|
||||
db "TADPOLE@" ; species name
|
||||
dw 200, 270; height, width
|
||||
db "TADPOLE@" ; species name
|
||||
dw 200, 270 ; height, width
|
||||
|
||||
db "The swirl on its"
|
||||
next "belly is its"
|
||||
next "insides showing@"
|
||||
db "through the skin."
|
||||
next "insides showing"
|
||||
page "through the skin."
|
||||
next "It looks clearer"
|
||||
next "after it eats.@"
|
||||
; 0x182ffd
|
||||
|
@ -1,11 +1,11 @@
|
||||
; PoliwhirlPokedexEntry: ; 0x182ffd
|
||||
db "TADPOLE@" ; species name
|
||||
dw 303, 440; height, width
|
||||
db "TADPOLE@" ; species name
|
||||
dw 303, 440 ; height, width
|
||||
|
||||
db "Though it is"
|
||||
next "skilled at walk-"
|
||||
next "ing, it prefers to@"
|
||||
db "live underwater"
|
||||
next "ing, it prefers to"
|
||||
page "live underwater"
|
||||
next "where there is"
|
||||
next "less danger.@"
|
||||
; 0x183066
|
||||
|
@ -1,11 +1,11 @@
|
||||
; PoliwrathPokedexEntry: ; 0x183066
|
||||
db "TADPOLE@" ; species name
|
||||
dw 403, 1190; height, width
|
||||
db "TADPOLE@" ; species name
|
||||
dw 403, 1190 ; height, width
|
||||
|
||||
db "It can use its"
|
||||
next "well-developed"
|
||||
next "arms and legs to@"
|
||||
db "run on the surface"
|
||||
next "arms and legs to"
|
||||
page "run on the surface"
|
||||
next "of the water for a"
|
||||
next "split second.@"
|
||||
; 0x1830d5
|
||||
|
@ -1,11 +1,11 @@
|
||||
; AbraPokedexEntry: ; 0x1830d5
|
||||
db "PSI@" ; species name
|
||||
dw 211, 430; height, width
|
||||
db "PSI@" ; species name
|
||||
dw 211, 430 ; height, width
|
||||
|
||||
db "It hypnotizes"
|
||||
next "itself so that it"
|
||||
next "can teleport away@"
|
||||
db "when it senses"
|
||||
next "can teleport away"
|
||||
page "when it senses"
|
||||
next "danger, even"
|
||||
next "if it is asleep.@"
|
||||
; 0x18313c
|
||||
|
@ -1,11 +1,11 @@
|
||||
; KadabraPokedexEntry: ; 0x18313c
|
||||
db "PSI@" ; species name
|
||||
dw 403, 1250; height, width
|
||||
db "PSI@" ; species name
|
||||
dw 403, 1250 ; height, width
|
||||
|
||||
db "When it closes its"
|
||||
next "eyes, twice as"
|
||||
next "many alpha parti-@"
|
||||
db "cles come out of"
|
||||
next "many alpha parti-"
|
||||
page "cles come out of"
|
||||
next "the surface of its"
|
||||
next "body.@"
|
||||
; 0x1831a2
|
||||
|
@ -1,11 +1,11 @@
|
||||
; AlakazamPokedexEntry: ; 0x1b8000
|
||||
db "PSI@" ; species name
|
||||
dw 411, 1060; height, width
|
||||
db "PSI@" ; species name
|
||||
dw 411, 1060 ; height, width
|
||||
|
||||
db "It has an IQ of"
|
||||
next "5000. It calcu-"
|
||||
next "lates many things@"
|
||||
db "in order to gain"
|
||||
next "lates many things"
|
||||
page "in order to gain"
|
||||
next "the edge in every"
|
||||
next "battle.@"
|
||||
; 0x1b8065
|
||||
|
@ -1,11 +1,11 @@
|
||||
; MachopPokedexEntry: ; 0x1b8065
|
||||
db "SUPERPOWER@" ; species name
|
||||
dw 207, 430; height, width
|
||||
db "SUPERPOWER@" ; species name
|
||||
dw 207, 430 ; height, width
|
||||
|
||||
db "It trains by"
|
||||
next "lifting rocks in"
|
||||
next "the mountains. It@"
|
||||
db "can even pick up a"
|
||||
next "the mountains. It"
|
||||
page "can even pick up a"
|
||||
next "GRAVELER with"
|
||||
next "ease.@"
|
||||
; 0x1b80cb
|
||||
|
@ -1,11 +1,11 @@
|
||||
; MachokePokedexEntry: ; 0x1b80cb
|
||||
db "SUPERPOWER@" ; species name
|
||||
dw 411, 1550; height, width
|
||||
db "SUPERPOWER@" ; species name
|
||||
dw 411, 1550 ; height, width
|
||||
|
||||
db "This tough #MON"
|
||||
next "always stays in"
|
||||
next "the zone. Its@"
|
||||
db "muscles become"
|
||||
next "the zone. Its"
|
||||
page "muscles become"
|
||||
next "thicker after"
|
||||
next "every battle.@"
|
||||
; 0x1b8133
|
||||
|
@ -1,11 +1,11 @@
|
||||
; MachampPokedexEntry: ; 0x1b8133
|
||||
db "SUPERPOWER@" ; species name
|
||||
dw 503, 2870; height, width
|
||||
db "SUPERPOWER@" ; species name
|
||||
dw 503, 2870 ; height, width
|
||||
|
||||
db "With four arms"
|
||||
next "that react more"
|
||||
next "quickly than it@"
|
||||
db "can think, it can"
|
||||
next "quickly than it"
|
||||
page "can think, it can"
|
||||
next "execute many"
|
||||
next "punches at once.@"
|
||||
; 0x1b81a1
|
||||
|
@ -1,11 +1,11 @@
|
||||
; BellsproutPokedexEntry: ; 0x1b81a1
|
||||
db "FLOWER@" ; species name
|
||||
dw 204, 90; height, width
|
||||
db "FLOWER@" ; species name
|
||||
dw 204, 90 ; height, width
|
||||
|
||||
db "If it notices"
|
||||
next "anything that"
|
||||
next "moves, it@"
|
||||
db "immediately flings"
|
||||
next "moves, it"
|
||||
page "immediately flings"
|
||||
next "its vine at the"
|
||||
next "object.@"
|
||||
; 0x1b81fd
|
||||
|
@ -1,11 +1,11 @@
|
||||
; WeepinbellPokedexEntry: ; 0x1b81fd
|
||||
db "FLYCATCHER@" ; species name
|
||||
dw 303, 140; height, width
|
||||
db "FLYCATCHER@" ; species name
|
||||
dw 303, 140 ; height, width
|
||||
|
||||
db "When it's hungry,"
|
||||
next "it swings its"
|
||||
next "razor-sharp@"
|
||||
db "leaves, slicing up"
|
||||
next "razor-sharp"
|
||||
page "leaves, slicing up"
|
||||
next "any unlucky object"
|
||||
next "nearby for food.@"
|
||||
; 0x1b826e
|
||||
|
@ -1,11 +1,11 @@
|
||||
; VictreebelPokedexEntry: ; 0x1b826e
|
||||
db "FLYCATCHER@" ; species name
|
||||
dw 507, 340; height, width
|
||||
db "FLYCATCHER@" ; species name
|
||||
dw 507, 340 ; height, width
|
||||
|
||||
db "Once ingested into"
|
||||
next "this #MON's"
|
||||
next "body, even the@"
|
||||
db "hardest object"
|
||||
next "body, even the"
|
||||
page "hardest object"
|
||||
next "will melt into"
|
||||
next "nothing.@"
|
||||
; 0x1b82d1
|
||||
|
@ -1,11 +1,11 @@
|
||||
; TentacoolPokedexEntry: ; 0x1b82d1
|
||||
db "JELLYFISH@" ; species name
|
||||
dw 211, 1000; height, width
|
||||
db "JELLYFISH@" ; species name
|
||||
dw 211, 1000 ; height, width
|
||||
|
||||
db "As it floats along"
|
||||
next "on the waves, it"
|
||||
next "uses its toxic@"
|
||||
db "feelers to stab"
|
||||
next "uses its toxic"
|
||||
page "feelers to stab"
|
||||
next "anything it"
|
||||
next "touches.@"
|
||||
; 0x1b8337
|
||||
|
@ -1,11 +1,11 @@
|
||||
; TentacruelPokedexEntry: ; 0x1b8337
|
||||
db "JELLYFISH@" ; species name
|
||||
dw 503, 1210; height, width
|
||||
db "JELLYFISH@" ; species name
|
||||
dw 503, 1210 ; height, width
|
||||
|
||||
db "When its 80 feel-"
|
||||
next "ers absorb water,"
|
||||
next "it stretches to@"
|
||||
db "become like a net"
|
||||
next "it stretches to"
|
||||
page "become like a net"
|
||||
next "to entangle its"
|
||||
next "prey.@"
|
||||
; 0x1b83a1
|
||||
|
@ -1,11 +1,11 @@
|
||||
; GeodudePokedexEntry: ; 0x1b83a1
|
||||
db "ROCK@" ; species name
|
||||
dw 104, 440; height, width
|
||||
db "ROCK@" ; species name
|
||||
dw 104, 440 ; height, width
|
||||
|
||||
db "Proud of their"
|
||||
next "sturdy bodies,"
|
||||
next "they bash against@"
|
||||
db "each other in a"
|
||||
next "they bash against"
|
||||
page "each other in a"
|
||||
next "contest to prove"
|
||||
next "whose is harder.@"
|
||||
; 0x1b840c
|
||||
|
@ -1,11 +1,11 @@
|
||||
; GravelerPokedexEntry: ; 0x1b840c
|
||||
db "ROCK@" ; species name
|
||||
dw 303, 2320; height, width
|
||||
db "ROCK@" ; species name
|
||||
dw 303, 2320 ; height, width
|
||||
|
||||
db "It travels by rol-"
|
||||
next "ling on mountain"
|
||||
next "paths. If it gains@"
|
||||
db "too much speed, it"
|
||||
next "paths. If it gains"
|
||||
page "too much speed, it"
|
||||
next "stops by running"
|
||||
next "into huge rocks.@"
|
||||
; 0x1b8481
|
||||
|
@ -1,11 +1,11 @@
|
||||
; GolemPokedexEntry: ; 0x1b8481
|
||||
db "MEGATON@" ; species name
|
||||
dw 407, 6620; height, width
|
||||
db "MEGATON@" ; species name
|
||||
dw 407, 6620 ; height, width
|
||||
|
||||
db "Its rock-like body"
|
||||
next "is so durable,"
|
||||
next "even high-powered@"
|
||||
db "dynamite blasts"
|
||||
next "even high-powered"
|
||||
page "dynamite blasts"
|
||||
next "fail to scratch"
|
||||
next "its rugged hide.@"
|
||||
; 0x1b84f2
|
||||
|
@ -1,11 +1,11 @@
|
||||
; PonytaPokedexEntry: ; 0x1b84f2
|
||||
db "FIRE HORSE@" ; species name
|
||||
dw 303, 660; height, width
|
||||
db "FIRE HORSE@" ; species name
|
||||
dw 303, 660 ; height, width
|
||||
|
||||
db "Training by"
|
||||
next "jumping over grass"
|
||||
next "that grows longer@"
|
||||
db "every day has made"
|
||||
next "that grows longer"
|
||||
page "every day has made"
|
||||
next "it a world-class"
|
||||
next "jumper.@"
|
||||
; 0x1b855e
|
||||
|
@ -1,11 +1,11 @@
|
||||
; RapidashPokedexEntry: ; 0x1b855e
|
||||
db "FIRE HORSE@" ; species name
|
||||
dw 507, 2090; height, width
|
||||
db "FIRE HORSE@" ; species name
|
||||
dw 507, 2090 ; height, width
|
||||
|
||||
db "It just loves to"
|
||||
next "gallop. The faster"
|
||||
next "it goes, the long-@"
|
||||
db "er the swaying"
|
||||
next "it goes, the long-"
|
||||
page "er the swaying"
|
||||
next "flames of its mane"
|
||||
next "will become.@"
|
||||
; 0x1b85d3
|
||||
|
@ -1,11 +1,11 @@
|
||||
; SlowpokePokedexEntry: ; 0x1b85d3
|
||||
db "DOPEY@" ; species name
|
||||
dw 311, 790; height, width
|
||||
db "DOPEY@" ; species name
|
||||
dw 311, 790 ; height, width
|
||||
|
||||
db "It is always so"
|
||||
next "absent-minded that"
|
||||
next "it won't react,@"
|
||||
db "even if its"
|
||||
next "it won't react,"
|
||||
page "even if its"
|
||||
next "flavorful tail is"
|
||||
next "bitten.@"
|
||||
; 0x1b8635
|
||||
|
@ -1,11 +1,11 @@
|
||||
; SlowbroPokedexEntry: ; 0x1b8635
|
||||
db "HERMITCRAB@" ; species name
|
||||
dw 503, 1730; height, width
|
||||
db "HERMITCRAB@" ; species name
|
||||
dw 503, 1730 ; height, width
|
||||
|
||||
db "An attached"
|
||||
next "SHELLDER won't let"
|
||||
next "go because of the@"
|
||||
db "tasty flavor that"
|
||||
next "go because of the"
|
||||
page "tasty flavor that"
|
||||
next "oozes out of its"
|
||||
next "tail.@"
|
||||
; 0x1b869d
|
||||
|
@ -1,11 +1,11 @@
|
||||
; MagnemitePokedexEntry: ; 0x1b869d
|
||||
db "MAGNET@" ; species name
|
||||
dw 100, 130; height, width
|
||||
db "MAGNET@" ; species name
|
||||
dw 100, 130 ; height, width
|
||||
|
||||
db "The electricity"
|
||||
next "emitted by the"
|
||||
next "units on each side@"
|
||||
db "of its body cause"
|
||||
next "units on each side"
|
||||
page "of its body cause"
|
||||
next "it to become a"
|
||||
next "strong magnet.@"
|
||||
; 0x1b870a
|
||||
|
@ -1,11 +1,11 @@
|
||||
; MagnetonPokedexEntry: ; 0x1b870a
|
||||
db "MAGNET@" ; species name
|
||||
dw 303, 1320; height, width
|
||||
db "MAGNET@" ; species name
|
||||
dw 303, 1320 ; height, width
|
||||
|
||||
db "When many"
|
||||
next "MAGNETON gather"
|
||||
next "together, the@"
|
||||
db "resulting magnetic"
|
||||
next "together, the"
|
||||
page "resulting magnetic"
|
||||
next "storm disrupts"
|
||||
next "radio waves.@"
|
||||
; 0x1b876c
|
||||
|
@ -1,11 +1,11 @@
|
||||
; FarfetchDPokedexEntry: ; 0x1b876c
|
||||
db "WILD DUCK@" ; species name
|
||||
dw 207, 330; height, width
|
||||
db "WILD DUCK@" ; species name
|
||||
dw 207, 330 ; height, width
|
||||
|
||||
db "In order to pre-"
|
||||
next "vent their"
|
||||
next "extinction, more@"
|
||||
db "people have made"
|
||||
next "extinction, more"
|
||||
page "people have made"
|
||||
next "an effort to breed"
|
||||
next "these #MON.@"
|
||||
; 0x1b87d7
|
||||
|
@ -1,11 +1,11 @@
|
||||
; DoduoPokedexEntry: ; 0x1b87d7
|
||||
db "TWIN BIRD@" ; species name
|
||||
dw 407, 860; height, width
|
||||
db "TWIN BIRD@" ; species name
|
||||
dw 407, 860 ; height, width
|
||||
|
||||
db "It lives on a"
|
||||
next "grassy plain where"
|
||||
next "it can see a long@"
|
||||
db "way. If it sees an"
|
||||
next "it can see a long"
|
||||
page "way. If it sees an"
|
||||
next "enemy, it runs"
|
||||
next "away at 60 mph.@"
|
||||
; 0x1b884a
|
||||
|
@ -1,11 +1,11 @@
|
||||
; DodrioPokedexEntry: ; 0x1b884a
|
||||
db "TRIPLEBIRD@" ; species name
|
||||
dw 511, 1880; height, width
|
||||
db "TRIPLEBIRD@" ; species name
|
||||
dw 511, 1880 ; height, width
|
||||
|
||||
db "An enemy that"
|
||||
next "takes its eyes off"
|
||||
next "any of the three@"
|
||||
db "heads--even for a"
|
||||
next "any of the three"
|
||||
page "heads--even for a"
|
||||
next "second--will get"
|
||||
next "pecked severely.@"
|
||||
; 0x1b88bf
|
||||
|
@ -1,11 +1,11 @@
|
||||
; SeelPokedexEntry: ; 0x1b88bf
|
||||
db "SEA LION@" ; species name
|
||||
dw 307, 1980; height, width
|
||||
db "SEA LION@" ; species name
|
||||
dw 307, 1980 ; height, width
|
||||
|
||||
db "The light blue fur"
|
||||
next "that covers it"
|
||||
next "keeps it protected@"
|
||||
db "against the cold."
|
||||
next "keeps it protected"
|
||||
page "against the cold."
|
||||
next "It loves iceberg-"
|
||||
next "filled oceans.@"
|
||||
; 0x1b8934
|
||||
|
@ -1,11 +1,11 @@
|
||||
; DewgongPokedexEntry: ; 0x1b8934
|
||||
db "SEA LION@" ; species name
|
||||
dw 507, 2650; height, width
|
||||
db "SEA LION@" ; species name
|
||||
dw 507, 2650 ; height, width
|
||||
|
||||
db "It sleeps under"
|
||||
next "shallow ocean"
|
||||
next "waters during the@"
|
||||
db "day, then looks"
|
||||
next "waters during the"
|
||||
page "day, then looks"
|
||||
next "for food at night"
|
||||
next "when it's cold.@"
|
||||
; 0x1b89a2
|
||||
|
@ -1,11 +1,11 @@
|
||||
; GrimerPokedexEntry: ; 0x1b89a2
|
||||
db "SLUDGE@" ; species name
|
||||
dw 211, 660; height, width
|
||||
db "SLUDGE@" ; species name
|
||||
dw 211, 660 ; height, width
|
||||
|
||||
db "When two of these"
|
||||
next "#MON's bodies"
|
||||
next "are combined@"
|
||||
db "together, new"
|
||||
next "are combined"
|
||||
page "together, new"
|
||||
next "poisons are"
|
||||
next "created.@"
|
||||
; 0x1b89fc
|
||||
|
@ -1,11 +1,11 @@
|
||||
; MukPokedexEntry: ; 0x1b89fc
|
||||
db "SLUDGE@" ; species name
|
||||
dw 311, 660; height, width
|
||||
db "SLUDGE@" ; species name
|
||||
dw 311, 660 ; height, width
|
||||
|
||||
db "As it moves, a"
|
||||
next "very strong poison"
|
||||
next "leaks from it,@"
|
||||
db "making the ground"
|
||||
next "leaks from it,"
|
||||
page "making the ground"
|
||||
next "there barren for"
|
||||
next "three years.@"
|
||||
; 0x1b8a68
|
||||
|
@ -1,11 +1,11 @@
|
||||
; ShellderPokedexEntry: ; 0x1b8a68
|
||||
db "BIVALVE@" ; species name
|
||||
dw 100, 90; height, width
|
||||
db "BIVALVE@" ; species name
|
||||
dw 100, 90 ; height, width
|
||||
|
||||
db "Clamping on to an"
|
||||
next "opponent reveals"
|
||||
next "its vulnerable@"
|
||||
db "parts, so it uses"
|
||||
next "its vulnerable"
|
||||
page "parts, so it uses"
|
||||
next "this move only as"
|
||||
next "a last resort.@"
|
||||
; 0x1b8ad9
|
||||
|
@ -1,11 +1,11 @@
|
||||
; CloysterPokedexEntry: ; 0x1b8ad9
|
||||
db "BIVALVE@" ; species name
|
||||
dw 411, 2920; height, width
|
||||
db "BIVALVE@" ; species name
|
||||
dw 411, 2920 ; height, width
|
||||
|
||||
db "Even a missile"
|
||||
next "can't break the"
|
||||
next "spikes it uses to@"
|
||||
db "stab opponents."
|
||||
next "spikes it uses to"
|
||||
page "stab opponents."
|
||||
next "They're even hard-"
|
||||
next "er than its shell.@"
|
||||
; 0x1b8b4a
|
||||
|
@ -1,11 +1,11 @@
|
||||
; GastlyPokedexEntry: ; 0x1b8b4a
|
||||
db "GAS@" ; species name
|
||||
dw 403, 2; height, width
|
||||
db "GAS@" ; species name
|
||||
dw 403, 2 ; height, width
|
||||
|
||||
db "It wraps its op-"
|
||||
next "ponent in its gas-"
|
||||
next "like body, slowly@"
|
||||
db "weakening its prey"
|
||||
next "like body, slowly"
|
||||
page "weakening its prey"
|
||||
next "by poisoning it"
|
||||
next "through the skin.@"
|
||||
; 0x1b8bbd
|
||||
|
@ -1,11 +1,11 @@
|
||||
; HaunterPokedexEntry: ; 0x1b8bbd
|
||||
db "GAS@" ; species name
|
||||
dw 503, 2; height, width
|
||||
db "GAS@" ; species name
|
||||
dw 503, 2 ; height, width
|
||||
|
||||
db "It hides in the"
|
||||
next "dark, planning to"
|
||||
next "take the life of@"
|
||||
db "the next living"
|
||||
next "take the life of"
|
||||
page "the next living"
|
||||
next "thing that wanders"
|
||||
next "close by.@"
|
||||
; 0x1b8c25
|
||||
|
@ -1,11 +1,11 @@
|
||||
; GengarPokedexEntry: ; 0x1b8c25
|
||||
db "SHADOW@" ; species name
|
||||
dw 411, 890; height, width
|
||||
db "SHADOW@" ; species name
|
||||
dw 411, 890 ; height, width
|
||||
|
||||
db "Hiding in people's"
|
||||
next "shadows at night,"
|
||||
next "it absorbs their@"
|
||||
db "heat. The chill it"
|
||||
next "it absorbs their"
|
||||
page "heat. The chill it"
|
||||
next "causes makes the"
|
||||
next "victims shake.@"
|
||||
; 0x1b8c98
|
||||
|
@ -1,11 +1,11 @@
|
||||
; OnixPokedexEntry: ; 0x1b8c98
|
||||
db "ROCK SNAKE@" ; species name
|
||||
dw 2810, 4630; height, width
|
||||
db "ROCK SNAKE@" ; species name
|
||||
dw 2810, 4630 ; height, width
|
||||
|
||||
db "As it digs through"
|
||||
next "the ground, it"
|
||||
next "absorbs many hard@"
|
||||
db "objects. This is"
|
||||
next "absorbs many hard"
|
||||
page "objects. This is"
|
||||
next "what makes its"
|
||||
next "body so solid.@"
|
||||
; 0x1b8d0a
|
||||
|
@ -1,11 +1,11 @@
|
||||
; DrowzeePokedexEntry: ; 0x1b8d0a
|
||||
db "HYPNOSIS@" ; species name
|
||||
dw 303, 710; height, width
|
||||
db "HYPNOSIS@" ; species name
|
||||
dw 303, 710 ; height, width
|
||||
|
||||
db "When it twitches"
|
||||
next "its nose, it can"
|
||||
next "tell where someone@"
|
||||
db "is sleeping and"
|
||||
next "tell where someone"
|
||||
page "is sleeping and"
|
||||
next "what that person"
|
||||
next "is dreaming about.@"
|
||||
; 0x1b8d80
|
||||
|
@ -1,11 +1,11 @@
|
||||
; HypnoPokedexEntry: ; 0x1b8d80
|
||||
db "HYPNOSIS@" ; species name
|
||||
dw 503, 1670; height, width
|
||||
db "HYPNOSIS@" ; species name
|
||||
dw 503, 1670 ; height, width
|
||||
|
||||
db "The longer it"
|
||||
next "swings its"
|
||||
next "pendulum, the@"
|
||||
db "longer the effects"
|
||||
next "pendulum, the"
|
||||
page "longer the effects"
|
||||
next "of its hypnosis"
|
||||
next "last.@"
|
||||
; 0x1b8ddd
|
||||
|
@ -1,11 +1,11 @@
|
||||
; KrabbyPokedexEntry: ; 0x1b8ddd
|
||||
db "RIVER CRAB@" ; species name
|
||||
dw 104, 140; height, width
|
||||
db "RIVER CRAB@" ; species name
|
||||
dw 104, 140 ; height, width
|
||||
|
||||
db "If it is unable"
|
||||
next "to find food, it"
|
||||
next "will absorb@"
|
||||
db "nutrients by"
|
||||
next "will absorb"
|
||||
page "nutrients by"
|
||||
next "swallowing a"
|
||||
next "mouthful of sand.@"
|
||||
; 0x1b8e45
|
||||
|
@ -1,11 +1,11 @@
|
||||
; KinglerPokedexEntry: ; 0x1b8e45
|
||||
db "PINCER@" ; species name
|
||||
dw 403, 1320; height, width
|
||||
db "PINCER@" ; species name
|
||||
dw 403, 1320 ; height, width
|
||||
|
||||
db "Its oversized claw"
|
||||
next "is very powerful,"
|
||||
next "but when it's not@"
|
||||
db "in battle, the"
|
||||
next "but when it's not"
|
||||
page "in battle, the"
|
||||
next "claw just gets in"
|
||||
next "the way.@"
|
||||
; 0x1b8eb0
|
||||
|
@ -1,11 +1,11 @@
|
||||
; VoltorbPokedexEntry: ; 0x1b8eb0
|
||||
db "BALL@" ; species name
|
||||
dw 108, 230; height, width
|
||||
db "BALL@" ; species name
|
||||
dw 108, 230 ; height, width
|
||||
|
||||
db "During the study"
|
||||
next "of this #MON,"
|
||||
next "it was discovered@"
|
||||
db "that its compo-"
|
||||
next "it was discovered"
|
||||
page "that its compo-"
|
||||
next "nents are not"
|
||||
next "found in nature.@"
|
||||
; 0x1b8f19
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user