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