mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
width -> weight
This used to be confusing, since the first thing I think when I see "width, height" is graphics, in this case probably the sprites. Well, it has nothing to do with that. Weight is mass times gravity or something, width is a form of distance.
This commit is contained in:
parent
35a8e9da5d
commit
617ba8be3d
@ -1,6 +1,6 @@
|
|||||||
; BulbasaurPokedexEntry: ; 0x181695
|
; BulbasaurPokedexEntry: ; 0x181695
|
||||||
db "SEED@" ; species name
|
db "SEED@" ; species name
|
||||||
dw 204, 150 ; height, width
|
dw 204, 150 ; height, weight
|
||||||
|
|
||||||
db "While it is young,"
|
db "While it is young,"
|
||||||
next "it uses the"
|
next "it uses the"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; IvysaurPokedexEntry: ; 0x181702
|
; IvysaurPokedexEntry: ; 0x181702
|
||||||
db "SEED@" ; species name
|
db "SEED@" ; species name
|
||||||
dw 303, 290 ; height, width
|
dw 303, 290 ; height, weight
|
||||||
|
|
||||||
db "The bulb on its"
|
db "The bulb on its"
|
||||||
next "back grows as it"
|
next "back grows as it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; VenusaurPokedexEntry: ; 0x181773
|
; VenusaurPokedexEntry: ; 0x181773
|
||||||
db "SEED@" ; species name
|
db "SEED@" ; species name
|
||||||
dw 607, 2210 ; height, width
|
dw 607, 2210 ; height, weight
|
||||||
|
|
||||||
db "As it warms it-"
|
db "As it warms it-"
|
||||||
next "self and absorbs"
|
next "self and absorbs"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; CharmanderPokedexEntry: ; 0x1817db
|
; CharmanderPokedexEntry: ; 0x1817db
|
||||||
db "LIZARD@" ; species name
|
db "LIZARD@" ; species name
|
||||||
dw 200, 190 ; height, width
|
dw 200, 190 ; height, weight
|
||||||
|
|
||||||
db "If it's healthy,"
|
db "If it's healthy,"
|
||||||
next "the flame on the"
|
next "the flame on the"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; CharmeleonPokedexEntry: ; 0x18184a
|
; CharmeleonPokedexEntry: ; 0x18184a
|
||||||
db "FLAME@" ; species name
|
db "FLAME@" ; species name
|
||||||
dw 307, 420 ; height, width
|
dw 307, 420 ; height, weight
|
||||||
|
|
||||||
db "If it becomes"
|
db "If it becomes"
|
||||||
next "agitated during"
|
next "agitated during"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; CharizardPokedexEntry: ; 0x1818b3
|
; CharizardPokedexEntry: ; 0x1818b3
|
||||||
db "FLAME@" ; species name
|
db "FLAME@" ; species name
|
||||||
dw 507, 2000 ; height, width
|
dw 507, 2000 ; height, weight
|
||||||
|
|
||||||
db "It uses its wings"
|
db "It uses its wings"
|
||||||
next "to fly high. The"
|
next "to fly high. The"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; SquirtlePokedexEntry: ; 0x181926
|
; SquirtlePokedexEntry: ; 0x181926
|
||||||
db "TINYTURTLE@" ; species name
|
db "TINYTURTLE@" ; species name
|
||||||
dw 108, 200 ; height, width
|
dw 108, 200 ; height, weight
|
||||||
|
|
||||||
db "When it feels"
|
db "When it feels"
|
||||||
next "threatened, it"
|
next "threatened, it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; WartortlePokedexEntry: ; 0x181993
|
; WartortlePokedexEntry: ; 0x181993
|
||||||
db "TURTLE@" ; species name
|
db "TURTLE@" ; species name
|
||||||
dw 303, 500 ; height, width
|
dw 303, 500 ; height, weight
|
||||||
|
|
||||||
db "Its long, furry"
|
db "Its long, furry"
|
||||||
next "tail is a symbol"
|
next "tail is a symbol"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; BlastoisePokedexEntry: ; 0x1819f9
|
; BlastoisePokedexEntry: ; 0x1819f9
|
||||||
db "SHELLFISH@" ; species name
|
db "SHELLFISH@" ; species name
|
||||||
dw 503, 1890 ; height, width
|
dw 503, 1890 ; height, weight
|
||||||
|
|
||||||
db "It firmly plants"
|
db "It firmly plants"
|
||||||
next "its feet on the"
|
next "its feet on the"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; CaterpiePokedexEntry: ; 0x181a60
|
; CaterpiePokedexEntry: ; 0x181a60
|
||||||
db "WORM@" ; species name
|
db "WORM@" ; species name
|
||||||
dw 100, 60 ; height, width
|
dw 100, 60 ; height, weight
|
||||||
|
|
||||||
db "It crawls into"
|
db "It crawls into"
|
||||||
next "foliage where it"
|
next "foliage where it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; MetapodPokedexEntry: ; 0x181ace
|
; MetapodPokedexEntry: ; 0x181ace
|
||||||
db "COCOON@" ; species name
|
db "COCOON@" ; species name
|
||||||
dw 204, 220 ; height, width
|
dw 204, 220 ; height, weight
|
||||||
|
|
||||||
db "This is its pre-"
|
db "This is its pre-"
|
||||||
next "evolved form. At"
|
next "evolved form. At"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; ButterfreePokedexEntry: ; 0x181b45
|
; ButterfreePokedexEntry: ; 0x181b45
|
||||||
db "BUTTERFLY@" ; species name
|
db "BUTTERFLY@" ; species name
|
||||||
dw 307, 710 ; height, width
|
dw 307, 710 ; height, weight
|
||||||
|
|
||||||
db "It flits from"
|
db "It flits from"
|
||||||
next "flower to flower,"
|
next "flower to flower,"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; WeedlePokedexEntry: ; 0x181bb4
|
; WeedlePokedexEntry: ; 0x181bb4
|
||||||
db "HAIRY BUG@" ; species name
|
db "HAIRY BUG@" ; species name
|
||||||
dw 100, 70 ; height, width
|
dw 100, 70 ; height, weight
|
||||||
|
|
||||||
db "The barb on top of"
|
db "The barb on top of"
|
||||||
next "its head secretes"
|
next "its head secretes"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; KakunaPokedexEntry: ; 0x181c23
|
; KakunaPokedexEntry: ; 0x181c23
|
||||||
db "COCOON@" ; species name
|
db "COCOON@" ; species name
|
||||||
dw 200, 220 ; height, width
|
dw 200, 220 ; height, weight
|
||||||
|
|
||||||
db "Nearly incapable"
|
db "Nearly incapable"
|
||||||
next "of movement, it"
|
next "of movement, it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; BeedrillPokedexEntry: ; 0x181c8a
|
; BeedrillPokedexEntry: ; 0x181c8a
|
||||||
db "POISON BEE@" ; species name
|
db "POISON BEE@" ; species name
|
||||||
dw 303, 650 ; height, width
|
dw 303, 650 ; height, weight
|
||||||
|
|
||||||
db "It uses sharp,"
|
db "It uses sharp,"
|
||||||
next "poisonous stings"
|
next "poisonous stings"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; PidgeyPokedexEntry: ; 0x181cfa
|
; PidgeyPokedexEntry: ; 0x181cfa
|
||||||
db "TINY BIRD@" ; species name
|
db "TINY BIRD@" ; species name
|
||||||
dw 100, 40 ; height, width
|
dw 100, 40 ; height, weight
|
||||||
|
|
||||||
db "It rapidly flaps"
|
db "It rapidly flaps"
|
||||||
next "its wings in the"
|
next "its wings in the"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; PidgeottoPokedexEntry: ; 0x181d75
|
; PidgeottoPokedexEntry: ; 0x181d75
|
||||||
db "BIRD@" ; species name
|
db "BIRD@" ; species name
|
||||||
dw 307, 660 ; height, width
|
dw 307, 660 ; height, weight
|
||||||
|
|
||||||
db "It slowly flies in"
|
db "It slowly flies in"
|
||||||
next "a circular pat-"
|
next "a circular pat-"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; PidgeotPokedexEntry: ; 0x181dd7
|
; PidgeotPokedexEntry: ; 0x181dd7
|
||||||
db "BIRD@" ; species name
|
db "BIRD@" ; species name
|
||||||
dw 411, 870 ; height, width
|
dw 411, 870 ; height, weight
|
||||||
|
|
||||||
db "Its outstanding"
|
db "Its outstanding"
|
||||||
next "vision allows it"
|
next "vision allows it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; RattataPokedexEntry: ; 0x181e3d
|
; RattataPokedexEntry: ; 0x181e3d
|
||||||
db "RAT@" ; species name
|
db "RAT@" ; species name
|
||||||
dw 100, 80 ; height, width
|
dw 100, 80 ; height, weight
|
||||||
|
|
||||||
db "This #MON's"
|
db "This #MON's"
|
||||||
next "impressive vital-"
|
next "impressive vital-"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; RaticatePokedexEntry: ; 0x181ea3
|
; RaticatePokedexEntry: ; 0x181ea3
|
||||||
db "RAT@" ; species name
|
db "RAT@" ; species name
|
||||||
dw 204, 410 ; height, width
|
dw 204, 410 ; height, weight
|
||||||
|
|
||||||
db "The webs on its"
|
db "The webs on its"
|
||||||
next "hind legs enable"
|
next "hind legs enable"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; SpearowPokedexEntry: ; 0x181f03
|
; SpearowPokedexEntry: ; 0x181f03
|
||||||
db "TINY BIRD@" ; species name
|
db "TINY BIRD@" ; species name
|
||||||
dw 100, 40 ; height, width
|
dw 100, 40 ; height, weight
|
||||||
|
|
||||||
db "To protect its"
|
db "To protect its"
|
||||||
next "territory, it"
|
next "territory, it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; FearowPokedexEntry: ; 0x181f64
|
; FearowPokedexEntry: ; 0x181f64
|
||||||
db "BEAK@" ; species name
|
db "BEAK@" ; species name
|
||||||
dw 311, 840 ; height, width
|
dw 311, 840 ; height, weight
|
||||||
|
|
||||||
db "It uses its long"
|
db "It uses its long"
|
||||||
next "beak to attack. It"
|
next "beak to attack. It"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; EkansPokedexEntry: ; 0x181fd4
|
; EkansPokedexEntry: ; 0x181fd4
|
||||||
db "SNAKE@" ; species name
|
db "SNAKE@" ; species name
|
||||||
dw 607, 150 ; height, width
|
dw 607, 150 ; height, weight
|
||||||
|
|
||||||
db "It flutters the"
|
db "It flutters the"
|
||||||
next "tip of its tongue"
|
next "tip of its tongue"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; ArbokPokedexEntry: ; 0x18203d
|
; ArbokPokedexEntry: ; 0x18203d
|
||||||
db "COBRA@" ; species name
|
db "COBRA@" ; species name
|
||||||
dw 1106, 1430 ; height, width
|
dw 1106, 1430 ; height, weight
|
||||||
|
|
||||||
db "To intimidate"
|
db "To intimidate"
|
||||||
next "foes, it spreads"
|
next "foes, it spreads"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; PikachuPokedexEntry: ; 0x1820ad
|
; PikachuPokedexEntry: ; 0x1820ad
|
||||||
db "MOUSE@" ; species name
|
db "MOUSE@" ; species name
|
||||||
dw 104, 130 ; height, width
|
dw 104, 130 ; height, weight
|
||||||
|
|
||||||
db "When it is anger-"
|
db "When it is anger-"
|
||||||
next "ed, it immediately"
|
next "ed, it immediately"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; RaichuPokedexEntry: ; 0x182117
|
; RaichuPokedexEntry: ; 0x182117
|
||||||
db "MOUSE@" ; species name
|
db "MOUSE@" ; species name
|
||||||
dw 207, 660 ; height, width
|
dw 207, 660 ; height, weight
|
||||||
|
|
||||||
db "If its electric"
|
db "If its electric"
|
||||||
next "pouches run empty,"
|
next "pouches run empty,"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; SandshrewPokedexEntry: ; 0x182184
|
; SandshrewPokedexEntry: ; 0x182184
|
||||||
db "MOUSE@" ; species name
|
db "MOUSE@" ; species name
|
||||||
dw 200, 260 ; height, width
|
dw 200, 260 ; height, weight
|
||||||
|
|
||||||
db "It prefers dry,"
|
db "It prefers dry,"
|
||||||
next "sandy places"
|
next "sandy places"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; SandslashPokedexEntry: ; 0x1821e7
|
; SandslashPokedexEntry: ; 0x1821e7
|
||||||
db "MOUSE@" ; species name
|
db "MOUSE@" ; species name
|
||||||
dw 303, 650 ; height, width
|
dw 303, 650 ; height, weight
|
||||||
|
|
||||||
db "Adept at climbing"
|
db "Adept at climbing"
|
||||||
next "trees, it rolls"
|
next "trees, it rolls"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; NidoranFPokedexEntry: ; 0x18224b
|
; NidoranFPokedexEntry: ; 0x18224b
|
||||||
db "POISON PIN@" ; species name
|
db "POISON PIN@" ; species name
|
||||||
dw 104, 150 ; height, width
|
dw 104, 150 ; height, weight
|
||||||
|
|
||||||
db "Small and very"
|
db "Small and very"
|
||||||
next "docile, it pro-"
|
next "docile, it pro-"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; NidorinaPokedexEntry: ; 0x1822b6
|
; NidorinaPokedexEntry: ; 0x1822b6
|
||||||
db "POISON PIN@" ; species name
|
db "POISON PIN@" ; species name
|
||||||
dw 207, 440 ; height, width
|
dw 207, 440 ; height, weight
|
||||||
|
|
||||||
db "It has a docile"
|
db "It has a docile"
|
||||||
next "nature. If it is"
|
next "nature. If it is"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; NidoqueenPokedexEntry: ; 0x18232e
|
; NidoqueenPokedexEntry: ; 0x18232e
|
||||||
db "DRILL@" ; species name
|
db "DRILL@" ; species name
|
||||||
dw 403, 1320 ; height, width
|
dw 403, 1320 ; height, weight
|
||||||
|
|
||||||
db "The hard scales"
|
db "The hard scales"
|
||||||
next "that cover its"
|
next "that cover its"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; NidoranMPokedexEntry: ; 0x182392
|
; NidoranMPokedexEntry: ; 0x182392
|
||||||
db "POISON PIN@" ; species name
|
db "POISON PIN@" ; species name
|
||||||
dw 108, 200 ; height, width
|
dw 108, 200 ; height, weight
|
||||||
|
|
||||||
db "It constantly"
|
db "It constantly"
|
||||||
next "moves its large"
|
next "moves its large"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; NidorinoPokedexEntry: ; 0x1823fd
|
; NidorinoPokedexEntry: ; 0x1823fd
|
||||||
db "POISON PIN@" ; species name
|
db "POISON PIN@" ; species name
|
||||||
dw 211, 430 ; height, width
|
dw 211, 430 ; height, weight
|
||||||
|
|
||||||
db "It is easily"
|
db "It is easily"
|
||||||
next "agitated and uses"
|
next "agitated and uses"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; NidokingPokedexEntry: ; 0x182463
|
; NidokingPokedexEntry: ; 0x182463
|
||||||
db "DRILL@" ; species name
|
db "DRILL@" ; species name
|
||||||
dw 407, 1370 ; height, width
|
dw 407, 1370 ; height, weight
|
||||||
|
|
||||||
db "It uses its thick"
|
db "It uses its thick"
|
||||||
next "arms, legs and"
|
next "arms, legs and"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; ClefairyPokedexEntry: ; 0x1824c8
|
; ClefairyPokedexEntry: ; 0x1824c8
|
||||||
db "FAIRY@" ; species name
|
db "FAIRY@" ; species name
|
||||||
dw 200, 170 ; height, width
|
dw 200, 170 ; height, weight
|
||||||
|
|
||||||
db "Though rarely"
|
db "Though rarely"
|
||||||
next "seen, it becomes"
|
next "seen, it becomes"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; ClefablePokedexEntry: ; 0x182530
|
; ClefablePokedexEntry: ; 0x182530
|
||||||
db "FAIRY@" ; species name
|
db "FAIRY@" ; species name
|
||||||
dw 403, 880 ; height, width
|
dw 403, 880 ; height, weight
|
||||||
|
|
||||||
db "Said to live in"
|
db "Said to live in"
|
||||||
next "quiet, remote"
|
next "quiet, remote"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; VulpixPokedexEntry: ; 0x18259b
|
; VulpixPokedexEntry: ; 0x18259b
|
||||||
db "FOX@" ; species name
|
db "FOX@" ; species name
|
||||||
dw 200, 220 ; height, width
|
dw 200, 220 ; height, weight
|
||||||
|
|
||||||
db "As its body grows"
|
db "As its body grows"
|
||||||
next "larger, its six"
|
next "larger, its six"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; NinetalesPokedexEntry: ; 0x18260c
|
; NinetalesPokedexEntry: ; 0x18260c
|
||||||
db "FOX@" ; species name
|
db "FOX@" ; species name
|
||||||
dw 307, 440 ; height, width
|
dw 307, 440 ; height, weight
|
||||||
|
|
||||||
db "It is said to live"
|
db "It is said to live"
|
||||||
next "a thousand years,"
|
next "a thousand years,"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; JigglypuffPokedexEntry: ; 0x182673
|
; JigglypuffPokedexEntry: ; 0x182673
|
||||||
db "BALLOON@" ; species name
|
db "BALLOON@" ; species name
|
||||||
dw 108, 120 ; height, width
|
dw 108, 120 ; height, weight
|
||||||
|
|
||||||
db "It rolls its cute"
|
db "It rolls its cute"
|
||||||
next "eyes as it sings a"
|
next "eyes as it sings a"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; WigglytuffPokedexEntry: ; 0x1826e9
|
; WigglytuffPokedexEntry: ; 0x1826e9
|
||||||
db "BALLOON@" ; species name
|
db "BALLOON@" ; species name
|
||||||
dw 303, 260 ; height, width
|
dw 303, 260 ; height, weight
|
||||||
|
|
||||||
db "The rich, fluffy"
|
db "The rich, fluffy"
|
||||||
next "fur that covers"
|
next "fur that covers"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; ZubatPokedexEntry: ; 0x18275d
|
; ZubatPokedexEntry: ; 0x18275d
|
||||||
db "BAT@" ; species name
|
db "BAT@" ; species name
|
||||||
dw 207, 170 ; height, width
|
dw 207, 170 ; height, weight
|
||||||
|
|
||||||
db "During the day, it"
|
db "During the day, it"
|
||||||
next "gathers with"
|
next "gathers with"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; GolbatPokedexEntry: ; 0x1827c4
|
; GolbatPokedexEntry: ; 0x1827c4
|
||||||
db "BAT@" ; species name
|
db "BAT@" ; species name
|
||||||
dw 503, 1210 ; height, width
|
dw 503, 1210 ; height, weight
|
||||||
|
|
||||||
db "When it plunges"
|
db "When it plunges"
|
||||||
next "its fangs into its"
|
next "its fangs into its"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; OddishPokedexEntry: ; 0x182836
|
; OddishPokedexEntry: ; 0x182836
|
||||||
db "WEED@" ; species name
|
db "WEED@" ; species name
|
||||||
dw 108, 120 ; height, width
|
dw 108, 120 ; height, weight
|
||||||
|
|
||||||
db "During the day, it"
|
db "During the day, it"
|
||||||
next "stays in the cold"
|
next "stays in the cold"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; GloomPokedexEntry: ; 0x1828a6
|
; GloomPokedexEntry: ; 0x1828a6
|
||||||
db "WEED@" ; species name
|
db "WEED@" ; species name
|
||||||
dw 207, 190 ; height, width
|
dw 207, 190 ; height, weight
|
||||||
|
|
||||||
db "The smell from its"
|
db "The smell from its"
|
||||||
next "drool-like syrup"
|
next "drool-like syrup"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; VileplumePokedexEntry: ; 0x182918
|
; VileplumePokedexEntry: ; 0x182918
|
||||||
db "FLOWER@" ; species name
|
db "FLOWER@" ; species name
|
||||||
dw 311, 410 ; height, width
|
dw 311, 410 ; height, weight
|
||||||
|
|
||||||
db "By shaking its big"
|
db "By shaking its big"
|
||||||
next "petals, it scat-"
|
next "petals, it scat-"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; ParasPokedexEntry: ; 0x18297f
|
; ParasPokedexEntry: ; 0x18297f
|
||||||
db "MUSHROOM@" ; species name
|
db "MUSHROOM@" ; species name
|
||||||
dw 100, 120 ; height, width
|
dw 100, 120 ; height, weight
|
||||||
|
|
||||||
db "The tochukaso"
|
db "The tochukaso"
|
||||||
next "growing on this"
|
next "growing on this"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; ParasectPokedexEntry: ; 0x1829e2
|
; ParasectPokedexEntry: ; 0x1829e2
|
||||||
db "MUSHROOM@" ; species name
|
db "MUSHROOM@" ; species name
|
||||||
dw 303, 650 ; height, width
|
dw 303, 650 ; height, weight
|
||||||
|
|
||||||
db "When nothing's"
|
db "When nothing's"
|
||||||
next "left to extract"
|
next "left to extract"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; VenonatPokedexEntry: ; 0x182a53
|
; VenonatPokedexEntry: ; 0x182a53
|
||||||
db "INSECT@" ; species name
|
db "INSECT@" ; species name
|
||||||
dw 303, 660 ; height, width
|
dw 303, 660 ; height, weight
|
||||||
|
|
||||||
db "The small bugs it"
|
db "The small bugs it"
|
||||||
next "eats appear only"
|
next "eats appear only"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; VenomothPokedexEntry: ; 0x182abf
|
; VenomothPokedexEntry: ; 0x182abf
|
||||||
db "POISONMOTH@" ; species name
|
db "POISONMOTH@" ; species name
|
||||||
dw 411, 280 ; height, width
|
dw 411, 280 ; height, weight
|
||||||
|
|
||||||
db "The scales it"
|
db "The scales it"
|
||||||
next "scatters will"
|
next "scatters will"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; DiglettPokedexEntry: ; 0x182b30
|
; DiglettPokedexEntry: ; 0x182b30
|
||||||
db "MOLE@" ; species name
|
db "MOLE@" ; species name
|
||||||
dw 8, 20 ; height, width
|
dw 8, 20 ; height, weight
|
||||||
|
|
||||||
db "It digs under-"
|
db "It digs under-"
|
||||||
next "ground and chews"
|
next "ground and chews"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; DugtrioPokedexEntry: ; 0x182b9d
|
; DugtrioPokedexEntry: ; 0x182b9d
|
||||||
db "MOLE@" ; species name
|
db "MOLE@" ; species name
|
||||||
dw 204, 730 ; height, width
|
dw 204, 730 ; height, weight
|
||||||
|
|
||||||
db "These DIGLETT"
|
db "These DIGLETT"
|
||||||
next "triplets dig over"
|
next "triplets dig over"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; MeowthPokedexEntry: ; 0x182c08
|
; MeowthPokedexEntry: ; 0x182c08
|
||||||
db "SCRATCHCAT@" ; species name
|
db "SCRATCHCAT@" ; species name
|
||||||
dw 104, 90 ; height, width
|
dw 104, 90 ; height, weight
|
||||||
|
|
||||||
db "It loves things"
|
db "It loves things"
|
||||||
next "that sparkle. When"
|
next "that sparkle. When"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; PersianPokedexEntry: ; 0x182c78
|
; PersianPokedexEntry: ; 0x182c78
|
||||||
db "CLASSY CAT@" ; species name
|
db "CLASSY CAT@" ; species name
|
||||||
dw 303, 710 ; height, width
|
dw 303, 710 ; height, weight
|
||||||
|
|
||||||
db "Behind its lithe,"
|
db "Behind its lithe,"
|
||||||
next "elegant appearance"
|
next "elegant appearance"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; PsyduckPokedexEntry: ; 0x182cee
|
; PsyduckPokedexEntry: ; 0x182cee
|
||||||
db "DUCK@" ; species name
|
db "DUCK@" ; species name
|
||||||
dw 207, 430 ; height, width
|
dw 207, 430 ; height, weight
|
||||||
|
|
||||||
db "The only time it"
|
db "The only time it"
|
||||||
next "can use its psy-"
|
next "can use its psy-"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; GolduckPokedexEntry: ; 0x182d55
|
; GolduckPokedexEntry: ; 0x182d55
|
||||||
db "DUCK@" ; species name
|
db "DUCK@" ; species name
|
||||||
dw 507, 1690 ; height, width
|
dw 507, 1690 ; height, weight
|
||||||
|
|
||||||
db "It swims grace-"
|
db "It swims grace-"
|
||||||
next "fully along on the"
|
next "fully along on the"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; MankeyPokedexEntry: ; 0x182dbd
|
; MankeyPokedexEntry: ; 0x182dbd
|
||||||
db "PIG MONKEY@" ; species name
|
db "PIG MONKEY@" ; species name
|
||||||
dw 108, 620 ; height, width
|
dw 108, 620 ; height, weight
|
||||||
|
|
||||||
db "It lives in groups"
|
db "It lives in groups"
|
||||||
next "in the treetops."
|
next "in the treetops."
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; PrimeapePokedexEntry: ; 0x182e39
|
; PrimeapePokedexEntry: ; 0x182e39
|
||||||
db "PIG MONKEY@" ; species name
|
db "PIG MONKEY@" ; species name
|
||||||
dw 303, 710 ; height, width
|
dw 303, 710 ; height, weight
|
||||||
|
|
||||||
db "It will beat up"
|
db "It will beat up"
|
||||||
next "anyone who makes"
|
next "anyone who makes"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; GrowlithePokedexEntry: ; 0x182eaa
|
; GrowlithePokedexEntry: ; 0x182eaa
|
||||||
db "PUPPY@" ; species name
|
db "PUPPY@" ; species name
|
||||||
dw 204, 420 ; height, width
|
dw 204, 420 ; height, weight
|
||||||
|
|
||||||
db "It controls a big"
|
db "It controls a big"
|
||||||
next "territory. If it"
|
next "territory. If it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; ArcaninePokedexEntry: ; 0x182f1c
|
; ArcaninePokedexEntry: ; 0x182f1c
|
||||||
db "LEGENDARY@" ; species name
|
db "LEGENDARY@" ; species name
|
||||||
dw 603, 3420 ; height, width
|
dw 603, 3420 ; height, weight
|
||||||
|
|
||||||
db "An ancient picture"
|
db "An ancient picture"
|
||||||
next "scroll shows that"
|
next "scroll shows that"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; PoliwagPokedexEntry: ; 0x182f91
|
; PoliwagPokedexEntry: ; 0x182f91
|
||||||
db "TADPOLE@" ; species name
|
db "TADPOLE@" ; species name
|
||||||
dw 200, 270 ; height, width
|
dw 200, 270 ; height, weight
|
||||||
|
|
||||||
db "The swirl on its"
|
db "The swirl on its"
|
||||||
next "belly is its"
|
next "belly is its"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; PoliwhirlPokedexEntry: ; 0x182ffd
|
; PoliwhirlPokedexEntry: ; 0x182ffd
|
||||||
db "TADPOLE@" ; species name
|
db "TADPOLE@" ; species name
|
||||||
dw 303, 440 ; height, width
|
dw 303, 440 ; height, weight
|
||||||
|
|
||||||
db "Though it is"
|
db "Though it is"
|
||||||
next "skilled at walk-"
|
next "skilled at walk-"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; PoliwrathPokedexEntry: ; 0x183066
|
; PoliwrathPokedexEntry: ; 0x183066
|
||||||
db "TADPOLE@" ; species name
|
db "TADPOLE@" ; species name
|
||||||
dw 403, 1190 ; height, width
|
dw 403, 1190 ; height, weight
|
||||||
|
|
||||||
db "It can use its"
|
db "It can use its"
|
||||||
next "well-developed"
|
next "well-developed"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; AbraPokedexEntry: ; 0x1830d5
|
; AbraPokedexEntry: ; 0x1830d5
|
||||||
db "PSI@" ; species name
|
db "PSI@" ; species name
|
||||||
dw 211, 430 ; height, width
|
dw 211, 430 ; height, weight
|
||||||
|
|
||||||
db "It hypnotizes"
|
db "It hypnotizes"
|
||||||
next "itself so that it"
|
next "itself so that it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; KadabraPokedexEntry: ; 0x18313c
|
; KadabraPokedexEntry: ; 0x18313c
|
||||||
db "PSI@" ; species name
|
db "PSI@" ; species name
|
||||||
dw 403, 1250 ; height, width
|
dw 403, 1250 ; height, weight
|
||||||
|
|
||||||
db "When it closes its"
|
db "When it closes its"
|
||||||
next "eyes, twice as"
|
next "eyes, twice as"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; AlakazamPokedexEntry: ; 0x1b8000
|
; AlakazamPokedexEntry: ; 0x1b8000
|
||||||
db "PSI@" ; species name
|
db "PSI@" ; species name
|
||||||
dw 411, 1060 ; height, width
|
dw 411, 1060 ; height, weight
|
||||||
|
|
||||||
db "It has an IQ of"
|
db "It has an IQ of"
|
||||||
next "5000. It calcu-"
|
next "5000. It calcu-"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; MachopPokedexEntry: ; 0x1b8065
|
; MachopPokedexEntry: ; 0x1b8065
|
||||||
db "SUPERPOWER@" ; species name
|
db "SUPERPOWER@" ; species name
|
||||||
dw 207, 430 ; height, width
|
dw 207, 430 ; height, weight
|
||||||
|
|
||||||
db "It trains by"
|
db "It trains by"
|
||||||
next "lifting rocks in"
|
next "lifting rocks in"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; MachokePokedexEntry: ; 0x1b80cb
|
; MachokePokedexEntry: ; 0x1b80cb
|
||||||
db "SUPERPOWER@" ; species name
|
db "SUPERPOWER@" ; species name
|
||||||
dw 411, 1550 ; height, width
|
dw 411, 1550 ; height, weight
|
||||||
|
|
||||||
db "This tough #MON"
|
db "This tough #MON"
|
||||||
next "always stays in"
|
next "always stays in"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; MachampPokedexEntry: ; 0x1b8133
|
; MachampPokedexEntry: ; 0x1b8133
|
||||||
db "SUPERPOWER@" ; species name
|
db "SUPERPOWER@" ; species name
|
||||||
dw 503, 2870 ; height, width
|
dw 503, 2870 ; height, weight
|
||||||
|
|
||||||
db "With four arms"
|
db "With four arms"
|
||||||
next "that react more"
|
next "that react more"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; BellsproutPokedexEntry: ; 0x1b81a1
|
; BellsproutPokedexEntry: ; 0x1b81a1
|
||||||
db "FLOWER@" ; species name
|
db "FLOWER@" ; species name
|
||||||
dw 204, 90 ; height, width
|
dw 204, 90 ; height, weight
|
||||||
|
|
||||||
db "If it notices"
|
db "If it notices"
|
||||||
next "anything that"
|
next "anything that"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; WeepinbellPokedexEntry: ; 0x1b81fd
|
; WeepinbellPokedexEntry: ; 0x1b81fd
|
||||||
db "FLYCATCHER@" ; species name
|
db "FLYCATCHER@" ; species name
|
||||||
dw 303, 140 ; height, width
|
dw 303, 140 ; height, weight
|
||||||
|
|
||||||
db "When it's hungry,"
|
db "When it's hungry,"
|
||||||
next "it swings its"
|
next "it swings its"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; VictreebelPokedexEntry: ; 0x1b826e
|
; VictreebelPokedexEntry: ; 0x1b826e
|
||||||
db "FLYCATCHER@" ; species name
|
db "FLYCATCHER@" ; species name
|
||||||
dw 507, 340 ; height, width
|
dw 507, 340 ; height, weight
|
||||||
|
|
||||||
db "Once ingested into"
|
db "Once ingested into"
|
||||||
next "this #MON's"
|
next "this #MON's"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; TentacoolPokedexEntry: ; 0x1b82d1
|
; TentacoolPokedexEntry: ; 0x1b82d1
|
||||||
db "JELLYFISH@" ; species name
|
db "JELLYFISH@" ; species name
|
||||||
dw 211, 1000 ; height, width
|
dw 211, 1000 ; height, weight
|
||||||
|
|
||||||
db "As it floats along"
|
db "As it floats along"
|
||||||
next "on the waves, it"
|
next "on the waves, it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; TentacruelPokedexEntry: ; 0x1b8337
|
; TentacruelPokedexEntry: ; 0x1b8337
|
||||||
db "JELLYFISH@" ; species name
|
db "JELLYFISH@" ; species name
|
||||||
dw 503, 1210 ; height, width
|
dw 503, 1210 ; height, weight
|
||||||
|
|
||||||
db "When its 80 feel-"
|
db "When its 80 feel-"
|
||||||
next "ers absorb water,"
|
next "ers absorb water,"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; GeodudePokedexEntry: ; 0x1b83a1
|
; GeodudePokedexEntry: ; 0x1b83a1
|
||||||
db "ROCK@" ; species name
|
db "ROCK@" ; species name
|
||||||
dw 104, 440 ; height, width
|
dw 104, 440 ; height, weight
|
||||||
|
|
||||||
db "Proud of their"
|
db "Proud of their"
|
||||||
next "sturdy bodies,"
|
next "sturdy bodies,"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; GravelerPokedexEntry: ; 0x1b840c
|
; GravelerPokedexEntry: ; 0x1b840c
|
||||||
db "ROCK@" ; species name
|
db "ROCK@" ; species name
|
||||||
dw 303, 2320 ; height, width
|
dw 303, 2320 ; height, weight
|
||||||
|
|
||||||
db "It travels by rol-"
|
db "It travels by rol-"
|
||||||
next "ling on mountain"
|
next "ling on mountain"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; GolemPokedexEntry: ; 0x1b8481
|
; GolemPokedexEntry: ; 0x1b8481
|
||||||
db "MEGATON@" ; species name
|
db "MEGATON@" ; species name
|
||||||
dw 407, 6620 ; height, width
|
dw 407, 6620 ; height, weight
|
||||||
|
|
||||||
db "Its rock-like body"
|
db "Its rock-like body"
|
||||||
next "is so durable,"
|
next "is so durable,"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; PonytaPokedexEntry: ; 0x1b84f2
|
; PonytaPokedexEntry: ; 0x1b84f2
|
||||||
db "FIRE HORSE@" ; species name
|
db "FIRE HORSE@" ; species name
|
||||||
dw 303, 660 ; height, width
|
dw 303, 660 ; height, weight
|
||||||
|
|
||||||
db "Training by"
|
db "Training by"
|
||||||
next "jumping over grass"
|
next "jumping over grass"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; RapidashPokedexEntry: ; 0x1b855e
|
; RapidashPokedexEntry: ; 0x1b855e
|
||||||
db "FIRE HORSE@" ; species name
|
db "FIRE HORSE@" ; species name
|
||||||
dw 507, 2090 ; height, width
|
dw 507, 2090 ; height, weight
|
||||||
|
|
||||||
db "It just loves to"
|
db "It just loves to"
|
||||||
next "gallop. The faster"
|
next "gallop. The faster"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; SlowpokePokedexEntry: ; 0x1b85d3
|
; SlowpokePokedexEntry: ; 0x1b85d3
|
||||||
db "DOPEY@" ; species name
|
db "DOPEY@" ; species name
|
||||||
dw 311, 790 ; height, width
|
dw 311, 790 ; height, weight
|
||||||
|
|
||||||
db "It is always so"
|
db "It is always so"
|
||||||
next "absent-minded that"
|
next "absent-minded that"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; SlowbroPokedexEntry: ; 0x1b8635
|
; SlowbroPokedexEntry: ; 0x1b8635
|
||||||
db "HERMITCRAB@" ; species name
|
db "HERMITCRAB@" ; species name
|
||||||
dw 503, 1730 ; height, width
|
dw 503, 1730 ; height, weight
|
||||||
|
|
||||||
db "An attached"
|
db "An attached"
|
||||||
next "SHELLDER won't let"
|
next "SHELLDER won't let"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; MagnemitePokedexEntry: ; 0x1b869d
|
; MagnemitePokedexEntry: ; 0x1b869d
|
||||||
db "MAGNET@" ; species name
|
db "MAGNET@" ; species name
|
||||||
dw 100, 130 ; height, width
|
dw 100, 130 ; height, weight
|
||||||
|
|
||||||
db "The electricity"
|
db "The electricity"
|
||||||
next "emitted by the"
|
next "emitted by the"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; MagnetonPokedexEntry: ; 0x1b870a
|
; MagnetonPokedexEntry: ; 0x1b870a
|
||||||
db "MAGNET@" ; species name
|
db "MAGNET@" ; species name
|
||||||
dw 303, 1320 ; height, width
|
dw 303, 1320 ; height, weight
|
||||||
|
|
||||||
db "When many"
|
db "When many"
|
||||||
next "MAGNETON gather"
|
next "MAGNETON gather"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; FarfetchDPokedexEntry: ; 0x1b876c
|
; FarfetchDPokedexEntry: ; 0x1b876c
|
||||||
db "WILD DUCK@" ; species name
|
db "WILD DUCK@" ; species name
|
||||||
dw 207, 330 ; height, width
|
dw 207, 330 ; height, weight
|
||||||
|
|
||||||
db "In order to pre-"
|
db "In order to pre-"
|
||||||
next "vent their"
|
next "vent their"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; DoduoPokedexEntry: ; 0x1b87d7
|
; DoduoPokedexEntry: ; 0x1b87d7
|
||||||
db "TWIN BIRD@" ; species name
|
db "TWIN BIRD@" ; species name
|
||||||
dw 407, 860 ; height, width
|
dw 407, 860 ; height, weight
|
||||||
|
|
||||||
db "It lives on a"
|
db "It lives on a"
|
||||||
next "grassy plain where"
|
next "grassy plain where"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; DodrioPokedexEntry: ; 0x1b884a
|
; DodrioPokedexEntry: ; 0x1b884a
|
||||||
db "TRIPLEBIRD@" ; species name
|
db "TRIPLEBIRD@" ; species name
|
||||||
dw 511, 1880 ; height, width
|
dw 511, 1880 ; height, weight
|
||||||
|
|
||||||
db "An enemy that"
|
db "An enemy that"
|
||||||
next "takes its eyes off"
|
next "takes its eyes off"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; SeelPokedexEntry: ; 0x1b88bf
|
; SeelPokedexEntry: ; 0x1b88bf
|
||||||
db "SEA LION@" ; species name
|
db "SEA LION@" ; species name
|
||||||
dw 307, 1980 ; height, width
|
dw 307, 1980 ; height, weight
|
||||||
|
|
||||||
db "The light blue fur"
|
db "The light blue fur"
|
||||||
next "that covers it"
|
next "that covers it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; DewgongPokedexEntry: ; 0x1b8934
|
; DewgongPokedexEntry: ; 0x1b8934
|
||||||
db "SEA LION@" ; species name
|
db "SEA LION@" ; species name
|
||||||
dw 507, 2650 ; height, width
|
dw 507, 2650 ; height, weight
|
||||||
|
|
||||||
db "It sleeps under"
|
db "It sleeps under"
|
||||||
next "shallow ocean"
|
next "shallow ocean"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; GrimerPokedexEntry: ; 0x1b89a2
|
; GrimerPokedexEntry: ; 0x1b89a2
|
||||||
db "SLUDGE@" ; species name
|
db "SLUDGE@" ; species name
|
||||||
dw 211, 660 ; height, width
|
dw 211, 660 ; height, weight
|
||||||
|
|
||||||
db "When two of these"
|
db "When two of these"
|
||||||
next "#MON's bodies"
|
next "#MON's bodies"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; MukPokedexEntry: ; 0x1b89fc
|
; MukPokedexEntry: ; 0x1b89fc
|
||||||
db "SLUDGE@" ; species name
|
db "SLUDGE@" ; species name
|
||||||
dw 311, 660 ; height, width
|
dw 311, 660 ; height, weight
|
||||||
|
|
||||||
db "As it moves, a"
|
db "As it moves, a"
|
||||||
next "very strong poison"
|
next "very strong poison"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; ShellderPokedexEntry: ; 0x1b8a68
|
; ShellderPokedexEntry: ; 0x1b8a68
|
||||||
db "BIVALVE@" ; species name
|
db "BIVALVE@" ; species name
|
||||||
dw 100, 90 ; height, width
|
dw 100, 90 ; height, weight
|
||||||
|
|
||||||
db "Clamping on to an"
|
db "Clamping on to an"
|
||||||
next "opponent reveals"
|
next "opponent reveals"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; CloysterPokedexEntry: ; 0x1b8ad9
|
; CloysterPokedexEntry: ; 0x1b8ad9
|
||||||
db "BIVALVE@" ; species name
|
db "BIVALVE@" ; species name
|
||||||
dw 411, 2920 ; height, width
|
dw 411, 2920 ; height, weight
|
||||||
|
|
||||||
db "Even a missile"
|
db "Even a missile"
|
||||||
next "can't break the"
|
next "can't break the"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; GastlyPokedexEntry: ; 0x1b8b4a
|
; GastlyPokedexEntry: ; 0x1b8b4a
|
||||||
db "GAS@" ; species name
|
db "GAS@" ; species name
|
||||||
dw 403, 2 ; height, width
|
dw 403, 2 ; height, weight
|
||||||
|
|
||||||
db "It wraps its op-"
|
db "It wraps its op-"
|
||||||
next "ponent in its gas-"
|
next "ponent in its gas-"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; HaunterPokedexEntry: ; 0x1b8bbd
|
; HaunterPokedexEntry: ; 0x1b8bbd
|
||||||
db "GAS@" ; species name
|
db "GAS@" ; species name
|
||||||
dw 503, 2 ; height, width
|
dw 503, 2 ; height, weight
|
||||||
|
|
||||||
db "It hides in the"
|
db "It hides in the"
|
||||||
next "dark, planning to"
|
next "dark, planning to"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; GengarPokedexEntry: ; 0x1b8c25
|
; GengarPokedexEntry: ; 0x1b8c25
|
||||||
db "SHADOW@" ; species name
|
db "SHADOW@" ; species name
|
||||||
dw 411, 890 ; height, width
|
dw 411, 890 ; height, weight
|
||||||
|
|
||||||
db "Hiding in people's"
|
db "Hiding in people's"
|
||||||
next "shadows at night,"
|
next "shadows at night,"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; OnixPokedexEntry: ; 0x1b8c98
|
; OnixPokedexEntry: ; 0x1b8c98
|
||||||
db "ROCK SNAKE@" ; species name
|
db "ROCK SNAKE@" ; species name
|
||||||
dw 2810, 4630 ; height, width
|
dw 2810, 4630 ; height, weight
|
||||||
|
|
||||||
db "As it digs through"
|
db "As it digs through"
|
||||||
next "the ground, it"
|
next "the ground, it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; DrowzeePokedexEntry: ; 0x1b8d0a
|
; DrowzeePokedexEntry: ; 0x1b8d0a
|
||||||
db "HYPNOSIS@" ; species name
|
db "HYPNOSIS@" ; species name
|
||||||
dw 303, 710 ; height, width
|
dw 303, 710 ; height, weight
|
||||||
|
|
||||||
db "When it twitches"
|
db "When it twitches"
|
||||||
next "its nose, it can"
|
next "its nose, it can"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; HypnoPokedexEntry: ; 0x1b8d80
|
; HypnoPokedexEntry: ; 0x1b8d80
|
||||||
db "HYPNOSIS@" ; species name
|
db "HYPNOSIS@" ; species name
|
||||||
dw 503, 1670 ; height, width
|
dw 503, 1670 ; height, weight
|
||||||
|
|
||||||
db "The longer it"
|
db "The longer it"
|
||||||
next "swings its"
|
next "swings its"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; KrabbyPokedexEntry: ; 0x1b8ddd
|
; KrabbyPokedexEntry: ; 0x1b8ddd
|
||||||
db "RIVER CRAB@" ; species name
|
db "RIVER CRAB@" ; species name
|
||||||
dw 104, 140 ; height, width
|
dw 104, 140 ; height, weight
|
||||||
|
|
||||||
db "If it is unable"
|
db "If it is unable"
|
||||||
next "to find food, it"
|
next "to find food, it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; KinglerPokedexEntry: ; 0x1b8e45
|
; KinglerPokedexEntry: ; 0x1b8e45
|
||||||
db "PINCER@" ; species name
|
db "PINCER@" ; species name
|
||||||
dw 403, 1320 ; height, width
|
dw 403, 1320 ; height, weight
|
||||||
|
|
||||||
db "Its oversized claw"
|
db "Its oversized claw"
|
||||||
next "is very powerful,"
|
next "is very powerful,"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; VoltorbPokedexEntry: ; 0x1b8eb0
|
; VoltorbPokedexEntry: ; 0x1b8eb0
|
||||||
db "BALL@" ; species name
|
db "BALL@" ; species name
|
||||||
dw 108, 230 ; height, width
|
dw 108, 230 ; height, weight
|
||||||
|
|
||||||
db "During the study"
|
db "During the study"
|
||||||
next "of this #MON,"
|
next "of this #MON,"
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user