diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-03-08 08:21:26 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-03-08 08:21:26 -0600 |
commit | d7166960f80dd1e80411f0100812c8d7897455a5 (patch) | |
tree | 56d386badb1b4d6c696cebe75ee495647e6ced7f /stats | |
parent | 69b20fa83e6d1f36f57e876b30c51d14277f78ee (diff) | |
parent | 4517ed2e30ecc626471a972f6189dc28a6143040 (diff) |
Merge pull request #240 from yenatch/text
text macros
Diffstat (limited to 'stats')
251 files changed, 1757 insertions, 753 deletions
diff --git a/stats/pokedex/entries/001.asm b/stats/pokedex/entries/001.asm index 335f13c13..299b9d387 100644 --- a/stats/pokedex/entries/001.asm +++ b/stats/pokedex/entries/001.asm @@ -1,8 +1,12 @@ ; BulbasaurPokedexEntry: ; 0x181695 db "SEED@" ; species name - dw 204, 150; height, width + 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" + page "stored in the" + next "seeds on its back" + next "in order to grow.@" ; 0x181702 diff --git a/stats/pokedex/entries/002.asm b/stats/pokedex/entries/002.asm index 4a741eb97..140ca6bde 100644 --- a/stats/pokedex/entries/002.asm +++ b/stats/pokedex/entries/002.asm @@ -1,8 +1,12 @@ ; IvysaurPokedexEntry: ; 0x181702 db "SEED@" ; species name - dw 303, 290; height, width + 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." + page "The bulb gives off" + next "a pleasant aroma" + next "when it blooms.@" ; 0x181773 diff --git a/stats/pokedex/entries/003.asm b/stats/pokedex/entries/003.asm index c5bb1affe..ed7fdde27 100644 --- a/stats/pokedex/entries/003.asm +++ b/stats/pokedex/entries/003.asm @@ -1,8 +1,12 @@ ; VenusaurPokedexEntry: ; 0x181773 db "SEED@" ; species name - dw 607, 2210; height, width + 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" + page "flower petals" + next "release a pleasant" + next "fragrance.@" ; 0x1817db diff --git a/stats/pokedex/entries/004.asm b/stats/pokedex/entries/004.asm index 6af033b3a..1452f6208 100644 --- a/stats/pokedex/entries/004.asm +++ b/stats/pokedex/entries/004.asm @@ -1,8 +1,12 @@ ; CharmanderPokedexEntry: ; 0x1817db db "LIZARD@" ; species name - dw 200, 190; height, width + 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" + page "will burn vigor-" + next "ously, even if it" + next "gets a bit wet.@" ; 0x18184a diff --git a/stats/pokedex/entries/005.asm b/stats/pokedex/entries/005.asm index 520731890..bd0e9dac5 100644 --- a/stats/pokedex/entries/005.asm +++ b/stats/pokedex/entries/005.asm @@ -1,8 +1,12 @@ ; CharmeleonPokedexEntry: ; 0x18184a db "FLAME@" ; species name - dw 307, 420; height, width + 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" + page "intense flames," + next "incinerating its" + next "surroundings.@" ; 0x1818b3 diff --git a/stats/pokedex/entries/006.asm b/stats/pokedex/entries/006.asm index e07c33c78..e0cadfb8e 100644 --- a/stats/pokedex/entries/006.asm +++ b/stats/pokedex/entries/006.asm @@ -1,8 +1,12 @@ ; CharizardPokedexEntry: ; 0x1818b3 db "FLAME@" ; species name - dw 507, 2000; height, width + 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" + page "fire increases as" + next "it gains exper-" + next "ience in battle.@" ; 0x181926 diff --git a/stats/pokedex/entries/007.asm b/stats/pokedex/entries/007.asm index 3e915fcf5..a02173d66 100644 --- a/stats/pokedex/entries/007.asm +++ b/stats/pokedex/entries/007.asm @@ -1,8 +1,12 @@ ; SquirtlePokedexEntry: ; 0x181926 db "TINYTURTLE@" ; species name - dw 108, 200; height, width + 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" + page "inside its shell" + next "and sprays water" + next "from its mouth.@" ; 0x181993 diff --git a/stats/pokedex/entries/008.asm b/stats/pokedex/entries/008.asm index 69e4f9f21..72871a561 100644 --- a/stats/pokedex/entries/008.asm +++ b/stats/pokedex/entries/008.asm @@ -1,8 +1,12 @@ ; WartortlePokedexEntry: ; 0x181993 db "TURTLE@" ; species name - dw 303, 500; height, width + 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," + page "making it quite" + next "popular among" + next "older people.@" ; 0x1819f9 diff --git a/stats/pokedex/entries/009.asm b/stats/pokedex/entries/009.asm index 93c69aaf6..4ca3a99b8 100644 --- a/stats/pokedex/entries/009.asm +++ b/stats/pokedex/entries/009.asm @@ -1,8 +1,12 @@ ; BlastoisePokedexEntry: ; 0x1819f9 db "SHELLFISH@" ; species name - dw 503, 1890; height, width + 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" + page "shooting water" + next "from the jets on" + next "its back.@" ; 0x181a60 diff --git a/stats/pokedex/entries/010.asm b/stats/pokedex/entries/010.asm index e0d92b602..ccdc9c0ef 100644 --- a/stats/pokedex/entries/010.asm +++ b/stats/pokedex/entries/010.asm @@ -1,8 +1,12 @@ ; CaterpiePokedexEntry: ; 0x181a60 db "WORM@" ; species name - dw 100, 60; height, width + 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" + page "among leaves that" + next "are the same color" + next "as its body.@" ; 0x181ace diff --git a/stats/pokedex/entries/011.asm b/stats/pokedex/entries/011.asm index 6d206a2a3..d93280727 100644 --- a/stats/pokedex/entries/011.asm +++ b/stats/pokedex/entries/011.asm @@ -1,8 +1,12 @@ ; MetapodPokedexEntry: ; 0x181ace db "COCOON@" ; species name - dw 204, 220; height, width + 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" + page "only harden, so it" + next "remains motionless" + next "to avoid attack.@" ; 0x181b45 diff --git a/stats/pokedex/entries/012.asm b/stats/pokedex/entries/012.asm index f7574bf45..ef345aca6 100644 --- a/stats/pokedex/entries/012.asm +++ b/stats/pokedex/entries/012.asm @@ -1,8 +1,12 @@ ; ButterfreePokedexEntry: ; 0x181b45 db "BUTTERFLY@" ; species name - dw 307, 710; height, width + 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." + page "It can even" + next "identify distant" + next "flowers in bloom.@" ; 0x181bb4 diff --git a/stats/pokedex/entries/013.asm b/stats/pokedex/entries/013.asm index c27affeea..89908939d 100644 --- a/stats/pokedex/entries/013.asm +++ b/stats/pokedex/entries/013.asm @@ -1,8 +1,12 @@ ; WeedlePokedexEntry: ; 0x181bb4 db "HAIRY BUG@" ; species name - dw 100, 70; height, width + 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." + page "It uses this toxic" + next "barb to protect" + next "itself.@" ; 0x181c23 diff --git a/stats/pokedex/entries/014.asm b/stats/pokedex/entries/014.asm index 3e5c21e8d..c6bd19d24 100644 --- a/stats/pokedex/entries/014.asm +++ b/stats/pokedex/entries/014.asm @@ -1,8 +1,12 @@ ; KakunaPokedexEntry: ; 0x181c23 db "COCOON@" ; species name - dw 200, 220; height, width + 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" + page "stout trees while" + next "waiting for its" + next "evolution.@" ; 0x181c8a diff --git a/stats/pokedex/entries/015.asm b/stats/pokedex/entries/015.asm index edf2916e6..5d8d060e4 100644 --- a/stats/pokedex/entries/015.asm +++ b/stats/pokedex/entries/015.asm @@ -1,8 +1,12 @@ ; BeedrillPokedexEntry: ; 0x181c8a db "POISON BEE@" ; species name - dw 303, 650; height, width + 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," + page "then takes the" + next "victim back to its" + next "nest for food.@" ; 0x181cfa diff --git a/stats/pokedex/entries/016.asm b/stats/pokedex/entries/016.asm index 9860d731a..3222c5a72 100644 --- a/stats/pokedex/entries/016.asm +++ b/stats/pokedex/entries/016.asm @@ -1,8 +1,12 @@ ; PidgeyPokedexEntry: ; 0x181cfa db "TINY BIRD@" ; species name - dw 100, 40; height, width + 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" + page "a dust cloud that" + next "drives insect prey" + next "out into the open.@" ; 0x181d75 diff --git a/stats/pokedex/entries/017.asm b/stats/pokedex/entries/017.asm index f62b76794..72550788f 100644 --- a/stats/pokedex/entries/017.asm +++ b/stats/pokedex/entries/017.asm @@ -1,8 +1,12 @@ ; PidgeottoPokedexEntry: ; 0x181d75 db "BIRD@" ; species name - dw 307, 660; height, width + 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" + page "while keeping a" + next "sharp lookout for" + next "prey.@" ; 0x181dd7 diff --git a/stats/pokedex/entries/018.asm b/stats/pokedex/entries/018.asm index 54c7d62f4..4e9c6b54a 100644 --- a/stats/pokedex/entries/018.asm +++ b/stats/pokedex/entries/018.asm @@ -1,8 +1,12 @@ ; PidgeotPokedexEntry: ; 0x181dd7 db "BIRD@" ; species name - dw 411, 870; height, width + 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" + page "MAGIKARP, even" + next "while flying at" + next "3300 feet.@" ; 0x181e3d diff --git a/stats/pokedex/entries/019.asm b/stats/pokedex/entries/019.asm index 981533a88..c8b44042e 100644 --- a/stats/pokedex/entries/019.asm +++ b/stats/pokedex/entries/019.asm @@ -1,8 +1,12 @@ ; RattataPokedexEntry: ; 0x181e3d db "RAT@" ; species name - dw 100, 80; height, width + 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" + page "live anywhere. It" + next "also multiplies" + next "very quickly.@" ; 0x181ea3 diff --git a/stats/pokedex/entries/020.asm b/stats/pokedex/entries/020.asm index ae238771c..2a0cb2861 100644 --- a/stats/pokedex/entries/020.asm +++ b/stats/pokedex/entries/020.asm @@ -1,8 +1,12 @@ ; RaticatePokedexEntry: ; 0x181ea3 db "RAT@" ; species name - dw 204, 410; height, width + 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" + page "rivers. It search-" + next "es wide areas for" + next "food.@" ; 0x181f03 diff --git a/stats/pokedex/entries/021.asm b/stats/pokedex/entries/021.asm index 777ca49ab..dbfd79bf9 100644 --- a/stats/pokedex/entries/021.asm +++ b/stats/pokedex/entries/021.asm @@ -1,8 +1,12 @@ ; SpearowPokedexEntry: ; 0x181f03 db "TINY BIRD@" ; species name - dw 100, 40; height, width + 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" + page "ceaselessly," + next "making high-" + next "pitched cries.@" ; 0x181f64 diff --git a/stats/pokedex/entries/022.asm b/stats/pokedex/entries/022.asm index 47f1a251b..b47860334 100644 --- a/stats/pokedex/entries/022.asm +++ b/stats/pokedex/entries/022.asm @@ -1,8 +1,12 @@ ; FearowPokedexEntry: ; 0x181f64 db "BEAK@" ; species name - dw 311, 840; height, width + 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" + page "long reach, so it" + next "must be treated" + next "with caution.@" ; 0x181fd4 diff --git a/stats/pokedex/entries/023.asm b/stats/pokedex/entries/023.asm index 26a50120c..40e71fb17 100644 --- a/stats/pokedex/entries/023.asm +++ b/stats/pokedex/entries/023.asm @@ -1,8 +1,12 @@ ; EkansPokedexEntry: ; 0x181fd4 db "SNAKE@" ; species name - dw 607, 150; height, width + 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" + page "scent of prey," + next "then swallows the" + next "prey whole.@" ; 0x18203d diff --git a/stats/pokedex/entries/024.asm b/stats/pokedex/entries/024.asm index 119bcde87..c8d83f43e 100644 --- a/stats/pokedex/entries/024.asm +++ b/stats/pokedex/entries/024.asm @@ -1,8 +1,12 @@ ; ArbokPokedexEntry: ; 0x18203d db "COBRA@" ; species name - dw 1106, 1430; height, width + 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" + page "makes eerie sounds" + next "by expelling air" + next "from its mouth.@" ; 0x1820ad diff --git a/stats/pokedex/entries/025.asm b/stats/pokedex/entries/025.asm index f6397307b..b0dd180dc 100644 --- a/stats/pokedex/entries/025.asm +++ b/stats/pokedex/entries/025.asm @@ -1,8 +1,12 @@ ; PikachuPokedexEntry: ; 0x1820ad db "MOUSE@" ; species name - dw 104, 130; height, width + 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" + page "energy stored in" + next "the pouches in its" + next "cheeks.@" ; 0x182117 diff --git a/stats/pokedex/entries/026.asm b/stats/pokedex/entries/026.asm index 97a542915..65fffc0b9 100644 --- a/stats/pokedex/entries/026.asm +++ b/stats/pokedex/entries/026.asm @@ -1,8 +1,12 @@ ; RaichuPokedexEntry: ; 0x182117 db "MOUSE@" ; species name - dw 207, 660; height, width + 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" + page "to gather electri-" + next "city from the" + next "atmosphere.@" ; 0x182184 diff --git a/stats/pokedex/entries/027.asm b/stats/pokedex/entries/027.asm index 791f30a8e..a52fd2c14 100644 --- a/stats/pokedex/entries/027.asm +++ b/stats/pokedex/entries/027.asm @@ -1,8 +1,12 @@ ; SandshrewPokedexEntry: ; 0x182184 db "MOUSE@" ; species name - dw 200, 260; height, width + 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" + page "the sand to" + next "protect itself" + next "when threatened.@" ; 0x1821e7 diff --git a/stats/pokedex/entries/028.asm b/stats/pokedex/entries/028.asm index 7a19c4744..37abbf54a 100644 --- a/stats/pokedex/entries/028.asm +++ b/stats/pokedex/entries/028.asm @@ -1,8 +1,12 @@ ; SandslashPokedexEntry: ; 0x1821e7 db "MOUSE@" ; species name - dw 303, 650; height, width + 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," + page "then attacks its" + next "enemies from" + next "above.@" ; 0x18224b diff --git a/stats/pokedex/entries/029.asm b/stats/pokedex/entries/029.asm index 3abd9c978..ad4816de2 100644 --- a/stats/pokedex/entries/029.asm +++ b/stats/pokedex/entries/029.asm @@ -1,8 +1,12 @@ ; NidoranFPokedexEntry: ; 0x18224b db "POISON PIN@" ; species name - dw 104, 150; height, width + 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" + page "its small, poison-" + next "ous horn when" + next "attacked.@" ; 0x1822b6 diff --git a/stats/pokedex/entries/030.asm b/stats/pokedex/entries/030.asm index a13568efa..50fb9fcba 100644 --- a/stats/pokedex/entries/030.asm +++ b/stats/pokedex/entries/030.asm @@ -1,8 +1,12 @@ ; NidorinaPokedexEntry: ; 0x1822b6 db "POISON PIN@" ; species name - dw 207, 440; height, width + 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" + page "attack, it raises" + next "the barbs that are" + next "all over its body.@" ; 0x18232e diff --git a/stats/pokedex/entries/031.asm b/stats/pokedex/entries/031.asm index 94c350b85..3df9bee0d 100644 --- a/stats/pokedex/entries/031.asm +++ b/stats/pokedex/entries/031.asm @@ -1,8 +1,12 @@ ; NidoqueenPokedexEntry: ; 0x18232e db "DRILL@" ; species name - dw 403, 1320; height, width + 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" + page "as excellent" + next "protection from" + next "any attack.@" ; 0x182392 diff --git a/stats/pokedex/entries/032.asm b/stats/pokedex/entries/032.asm index 2e6b4b56b..a61159e2f 100644 --- a/stats/pokedex/entries/032.asm +++ b/stats/pokedex/entries/032.asm @@ -1,8 +1,12 @@ ; NidoranMPokedexEntry: ; 0x182392 db "POISON PIN@" ; species name - dw 108, 200; height, width + 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" + page "directions in" + next "order to detect" + next "danger right away.@" ; 0x1823fd diff --git a/stats/pokedex/entries/033.asm b/stats/pokedex/entries/033.asm index 8a2f60428..3b55e179d 100644 --- a/stats/pokedex/entries/033.asm +++ b/stats/pokedex/entries/033.asm @@ -1,8 +1,12 @@ ; NidorinoPokedexEntry: ; 0x1823fd db "POISON PIN@" ; species name - dw 211, 430; height, width + 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" + page "offense as soon as" + next "it notices an" + next "attacker.@" ; 0x182463 diff --git a/stats/pokedex/entries/034.asm b/stats/pokedex/entries/034.asm index 78b1c1f51..5dd0ec3ec 100644 --- a/stats/pokedex/entries/034.asm +++ b/stats/pokedex/entries/034.asm @@ -1,8 +1,12 @@ ; NidokingPokedexEntry: ; 0x182463 db "DRILL@" ; species name - dw 407, 1370; height, width + 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" + page "forcefully. Melee" + next "combat is its" + next "specialty.@" ; 0x1824c8 diff --git a/stats/pokedex/entries/035.asm b/stats/pokedex/entries/035.asm index b93c88de2..4c830828c 100644 --- a/stats/pokedex/entries/035.asm +++ b/stats/pokedex/entries/035.asm @@ -1,8 +1,12 @@ ; ClefairyPokedexEntry: ; 0x1824c8 db "FAIRY@" ; species name - dw 200, 170; height, width + 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," + page "for some reason," + next "on the night of a " + next "full moon.@" ; 0x182530 diff --git a/stats/pokedex/entries/036.asm b/stats/pokedex/entries/036.asm index 0f21cd713..b077f4200 100644 --- a/stats/pokedex/entries/036.asm +++ b/stats/pokedex/entries/036.asm @@ -1,8 +1,12 @@ ; ClefablePokedexEntry: ; 0x182530 db "FAIRY@" ; species name - dw 403, 880; height, width + 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" + page "type of fairy has" + next "a strong aversion" + next "to being seen.@" ; 0x18259b diff --git a/stats/pokedex/entries/037.asm b/stats/pokedex/entries/037.asm index 040ec0d4b..82f96fa38 100644 --- a/stats/pokedex/entries/037.asm +++ b/stats/pokedex/entries/037.asm @@ -1,8 +1,12 @@ ; VulpixPokedexEntry: ; 0x18259b db "FOX@" ; species name - dw 200, 220; height, width + 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" + page "more beautiful," + next "with a more luxur-" + next "ious coat of fur.@" ; 0x18260c diff --git a/stats/pokedex/entries/038.asm b/stats/pokedex/entries/038.asm index 6627d250c..7a0b920cc 100644 --- a/stats/pokedex/entries/038.asm +++ b/stats/pokedex/entries/038.asm @@ -1,8 +1,12 @@ ; NinetalesPokedexEntry: ; 0x18260c db "FOX@" ; species name - dw 307, 440; height, width + 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" + page "tails is loaded" + next "with supernatural" + next "powers.@" ; 0x182673 diff --git a/stats/pokedex/entries/039.asm b/stats/pokedex/entries/039.asm index 2f9bff165..bd82e78b3 100644 --- a/stats/pokedex/entries/039.asm +++ b/stats/pokedex/entries/039.asm @@ -1,8 +1,12 @@ ; JigglypuffPokedexEntry: ; 0x182673 db "BALLOON@" ; species name - dw 108, 120; height, width + 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." + page "Its gentle song" + next "puts anyone who" + next "hears it to sleep.@" ; 0x1826e9 diff --git a/stats/pokedex/entries/040.asm b/stats/pokedex/entries/040.asm index a56261066..b286443fe 100644 --- a/stats/pokedex/entries/040.asm +++ b/stats/pokedex/entries/040.asm @@ -1,8 +1,12 @@ ; WigglytuffPokedexEntry: ; 0x1826e9 db "BALLOON@" ; species name - dw 303, 260; height, width + 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" + page "good that anyone" + next "who feels it can't" + next "stop touching it.@" ; 0x18275d diff --git a/stats/pokedex/entries/041.asm b/stats/pokedex/entries/041.asm index 5dc0152d5..af8ff5f9f 100644 --- a/stats/pokedex/entries/041.asm +++ b/stats/pokedex/entries/041.asm @@ -1,8 +1,12 @@ ; ZubatPokedexEntry: ; 0x18275d db "BAT@" ; species name - dw 207, 170; height, width + 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" + page "from the ceilings" + next "of old buildings" + next "and caves.@" ; 0x1827c4 diff --git a/stats/pokedex/entries/042.asm b/stats/pokedex/entries/042.asm index fee43e456..947176126 100644 --- a/stats/pokedex/entries/042.asm +++ b/stats/pokedex/entries/042.asm @@ -1,8 +1,12 @@ ; GolbatPokedexEntry: ; 0x1827c4 db "BAT@" ; species name - dw 503, 1210; height, width + 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" + page "draws and gulps" + next "down more than ten" + next "ounces of blood.@" ; 0x182836 diff --git a/stats/pokedex/entries/043.asm b/stats/pokedex/entries/043.asm index a7b4924c1..89b2243d7 100644 --- a/stats/pokedex/entries/043.asm +++ b/stats/pokedex/entries/043.asm @@ -1,8 +1,12 @@ ; OddishPokedexEntry: ; 0x182836 db "WEED@" ; species name - dw 108, 120; height, width + 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" + page "avoid the sun." + next "It grows by bath-" + next "ing in moonlight.@" ; 0x1828a6 diff --git a/stats/pokedex/entries/044.asm b/stats/pokedex/entries/044.asm index 768fb0acc..0e1c0bced 100644 --- a/stats/pokedex/entries/044.asm +++ b/stats/pokedex/entries/044.asm @@ -1,8 +1,12 @@ ; GloomPokedexEntry: ; 0x1828a6 db "WEED@" ; species name - dw 207, 190; height, width + 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" + page "its petals is so" + next "bad, it may make" + next "opponents faint.@" ; 0x182918 diff --git a/stats/pokedex/entries/045.asm b/stats/pokedex/entries/045.asm index d59e8801c..07b2afbce 100644 --- a/stats/pokedex/entries/045.asm +++ b/stats/pokedex/entries/045.asm @@ -1,8 +1,12 @@ ; VileplumePokedexEntry: ; 0x182918 db "FLOWER@" ; species name - dw 311, 410; height, width + 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" + page "into the air," + next "turning the air" + next "yellow.@" ; 0x18297f diff --git a/stats/pokedex/entries/046.asm b/stats/pokedex/entries/046.asm index afa2aa307..cca0a6bd3 100644 --- a/stats/pokedex/entries/046.asm +++ b/stats/pokedex/entries/046.asm @@ -1,8 +1,12 @@ ; ParasPokedexEntry: ; 0x18297f db "MUSHROOM@" ; species name - dw 100, 120; height, width + 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" + page "orders it to" + next "extract juice from" + next "tree trunks.@" ; 0x1829e2 diff --git a/stats/pokedex/entries/047.asm b/stats/pokedex/entries/047.asm index c87eb8eef..10ee37924 100644 --- a/stats/pokedex/entries/047.asm +++ b/stats/pokedex/entries/047.asm @@ -1,8 +1,12 @@ ; ParasectPokedexEntry: ; 0x1829e2 db "MUSHROOM@" ; species name - dw 303, 650; height, width + 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" + page "mushrooms on its" + next "back leave spores" + next "on the bug's egg.@" ; 0x182a53 diff --git a/stats/pokedex/entries/048.asm b/stats/pokedex/entries/048.asm index ea214a955..2a57a58e9 100644 --- a/stats/pokedex/entries/048.asm +++ b/stats/pokedex/entries/048.asm @@ -1,8 +1,12 @@ ; VenonatPokedexEntry: ; 0x182a53 db "INSECT@" ; species name - dw 303, 660; height, width + 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" + page "sleeps in a hole" + next "in a tree until" + next "night falls.@" ; 0x182abf diff --git a/stats/pokedex/entries/049.asm b/stats/pokedex/entries/049.asm index 4d968c32f..813a46174 100644 --- a/stats/pokedex/entries/049.asm +++ b/stats/pokedex/entries/049.asm @@ -1,8 +1,12 @@ ; VenomothPokedexEntry: ; 0x182abf db "POISONMOTH@" ; species name - dw 411, 280; height, width + 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" + page "who touches them," + next "making that person" + next "unable to stand.@" ; 0x182b30 diff --git a/stats/pokedex/entries/050.asm b/stats/pokedex/entries/050.asm index def50955a..b6ff3e44e 100644 --- a/stats/pokedex/entries/050.asm +++ b/stats/pokedex/entries/050.asm @@ -1,8 +1,12 @@ ; DiglettPokedexEntry: ; 0x182b30 db "MOLE@" ; species name - dw 8, 20; height, width + 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," + page "sticking its head" + next "out only when the" + next "sun isn't bright.@" ; 0x182b9d diff --git a/stats/pokedex/entries/051.asm b/stats/pokedex/entries/051.asm index 437a236c5..a5e204f5a 100644 --- a/stats/pokedex/entries/051.asm +++ b/stats/pokedex/entries/051.asm @@ -1,8 +1,12 @@ ; DugtrioPokedexEntry: ; 0x182b9d db "MOLE@" ; species name - dw 204, 730; height, width + 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" + page "level. No one" + next "knows what it's" + next "like underground.@" ; 0x182c08 diff --git a/stats/pokedex/entries/052.asm b/stats/pokedex/entries/052.asm index f522f3452..933d944dc 100644 --- a/stats/pokedex/entries/052.asm +++ b/stats/pokedex/entries/052.asm @@ -1,8 +1,12 @@ ; MeowthPokedexEntry: ; 0x182c08 db "SCRATCHCAT@" ; species name - dw 104, 90; height, width + 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" + page "object, the gold" + next "coin on its head" + next "shines too.@" ; 0x182c78 diff --git a/stats/pokedex/entries/053.asm b/stats/pokedex/entries/053.asm index ceeba0fea..2f4fff6c9 100644 --- a/stats/pokedex/entries/053.asm +++ b/stats/pokedex/entries/053.asm @@ -1,8 +1,12 @@ ; PersianPokedexEntry: ; 0x182c78 db "CLASSY CAT@" ; species name - dw 303, 710; height, width + 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" + page "side. It will tear" + next "apart its prey on" + next "a mere whim.@" ; 0x182cee diff --git a/stats/pokedex/entries/054.asm b/stats/pokedex/entries/054.asm index c06c01e71..3802f2853 100644 --- a/stats/pokedex/entries/054.asm +++ b/stats/pokedex/entries/054.asm @@ -1,8 +1,12 @@ ; PsyduckPokedexEntry: ; 0x182cee db "DUCK@" ; species name - dw 207, 430; height, width + 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" + page "its sleeping brain" + next "cells happen to" + next "wake.@" ; 0x182d55 diff --git a/stats/pokedex/entries/055.asm b/stats/pokedex/entries/055.asm index ef922b72f..80bbb362d 100644 --- a/stats/pokedex/entries/055.asm +++ b/stats/pokedex/entries/055.asm @@ -1,8 +1,12 @@ ; GolduckPokedexEntry: ; 0x182d55 db "DUCK@" ; species name - dw 507, 1690; height, width + 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" + page "rivers and lakes" + next "of which it is so" + next "fond.@" ; 0x182dbd diff --git a/stats/pokedex/entries/056.asm b/stats/pokedex/entries/056.asm index 136fbd804..c82e4fea3 100644 --- a/stats/pokedex/entries/056.asm +++ b/stats/pokedex/entries/056.asm @@ -1,8 +1,12 @@ ; MankeyPokedexEntry: ; 0x182dbd db "PIG MONKEY@" ; species name - dw 108, 620; height, width + 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" + page "of its group, it" + next "becomes infuriated" + next "by its loneliness.@" ; 0x182e39 diff --git a/stats/pokedex/entries/057.asm b/stats/pokedex/entries/057.asm index 900a639b4..c4e988a2a 100644 --- a/stats/pokedex/entries/057.asm +++ b/stats/pokedex/entries/057.asm @@ -1,8 +1,12 @@ ; PrimeapePokedexEntry: ; 0x182e39 db "PIG MONKEY@" ; species name - dw 303, 710; height, width + 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" + page "has to chase them" + next "until the end of" + next "the world.@" ; 0x182eaa diff --git a/stats/pokedex/entries/058.asm b/stats/pokedex/entries/058.asm index 3a2b57a34..f86bd1450 100644 --- a/stats/pokedex/entries/058.asm +++ b/stats/pokedex/entries/058.asm @@ -1,8 +1,12 @@ ; GrowlithePokedexEntry: ; 0x182eaa db "PUPPY@" ; species name - dw 204, 420; height, width + 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" + page "smell, it roars" + next "loudly to force" + next "out the intruder.@" ; 0x182f1c diff --git a/stats/pokedex/entries/059.asm b/stats/pokedex/entries/059.asm index 5337a4ca9..d96b98f56 100644 --- a/stats/pokedex/entries/059.asm +++ b/stats/pokedex/entries/059.asm @@ -1,8 +1,12 @@ ; ArcaninePokedexEntry: ; 0x182f1c db "LEGENDARY@" ; species name - dw 603, 3420; height, width + 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" + page "attracted to its" + next "movement as it ran" + next "through prairies.@" ; 0x182f91 diff --git a/stats/pokedex/entries/060.asm b/stats/pokedex/entries/060.asm index 83e205865..5a65c2ff8 100644 --- a/stats/pokedex/entries/060.asm +++ b/stats/pokedex/entries/060.asm @@ -1,8 +1,12 @@ ; PoliwagPokedexEntry: ; 0x182f91 db "TADPOLE@" ; species name - dw 200, 270; height, width + 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" + page "through the skin." + next "It looks clearer" + next "after it eats.@" ; 0x182ffd diff --git a/stats/pokedex/entries/061.asm b/stats/pokedex/entries/061.asm index 5815f81a2..aa1d3108e 100644 --- a/stats/pokedex/entries/061.asm +++ b/stats/pokedex/entries/061.asm @@ -1,8 +1,12 @@ ; PoliwhirlPokedexEntry: ; 0x182ffd db "TADPOLE@" ; species name - dw 303, 440; height, width + 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" + page "live underwater" + next "where there is" + next "less danger.@" ; 0x183066 diff --git a/stats/pokedex/entries/062.asm b/stats/pokedex/entries/062.asm index e39b80b09..f496abd4f 100644 --- a/stats/pokedex/entries/062.asm +++ b/stats/pokedex/entries/062.asm @@ -1,8 +1,12 @@ ; PoliwrathPokedexEntry: ; 0x183066 db "TADPOLE@" ; species name - dw 403, 1190; height, width + 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" + page "run on the surface" + next "of the water for a" + next "split second.@" ; 0x1830d5 diff --git a/stats/pokedex/entries/063.asm b/stats/pokedex/entries/063.asm index 96ce0ff9d..154061ae3 100644 --- a/stats/pokedex/entries/063.asm +++ b/stats/pokedex/entries/063.asm @@ -1,8 +1,12 @@ ; AbraPokedexEntry: ; 0x1830d5 db "PSI@" ; species name - dw 211, 430; height, width + 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" + page "when it senses" + next "danger, even" + next "if it is asleep.@" ; 0x18313c diff --git a/stats/pokedex/entries/064.asm b/stats/pokedex/entries/064.asm index d76e694b4..4a11eac1e 100644 --- a/stats/pokedex/entries/064.asm +++ b/stats/pokedex/entries/064.asm @@ -1,8 +1,12 @@ ; KadabraPokedexEntry: ; 0x18313c db "PSI@" ; species name - dw 403, 1250; height, width + 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-" + page "cles come out of" + next "the surface of its" + next "body.@" ; 0x1831a2 diff --git a/stats/pokedex/entries/065.asm b/stats/pokedex/entries/065.asm index fb150eeea..5e37ce288 100644 --- a/stats/pokedex/entries/065.asm +++ b/stats/pokedex/entries/065.asm @@ -1,8 +1,12 @@ ; AlakazamPokedexEntry: ; 0x1b8000 db "PSI@" ; species name - dw 411, 1060; height, width + 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" + page "in order to gain" + next "the edge in every" + next "battle.@" ; 0x1b8065 diff --git a/stats/pokedex/entries/066.asm b/stats/pokedex/entries/066.asm index 8271075e7..9d0fc0a27 100644 --- a/stats/pokedex/entries/066.asm +++ b/stats/pokedex/entries/066.asm @@ -1,8 +1,12 @@ ; MachopPokedexEntry: ; 0x1b8065 db "SUPERPOWER@" ; species name - dw 207, 430; height, width + 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" + page "can even pick up a" + next "GRAVELER with" + next "ease.@" ; 0x1b80cb diff --git a/stats/pokedex/entries/067.asm b/stats/pokedex/entries/067.asm index ab0c1d9fc..02ab56ef7 100644 --- a/stats/pokedex/entries/067.asm +++ b/stats/pokedex/entries/067.asm @@ -1,8 +1,12 @@ ; MachokePokedexEntry: ; 0x1b80cb db "SUPERPOWER@" ; species name - dw 411, 1550; height, width + 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" + page "muscles become" + next "thicker after" + next "every battle.@" ; 0x1b8133 diff --git a/stats/pokedex/entries/068.asm b/stats/pokedex/entries/068.asm index dd65905de..d971888d8 100644 --- a/stats/pokedex/entries/068.asm +++ b/stats/pokedex/entries/068.asm @@ -1,8 +1,12 @@ ; MachampPokedexEntry: ; 0x1b8133 db "SUPERPOWER@" ; species name - dw 503, 2870; height, width + 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" + page "can think, it can" + next "execute many" + next "punches at once.@" ; 0x1b81a1 diff --git a/stats/pokedex/entries/069.asm b/stats/pokedex/entries/069.asm index ca4774cbc..4447bcb51 100644 --- a/stats/pokedex/entries/069.asm +++ b/stats/pokedex/entries/069.asm @@ -1,8 +1,12 @@ ; BellsproutPokedexEntry: ; 0x1b81a1 db "FLOWER@" ; species name - dw 204, 90; height, width + 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" + page "immediately flings" + next "its vine at the" + next "object.@" ; 0x1b81fd diff --git a/stats/pokedex/entries/070.asm b/stats/pokedex/entries/070.asm index 3df9129ca..91b55c298 100644 --- a/stats/pokedex/entries/070.asm +++ b/stats/pokedex/entries/070.asm @@ -1,8 +1,12 @@ ; WeepinbellPokedexEntry: ; 0x1b81fd db "FLYCATCHER@" ; species name - dw 303, 140; height, width + 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" + page "leaves, slicing up" + next "any unlucky object" + next "nearby for food.@" ; 0x1b826e diff --git a/stats/pokedex/entries/071.asm b/stats/pokedex/entries/071.asm index 34ba06028..30cd3fccb 100644 --- a/stats/pokedex/entries/071.asm +++ b/stats/pokedex/entries/071.asm @@ -1,8 +1,12 @@ ; VictreebelPokedexEntry: ; 0x1b826e db "FLYCATCHER@" ; species name - dw 507, 340; height, width + 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" + page "hardest object" + next "will melt into" + next "nothing.@" ; 0x1b82d1 diff --git a/stats/pokedex/entries/072.asm b/stats/pokedex/entries/072.asm index 7ef846282..f0b8eaa2a 100644 --- a/stats/pokedex/entries/072.asm +++ b/stats/pokedex/entries/072.asm @@ -1,8 +1,12 @@ ; TentacoolPokedexEntry: ; 0x1b82d1 db "JELLYFISH@" ; species name - dw 211, 1000; height, width + 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" + page "feelers to stab" + next "anything it" + next "touches.@" ; 0x1b8337 diff --git a/stats/pokedex/entries/073.asm b/stats/pokedex/entries/073.asm index 8b816f120..040bba5b2 100644 --- a/stats/pokedex/entries/073.asm +++ b/stats/pokedex/entries/073.asm @@ -1,8 +1,12 @@ ; TentacruelPokedexEntry: ; 0x1b8337 db "JELLYFISH@" ; species name - dw 503, 1210; height, width + 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" + page "become like a net" + next "to entangle its" + next "prey.@" ; 0x1b83a1 diff --git a/stats/pokedex/entries/074.asm b/stats/pokedex/entries/074.asm index e4591f013..b9edb3bdb 100644 --- a/stats/pokedex/entries/074.asm +++ b/stats/pokedex/entries/074.asm @@ -1,8 +1,12 @@ ; GeodudePokedexEntry: ; 0x1b83a1 db "ROCK@" ; species name - dw 104, 440; height, width + 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" + page "each other in a" + next "contest to prove" + next "whose is harder.@" ; 0x1b840c diff --git a/stats/pokedex/entries/075.asm b/stats/pokedex/entries/075.asm index bdb726d17..136692839 100644 --- a/stats/pokedex/entries/075.asm +++ b/stats/pokedex/entries/075.asm @@ -1,8 +1,12 @@ ; GravelerPokedexEntry: ; 0x1b840c db "ROCK@" ; species name - dw 303, 2320; height, width + 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" + page "too much speed, it" + next "stops by running" + next "into huge rocks.@" ; 0x1b8481 diff --git a/stats/pokedex/entries/076.asm b/stats/pokedex/entries/076.asm index cef826746..46d4e404b 100644 --- a/stats/pokedex/entries/076.asm +++ b/stats/pokedex/entries/076.asm @@ -1,8 +1,12 @@ ; GolemPokedexEntry: ; 0x1b8481 db "MEGATON@" ; species name - dw 407, 6620; height, width + 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" + page "dynamite blasts" + next "fail to scratch" + next "its rugged hide.@" ; 0x1b84f2 diff --git a/stats/pokedex/entries/077.asm b/stats/pokedex/entries/077.asm index 0ec636867..0135d7d6b 100644 --- a/stats/pokedex/entries/077.asm +++ b/stats/pokedex/entries/077.asm @@ -1,8 +1,12 @@ ; PonytaPokedexEntry: ; 0x1b84f2 db "FIRE HORSE@" ; species name - dw 303, 660; height, width + 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" + page "every day has made" + next "it a world-class" + next "jumper.@" ; 0x1b855e diff --git a/stats/pokedex/entries/078.asm b/stats/pokedex/entries/078.asm index 3e09ff391..644a83196 100644 --- a/stats/pokedex/entries/078.asm +++ b/stats/pokedex/entries/078.asm @@ -1,8 +1,12 @@ ; RapidashPokedexEntry: ; 0x1b855e db "FIRE HORSE@" ; species name - dw 507, 2090; height, width + 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-" + page "er the swaying" + next "flames of its mane" + next "will become.@" ; 0x1b85d3 diff --git a/stats/pokedex/entries/079.asm b/stats/pokedex/entries/079.asm index c2cc607d0..552a2d245 100644 --- a/stats/pokedex/entries/079.asm +++ b/stats/pokedex/entries/079.asm @@ -1,8 +1,12 @@ ; SlowpokePokedexEntry: ; 0x1b85d3 db "DOPEY@" ; species name - dw 311, 790; height, width + 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," + page "even if its" + next "flavorful tail is" + next "bitten.@" ; 0x1b8635 diff --git a/stats/pokedex/entries/080.asm b/stats/pokedex/entries/080.asm index 5ebcaa345..442e3bc27 100644 --- a/stats/pokedex/entries/080.asm +++ b/stats/pokedex/entries/080.asm @@ -1,8 +1,12 @@ ; SlowbroPokedexEntry: ; 0x1b8635 db "HERMITCRAB@" ; species name - dw 503, 1730; height, width + 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" + page "tasty flavor that" + next "oozes out of its" + next "tail.@" ; 0x1b869d diff --git a/stats/pokedex/entries/081.asm b/stats/pokedex/entries/081.asm index a1b55e34a..13f27ee29 100644 --- a/stats/pokedex/entries/081.asm +++ b/stats/pokedex/entries/081.asm @@ -1,8 +1,12 @@ ; MagnemitePokedexEntry: ; 0x1b869d db "MAGNET@" ; species name - dw 100, 130; height, width + 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" + page "of its body cause" + next "it to become a" + next "strong magnet.@" ; 0x1b870a diff --git a/stats/pokedex/entries/082.asm b/stats/pokedex/entries/082.asm index 82bdf95bd..2a769478c 100644 --- a/stats/pokedex/entries/082.asm +++ b/stats/pokedex/entries/082.asm @@ -1,8 +1,12 @@ ; MagnetonPokedexEntry: ; 0x1b870a db "MAGNET@" ; species name - dw 303, 1320; height, width + 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" + page "resulting magnetic" + next "storm disrupts" + next "radio waves.@" ; 0x1b876c diff --git a/stats/pokedex/entries/083.asm b/stats/pokedex/entries/083.asm index 47896ad7c..e380d0799 100644 --- a/stats/pokedex/entries/083.asm +++ b/stats/pokedex/entries/083.asm @@ -1,8 +1,12 @@ ; FarfetchDPokedexEntry: ; 0x1b876c db "WILD DUCK@" ; species name - dw 207, 330; height, width + 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" + page "people have made" + next "an effort to breed" + next "these #MON.@" ; 0x1b87d7 diff --git a/stats/pokedex/entries/084.asm b/stats/pokedex/entries/084.asm index f49e180ef..c9e476a97 100644 --- a/stats/pokedex/entries/084.asm +++ b/stats/pokedex/entries/084.asm @@ -1,8 +1,12 @@ ; DoduoPokedexEntry: ; 0x1b87d7 db "TWIN BIRD@" ; species name - dw 407, 860; height, width + 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" + page "way. If it sees an" + next "enemy, it runs" + next "away at 60 mph.@" ; 0x1b884a diff --git a/stats/pokedex/entries/085.asm b/stats/pokedex/entries/085.asm index 8d614fae4..44a159c8f 100644 --- a/stats/pokedex/entries/085.asm +++ b/stats/pokedex/entries/085.asm @@ -1,8 +1,12 @@ ; DodrioPokedexEntry: ; 0x1b884a db "TRIPLEBIRD@" ; species name - dw 511, 1880; height, width + 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" + page "heads--even for a" + next "second--will get" + next "pecked severely.@" ; 0x1b88bf diff --git a/stats/pokedex/entries/086.asm b/stats/pokedex/entries/086.asm index 7b5825c2f..08fb67d40 100644 --- a/stats/pokedex/entries/086.asm +++ b/stats/pokedex/entries/086.asm @@ -1,8 +1,12 @@ ; SeelPokedexEntry: ; 0x1b88bf db "SEA LION@" ; species name - dw 307, 1980; height, width + 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" + page "against the cold." + next "It loves iceberg-" + next "filled oceans.@" ; 0x1b8934 diff --git a/stats/pokedex/entries/087.asm b/stats/pokedex/entries/087.asm index 5a9fa41d2..8cd936c57 100644 --- a/stats/pokedex/entries/087.asm +++ b/stats/pokedex/entries/087.asm @@ -1,8 +1,12 @@ ; DewgongPokedexEntry: ; 0x1b8934 db "SEA LION@" ; species name - dw 507, 2650; height, width + 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" + page "day, then looks" + next "for food at night" + next "when it's cold.@" ; 0x1b89a2 diff --git a/stats/pokedex/entries/088.asm b/stats/pokedex/entries/088.asm index 7507e4368..be9673224 100644 --- a/stats/pokedex/entries/088.asm +++ b/stats/pokedex/entries/088.asm @@ -1,8 +1,12 @@ ; GrimerPokedexEntry: ; 0x1b89a2 db "SLUDGE@" ; species name - dw 211, 660; height, width + 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" + page "together, new" + next "poisons are" + next "created.@" ; 0x1b89fc diff --git a/stats/pokedex/entries/089.asm b/stats/pokedex/entries/089.asm index a9533f5be..ee2656dd0 100644 --- a/stats/pokedex/entries/089.asm +++ b/stats/pokedex/entries/089.asm @@ -1,8 +1,12 @@ ; MukPokedexEntry: ; 0x1b89fc db "SLUDGE@" ; species name - dw 311, 660; height, width + 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," + page "making the ground" + next "there barren for" + next "three years.@" ; 0x1b8a68 diff --git a/stats/pokedex/entries/090.asm b/stats/pokedex/entries/090.asm index 97a8dce97..d573cae91 100644 --- a/stats/pokedex/entries/090.asm +++ b/stats/pokedex/entries/090.asm @@ -1,8 +1,12 @@ ; ShellderPokedexEntry: ; 0x1b8a68 db "BIVALVE@" ; species name - dw 100, 90; height, width + 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" + page "parts, so it uses" + next "this move only as" + next "a last resort.@" ; 0x1b8ad9 diff --git a/stats/pokedex/entries/091.asm b/stats/pokedex/entries/091.asm index adfa1dbc1..7e6c21ddd 100644 --- a/stats/pokedex/entries/091.asm +++ b/stats/pokedex/entries/091.asm @@ -1,8 +1,12 @@ ; CloysterPokedexEntry: ; 0x1b8ad9 db "BIVALVE@" ; species name - dw 411, 2920; height, width + 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" + page "stab opponents." + next "They're even hard-" + next "er than its shell.@" ; 0x1b8b4a diff --git a/stats/pokedex/entries/092.asm b/stats/pokedex/entries/092.asm index 64eb73947..74f9a655b 100644 --- a/stats/pokedex/entries/092.asm +++ b/stats/pokedex/entries/092.asm @@ -1,8 +1,12 @@ ; GastlyPokedexEntry: ; 0x1b8b4a db "GAS@" ; species name - dw 403, 2; height, width + 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" + page "weakening its prey" + next "by poisoning it" + next "through the skin.@" ; 0x1b8bbd diff --git a/stats/pokedex/entries/093.asm b/stats/pokedex/entries/093.asm index 0c3de47a9..ef1ff419a 100644 --- a/stats/pokedex/entries/093.asm +++ b/stats/pokedex/entries/093.asm @@ -1,8 +1,12 @@ ; HaunterPokedexEntry: ; 0x1b8bbd db "GAS@" ; species name - dw 503, 2; height, width + 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" + page "the next living" + next "thing that wanders" + next "close by.@" ; 0x1b8c25 diff --git a/stats/pokedex/entries/094.asm b/stats/pokedex/entries/094.asm index 853c21e8e..9f374edd6 100644 --- a/stats/pokedex/entries/094.asm +++ b/stats/pokedex/entries/094.asm @@ -1,8 +1,12 @@ ; GengarPokedexEntry: ; 0x1b8c25 db "SHADOW@" ; species name - dw 411, 890; height, width + 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" + page "heat. The chill it" + next "causes makes the" + next "victims shake.@" ; 0x1b8c98 diff --git a/stats/pokedex/entries/095.asm b/stats/pokedex/entries/095.asm index 9155912b2..bf036c445 100644 --- a/stats/pokedex/entries/095.asm +++ b/stats/pokedex/entries/095.asm @@ -1,8 +1,12 @@ ; OnixPokedexEntry: ; 0x1b8c98 db "ROCK SNAKE@" ; species name - dw 2810, 4630; height, width + 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" + page "objects. This is" + next "what makes its" + next "body so solid.@" ; 0x1b8d0a diff --git a/stats/pokedex/entries/096.asm b/stats/pokedex/entries/096.asm index 966942eff..1ee6646b9 100644 --- a/stats/pokedex/entries/096.asm +++ b/stats/pokedex/entries/096.asm @@ -1,8 +1,12 @@ ; DrowzeePokedexEntry: ; 0x1b8d0a db "HYPNOSIS@" ; species name - dw 303, 710; height, width + 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" + page "is sleeping and" + next "what that person" + next "is dreaming about.@" ; 0x1b8d80 diff --git a/stats/pokedex/entries/097.asm b/stats/pokedex/entries/097.asm index c5400fac9..ddc6a71fa 100644 --- a/stats/pokedex/entries/097.asm +++ b/stats/pokedex/entries/097.asm @@ -1,8 +1,12 @@ ; HypnoPokedexEntry: ; 0x1b8d80 db "HYPNOSIS@" ; species name - dw 503, 1670; height, width + 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" + page "longer the effects" + next "of its hypnosis" + next "last.@" ; 0x1b8ddd diff --git a/stats/pokedex/entries/098.asm b/stats/pokedex/entries/098.asm index 63e2434cc..85e6f8c3d 100644 --- a/stats/pokedex/entries/098.asm +++ b/stats/pokedex/entries/098.asm @@ -1,8 +1,12 @@ ; KrabbyPokedexEntry: ; 0x1b8ddd db "RIVER CRAB@" ; species name - dw 104, 140; height, width + 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" + page "nutrients by" + next "swallowing a" + next "mouthful of sand.@" ; 0x1b8e45 diff --git a/stats/pokedex/entries/099.asm b/stats/pokedex/entries/099.asm index 4f16791e7..e558dcdb4 100644 --- a/stats/pokedex/entries/099.asm +++ b/stats/pokedex/entries/099.asm @@ -1,8 +1,12 @@ ; KinglerPokedexEntry: ; 0x1b8e45 db "PINCER@" ; species name - dw 403, 1320; height, width + 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" + page "in battle, the" + next "claw just gets in" + next "the way.@" ; 0x1b8eb0 diff --git a/stats/pokedex/entries/100.asm b/stats/pokedex/entries/100.asm index f7417ec36..99d351a39 100644 --- a/stats/pokedex/entries/100.asm +++ b/stats/pokedex/entries/100.asm @@ -1,8 +1,12 @@ ; VoltorbPokedexEntry: ; 0x1b8eb0 db "BALL@" ; species name - dw 108, 230; height, width + 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" + page "that its compo-" + next "nents are not" + next "found in nature.@" ; 0x1b8f19 diff --git a/stats/pokedex/entries/101.asm b/stats/pokedex/entries/101.asm index e76b11e1d..4c093460e 100644 --- a/stats/pokedex/entries/101.asm +++ b/stats/pokedex/entries/101.asm @@ -1,8 +1,12 @@ ; ElectrodePokedexEntry: ; 0x1b8f19 db "BALL@" ; species name - dw 311, 1470; height, width + dw 311, 1470 ; height, width - db "The more energy it", $4e, "charges up, the", $4e, "faster it gets.@" - db "But this also", $4e, "makes it more", $4e, "likely to explode.@" + db "The more energy it" + next "charges up, the" + next "faster it gets." + page "But this also" + next "makes it more" + next "likely to explode.@" ; 0x1b8f84 diff --git a/stats/pokedex/entries/102.asm b/stats/pokedex/entries/102.asm index 13a5843d6..853c52de5 100644 --- a/stats/pokedex/entries/102.asm +++ b/stats/pokedex/entries/102.asm @@ -1,8 +1,12 @@ ; ExeggcutePokedexEntry: ; 0x1b8f84 db "EGG@" ; species name - dw 104, 60; height, width + dw 104, 60 ; height, width - db "If even one is", $4e, "separated from the", $4e, "group, the energy@" - db "bond between the", $4e, "six will make them", $4e, "rejoin instantly.@" + db "If even one is" + next "separated from the" + next "group, the energy" + page "bond between the" + next "six will make them" + next "rejoin instantly.@" ; 0x1b8ff6 diff --git a/stats/pokedex/entries/103.asm b/stats/pokedex/entries/103.asm index 06fe8eff7..6fc78c00c 100644 --- a/stats/pokedex/entries/103.asm +++ b/stats/pokedex/entries/103.asm @@ -1,8 +1,12 @@ ; ExeggutorPokedexEntry: ; 0x1b8ff6 db "COCONUT@" ; species name - dw 607, 2650; height, width + dw 607, 2650 ; height, width - db "Living in a good", $4e, "environment makes", $4e, "it grow lots of@" - db "heads. A head that", $4e, "drops off becomes", $4e, "an EXEGGCUTE.@" + db "Living in a good" + next "environment makes" + next "it grow lots of" + page "heads. A head that" + next "drops off becomes" + next "an EXEGGCUTE.@" ; 0x1b9068 diff --git a/stats/pokedex/entries/104.asm b/stats/pokedex/entries/104.asm index 67667af02..3288d8117 100644 --- a/stats/pokedex/entries/104.asm +++ b/stats/pokedex/entries/104.asm @@ -1,8 +1,12 @@ ; CubonePokedexEntry: ; 0x1b9068 db "LONELY@" ; species name - dw 104, 140; height, width + dw 104, 140 ; height, width - db "It lost its mother", $4e, "after its birth.", $4e, "It wears its@" - db "mother's skull,", $4e, "never revealing", $4e, "its true face.@" + db "It lost its mother" + next "after its birth." + next "It wears its" + page "mother's skull," + next "never revealing" + next "its true face.@" ; 0x1b90d2 diff --git a/stats/pokedex/entries/105.asm b/stats/pokedex/entries/105.asm index c168cc2fd..cd987271e 100644 --- a/stats/pokedex/entries/105.asm +++ b/stats/pokedex/entries/105.asm @@ -1,8 +1,12 @@ ; MarowakPokedexEntry: ; 0x1b90d2 db "BONEKEEPER@" ; species name - dw 303, 990; height, width + dw 303, 990 ; height, width - db "Somewhere in the", $4e, "world is a ceme-", $4e, "tery just for@" - db "MAROWAK. It gets", $4e, "its bones from", $4e, "those graves.@" + db "Somewhere in the" + next "world is a ceme-" + next "tery just for" + page "MAROWAK. It gets" + next "its bones from" + next "those graves.@" ; 0x1b913f diff --git a/stats/pokedex/entries/106.asm b/stats/pokedex/entries/106.asm index f4fe93a4b..edbce8213 100644 --- a/stats/pokedex/entries/106.asm +++ b/stats/pokedex/entries/106.asm @@ -1,8 +1,12 @@ ; HitmonleePokedexEntry: ; 0x1b913f db "KICKING@" ; species name - dw 411, 1100; height, width + dw 411, 1100 ; height, width - db "It is also called", $4e, "the Kick Master.", $4e, "It uses its@" - db "elastic legs to", $4e, "execute every", $4e, "known kick.@" + db "It is also called" + next "the Kick Master." + next "It uses its" + page "elastic legs to" + next "execute every" + next "known kick.@" ; 0x1b91a4 diff --git a/stats/pokedex/entries/107.asm b/stats/pokedex/entries/107.asm index cb0715eda..93abedee0 100644 --- a/stats/pokedex/entries/107.asm +++ b/stats/pokedex/entries/107.asm @@ -1,8 +1,12 @@ ; HitmonchanPokedexEntry: ; 0x1b91a4 db "PUNCHING@" ; species name - dw 407, 1110; height, width + dw 407, 1110 ; height, width - db "To increase the", $4e, "strength of all", $4e, "its punch moves,@" - db "it spins its arms", $4e, "just before making", $4e, "contact.@" + db "To increase the" + next "strength of all" + next "its punch moves," + page "it spins its arms" + next "just before making" + next "contact.@" ; 0x1b9210 diff --git a/stats/pokedex/entries/108.asm b/stats/pokedex/entries/108.asm index 286835547..8ba734493 100644 --- a/stats/pokedex/entries/108.asm +++ b/stats/pokedex/entries/108.asm @@ -1,8 +1,12 @@ ; LickitungPokedexEntry: ; 0x1b9210 db "LICKING@" ; species name - dw 311, 1440; height, width + dw 311, 1440 ; height, width - db "It has a tongue", $4e, "that is over 6'6''", $4e, "long. It uses this@" - db "long tongue to", $4e, "lick its body", $4e, "clean.@" + db "It has a tongue" + next "that is over 6'6''" + next "long. It uses this" + page "long tongue to" + next "lick its body" + next "clean.@" ; 0x1b9276 diff --git a/stats/pokedex/entries/109.asm b/stats/pokedex/entries/109.asm index 48a76e5a3..f12f8b948 100644 --- a/stats/pokedex/entries/109.asm +++ b/stats/pokedex/entries/109.asm @@ -1,8 +1,12 @@ ; KoffingPokedexEntry: ; 0x1b9276 db "POISON GAS@" ; species name - dw 200, 20; height, width + dw 200, 20 ; height, width - db "If one gets close", $4e, "enough to it when", $4e, "it expels poison-@" - db "ous gas, the gas", $4e, "swirling inside it", $4e, "can be seen.@" + db "If one gets close" + next "enough to it when" + next "it expels poison-" + page "ous gas, the gas" + next "swirling inside it" + next "can be seen.@" ; 0x1b92ec diff --git a/stats/pokedex/entries/110.asm b/stats/pokedex/entries/110.asm index 5edcecd46..2536b4377 100644 --- a/stats/pokedex/entries/110.asm +++ b/stats/pokedex/entries/110.asm @@ -1,8 +1,12 @@ ; WeezingPokedexEntry: ; 0x1b92ec db "POISON GAS@" ; species name - dw 311, 210; height, width + dw 311, 210 ; height, width - db "When it inhales", $4e, "poisonous gases", $4e, "from garbage, its@" - db "body expands, and", $4e, "its insides smell", $4e, "much worse.@" + db "When it inhales" + next "poisonous gases" + next "from garbage, its" + page "body expands, and" + next "its insides smell" + next "much worse.@" ; 0x1b935d diff --git a/stats/pokedex/entries/111.asm b/stats/pokedex/entries/111.asm index eb5382dcf..77e1ecc82 100644 --- a/stats/pokedex/entries/111.asm +++ b/stats/pokedex/entries/111.asm @@ -1,8 +1,12 @@ ; RhyhornPokedexEntry: ; 0x1b935d db "SPIKES@" ; species name - dw 303, 2540; height, width + dw 303, 2540 ; height, width - db "It can remember", $4e, "only one thing at", $4e, "a time. Once it@" - db "starts rushing, it", $4e, "forgets why it", $4e, "started.@" + db "It can remember" + next "only one thing at" + next "a time. Once it" + page "starts rushing, it" + next "forgets why it" + next "started.@" ; 0x1b93c5 diff --git a/stats/pokedex/entries/112.asm b/stats/pokedex/entries/112.asm index a459f3652..93fc1c806 100644 --- a/stats/pokedex/entries/112.asm +++ b/stats/pokedex/entries/112.asm @@ -1,8 +1,12 @@ ; RhydonPokedexEntry: ; 0x1b93c5 db "DRILL@" ; species name - dw 603, 2650; height, width + dw 603, 2650 ; height, width - db "By lightly spin-", $4e, "ning its drill-", $4e, "like horn, it can@" - db "easily shatter", $4e, "even a diamond in", $4e, "the rough.@" + db "By lightly spin-" + next "ning its drill-" + next "like horn, it can" + page "easily shatter" + next "even a diamond in" + next "the rough.@" ; 0x1b942e diff --git a/stats/pokedex/entries/113.asm b/stats/pokedex/entries/113.asm index bdb813209..a6774dcf9 100644 --- a/stats/pokedex/entries/113.asm +++ b/stats/pokedex/entries/113.asm @@ -1,8 +1,12 @@ ; ChanseyPokedexEntry: ; 0x1b942e db "EGG@" ; species name - dw 307, 760; height, width + dw 307, 760 ; height, width - db "People try to", $4e, "catch it for its", $4e, "extremely@" - db "nutritious eggs,", $4e, "but it rarely can", $4e, "be found.@" + db "People try to" + next "catch it for its" + next "extremely" + page "nutritious eggs," + next "but it rarely can" + next "be found.@" ; 0x1b948c diff --git a/stats/pokedex/entries/114.asm b/stats/pokedex/entries/114.asm index efb359055..f2cee4ef8 100644 --- a/stats/pokedex/entries/114.asm +++ b/stats/pokedex/entries/114.asm @@ -1,8 +1,12 @@ ; TangelaPokedexEntry: ; 0x1b948c db "VINE@" ; species name - dw 303, 770; height, width + dw 303, 770 ; height, width - db "During battle, it", $4e, "constantly moves", $4e, "the vines that@" - db "cover its body in", $4e, "order to annoy its", $4e, "opponent.@" + db "During battle, it" + next "constantly moves" + next "the vines that" + page "cover its body in" + next "order to annoy its" + next "opponent.@" ; 0x1b94f6 diff --git a/stats/pokedex/entries/115.asm b/stats/pokedex/entries/115.asm index 1de4eb3a5..aa64e86dd 100644 --- a/stats/pokedex/entries/115.asm +++ b/stats/pokedex/entries/115.asm @@ -1,8 +1,12 @@ ; KangaskhanPokedexEntry: ; 0x1b94f6 db "PARENT@" ; species name - dw 703, 1760; height, width + dw 703, 1760 ; height, width - db "To avoid", $4e, "crushing the", $4e, "baby it carries in@" - db "its pouch, it", $4e, "always sleeps", $4e, "standing up.@" + db "To avoid" + next "crushing the" + next "baby it carries in" + page "its pouch, it" + next "always sleeps" + next "standing up.@" ; 0x1b9553 diff --git a/stats/pokedex/entries/116.asm b/stats/pokedex/entries/116.asm index 347843e7f..32398b4e8 100644 --- a/stats/pokedex/entries/116.asm +++ b/stats/pokedex/entries/116.asm @@ -1,8 +1,12 @@ ; HorseaPokedexEntry: ; 0x1b9553 db "DRAGON@" ; species name - dw 104, 180; height, width + dw 104, 180 ; height, width - db "When they're in a", $4e, "safe location,", $4e, "they can be seen@" - db "playfully tangling", $4e, "their tails", $4e, "together.@" + db "When they're in a" + next "safe location," + next "they can be seen" + page "playfully tangling" + next "their tails" + next "together.@" ; 0x1b95b8 diff --git a/stats/pokedex/entries/117.asm b/stats/pokedex/entries/117.asm index 9753244a0..6b24c13f0 100644 --- a/stats/pokedex/entries/117.asm +++ b/stats/pokedex/entries/117.asm @@ -1,8 +1,12 @@ ; SeadraPokedexEntry: ; 0x1b95b8 db "DRAGON@" ; species name - dw 311, 550; height, width + dw 311, 550 ; height, width - db "The male raises", $4e, "the young. If it", $4e, "is approached, it@" - db "uses its toxic", $4e, "spikes to fend off", $4e, "the intruder.@" + db "The male raises" + next "the young. If it" + next "is approached, it" + page "uses its toxic" + next "spikes to fend off" + next "the intruder.@" ; 0x1b9626 diff --git a/stats/pokedex/entries/118.asm b/stats/pokedex/entries/118.asm index 85dd8c800..bae8e00cf 100644 --- a/stats/pokedex/entries/118.asm +++ b/stats/pokedex/entries/118.asm @@ -1,8 +1,12 @@ ; GoldeenPokedexEntry: ; 0x1b9626 db "GOLDFISH@" ; species name - dw 200, 330; height, width + dw 200, 330 ; height, width - db "During spawning", $4e, "season, they swim", $4e, "gracefully in the@" - db "water, searching", $4e, "for their perfect", $4e, "mate.@" + db "During spawning" + next "season, they swim" + next "gracefully in the" + page "water, searching" + next "for their perfect" + next "mate.@" ; 0x1b9690 diff --git a/stats/pokedex/entries/119.asm b/stats/pokedex/entries/119.asm index b691293bc..ecb96c86b 100644 --- a/stats/pokedex/entries/119.asm +++ b/stats/pokedex/entries/119.asm @@ -1,8 +1,12 @@ ; SeakingPokedexEntry: ; 0x1b9690 db "GOLDFISH@" ; species name - dw 403, 860; height, width + dw 403, 860 ; height, width - db "When autumn comes,", $4e, "the males patrol", $4e, "the area around@" - db "their nests in", $4e, "order to protect", $4e, "their offspring.@" + db "When autumn comes," + next "the males patrol" + next "the area around" + page "their nests in" + next "order to protect" + next "their offspring.@" ; 0x1b9702 diff --git a/stats/pokedex/entries/120.asm b/stats/pokedex/entries/120.asm index 9c391b18f..d2bfe22dd 100644 --- a/stats/pokedex/entries/120.asm +++ b/stats/pokedex/entries/120.asm @@ -1,8 +1,12 @@ ; StaryuPokedexEntry: ; 0x1b9702 db "STARSHAPE@" ; species name - dw 207, 760; height, width + dw 207, 760 ; height, width - db "When the stars", $4e, "twinkle at night,", $4e, "it floats up from@" - db "the sea floor, and", $4e, "its body's center", $4e, "core flickers.@" + db "When the stars" + next "twinkle at night," + next "it floats up from" + page "the sea floor, and" + next "its body's center" + next "core flickers.@" ; 0x1b9776 diff --git a/stats/pokedex/entries/121.asm b/stats/pokedex/entries/121.asm index df98de8cf..4ae383bbd 100644 --- a/stats/pokedex/entries/121.asm +++ b/stats/pokedex/entries/121.asm @@ -1,8 +1,12 @@ ; StarmiePokedexEntry: ; 0x1b9776 db "MYSTERIOUS@" ; species name - dw 307, 1760; height, width + dw 307, 1760 ; height, width - db "It is said that it", $4e, "uses the seven-", $4e, "colored core of@" - db "its body to send", $4e, "electric waves", $4e, "into outer space.@" + db "It is said that it" + next "uses the seven-" + next "colored core of" + page "its body to send" + next "electric waves" + next "into outer space.@" ; 0x1b97ea diff --git a/stats/pokedex/entries/122.asm b/stats/pokedex/entries/122.asm index cd30ffea8..f9d84ec16 100644 --- a/stats/pokedex/entries/122.asm +++ b/stats/pokedex/entries/122.asm @@ -1,8 +1,12 @@ ; MrMimePokedexEntry: ; 0x1b97ea db "BARRIER@" ; species name - dw 403, 1200; height, width + dw 403, 1200 ; height, width - db "It uses the", $4e, "mysterious", $4e, "power it has in@" - db "its fingers to", $4e, "solidify air into", $4e, "an invisible wall.@" + db "It uses the" + next "mysterious" + next "power it has in" + page "its fingers to" + next "solidify air into" + next "an invisible wall.@" ; 0x1b9851 diff --git a/stats/pokedex/entries/123.asm b/stats/pokedex/entries/123.asm index 8a987fbab..e7a67ca0b 100644 --- a/stats/pokedex/entries/123.asm +++ b/stats/pokedex/entries/123.asm @@ -1,8 +1,12 @@ ; ScytherPokedexEntry: ; 0x1b9851 db "MANTIS@" ; species name - dw 411, 1230; height, width + dw 411, 1230 ; height, width - db "It's very proud of", $4e, "its speed. It", $4e, "moves so fast that@" - db "its opponent does", $4e, "not even know what", $4e, "knocked it down.@" + db "It's very proud of" + next "its speed. It" + next "moves so fast that" + page "its opponent does" + next "not even know what" + next "knocked it down.@" ; 0x1b98c5 diff --git a/stats/pokedex/entries/124.asm b/stats/pokedex/entries/124.asm index a897e93b8..da3997c69 100644 --- a/stats/pokedex/entries/124.asm +++ b/stats/pokedex/entries/124.asm @@ -1,8 +1,12 @@ ; JynxPokedexEntry: ; 0x1b98c5 db "HUMANSHAPE@" ; species name - dw 407, 900; height, width + dw 407, 900 ; height, width - db "It has several", $4e, "different cry pat-", $4e, "terns, each of@" - db "which seems to", $4e, "have its own", $4e, "meaning.@" + db "It has several" + next "different cry pat-" + next "terns, each of" + page "which seems to" + next "have its own" + next "meaning.@" ; 0x1b992a diff --git a/stats/pokedex/entries/125.asm b/stats/pokedex/entries/125.asm index df4938b92..239258364 100644 --- a/stats/pokedex/entries/125.asm +++ b/stats/pokedex/entries/125.asm @@ -1,8 +1,12 @@ ; ElectabuzzPokedexEntry: ; 0x1b992a db "ELECTRIC@" ; species name - dw 307, 660; height, width + dw 307, 660 ; height, width - db "When two", $4e, "ELECTABUZZ touch,", $4e, "they control the@" - db "electric currents", $4e, "to communicate", $4e, "their feelings.@" + db "When two" + next "ELECTABUZZ touch," + next "they control the" + page "electric currents" + next "to communicate" + next "their feelings.@" ; 0x1b9994 diff --git a/stats/pokedex/entries/126.asm b/stats/pokedex/entries/126.asm index e7a8189ab..2930a5a13 100644 --- a/stats/pokedex/entries/126.asm +++ b/stats/pokedex/entries/126.asm @@ -1,8 +1,12 @@ ; MagmarPokedexEntry: ; 0x1b9994 db "SPITFIRE@" ; species name - dw 403, 980; height, width + dw 403, 980 ; height, width - db "It moves more", $4e, "frequently in hot", $4e, "areas. It can heal@" - db "itself by dipping", $4e, "its wound into", $4e, "lava.@" + db "It moves more" + next "frequently in hot" + next "areas. It can heal" + page "itself by dipping" + next "its wound into" + next "lava.@" ; 0x1b99fb diff --git a/stats/pokedex/entries/127.asm b/stats/pokedex/entries/127.asm index b631aab07..760abaaf9 100644 --- a/stats/pokedex/entries/127.asm +++ b/stats/pokedex/entries/127.asm @@ -1,8 +1,12 @@ ; PinsirPokedexEntry: ; 0x1b99fb db "STAGBEETLE@" ; species name - dw 411, 1210; height, width + dw 411, 1210 ; height, width - db "When the tempera-", $4e, "ture drops at", $4e, "night, it sleeps@" - db "on treetops or", $4e, "among roots where", $4e, "it is well hidden.@" + db "When the tempera-" + next "ture drops at" + next "night, it sleeps" + page "on treetops or" + next "among roots where" + next "it is well hidden.@" ; 0x1b9a6f diff --git a/stats/pokedex/entries/128.asm b/stats/pokedex/entries/128.asm index 4daf7ebff..3c1f59f40 100644 --- a/stats/pokedex/entries/128.asm +++ b/stats/pokedex/entries/128.asm @@ -1,8 +1,12 @@ ; TaurosPokedexEntry: ; 0x1b9a6f db "WILD BULL@" ; species name - dw 407, 1950; height, width + dw 407, 1950 ; height, width - db "These violent", $4e, "#MON fight", $4e, "with other mem-@" - db "bers of their herd", $4e, "in order to prove", $4e, "their strength.@" + db "These violent" + next "#MON fight" + next "with other mem-" + page "bers of their herd" + next "in order to prove" + next "their strength.@" ; 0x1b9adb diff --git a/stats/pokedex/entries/129.asm b/stats/pokedex/entries/129.asm index a0543e676..ad79a2811 100644 --- a/stats/pokedex/entries/129.asm +++ b/stats/pokedex/entries/129.asm @@ -1,8 +1,12 @@ ; MagikarpPokedexEntry: ; 0x1cc000 db "FISH@" ; species name - dw 211, 220; height, width + dw 211, 220 ; height, width - db "This weak and", $4e, "pathetic #MON", $4e, "gets easily pushed@" - db "along rivers when", $4e, "there are strong", $4e, "currents.@" + db "This weak and" + next "pathetic #MON" + next "gets easily pushed" + page "along rivers when" + next "there are strong" + next "currents.@" ; 0x1cc065 diff --git a/stats/pokedex/entries/130.asm b/stats/pokedex/entries/130.asm index 261eec375..3cdd1b851 100644 --- a/stats/pokedex/entries/130.asm +++ b/stats/pokedex/entries/130.asm @@ -1,8 +1,12 @@ ; GyaradosPokedexEntry: ; 0x1cc065 db "ATROCIOUS@" ; species name - dw 2104, 5180; height, width + dw 2104, 5180 ; height, width - db "It appears when-", $4e, "ever there is", $4e, "world conflict,@" - db "burning down any", $4e, "place it travels", $4e, "through.@" + db "It appears when-" + next "ever there is" + next "world conflict," + page "burning down any" + next "place it travels" + next "through.@" ; 0x1cc0cd diff --git a/stats/pokedex/entries/131.asm b/stats/pokedex/entries/131.asm index 9e2d35a89..c1d5fe035 100644 --- a/stats/pokedex/entries/131.asm +++ b/stats/pokedex/entries/131.asm @@ -1,8 +1,12 @@ ; LaprasPokedexEntry: ; 0x1cc0cd db "TRANSPORT@" ; species name - dw 802, 4850; height, width + dw 802, 4850 ; height, width - db "This gentle", $4e, "#MON loves to", $4e, "give people rides@" - db "and provides a ve-", $4e, "ry comfortable way", $4e, "to get around.@" + db "This gentle" + next "#MON loves to" + next "give people rides" + page "and provides a ve-" + next "ry comfortable way" + next "to get around.@" ; 0x1cc13c diff --git a/stats/pokedex/entries/132.asm b/stats/pokedex/entries/132.asm index 4688fa290..587334848 100644 --- a/stats/pokedex/entries/132.asm +++ b/stats/pokedex/entries/132.asm @@ -1,8 +1,12 @@ ; DittoPokedexEntry: ; 0x1cc13c db "TRANSFORM@" ; species name - dw 100, 90; height, width + dw 100, 90 ; height, width - db "When it encount-", $4e, "ers another DITTO,", $4e, "it will move@" - db "faster than normal", $4e, "to duplicate that", $4e, "opponent exactly.@" + db "When it encount-" + next "ers another DITTO," + next "it will move" + page "faster than normal" + next "to duplicate that" + next "opponent exactly.@" ; 0x1cc1b2 diff --git a/stats/pokedex/entries/133.asm b/stats/pokedex/entries/133.asm index 31d5005d3..2b055a7d0 100644 --- a/stats/pokedex/entries/133.asm +++ b/stats/pokedex/entries/133.asm @@ -1,8 +1,12 @@ ; EeveePokedexEntry: ; 0x1cc1b2 db "EVOLUTION@" ; species name - dw 100, 140; height, width + dw 100, 140 ; height, width - db "Its ability to", $4e, "evolve into many", $4e, "forms allows it to@" - db "adapt smoothly", $4e, "and perfectly to", $4e, "any environment.@" + db "Its ability to" + next "evolve into many" + next "forms allows it to" + page "adapt smoothly" + next "and perfectly to" + next "any environment.@" ; 0x1cc224 diff --git a/stats/pokedex/entries/134.asm b/stats/pokedex/entries/134.asm index 7281c7c1f..2db4ca0d9 100644 --- a/stats/pokedex/entries/134.asm +++ b/stats/pokedex/entries/134.asm @@ -1,8 +1,12 @@ ; VaporeonPokedexEntry: ; 0x1cc224 db "BUBBLE JET@" ; species name - dw 303, 640; height, width + dw 303, 640 ; height, width - db "As it uses the", $4e, "fins on the tip", $4e, "of its tail to@" - db "swim, it blends", $4e, "with the water", $4e, "perfectly.@" + db "As it uses the" + next "fins on the tip" + next "of its tail to" + page "swim, it blends" + next "with the water" + next "perfectly.@" ; 0x1cc28b diff --git a/stats/pokedex/entries/135.asm b/stats/pokedex/entries/135.asm index b40a5681e..0d37fccd7 100644 --- a/stats/pokedex/entries/135.asm +++ b/stats/pokedex/entries/135.asm @@ -1,8 +1,12 @@ ; JolteonPokedexEntry: ; 0x1cc28b db "LIGHTNING@" ; species name - dw 207, 540; height, width + dw 207, 540 ; height, width - db "The negatively", $4e, "charged ions", $4e, "generated in its@" - db "fur create a", $4e, "constant sparking", $4e, "noise.@" + db "The negatively" + next "charged ions" + next "generated in its" + page "fur create a" + next "constant sparking" + next "noise.@" ; 0x1cc2ec diff --git a/stats/pokedex/entries/136.asm b/stats/pokedex/entries/136.asm index 5e679a9e8..c03bf0cf6 100644 --- a/stats/pokedex/entries/136.asm +++ b/stats/pokedex/entries/136.asm @@ -1,8 +1,12 @@ ; FlareonPokedexEntry: ; 0x1cc2ec db "FLAME@" ; species name - dw 211, 550; height, width + dw 211, 550 ; height, width - db "Once it has stored", $4e, "up enough heat,", $4e, "this #MON's@" - db "body temperature", $4e, "can reach up to", $4e, "1700 degrees.@" + db "Once it has stored" + next "up enough heat," + next "this #MON's" + page "body temperature" + next "can reach up to" + next "1700 degrees.@" ; 0x1cc353 diff --git a/stats/pokedex/entries/137.asm b/stats/pokedex/entries/137.asm index 80506964c..31cf31698 100644 --- a/stats/pokedex/entries/137.asm +++ b/stats/pokedex/entries/137.asm @@ -1,8 +1,12 @@ ; PorygonPokedexEntry: ; 0x1cc353 db "VIRTUAL@" ; species name - dw 207, 800; height, width + dw 207, 800 ; height, width - db "An artificial", $4e, "#MON created", $4e, "due to extensive@" - db "research, it can", $4e, "perform only what", $4e, "is in its program.@" + db "An artificial" + next "#MON created" + next "due to extensive" + page "research, it can" + next "perform only what" + next "is in its program.@" ; 0x1cc3c1 diff --git a/stats/pokedex/entries/138.asm b/stats/pokedex/entries/138.asm index 2c61595ea..e221bc453 100644 --- a/stats/pokedex/entries/138.asm +++ b/stats/pokedex/entries/138.asm @@ -1,8 +1,12 @@ ; OmanytePokedexEntry: ; 0x1cc3c1 db "SPIRAL@" ; species name - dw 104, 170; height, width + dw 104, 170 ; height, width - db "In prehistoric", $4e, "times, it swam on", $4e, "the sea floor,@" - db "eating plankton.", $4e, "Its fossils are", $4e, "sometimes found.@" + db "In prehistoric" + next "times, it swam on" + next "the sea floor," + page "eating plankton." + next "Its fossils are" + next "sometimes found.@" ; 0x1cc42e diff --git a/stats/pokedex/entries/139.asm b/stats/pokedex/entries/139.asm index 8f19b95f0..90d148b3a 100644 --- a/stats/pokedex/entries/139.asm +++ b/stats/pokedex/entries/139.asm @@ -1,8 +1,12 @@ ; OmastarPokedexEntry: ; 0x1cc42e db "SPIRAL@" ; species name - dw 303, 770; height, width + dw 303, 770 ; height, width - db "Its heavy shell", $4e, "allowed it to", $4e, "reach only nearby@" - db "food. This could", $4e, "be the reason it", $4e, "is extinct.@" + db "Its heavy shell" + next "allowed it to" + next "reach only nearby" + page "food. This could" + next "be the reason it" + next "is extinct.@" ; 0x1cc497 diff --git a/stats/pokedex/entries/140.asm b/stats/pokedex/entries/140.asm index 4664c716a..31a342303 100644 --- a/stats/pokedex/entries/140.asm +++ b/stats/pokedex/entries/140.asm @@ -1,8 +1,12 @@ ; KabutoPokedexEntry: ; 0x1cc497 db "SHELLFISH@" ; species name - dw 108, 250; height, width + dw 108, 250 ; height, width - db "Three hundred", $4e, "million years ago,", $4e, "it hid on the sea@" - db "floor. It also has", $4e, "eyes on its back", $4e, "that glow.@" + db "Three hundred" + next "million years ago," + next "it hid on the sea" + page "floor. It also has" + next "eyes on its back" + next "that glow.@" ; 0x1cc507 diff --git a/stats/pokedex/entries/141.asm b/stats/pokedex/entries/141.asm index 6a18d92cb..bdce32657 100644 --- a/stats/pokedex/entries/141.asm +++ b/stats/pokedex/entries/141.asm @@ -1,8 +1,12 @@ ; KabutopsPokedexEntry: ; 0x1cc507 db "SHELLFISH@" ; species name - dw 403, 890; height, width + dw 403, 890 ; height, width - db "It was able to", $4e, "swim quickly thro-", $4e, "ugh the water by@" - db "compactly folding", $4e, "up its razor-sharp", $4e, "sickles.@" + db "It was able to" + next "swim quickly thro-" + next "ugh the water by" + page "compactly folding" + next "up its razor-sharp" + next "sickles.@" ; 0x1cc576 diff --git a/stats/pokedex/entries/142.asm b/stats/pokedex/entries/142.asm index da80adcfe..d47b508a6 100644 --- a/stats/pokedex/entries/142.asm +++ b/stats/pokedex/entries/142.asm @@ -1,8 +1,12 @@ ; AerodactylPokedexEntry: ; 0x1cc576 db "FOSSIL@" ; species name - dw 511, 1300; height, width + dw 511, 1300 ; height, width - db "In prehistoric", $4e, "times, this", $4e, "#MON flew@" - db "freely and", $4e, "fearlessly through", $4e, "the skies.@" + db "In prehistoric" + next "times, this" + next "#MON flew" + page "freely and" + next "fearlessly through" + next "the skies.@" ; 0x1cc5cf diff --git a/stats/pokedex/entries/143.asm b/stats/pokedex/entries/143.asm index d5156c4ef..b58089efc 100644 --- a/stats/pokedex/entries/143.asm +++ b/stats/pokedex/entries/143.asm @@ -1,8 +1,12 @@ ; SnorlaxPokedexEntry: ; 0x1cc5cf db "SLEEPING@" ; species name - dw 611, 10140; height, width + dw 611, 10140 ; height, width - db "This #MON's", $4e, "stomach is so", $4e, "strong, even@" - db "eating moldy or", $4e, "rotten food will", $4e, "not affect it.@" + db "This #MON's" + next "stomach is so" + next "strong, even" + page "eating moldy or" + next "rotten food will" + next "not affect it.@" ; 0x1cc632 diff --git a/stats/pokedex/entries/144.asm b/stats/pokedex/entries/144.asm index 9f0e9b09a..c705e912e 100644 --- a/stats/pokedex/entries/144.asm +++ b/stats/pokedex/entries/144.asm @@ -1,8 +1,12 @@ ; ArticunoPokedexEntry: ; 0x1cc632 db "FREEZE@" ; species name - dw 507, 1220; height, width + dw 507, 1220 ; height, width - db "Legendary bird", $4e, "#MON. As it", $4e, "flies through the@" - db "sky, it cools the", $4e, "air, causing snow", $4e, "to fall.@" + db "Legendary bird" + next "#MON. As it" + next "flies through the" + page "sky, it cools the" + next "air, causing snow" + next "to fall.@" ; 0x1cc697 diff --git a/stats/pokedex/entries/145.asm b/stats/pokedex/entries/145.asm index 155490db9..b0e012c29 100644 --- a/stats/pokedex/entries/145.asm +++ b/stats/pokedex/entries/145.asm @@ -1,8 +1,12 @@ ; ZapdosPokedexEntry: ; 0x1cc697 db "ELECTRIC@" ; species name - dw 503, 1160; height, width + dw 503, 1160 ; height, width - db "Legendary bird", $4e, "#MON. They say", $4e, "lightning caused@" - db "by the flapping of", $4e, "its wings causes", $4e, "summer storms.@" + db "Legendary bird" + next "#MON. They say" + next "lightning caused" + page "by the flapping of" + next "its wings causes" + next "summer storms.@" ; 0x1cc706 diff --git a/stats/pokedex/entries/146.asm b/stats/pokedex/entries/146.asm index 95b641533..7a314baf1 100644 --- a/stats/pokedex/entries/146.asm +++ b/stats/pokedex/entries/146.asm @@ -1,8 +1,12 @@ ; MoltresPokedexEntry: ; 0x1cc706 db "FLAME@" ; species name - dw 607, 1320; height, width + dw 607, 1320 ; height, width - db "Legendary bird", $4e, "#MON. It is", $4e, "said to migrate@" - db "from the south", $4e, "along with the", $4e, "spring.@" + db "Legendary bird" + next "#MON. It is" + next "said to migrate" + page "from the south" + next "along with the" + next "spring.@" ; 0x1cc761 diff --git a/stats/pokedex/entries/147.asm b/stats/pokedex/entries/147.asm index 369284eec..2763ed608 100644 --- a/stats/pokedex/entries/147.asm +++ b/stats/pokedex/entries/147.asm @@ -1,8 +1,12 @@ ; DratiniPokedexEntry: ; 0x1cc761 db "DRAGON@" ; species name - dw 511, 70; height, width + dw 511, 70 ; height, width - db "It sheds many lay-", $4e, "ers of skin as it", $4e, "grows larger. Dur-@" - db "ing this process,", $4e, "it is protected by", $4e, "a rapid waterfall.@" + db "It sheds many lay-" + next "ers of skin as it" + next "grows larger. Dur-" + page "ing this process," + next "it is protected by" + next "a rapid waterfall.@" ; 0x1cc7dc diff --git a/stats/pokedex/entries/148.asm b/stats/pokedex/entries/148.asm index 73b35d39e..2bb507f88 100644 --- a/stats/pokedex/entries/148.asm +++ b/stats/pokedex/entries/148.asm @@ -1,8 +1,12 @@ ; DragonairPokedexEntry: ; 0x1cc7dc db "DRAGON@" ; species name - dw 1301, 360; height, width + dw 1301, 360 ; height, width - db "It is called the", $4e, "divine #MON.", $4e, "When its entire@" - db "body brightens", $4e, "slightly, the", $4e, "weather changes.@" + db "It is called the" + next "divine #MON." + next "When its entire" + page "body brightens" + next "slightly, the" + next "weather changes.@" ; 0x1cc843 diff --git a/stats/pokedex/entries/149.asm b/stats/pokedex/entries/149.asm index 7e7598af9..1ddfab146 100644 --- a/stats/pokedex/entries/149.asm +++ b/stats/pokedex/entries/149.asm @@ -1,8 +1,12 @@ ; DragonitePokedexEntry: ; 0x1cc843 db "DRAGON@" ; species name - dw 703, 4630; height, width + dw 703, 4630 ; height, width - db "It is said that", $4e, "somewhere in the", $4e, "ocean lies an@" - db "island where these", $4e, "gather. Only they", $4e, "live there.@" + db "It is said that" + next "somewhere in the" + next "ocean lies an" + page "island where these" + next "gather. Only they" + next "live there.@" ; 0x1cc8ae diff --git a/stats/pokedex/entries/150.asm b/stats/pokedex/entries/150.asm index ad495bc9a..a1e922e05 100644 --- a/stats/pokedex/entries/150.asm +++ b/stats/pokedex/entries/150.asm @@ -1,8 +1,12 @@ ; MewtwoPokedexEntry: ; 0x1cc8ae db "GENETIC@" ; species name - dw 607, 2690; height, width + dw 607, 2690 ; height, width - db "Said to rest qui-", $4e, "etly in an", $4e, "undiscovered cave,@" - db "this #MON was", $4e, "created solely for", $4e, "battling.@" + db "Said to rest qui-" + next "etly in an" + next "undiscovered cave," + page "this #MON was" + next "created solely for" + next "battling.@" ; 0x1cc915 diff --git a/stats/pokedex/entries/151.asm b/stats/pokedex/entries/151.asm index 9b8f439bc..1415d07b7 100644 --- a/stats/pokedex/entries/151.asm +++ b/stats/pokedex/entries/151.asm @@ -1,8 +1,12 @@ ; MewPokedexEntry: ; 0x1cc915 db "NEW SPECIE@" ; species name - dw 104, 90; height, width + dw 104, 90 ; height, width - db "Because it can", $4e, "learn any move,", $4e, "some people began@" - db "research to see if", $4e, "it is the ancestor", $4e, "of all #MON.@" + db "Because it can" + next "learn any move," + next "some people began" + page "research to see if" + next "it is the ancestor" + next "of all #MON.@" ; 0x1cc988 diff --git a/stats/pokedex/entries/152.asm b/stats/pokedex/entries/152.asm index bb862b625..a7d279643 100644 --- a/stats/pokedex/entries/152.asm +++ b/stats/pokedex/entries/152.asm @@ -1,8 +1,12 @@ ; ChikoritaPokedexEntry: ; 0x1cc988 db "LEAF@" ; species name - dw 211, 140; height, width + dw 211, 140 ; height, width - db "It loves to bask", $4e, "in the sunlight.", $4e, "It uses the leaf@" - db "on its head to", $4e, "seek out warm", $4e, "places.@" + db "It loves to bask" + next "in the sunlight." + next "It uses the leaf" + page "on its head to" + next "seek out warm" + next "places.@" ; 0x1cc9e9 diff --git a/stats/pokedex/entries/153.asm b/stats/pokedex/entries/153.asm index dae7bf8fb..22be1337a 100644 --- a/stats/pokedex/entries/153.asm +++ b/stats/pokedex/entries/153.asm @@ -1,8 +1,12 @@ ; BayleefPokedexEntry: ; 0x1cc9e9 db "LEAF@" ; species name - dw 311, 350; height, width + dw 311, 350 ; height, width - db "The scent that", $4e, "wafts from the", $4e, "leaves on its neck@" - db "causes anyone who", $4e, "smells it to", $4e, "become energetic.@" + db "The scent that" + next "wafts from the" + next "leaves on its neck" + page "causes anyone who" + next "smells it to" + next "become energetic.@" ; 0x1cca54 diff --git a/stats/pokedex/entries/154.asm b/stats/pokedex/entries/154.asm index 4a6b6a3d5..7144a6b09 100644 --- a/stats/pokedex/entries/154.asm +++ b/stats/pokedex/entries/154.asm @@ -1,8 +1,12 @@ ; MeganiumPokedexEntry: ; 0x1cca54 db "HERB@" ; species name - dw 511, 2220; height, width + dw 511, 2220 ; height, width - db "Anyone who stands", $4e, "beside it becomes", $4e, "refreshed, just as@" - db "if they were", $4e, "relaxing in a", $4e, "sunny forest.@" + db "Anyone who stands" + next "beside it becomes" + next "refreshed, just as" + page "if they were" + next "relaxing in a" + next "sunny forest.@" ; 0x1ccabd diff --git a/stats/pokedex/entries/155.asm b/stats/pokedex/entries/155.asm index bd5e594cd..9a1f7749a 100644 --- a/stats/pokedex/entries/155.asm +++ b/stats/pokedex/entries/155.asm @@ -1,8 +1,12 @@ ; CyndaquilPokedexEntry: ; 0x1ccabd db "FIRE MOUSE@" ; species name - dw 108, 170; height, width + dw 108, 170 ; height, width - db "The fire that", $4e, "spouts from its", $4e, "back burns hottest@" - db "when it is angry.", $4e, "The flaring flames", $4e, "intimidate foes.@" + db "The fire that" + next "spouts from its" + next "back burns hottest" + page "when it is angry." + next "The flaring flames" + next "intimidate foes.@" ; 0x1ccb33 diff --git a/stats/pokedex/entries/156.asm b/stats/pokedex/entries/156.asm index b04b7eb1e..2840d0c93 100644 --- a/stats/pokedex/entries/156.asm +++ b/stats/pokedex/entries/156.asm @@ -1,8 +1,12 @@ ; QuilavaPokedexEntry: ; 0x1ccb33 db "VOLCANO@" ; species name - dw 211, 420; height, width + dw 211, 420 ; height, width - db "Before battle, it", $4e, "turns its back on", $4e, "its opponent to@" - db "demonstrate how", $4e, "ferociously its", $4e, "fire blazes.@" + db "Before battle, it" + next "turns its back on" + next "its opponent to" + page "demonstrate how" + next "ferociously its" + next "fire blazes.@" ; 0x1ccba0 diff --git a/stats/pokedex/entries/157.asm b/stats/pokedex/entries/157.asm index 738867228..b21d62268 100644 --- a/stats/pokedex/entries/157.asm +++ b/stats/pokedex/entries/157.asm @@ -1,8 +1,12 @@ ; TyphlosionPokedexEntry: ; 0x1ccba0 db "VOLCANO@" ; species name - dw 507, 1750; height, width + dw 507, 1750 ; height, width - db "When heat from its", $4e, "body causes the", $4e, "air around it to@" - db "shimmer, this is a", $4e, "sign that it is", $4e, "ready to battle.@" + db "When heat from its" + next "body causes the" + next "air around it to" + page "shimmer, this is a" + next "sign that it is" + next "ready to battle.@" ; 0x1ccc14 diff --git a/stats/pokedex/entries/158.asm b/stats/pokedex/entries/158.asm index 561198e82..d3f3f97ab 100644 --- a/stats/pokedex/entries/158.asm +++ b/stats/pokedex/entries/158.asm @@ -1,8 +1,12 @@ ; TotodilePokedexEntry: ; 0x1ccc14 db "BIG JAW@" ; species name - dw 200, 210; height, width + dw 200, 210 ; height, width - db "This rough critter", $4e, "chomps at any", $4e, "moving object it@" - db "sees. Turning your", $4e, "back on it is not", $4e, "recommended.@" + db "This rough critter" + next "chomps at any" + next "moving object it" + page "sees. Turning your" + next "back on it is not" + next "recommended.@" ; 0x1ccc84 diff --git a/stats/pokedex/entries/159.asm b/stats/pokedex/entries/159.asm index 0c2b0140a..d44f99d0e 100644 --- a/stats/pokedex/entries/159.asm +++ b/stats/pokedex/entries/159.asm @@ -1,8 +1,12 @@ ; CroconawPokedexEntry: ; 0x1ccc84 db "BIG JAW@" ; species name - dw 307, 550; height, width + dw 307, 550 ; height, width - db "The tips of its", $4e, "fangs are slanted", $4e, "backward. Once@" - db "those fangs clamp", $4e, "down, the prey has", $4e, "no hope of escape.@" + db "The tips of its" + next "fangs are slanted" + next "backward. Once" + page "those fangs clamp" + next "down, the prey has" + next "no hope of escape.@" ; 0x1cccf9 diff --git a/stats/pokedex/entries/160.asm b/stats/pokedex/entries/160.asm index 0864d1a11..31aee2d44 100644 --- a/stats/pokedex/entries/160.asm +++ b/stats/pokedex/entries/160.asm @@ -1,8 +1,12 @@ ; FeraligatrPokedexEntry: ; 0x1cccf9 db "BIG JAW@" ; species name - dw 707, 1960; height, width + dw 707, 1960 ; height, width - db "Although it has a", $4e, "massive body, its", $4e, "powerful hind legs@" - db "enable it to move", $4e, "quickly, even on", $4e, "the ground.@" + db "Although it has a" + next "massive body, its" + next "powerful hind legs" + page "enable it to move" + next "quickly, even on" + next "the ground.@" ; 0x1ccd6b diff --git a/stats/pokedex/entries/161.asm b/stats/pokedex/entries/161.asm index eeb558155..991c22baa 100644 --- a/stats/pokedex/entries/161.asm +++ b/stats/pokedex/entries/161.asm @@ -1,8 +1,12 @@ ; SentretPokedexEntry: ; 0x1ccd6b db "SCOUT@" ; species name - dw 207, 130; height, width + dw 207, 130 ; height, width - db "When acting as a", $4e, "lookout, it warns", $4e, "others of danger@" - db "by screeching and", $4e, "hitting the ground", $4e, "with its tail.@" + db "When acting as a" + next "lookout, it warns" + next "others of danger" + page "by screeching and" + next "hitting the ground" + next "with its tail.@" ; 0x1ccddd diff --git a/stats/pokedex/entries/162.asm b/stats/pokedex/entries/162.asm index 1fa488e38..e6e7a0121 100644 --- a/stats/pokedex/entries/162.asm +++ b/stats/pokedex/entries/162.asm @@ -1,8 +1,12 @@ ; FurretPokedexEntry: ; 0x1ccddd db "LONG BODY@" ; species name - dw 511, 720; height, width + dw 511, 720 ; height, width - db "It lives in narrow", $4e, "burrows that fit", $4e, "its slim body. The@" - db "deeper the nests", $4e, "go, the more maze-", $4e, "like they become.@" + db "It lives in narrow" + next "burrows that fit" + next "its slim body. The" + page "deeper the nests" + next "go, the more maze-" + next "like they become.@" ; 0x1cce58 diff --git a/stats/pokedex/entries/163.asm b/stats/pokedex/entries/163.asm index 6115cfdb9..0a1841ccf 100644 --- a/stats/pokedex/entries/163.asm +++ b/stats/pokedex/entries/163.asm @@ -1,8 +1,12 @@ ; HoothootPokedexEntry: ; 0x1cce58 db "OWL@" ; species name - dw 204, 470; height, width + dw 204, 470 ; height, width - db "It begins to hoot", $4e, "at the same time", $4e, "every day. Some@" - db "trainers use them", $4e, "in place of", $4e, "clocks.@" + db "It begins to hoot" + next "at the same time" + next "every day. Some" + page "trainers use them" + next "in place of" + next "clocks.@" ; 0x1cceb9 diff --git a/stats/pokedex/entries/164.asm b/stats/pokedex/entries/164.asm index eb76f0989..c1828b350 100644 --- a/stats/pokedex/entries/164.asm +++ b/stats/pokedex/entries/164.asm @@ -1,8 +1,12 @@ ; NoctowlPokedexEntry: ; 0x1cceb9 db "OWL@" ; species name - dw 503, 900; height, width + dw 503, 900 ; height, width - db "Its extremely soft", $4e, "feathers make no", $4e, "sound in flight.@" - db "It silently sneaks", $4e, "up on prey without", $4e, "being detected.@" + db "Its extremely soft" + next "feathers make no" + next "sound in flight." + page "It silently sneaks" + next "up on prey without" + next "being detected.@" ; 0x1ccf2c diff --git a/stats/pokedex/entries/165.asm b/stats/pokedex/entries/165.asm index ceb5c8e29..7abaf54ea 100644 --- a/stats/pokedex/entries/165.asm +++ b/stats/pokedex/entries/165.asm @@ -1,8 +1,12 @@ ; LedybaPokedexEntry: ; 0x1ccf2c db "FIVE STAR@" ; species name - dw 303, 240; height, width + dw 303, 240 ; height, width - db "It is timid and", $4e, "clusters together", $4e, "with others. The@" - db "fluid secreted by", $4e, "its feet indicates", $4e, "its location.@" + db "It is timid and" + next "clusters together" + next "with others. The" + page "fluid secreted by" + next "its feet indicates" + next "its location.@" ; 0x1ccfa0 diff --git a/stats/pokedex/entries/166.asm b/stats/pokedex/entries/166.asm index f9a7f4131..80284d756 100644 --- a/stats/pokedex/entries/166.asm +++ b/stats/pokedex/entries/166.asm @@ -1,8 +1,12 @@ ; LedianPokedexEntry: ; 0x1ccfa0 db "FIVE STAR@" ; species name - dw 407, 780; height, width + dw 407, 780 ; height, width - db "In the daytime", $4e, "when it gets warm,", $4e, "it curls up inside@" - db "a big leaf and", $4e, "drifts off into", $4e, "a deep slumber.@" + db "In the daytime" + next "when it gets warm," + next "it curls up inside" + page "a big leaf and" + next "drifts off into" + next "a deep slumber.@" ; 0x1cd012 diff --git a/stats/pokedex/entries/167.asm b/stats/pokedex/entries/167.asm index 60f4ebda8..eecfe3b5d 100644 --- a/stats/pokedex/entries/167.asm +++ b/stats/pokedex/entries/167.asm @@ -1,8 +1,12 @@ ; SpinarakPokedexEntry: ; 0x1cd012 db "STRINGSPIT@" ; species name - dw 108, 190; height, width + dw 108, 190 ; height, width - db "If prey becomes", $4e, "ensnared in its", $4e, "nest of spun@" - db "string, it waits", $4e, "motionlessly until", $4e, "it becomes dark.@" + db "If prey becomes" + next "ensnared in its" + next "nest of spun" + page "string, it waits" + next "motionlessly until" + next "it becomes dark.@" ; 0x1cd083 diff --git a/stats/pokedex/entries/168.asm b/stats/pokedex/entries/168.asm index 503f5be1b..0318cdf73 100644 --- a/stats/pokedex/entries/168.asm +++ b/stats/pokedex/entries/168.asm @@ -1,8 +1,12 @@ ; AriadosPokedexEntry: ; 0x1cd083 db "LONG LEG@" ; species name - dw 307, 740; height, width + dw 307, 740 ; height, width - db "Rather than mak-", $4e, "ing a nest in one", $4e, "specific spot, it@" - db "wanders in search", $4e, "of food after", $4e, "darkness falls.@" + db "Rather than mak-" + next "ing a nest in one" + next "specific spot, it" + page "wanders in search" + next "of food after" + next "darkness falls.@" ; 0x1cd0f5 diff --git a/stats/pokedex/entries/169.asm b/stats/pokedex/entries/169.asm index 54b1ce8be..d5483e029 100644 --- a/stats/pokedex/entries/169.asm +++ b/stats/pokedex/entries/169.asm @@ -1,8 +1,12 @@ ; CrobatPokedexEntry: ; 0x1cd0f5 db "BAT@" ; species name - dw 511, 1650; height, width + dw 511, 1650 ; height, width - db "As a result of its", $4e, "pursuit of faster,", $4e, "yet more silent@" - db "flight, a new set", $4e, "of wings grew on", $4e, "its hind legs.@" + db "As a result of its" + next "pursuit of faster," + next "yet more silent" + page "flight, a new set" + next "of wings grew on" + next "its hind legs.@" ; 0x1cd165 diff --git a/stats/pokedex/entries/170.asm b/stats/pokedex/entries/170.asm index b061d452a..b3d5344ff 100644 --- a/stats/pokedex/entries/170.asm +++ b/stats/pokedex/entries/170.asm @@ -1,8 +1,12 @@ ; ChinchouPokedexEntry: ; 0x1cd165 db "ANGLER@" ; species name - dw 108, 260; height, width + dw 108, 260 ; height, width - db "Its antennae, whi-", $4e, "ch evolved from a", $4e, "fin, have both po-@" - db "sitive and neg-", $4e, "ative charges flo-", $4e, "wing through them.@" + db "Its antennae, whi-" + next "ch evolved from a" + next "fin, have both po-" + page "sitive and neg-" + next "ative charges flo-" + next "wing through them.@" ; 0x1cd1de diff --git a/stats/pokedex/entries/171.asm b/stats/pokedex/entries/171.asm index 2c91f950b..5ec3afdfc 100644 --- a/stats/pokedex/entries/171.asm +++ b/stats/pokedex/entries/171.asm @@ -1,8 +1,12 @@ ; LanturnPokedexEntry: ; 0x1cd1de db "LIGHT@" ; species name - dw 311, 500; height, width + dw 311, 500 ; height, width - db "This #MON uses", $4e, "the bright part of", $4e, "its body, which@" - db "changed from a", $4e, "dorsal fin, to", $4e, "lure prey.@" + db "This #MON uses" + next "the bright part of" + next "its body, which" + page "changed from a" + next "dorsal fin, to" + next "lure prey.@" ; 0x1cd243 diff --git a/stats/pokedex/entries/172.asm b/stats/pokedex/entries/172.asm index 23c3b3543..896a40684 100644 --- a/stats/pokedex/entries/172.asm +++ b/stats/pokedex/entries/172.asm @@ -1,8 +1,12 @@ ; PichuPokedexEntry: ; 0x1cd243 db "TINY MOUSE@" ; species name - dw 100, 40; height, width + dw 100, 40 ; height, width - db "It is unskilled at", $4e, "storing electric", $4e, "power. Any kind of@" - db "shock causes it to", $4e, "discharge energy", $4e, "spontaneously.@" + db "It is unskilled at" + next "storing electric" + next "power. Any kind of" + page "shock causes it to" + next "discharge energy" + next "spontaneously.@" ; 0x1cd2bc diff --git a/stats/pokedex/entries/173.asm b/stats/pokedex/entries/173.asm index 2832fc75c..6b87925cd 100644 --- a/stats/pokedex/entries/173.asm +++ b/stats/pokedex/entries/173.asm @@ -1,8 +1,12 @@ ; CleffaPokedexEntry: ; 0x1cd2bc db "STARSHAPE@" ; species name - dw 100, 70; height, width + dw 100, 70 ; height, width - db "If the impact site", $4e, "of a meteorite is", $4e, "found, this@" - db "#MON is certain", $4e, "to be within the", $4e, "immediate area.@" + db "If the impact site" + next "of a meteorite is" + next "found, this" + page "#MON is certain" + next "to be within the" + next "immediate area.@" ; 0x1cd32c diff --git a/stats/pokedex/entries/174.asm b/stats/pokedex/entries/174.asm index 4acc58bfd..683dc2955 100644 --- a/stats/pokedex/entries/174.asm +++ b/stats/pokedex/entries/174.asm @@ -1,8 +1,12 @@ ; IgglybuffPokedexEntry: ; 0x1cd32c db "BALLOON@" ; species name - dw 100, 20; height, width + dw 100, 20 ; height, width - db "Instead of walking", $4e, "with its short", $4e, "legs, it moves@" - db "around by bouncing", $4e, "on its soft,", $4e, "tender body.@" + db "Instead of walking" + next "with its short" + next "legs, it moves" + page "around by bouncing" + next "on its soft," + next "tender body.@" ; 0x1cd396 diff --git a/stats/pokedex/entries/175.asm b/stats/pokedex/entries/175.asm index 387d6b3a5..07b139abe 100644 --- a/stats/pokedex/entries/175.asm +++ b/stats/pokedex/entries/175.asm @@ -1,8 +1,12 @@ ; TogepiPokedexEntry: ; 0x1cd396 db "SPIKE BALL@" ; species name - dw 100, 30; height, width + dw 100, 30 ; height, width - db "It is considered", $4e, "to be a symbol of", $4e, "good luck. Its@" - db "shell is said to", $4e, "be filled with", $4e, "happiness.@" + db "It is considered" + next "to be a symbol of" + next "good luck. Its" + page "shell is said to" + next "be filled with" + next "happiness.@" ; 0x1cd402 diff --git a/stats/pokedex/entries/176.asm b/stats/pokedex/entries/176.asm index 17687ff72..14f02bad0 100644 --- a/stats/pokedex/entries/176.asm +++ b/stats/pokedex/entries/176.asm @@ -1,8 +1,12 @@ ; TogeticPokedexEntry: ; 0x1cd402 db "HAPPINESS@" ; species name - dw 200, 70; height, width + dw 200, 70 ; height, width - db "Although it does", $4e, "not flap its wings", $4e, "very much, it can@" - db "stay up in the air", $4e, "as it tags along", $4e, "after its trainer.@" + db "Although it does" + next "not flap its wings" + next "very much, it can" + page "stay up in the air" + next "as it tags along" + next "after its trainer.@" ; 0x1cd47d diff --git a/stats/pokedex/entries/177.asm b/stats/pokedex/entries/177.asm index 3a5e28c43..7dab8f356 100644 --- a/stats/pokedex/entries/177.asm +++ b/stats/pokedex/entries/177.asm @@ -1,8 +1,12 @@ ; NatuPokedexEntry: ; 0x1cd47d db "LITTLE BIRD@" ; species name - dw 8, 40; height, width + dw 8, 40 ; height, width - db "It is extremely", $4e, "good at climbing", $4e, "tree trunks and@" - db "likes to eat the", $4e, "new sprouts on", $4e, "the trees.@" + db "It is extremely" + next "good at climbing" + next "tree trunks and" + page "likes to eat the" + next "new sprouts on" + next "the trees.@" ; 0x1cd4e9 diff --git a/stats/pokedex/entries/178.asm b/stats/pokedex/entries/178.asm index 515b4eb64..169efa407 100644 --- a/stats/pokedex/entries/178.asm +++ b/stats/pokedex/entries/178.asm @@ -1,8 +1,12 @@ ; XatuPokedexEntry: ; 0x1cd4e9 db "MYSTIC@" ; species name - dw 411, 330; height, width + dw 411, 330 ; height, width - db "Once it begins to", $4e, "meditate at sun-", $4e, "rise, the entire@" - db "day will pass", $4e, "before it will", $4e, "move again.@" + db "Once it begins to" + next "meditate at sun-" + next "rise, the entire" + page "day will pass" + next "before it will" + next "move again.@" ; 0x1cd551 diff --git a/stats/pokedex/entries/179.asm b/stats/pokedex/entries/179.asm index 7acaa9239..4c64aff8a 100644 --- a/stats/pokedex/entries/179.asm +++ b/stats/pokedex/entries/179.asm @@ -1,8 +1,12 @@ ; MareepPokedexEntry: ; 0x1cd551 db "WOOL@" ; species name - dw 200, 170; height, width + dw 200, 170 ; height, width - db "It stores lots of", $4e, "air in its soft", $4e, "fur, allowing it@" - db "to stay cool in", $4e, "summer and warm", $4e, "in winter.@" + db "It stores lots of" + next "air in its soft" + next "fur, allowing it" + page "to stay cool in" + next "summer and warm" + next "in winter.@" ; 0x1cd5b8 diff --git a/stats/pokedex/entries/180.asm b/stats/pokedex/entries/180.asm index 570efc121..d30f7c877 100644 --- a/stats/pokedex/entries/180.asm +++ b/stats/pokedex/entries/180.asm @@ -1,8 +1,12 @@ ; FlaaffyPokedexEntry: ; 0x1cd5b8 db "WOOL@" ; species name - dw 207, 290; height, width + dw 207, 290 ; height, width - db "Because of its", $4e, "rubbery, electric-", $4e, "ity-resistant@" - db "skin, it can store", $4e, "lots of electric-", $4e, "ity in its fur.@" + db "Because of its" + next "rubbery, electric-" + next "ity-resistant" + page "skin, it can store" + next "lots of electric-" + next "ity in its fur.@" ; 0x1cd626 diff --git a/stats/pokedex/entries/181.asm b/stats/pokedex/entries/181.asm index 137eceed4..da50c306c 100644 --- a/stats/pokedex/entries/181.asm +++ b/stats/pokedex/entries/181.asm @@ -1,8 +1,12 @@ ; AmpharosPokedexEntry: ; 0x1cd626 db "LIGHT@" ; species name - dw 407, 1360; height, width + dw 407, 1360 ; height, width - db "When it gets dark,", $4e, "the light from its", $4e, "bright, shiny tail@" - db "can be seen from", $4e, "far away on the", $4e, "ocean's surface.@" + db "When it gets dark," + next "the light from its" + next "bright, shiny tail" + page "can be seen from" + next "far away on the" + next "ocean's surface.@" ; 0x1cd69a diff --git a/stats/pokedex/entries/182.asm b/stats/pokedex/entries/182.asm index ab9488dc1..381e85fc1 100644 --- a/stats/pokedex/entries/182.asm +++ b/stats/pokedex/entries/182.asm @@ -1,8 +1,12 @@ ; BellossomPokedexEntry: ; 0x1cd69a db "FLOWER@" ; species name - dw 104, 130; height, width + dw 104, 130 ; height, width - db "When these dance", $4e, "together, their", $4e, "petals rub against@" - db "each other,", $4e, "making pretty,", $4e, "relaxing sounds.@" + db "When these dance" + next "together, their" + next "petals rub against" + page "each other," + next "making pretty," + next "relaxing sounds.@" ; 0x1cd705 diff --git a/stats/pokedex/entries/183.asm b/stats/pokedex/entries/183.asm index f5f6406dc..44ba743eb 100644 --- a/stats/pokedex/entries/183.asm +++ b/stats/pokedex/entries/183.asm @@ -1,8 +1,12 @@ ; MarillPokedexEntry: ; 0x1cd705 db "AQUAMOUSE@" ; species name - dw 104, 190; height, width + dw 104, 190 ; height, width - db "The fur on its", $4e, "body naturally", $4e, "repels water. It@" - db "can stay dry, even", $4e, "when it plays in", $4e, "the water.@" + db "The fur on its" + next "body naturally" + next "repels water. It" + page "can stay dry, even" + next "when it plays in" + next "the water.@" ; 0x1cd771 diff --git a/stats/pokedex/entries/184.asm b/stats/pokedex/entries/184.asm index 6357b7cd8..b50f6aea7 100644 --- a/stats/pokedex/entries/184.asm +++ b/stats/pokedex/entries/184.asm @@ -1,8 +1,12 @@ ; AzumarillPokedexEntry: ; 0x1cd771 db "AQUARABBIT@" ; species name - dw 207, 630; height, width + dw 207, 630 ; height, width - db "The bubble-like", $4e, "pattern on its", $4e, "stomach helps it@" - db "camouflage itself", $4e, "when it's in the", $4e, "water.@" + db "The bubble-like" + next "pattern on its" + next "stomach helps it" + page "camouflage itself" + next "when it's in the" + next "water.@" ; 0x1cd7d9 diff --git a/stats/pokedex/entries/185.asm b/stats/pokedex/entries/185.asm index 722da2419..1c991d895 100644 --- a/stats/pokedex/entries/185.asm +++ b/stats/pokedex/entries/185.asm @@ -1,8 +1,12 @@ ; SudowoodoPokedexEntry: ; 0x1cd7d9 db "IMITATION@" ; species name - dw 311, 840; height, width + dw 311, 840 ; height, width - db "If a tree branch", $4e, "shakes when there", $4e, "is no wind, it's a@" - db "SUDOWOODO, not a", $4e, "tree. It hides", $4e, "from the rain.@" + db "If a tree branch" + next "shakes when there" + next "is no wind, it's a" + page "SUDOWOODO, not a" + next "tree. It hides" + next "from the rain.@" ; 0x1cd84b diff --git a/stats/pokedex/entries/186.asm b/stats/pokedex/entries/186.asm index 1a167eb1b..7db0bea6e 100644 --- a/stats/pokedex/entries/186.asm +++ b/stats/pokedex/entries/186.asm @@ -1,8 +1,12 @@ ; PolitoedPokedexEntry: ; 0x1cd84b db "FROG@" ; species name - dw 307, 750; height, width + dw 307, 750 ; height, width - db "When it expands", $4e, "its throat to", $4e, "croak out a tune,@" - db "nearby POLIWAG and", $4e, "POLIWHIRL gather", $4e, "immediately.@" + db "When it expands" + next "its throat to" + next "croak out a tune," + page "nearby POLIWAG and" + next "POLIWHIRL gather" + next "immediately.@" ; 0x1cd8b5 diff --git a/stats/pokedex/entries/187.asm b/stats/pokedex/entries/187.asm index 7da1b3544..d9f294382 100644 --- a/stats/pokedex/entries/187.asm +++ b/stats/pokedex/entries/187.asm @@ -1,8 +1,12 @@ ; HoppipPokedexEntry: ; 0x1cd8b5 db "COTTONWEED@" ; species name - dw 104, 10; height, width + dw 104, 10 ; height, width - db "It can be carried", $4e, "away on even the", $4e, "gentlest breeze.@" - db "It may even float", $4e, "all the way to the", $4e, "next town.@" + db "It can be carried" + next "away on even the" + next "gentlest breeze." + page "It may even float" + next "all the way to the" + next "next town.@" ; 0x1cd928 diff --git a/stats/pokedex/entries/188.asm b/stats/pokedex/entries/188.asm index 92e7aaae6..aa5afd0cb 100644 --- a/stats/pokedex/entries/188.asm +++ b/stats/pokedex/entries/188.asm @@ -1,8 +1,12 @@ ; SkiploomPokedexEntry: ; 0x1cd928 db "COTTONWEED@" ; species name - dw 200, 20; height, width + dw 200, 20 ; height, width - db "As soon as it", $4e, "rains, it closes", $4e, "its flower and@" - db "hides in the shade", $4e, "of a tree to avoid", $4e, "getting wet.@" + db "As soon as it" + next "rains, it closes" + next "its flower and" + page "hides in the shade" + next "of a tree to avoid" + next "getting wet.@" ; 0x1cd998 diff --git a/stats/pokedex/entries/189.asm b/stats/pokedex/entries/189.asm index f6650939b..94199651a 100644 --- a/stats/pokedex/entries/189.asm +++ b/stats/pokedex/entries/189.asm @@ -1,8 +1,12 @@ ; JumpluffPokedexEntry: ; 0x1cd998 db "COTTONWEED@" ; species name - dw 207, 70; height, width + dw 207, 70 ; height, width - db "Even in the fierc-", $4e, "est wind, it can", $4e, "control its fluff@" - db "to make its way to", $4e, "any place in the", $4e, "world it wants.@" + db "Even in the fierc-" + next "est wind, it can" + next "control its fluff" + page "to make its way to" + next "any place in the" + next "world it wants.@" ; 0x1cda11 diff --git a/stats/pokedex/entries/190.asm b/stats/pokedex/entries/190.asm index c8f19a475..1d9cbf18f 100644 --- a/stats/pokedex/entries/190.asm +++ b/stats/pokedex/entries/190.asm @@ -1,8 +1,12 @@ ; AipomPokedexEntry: ; 0x1cda11 db "LONG TAIL@" ; species name - dw 207, 250; height, width + dw 207, 250 ; height, width - db "It uses its tail", $4e, "to hang on to tree", $4e, "branches. It uses@" - db "its momentum to", $4e, "swing from one", $4e, "branch to another.@" + db "It uses its tail" + next "to hang on to tree" + next "branches. It uses" + page "its momentum to" + next "swing from one" + next "branch to another.@" ; 0x1cda87 diff --git a/stats/pokedex/entries/191.asm b/stats/pokedex/entries/191.asm index a90a9ba93..c4f7917ab 100644 --- a/stats/pokedex/entries/191.asm +++ b/stats/pokedex/entries/191.asm @@ -1,8 +1,12 @@ ; SunkernPokedexEntry: ; 0x1cda87 db "SEED@" ; species name - dw 100, 40; height, width + dw 100, 40 ; height, width - db "It is very weak.", $4e, "Its only means of", $4e, "defense is to@" - db "shake its leaves", $4e, "desperately at its", $4e, "attacker.@" + db "It is very weak." + next "Its only means of" + next "defense is to" + page "shake its leaves" + next "desperately at its" + next "attacker.@" ; 0x1cdaef diff --git a/stats/pokedex/entries/192.asm b/stats/pokedex/entries/192.asm index ad932ab16..fd4ab5010 100644 --- a/stats/pokedex/entries/192.asm +++ b/stats/pokedex/entries/192.asm @@ -1,8 +1,12 @@ ; SunfloraPokedexEntry: ; 0x1cdaef db "SUN@" ; species name - dw 207, 190; height, width + dw 207, 190 ; height, width - db "As the hot season", $4e, "approaches, the", $4e, "petals on this@" - db "#MON's face", $4e, "become more vivid", $4e, "and lively.@" + db "As the hot season" + next "approaches, the" + next "petals on this" + page "#MON's face" + next "become more vivid" + next "and lively.@" ; 0x1cdb51 diff --git a/stats/pokedex/entries/193.asm b/stats/pokedex/entries/193.asm index 8fb3b6a61..7a3d1e901 100644 --- a/stats/pokedex/entries/193.asm +++ b/stats/pokedex/entries/193.asm @@ -1,8 +1,12 @@ ; YanmaPokedexEntry: ; 0x1d0000 db "CLEAR WING@" ; species name - dw 311, 840; height, width + dw 311, 840 ; height, width - db "It can see in all", $4e, "directions without", $4e, "moving its big@" - db "eyes, helping it", $4e, "spot attackers and", $4e, "food right away.@" + db "It can see in all" + next "directions without" + next "moving its big" + page "eyes, helping it" + next "spot attackers and" + next "food right away.@" ; 0x1d0078 diff --git a/stats/pokedex/entries/194.asm b/stats/pokedex/entries/194.asm index f0773ec2a..8b73d95f8 100644 --- a/stats/pokedex/entries/194.asm +++ b/stats/pokedex/entries/194.asm @@ -1,8 +1,12 @@ ; WooperPokedexEntry: ; 0x1d0078 db "WATER FISH@" ; species name - dw 104, 190; height, width + dw 104, 190 ; height, width - db "A mucous", $4e, "membrane covers", $4e, "its body. Touching@" - db "it barehanded will", $4e, "cause a shooting", $4e, "pain.@" + db "A mucous" + next "membrane covers" + next "its body. Touching" + page "it barehanded will" + next "cause a shooting" + next "pain.@" ; 0x1d00dd diff --git a/stats/pokedex/entries/195.asm b/stats/pokedex/entries/195.asm index db9111665..0c8cd45de 100644 --- a/stats/pokedex/entries/195.asm +++ b/stats/pokedex/entries/195.asm @@ -1,8 +1,12 @@ ; QuagsirePokedexEntry: ; 0x1d00dd db "WATER FISH@" ; species name - dw 407, 1650; height, width + dw 407, 1650 ; height, width - db "Its body is always", $4e, "slimy. It often", $4e, "bangs its head on@" - db "the river bottom", $4e, "as it swims but", $4e, "seems not to care.@" + db "Its body is always" + next "slimy. It often" + next "bangs its head on" + page "the river bottom" + next "as it swims but" + next "seems not to care.@" ; 0x1d0155 diff --git a/stats/pokedex/entries/196.asm b/stats/pokedex/entries/196.asm index a72e0ba97..e5a0ddefe 100644 --- a/stats/pokedex/entries/196.asm +++ b/stats/pokedex/entries/196.asm @@ -1,8 +1,12 @@ ; EspeonPokedexEntry: ; 0x1d0155 db "SUN@" ; species name - dw 211, 580; height, width + dw 211, 580 ; height, width - db "The tip of its", $4e, "forked tail", $4e, "quivers when it is@" - db "predicting its", $4e, "opponent's next", $4e, "move.@" + db "The tip of its" + next "forked tail" + next "quivers when it is" + page "predicting its" + next "opponent's next" + next "move.@" ; 0x1d01af diff --git a/stats/pokedex/entries/197.asm b/stats/pokedex/entries/197.asm index 8b9e2b093..9e7ae227e 100644 --- a/stats/pokedex/entries/197.asm +++ b/stats/pokedex/entries/197.asm @@ -1,8 +1,12 @@ ; UmbreonPokedexEntry: ; 0x1d01af db "MOONLIGHT@" ; species name - dw 303, 600; height, width + dw 303, 600 ; height, width - db "On the night of a", $4e, "full moon, or when", $4e, "it gets excited,@" - db "the ring patterns", $4e, "on its body glow", $4e, "yellow.@" + db "On the night of a" + next "full moon, or when" + next "it gets excited," + page "the ring patterns" + next "on its body glow" + next "yellow.@" ; 0x1d021e diff --git a/stats/pokedex/entries/198.asm b/stats/pokedex/entries/198.asm index 79b052121..fd5db0d7d 100644 --- a/stats/pokedex/entries/198.asm +++ b/stats/pokedex/entries/198.asm @@ -1,8 +1,12 @@ ; MurkrowPokedexEntry: ; 0x1d021e db "DARKNESS@" ; species name - dw 108, 50; height, width + dw 108, 50 ; height, width - db "It hides any shiny", $4e, "object it finds in", $4e, "a secret location.@" - db "MURKROW and", $4e, "MEOWTH loot one", $4e, "another's stashes.@" + db "It hides any shiny" + next "object it finds in" + next "a secret location." + page "MURKROW and" + next "MEOWTH loot one" + next "another's stashes.@" ; 0x1d0292 diff --git a/stats/pokedex/entries/199.asm b/stats/pokedex/entries/199.asm index 8951c91d5..057976b6f 100644 --- a/stats/pokedex/entries/199.asm +++ b/stats/pokedex/entries/199.asm @@ -1,8 +1,12 @@ ; SlowkingPokedexEntry: ; 0x1d0292 db "ROYAL@" ; species name - dw 607, 1750; height, width + dw 607, 1750 ; height, width - db "Every time it ya-", $4e, "wns, SHELLDER", $4e, "injects more poi-@" - db "son into it. The", $4e, "poison makes it", $4e, "more intelligent.@" + db "Every time it ya-" + next "wns, SHELLDER" + next "injects more poi-" + page "son into it. The" + next "poison makes it" + next "more intelligent.@" ; 0x1d0301 diff --git a/stats/pokedex/entries/200.asm b/stats/pokedex/entries/200.asm index ef1bb7797..9e1f5b7af 100644 --- a/stats/pokedex/entries/200.asm +++ b/stats/pokedex/entries/200.asm @@ -1,8 +1,12 @@ ; MisdreavusPokedexEntry: ; 0x1d0301 db "SCREECH@" ; species name - dw 204, 20; height, width + dw 204, 20 ; height, width - db "It loves to watch", $4e, "people it's scar-", $4e, "ed. It frightens@" - db "them by screaming", $4e, "loudly or appear-", $4e, "ing suddenly.@" + db "It loves to watch" + next "people it's scar-" + next "ed. It frightens" + page "them by screaming" + next "loudly or appear-" + next "ing suddenly.@" ; 0x1d0373 diff --git a/stats/pokedex/entries/201.asm b/stats/pokedex/entries/201.asm index c8a8a408e..d7df7f924 100644 --- a/stats/pokedex/entries/201.asm +++ b/stats/pokedex/entries/201.asm @@ -1,8 +1,12 @@ ; UnownPokedexEntry: ; 0x1d0373 db "SYMBOL@" ; species name - dw 108, 110; height, width + dw 108, 110 ; height, width - db "Because different", $4e, "types of UNOWN", $4e, "exist, it is said@" - db "that they must", $4e, "have a variety of", $4e, "abilities.@" + db "Because different" + next "types of UNOWN" + next "exist, it is said" + page "that they must" + next "have a variety of" + next "abilities.@" ; 0x1d03dd diff --git a/stats/pokedex/entries/202.asm b/stats/pokedex/entries/202.asm index 73c6d1e02..2d3d29142 100644 --- a/stats/pokedex/entries/202.asm +++ b/stats/pokedex/entries/202.asm @@ -1,8 +1,12 @@ ; WobbuffetPokedexEntry: ; 0x1d03dd db "PATIENT@" ; species name - dw 403, 630; height, width + dw 403, 630 ; height, width - db "In order to con-", $4e, "ceal its black", $4e, "tail, it lives in@" - db "a dark cave and", $4e, "only moves about", $4e, "at night.@" + db "In order to con-" + next "ceal its black" + next "tail, it lives in" + page "a dark cave and" + next "only moves about" + next "at night.@" ; 0x1d0446 diff --git a/stats/pokedex/entries/203.asm b/stats/pokedex/entries/203.asm index 80b26135f..ba5e8286c 100644 --- a/stats/pokedex/entries/203.asm +++ b/stats/pokedex/entries/203.asm @@ -1,8 +1,12 @@ ; GirafarigPokedexEntry: ; 0x1d0446 db "LONG NECK@" ; species name - dw 411, 910; height, width + dw 411, 910 ; height, width - db "When it is in", $4e, "danger, its tail", $4e, "uses some sort of@" - db "mysterious powers", $4e, "to drive away the", $4e, "enemy.@" + db "When it is in" + next "danger, its tail" + next "uses some sort of" + page "mysterious powers" + next "to drive away the" + next "enemy.@" ; 0x1d04b0 diff --git a/stats/pokedex/entries/204.asm b/stats/pokedex/entries/204.asm index bdf81c8c1..6edeb49c0 100644 --- a/stats/pokedex/entries/204.asm +++ b/stats/pokedex/entries/204.asm @@ -1,8 +1,12 @@ ; PinecoPokedexEntry: ; 0x1d04b0 db "BAGWORM@" ; species name - dw 200, 160; height, width + dw 200, 160 ; height, width - db "It spits out a", $4e, "fluid that it uses", $4e, "to glue tree bark@" - db "to its body. The", $4e, "fluid hardens when", $4e, "it touches air.@" + db "It spits out a" + next "fluid that it uses" + next "to glue tree bark" + page "to its body. The" + next "fluid hardens when" + next "it touches air.@" ; 0x1d0524 diff --git a/stats/pokedex/entries/205.asm b/stats/pokedex/entries/205.asm index f81285de0..540d64797 100644 --- a/stats/pokedex/entries/205.asm +++ b/stats/pokedex/entries/205.asm @@ -1,8 +1,12 @@ ; ForretressPokedexEntry: ; 0x1d0524 db "BAGWORM@" ; species name - dw 311, 2770; height, width + dw 311, 2770 ; height, width - db "Usually found", $4e, "hanging on to a", $4e, "fat tree trunk. It@" - db "shoots out bits of", $4e, "its shell when it", $4e, "sees action.@" + db "Usually found" + next "hanging on to a" + next "fat tree trunk. It" + page "shoots out bits of" + next "its shell when it" + next "sees action.@" ; 0x1d0593 diff --git a/stats/pokedex/entries/206.asm b/stats/pokedex/entries/206.asm index 6c1262265..517436a21 100644 --- a/stats/pokedex/entries/206.asm +++ b/stats/pokedex/entries/206.asm @@ -1,8 +1,12 @@ ; DunsparcePokedexEntry: ; 0x1d0593 db "LAND SNAKE@" ; species name - dw 411, 310; height, width + dw 411, 310 ; height, width - db "It hides deep", $4e, "inside caves where", $4e, "no light ever@" - db "reaches it and", $4e, "remains virtually", $4e, "motionless there.@" + db "It hides deep" + next "inside caves where" + next "no light ever" + page "reaches it and" + next "remains virtually" + next "motionless there.@" ; 0x1d0604 diff --git a/stats/pokedex/entries/207.asm b/stats/pokedex/entries/207.asm index 187400ba8..03f973837 100644 --- a/stats/pokedex/entries/207.asm +++ b/stats/pokedex/entries/207.asm @@ -1,8 +1,12 @@ ; GligarPokedexEntry: ; 0x1d0604 db "FLYSCORPIO@" ; species name - dw 307, 1430; height, width + dw 307, 1430 ; height, width - db "It builds its nest", $4e, "on a steep cliff.", $4e, "When it is done@" - db "gliding, it hops", $4e, "along the ground", $4e, "back to its nest.@" + db "It builds its nest" + next "on a steep cliff." + next "When it is done" + page "gliding, it hops" + next "along the ground" + next "back to its nest.@" ; 0x1d067c diff --git a/stats/pokedex/entries/208.asm b/stats/pokedex/entries/208.asm index 8da38e087..c3741a11c 100644 --- a/stats/pokedex/entries/208.asm +++ b/stats/pokedex/entries/208.asm @@ -1,8 +1,12 @@ ; SteelixPokedexEntry: ; 0x1d067c db "IRON SNAKE@" ; species name - dw 3002, 8820; height, width + dw 3002, 8820 ; height, width - db "The many small", $4e, "metal particles", $4e, "that cover this@" - db "#MON's body", $4e, "reflect bright", $4e, "light well.@" + db "The many small" + next "metal particles" + next "that cover this" + page "#MON's body" + next "reflect bright" + next "light well.@" ; 0x1d06e0 diff --git a/stats/pokedex/entries/209.asm b/stats/pokedex/entries/209.asm index 30486f6ea..1966611ae 100644 --- a/stats/pokedex/entries/209.asm +++ b/stats/pokedex/entries/209.asm @@ -1,8 +1,12 @@ ; SnubbullPokedexEntry: ; 0x1d06e0 db "FAIRY@" ; species name - dw 200, 170; height, width + dw 200, 170 ; height, width - db "In truth, it is a", $4e, "cowardly #MON.", $4e, "It growls eagerly@" - db "in order to hide", $4e, "its fear from its", $4e, "opponent.@" + db "In truth, it is a" + next "cowardly #MON." + next "It growls eagerly" + page "in order to hide" + next "its fear from its" + next "opponent.@" ; 0x1d074a diff --git a/stats/pokedex/entries/210.asm b/stats/pokedex/entries/210.asm index c85f6f4f4..0ecc4d9fb 100644 --- a/stats/pokedex/entries/210.asm +++ b/stats/pokedex/entries/210.asm @@ -1,8 +1,12 @@ ; GranbullPokedexEntry: ; 0x1d074a db "FAIRY@" ; species name - dw 407, 1070; height, width + dw 407, 1070 ; height, width - db "It can make most", $4e, "any #MON run", $4e, "away simply by@" - db "opening its mouth", $4e, "wide to reveal its", $4e, "big fangs.@" + db "It can make most" + next "any #MON run" + next "away simply by" + page "opening its mouth" + next "wide to reveal its" + next "big fangs.@" ; 0x1d07b1 diff --git a/stats/pokedex/entries/211.asm b/stats/pokedex/entries/211.asm index b73e58299..8733eaba2 100644 --- a/stats/pokedex/entries/211.asm +++ b/stats/pokedex/entries/211.asm @@ -1,8 +1,12 @@ ; QwilfishPokedexEntry: ; 0x1d07b1 db "BALLOON@" ; species name - dw 108, 90; height, width + dw 108, 90 ; height, width - db "When faced with a", $4e, "larger opponent,", $4e, "it swallows as@" - db "much water as it", $4e, "can to match the", $4e, "opponent's size.@" + db "When faced with a" + next "larger opponent," + next "it swallows as" + page "much water as it" + next "can to match the" + next "opponent's size.@" ; 0x1d0821 diff --git a/stats/pokedex/entries/212.asm b/stats/pokedex/entries/212.asm index e161c5cec..a97794f32 100644 --- a/stats/pokedex/entries/212.asm +++ b/stats/pokedex/entries/212.asm @@ -1,8 +1,12 @@ ; ScizorPokedexEntry: ; 0x1d0821 db "SCISSORS@" ; species name - dw 511, 2600; height, width + dw 511, 2600 ; height, width - db "This #MON's", $4e, "pincers, which", $4e, "contain steel, can@" - db "crush any hard", $4e, "object it gets a", $4e, "hold of into bits.@" + db "This #MON's" + next "pincers, which" + next "contain steel, can" + page "crush any hard" + next "object it gets a" + next "hold of into bits.@" ; 0x1d088e diff --git a/stats/pokedex/entries/213.asm b/stats/pokedex/entries/213.asm index 466fbac37..3723eb0ef 100644 --- a/stats/pokedex/entries/213.asm +++ b/stats/pokedex/entries/213.asm @@ -1,8 +1,12 @@ ; ShucklePokedexEntry: ; 0x1d088e db "MOLD@" ; species name - dw 200, 450; height, width + dw 200, 450 ; height, width - db "The fluid secreted", $4e, "by its toes carves", $4e, "holes in rocks for@" - db "nesting and can be", $4e, "mixed with BERRIES", $4e, "to make a drink.@" + db "The fluid secreted" + next "by its toes carves" + next "holes in rocks for" + page "nesting and can be" + next "mixed with BERRIES" + next "to make a drink.@" ; 0x1d0907 diff --git a/stats/pokedex/entries/214.asm b/stats/pokedex/entries/214.asm index 69bd326ea..7ce1d1d4d 100644 --- a/stats/pokedex/entries/214.asm +++ b/stats/pokedex/entries/214.asm @@ -1,8 +1,12 @@ ; HeracrossPokedexEntry: ; 0x1d0907 db "SINGLEHORN@" ; species name - dw 411, 1190; height, width + dw 411, 1190 ; height, width - db "With its Herculean", $4e, "powers, it can", $4e, "easily throw arou-@" - db "nd an object that", $4e, "is 100 times its", $4e, "own weight.@" + db "With its Herculean" + next "powers, it can" + next "easily throw arou-" + page "nd an object that" + next "is 100 times its" + next "own weight.@" ; 0x1d097a diff --git a/stats/pokedex/entries/215.asm b/stats/pokedex/entries/215.asm index 3794bd7b0..b8aba2b53 100644 --- a/stats/pokedex/entries/215.asm +++ b/stats/pokedex/entries/215.asm @@ -1,8 +1,12 @@ ; SneaselPokedexEntry: ; 0x1d097a db "SHARP CLAW@" ; species name - dw 211, 620; height, width + dw 211, 620 ; height, width - db "This cunning", $4e, "#MON hides", $4e, "under the cover@" - db "of darkness,", $4e, "waiting to attack", $4e, "its prey.@" + db "This cunning" + next "#MON hides" + next "under the cover" + page "of darkness," + next "waiting to attack" + next "its prey.@" ; 0x1d09da diff --git a/stats/pokedex/entries/216.asm b/stats/pokedex/entries/216.asm index 6e640eb5b..c6e303cba 100644 --- a/stats/pokedex/entries/216.asm +++ b/stats/pokedex/entries/216.asm @@ -1,8 +1,12 @@ ; TeddiursaPokedexEntry: ; 0x1d09da db "LITTLE BEAR@" ; species name - dw 200, 190; height, width + dw 200, 190 ; height, width - db "It always licks", $4e, "honey. Its palm", $4e, "tastes sweet@" - db "because of all the", $4e, "honey it has", $4e, "absorbed.@" + db "It always licks" + next "honey. Its palm" + next "tastes sweet" + page "because of all the" + next "honey it has" + next "absorbed.@" ; 0x1d0a41 diff --git a/stats/pokedex/entries/217.asm b/stats/pokedex/entries/217.asm index 4b5e8040c..db944463c 100644 --- a/stats/pokedex/entries/217.asm +++ b/stats/pokedex/entries/217.asm @@ -1,8 +1,12 @@ ; UrsaringPokedexEntry: ; 0x1d0a41 db "HIBERNANT@" ; species name - dw 511, 2770; height, width + dw 511, 2770 ; height, width - db "Although it has a", $4e, "large body, it is", $4e, "quite skilled at@" - db "climbing trees. It", $4e, "eats and sleeps in", $4e, "the treetops.@" + db "Although it has a" + next "large body, it is" + next "quite skilled at" + page "climbing trees. It" + next "eats and sleeps in" + next "the treetops.@" ; 0x1d0ab8 diff --git a/stats/pokedex/entries/218.asm b/stats/pokedex/entries/218.asm index 9efd71ed4..d6998cb2e 100644 --- a/stats/pokedex/entries/218.asm +++ b/stats/pokedex/entries/218.asm @@ -1,8 +1,12 @@ ; SlugmaPokedexEntry: ; 0x1d0ab8 db "LAVA@" ; species name - dw 204, 770; height, width + dw 204, 770 ; height, width - db "These group to-", $4e, "gether in areas", $4e, "that are hotter@" - db "than normal. If it", $4e, "cools off, its", $4e, "skin hardens.@" + db "These group to-" + next "gether in areas" + next "that are hotter" + page "than normal. If it" + next "cools off, its" + next "skin hardens.@" ; 0x1d0b21 diff --git a/stats/pokedex/entries/219.asm b/stats/pokedex/entries/219.asm index 324e74230..e83798886 100644 --- a/stats/pokedex/entries/219.asm +++ b/stats/pokedex/entries/219.asm @@ -1,8 +1,12 @@ ; MagcargoPokedexEntry: ; 0x1d0b21 db "LAVA@" ; species name - dw 207, 1210; height, width + dw 207, 1210 ; height, width - db "Its body is as hot", $4e, "as lava and is", $4e, "always billowing.@" - db "Flames will", $4e, "occasionally burst", $4e, "from its shell.@" + db "Its body is as hot" + next "as lava and is" + next "always billowing." + page "Flames will" + next "occasionally burst" + next "from its shell.@" ; 0x1d0b8d diff --git a/stats/pokedex/entries/220.asm b/stats/pokedex/entries/220.asm index fac78810d..b93d42115 100644 --- a/stats/pokedex/entries/220.asm +++ b/stats/pokedex/entries/220.asm @@ -1,8 +1,12 @@ ; SwinubPokedexEntry: ; 0x1d0b8d db "PIG@" ; species name - dw 104, 140; height, width + dw 104, 140 ; height, width - db "It uses the tip of", $4e, "its nose to dig", $4e, "for food. Its nose@" - db "is so tough that", $4e, "even frozen ground", $4e, "poses no problem.@" + db "It uses the tip of" + next "its nose to dig" + next "for food. Its nose" + page "is so tough that" + next "even frozen ground" + next "poses no problem.@" ; 0x1d0c01 diff --git a/stats/pokedex/entries/221.asm b/stats/pokedex/entries/221.asm index 0c66840cc..035437976 100644 --- a/stats/pokedex/entries/221.asm +++ b/stats/pokedex/entries/221.asm @@ -1,8 +1,12 @@ ; PiloswinePokedexEntry: ; 0x1d0c01 db "SWINE@" ; species name - dw 307, 1230; height, width + dw 307, 1230 ; height, width - db "Although its legs", $4e, "are short, its", $4e, "rugged hooves@" - db "prevent it from", $4e, "slipping, even on", $4e, "icy ground.@" + db "Although its legs" + next "are short, its" + next "rugged hooves" + page "prevent it from" + next "slipping, even on" + next "icy ground.@" ; 0x1d0c68 diff --git a/stats/pokedex/entries/222.asm b/stats/pokedex/entries/222.asm index dc83669cc..0c91cb5fd 100644 --- a/stats/pokedex/entries/222.asm +++ b/stats/pokedex/entries/222.asm @@ -1,8 +1,12 @@ ; CorsolaPokedexEntry: ; 0x1d0c68 db "CORAL@" ; species name - dw 200, 110; height, width + dw 200, 110 ; height, width - db "The points on its", $4e, "head absorb", $4e, "nutrients from@" - db "clean water. They", $4e, "cannot survive in", $4e, "polluted water.@" + db "The points on its" + next "head absorb" + next "nutrients from" + page "clean water. They" + next "cannot survive in" + next "polluted water.@" ; 0x1d0cd3 diff --git a/stats/pokedex/entries/223.asm b/stats/pokedex/entries/223.asm index 1da3da801..2691f746e 100644 --- a/stats/pokedex/entries/223.asm +++ b/stats/pokedex/entries/223.asm @@ -1,8 +1,12 @@ ; RemoraidPokedexEntry: ; 0x1d0cd3 db "JET@" ; species name - dw 200, 260; height, width + dw 200, 260 ; height, width - db "To escape from an", $4e, "attacker, it may", $4e, "shoot water out of@" - db "its mouth, then", $4e, "use that force to", $4e, "swim backward.@" + db "To escape from an" + next "attacker, it may" + next "shoot water out of" + page "its mouth, then" + next "use that force to" + next "swim backward.@" ; 0x1d0d42 diff --git a/stats/pokedex/entries/224.asm b/stats/pokedex/entries/224.asm index cd21b29c2..d6e641b79 100644 --- a/stats/pokedex/entries/224.asm +++ b/stats/pokedex/entries/224.asm @@ -1,8 +1,12 @@ ; OctilleryPokedexEntry: ; 0x1d0d42 db "JET@" ; species name - dw 211, 630; height, width + dw 211, 630 ; height, width - db "Its instinct is to", $4e, "bury itself in", $4e, "holes. It often@" - db "steals the nesting", $4e, "holes of others to", $4e, "sleep in them.@" + db "Its instinct is to" + next "bury itself in" + next "holes. It often" + page "steals the nesting" + next "holes of others to" + next "sleep in them.@" ; 0x1d0db1 diff --git a/stats/pokedex/entries/225.asm b/stats/pokedex/entries/225.asm index cd0a9267e..17407b962 100644 --- a/stats/pokedex/entries/225.asm +++ b/stats/pokedex/entries/225.asm @@ -1,8 +1,12 @@ ; DelibirdPokedexEntry: ; 0x1d0db1 db "DELIVERY@" ; species name - dw 211, 350; height, width + dw 211, 350 ; height, width - db "It always carries", $4e, "its food with it,", $4e, "wherever it goes.@" - db "If attacked, it", $4e, "throws its food at", $4e, "the opponent.@" + db "It always carries" + next "its food with it," + next "wherever it goes." + page "If attacked, it" + next "throws its food at" + next "the opponent.@" ; 0x1d0e25 diff --git a/stats/pokedex/entries/226.asm b/stats/pokedex/entries/226.asm index 1fa570978..25dc6abcc 100644 --- a/stats/pokedex/entries/226.asm +++ b/stats/pokedex/entries/226.asm @@ -1,8 +1,12 @@ ; MantinePokedexEntry: ; 0x1d0e25 db "KITE@" ; species name - dw 611, 4850; height, width + dw 611, 4850 ; height, width - db "It swims along", $4e, "freely, eating", $4e, "things that swim@" - db "into its mouth.", $4e, "Its whole body is", $4e, "very coarse.@" + db "It swims along" + next "freely, eating" + next "things that swim" + page "into its mouth." + next "Its whole body is" + next "very coarse.@" ; 0x1d0e8c diff --git a/stats/pokedex/entries/227.asm b/stats/pokedex/entries/227.asm index 2b7a53f7b..51b0041b1 100644 --- a/stats/pokedex/entries/227.asm +++ b/stats/pokedex/entries/227.asm @@ -1,8 +1,12 @@ ; SkarmoryPokedexEntry: ; 0x1d0e8c db "ARMOR BIRD@" ; species name - dw 507, 1110; height, width + dw 507, 1110 ; height, width - db "The feathers that", $4e, "it sheds are very", $4e, "sharp. It is said@" - db "that people once", $4e, "used the feathers", $4e, "as swords.@" + db "The feathers that" + next "it sheds are very" + next "sharp. It is said" + page "that people once" + next "used the feathers" + next "as swords.@" ; 0x1d0eff diff --git a/stats/pokedex/entries/228.asm b/stats/pokedex/entries/228.asm index 53880dae5..a9e97dc80 100644 --- a/stats/pokedex/entries/228.asm +++ b/stats/pokedex/entries/228.asm @@ -1,8 +1,12 @@ ; HoundourPokedexEntry: ; 0x1d0eff db "DARK@" ; species name - dw 200, 240; height, width + dw 200, 240 ; height, width - db "Around dawn, its", $4e, "ominous howl", $4e, "echoes through the@" - db "area to announce", $4e, "that this is its", $4e, "territory.@" + db "Around dawn, its" + next "ominous howl" + next "echoes through the" + page "area to announce" + next "that this is its" + next "territory.@" ; 0x1d0f66 diff --git a/stats/pokedex/entries/229.asm b/stats/pokedex/entries/229.asm index 503124919..dc66b4e1a 100644 --- a/stats/pokedex/entries/229.asm +++ b/stats/pokedex/entries/229.asm @@ -1,8 +1,12 @@ ; HoundoomPokedexEntry: ; 0x1d0f66 db "DARK@" ; species name - dw 407, 770; height, width + dw 407, 770 ; height, width - db "The pungent-", $4e, "smelling flame", $4e, "that shoots from@" - db "its mouth results", $4e, "from toxins burn-", $4e, "ing in its body.@" + db "The pungent-" + next "smelling flame" + next "that shoots from" + page "its mouth results" + next "from toxins burn-" + next "ing in its body.@" ; 0x1d0fd1 diff --git a/stats/pokedex/entries/230.asm b/stats/pokedex/entries/230.asm index f43c928d6..efe33cf9f 100644 --- a/stats/pokedex/entries/230.asm +++ b/stats/pokedex/entries/230.asm @@ -1,8 +1,12 @@ ; KingdraPokedexEntry: ; 0x1d0fd1 db "DRAGON@" ; species name - dw 511, 3350; height, width + dw 511, 3350 ; height, width - db "It stores energy", $4e, "by sleeping at", $4e, "underwater depths@" - db "at which no other", $4e, "life forms can", $4e, "survive.@" + db "It stores energy" + next "by sleeping at" + next "underwater depths" + page "at which no other" + next "life forms can" + next "survive.@" ; 0x1d1038 diff --git a/stats/pokedex/entries/231.asm b/stats/pokedex/entries/231.asm index e9b548e92..b05619682 100644 --- a/stats/pokedex/entries/231.asm +++ b/stats/pokedex/entries/231.asm @@ -1,8 +1,12 @@ ; PhanpyPokedexEntry: ; 0x1d1038 db "LONG NOSE@" ; species name - dw 108, 740; height, width + dw 108, 740 ; height, width - db "During the desert-", $4e, "ed morning hours,", $4e, "it comes ashore@" - db "where it deftly", $4e, "uses its trunk to", $4e, "take a shower.@" + db "During the desert-" + next "ed morning hours," + next "it comes ashore" + page "where it deftly" + next "uses its trunk to" + next "take a shower.@" ; 0x1d10ac diff --git a/stats/pokedex/entries/232.asm b/stats/pokedex/entries/232.asm index 4aa48afc0..3c8e4a1f3 100644 --- a/stats/pokedex/entries/232.asm +++ b/stats/pokedex/entries/232.asm @@ -1,8 +1,12 @@ ; DonphanPokedexEntry: ; 0x1d10ac db "ARMOR@" ; species name - dw 307, 2650; height, width + dw 307, 2650 ; height, width - db "Because this", $4e, "#MON's skin is", $4e, "so tough, a normal@" - db "attack won't even", $4e, "leave a scratch on", $4e, "it.@" + db "Because this" + next "#MON's skin is" + next "so tough, a normal" + page "attack won't even" + next "leave a scratch on" + next "it.@" ; 0x1d110c diff --git a/stats/pokedex/entries/233.asm b/stats/pokedex/entries/233.asm index 885a3caa6..c6be07b88 100644 --- a/stats/pokedex/entries/233.asm +++ b/stats/pokedex/entries/233.asm @@ -1,8 +1,12 @@ ; Porygon2PokedexEntry: ; 0x1d110c db "VIRTUAL@" ; species name - dw 200, 720; height, width + dw 200, 720 ; height, width - db "This manmade", $4e, "#MON evolved", $4e, "from the latest@" - db "technology. It", $4e, "may have unprog-", $4e, "rammed reactions.@" + db "This manmade" + next "#MON evolved" + next "from the latest" + page "technology. It" + next "may have unprog-" + next "rammed reactions.@" ; 0x1d1174 diff --git a/stats/pokedex/entries/234.asm b/stats/pokedex/entries/234.asm index 3c28954bb..25a37388a 100644 --- a/stats/pokedex/entries/234.asm +++ b/stats/pokedex/entries/234.asm @@ -1,8 +1,12 @@ ; StantlerPokedexEntry: ; 0x1d1174 db "BIG HORN@" ; species name - dw 407, 1570; height, width + dw 407, 1570 ; height, width - db "The round balls", $4e, "found on the", $4e, "fallen antlers can@" - db "be ground into a", $4e, "powder that aids", $4e, "in sleeping.@" + db "The round balls" + next "found on the" + next "fallen antlers can" + page "be ground into a" + next "powder that aids" + next "in sleeping.@" ; 0x1d11e0 diff --git a/stats/pokedex/entries/235.asm b/stats/pokedex/entries/235.asm index e8e5b9efc..e775600df 100644 --- a/stats/pokedex/entries/235.asm +++ b/stats/pokedex/entries/235.asm @@ -1,8 +1,12 @@ ; SmearglePokedexEntry: ; 0x1d11e0 db "PAINTER@" ; species name - dw 311, 1280; height, width + dw 311, 1280 ; height, width - db "The color of the", $4e, "mysterious fluid", $4e, "secreted from its@" - db "tail is predeter-", $4e, "mined for each", $4e, "SMEARGLE.@" + db "The color of the" + next "mysterious fluid" + next "secreted from its" + page "tail is predeter-" + next "mined for each" + next "SMEARGLE.@" ; 0x1d124b diff --git a/stats/pokedex/entries/236.asm b/stats/pokedex/entries/236.asm index f08e30929..3eb4ef54c 100644 --- a/stats/pokedex/entries/236.asm +++ b/stats/pokedex/entries/236.asm @@ -1,8 +1,12 @@ ; TyroguePokedexEntry: ; 0x1d124b db "SCUFFLE@" ; species name - dw 204, 460; height, width + dw 204, 460 ; height, width - db "To brush up on its", $4e, "fighting skills,", $4e, "it will challenge@" - db "anyone. It has a", $4e, "very strong com-", $4e, "petitive spirit.@" + db "To brush up on its" + next "fighting skills," + next "it will challenge" + page "anyone. It has a" + next "very strong com-" + next "petitive spirit.@" ; 0x1d12c0 diff --git a/stats/pokedex/entries/237.asm b/stats/pokedex/entries/237.asm index 08993b321..192aeae0b 100644 --- a/stats/pokedex/entries/237.asm +++ b/stats/pokedex/entries/237.asm @@ -1,8 +1,12 @@ ; HitmontopPokedexEntry: ; 0x1d12c0 db "HANDSTAND@" ; species name - dw 407, 1060; height, width + dw 407, 1060 ; height, width - db "After doing a", $4e, "handstand to", $4e, "throw off the@" - db "opponent's timing,", $4e, "it presents its", $4e, "fancy kick moves.@" + db "After doing a" + next "handstand to" + next "throw off the" + page "opponent's timing," + next "it presents its" + next "fancy kick moves.@" ; 0x1d132b diff --git a/stats/pokedex/entries/238.asm b/stats/pokedex/entries/238.asm index a7e964f42..5b10b2572 100644 --- a/stats/pokedex/entries/238.asm +++ b/stats/pokedex/entries/238.asm @@ -1,8 +1,12 @@ ; SmoochumPokedexEntry: ; 0x1d132b db "KISS@" ; species name - dw 104, 130; height, width + dw 104, 130 ; height, width - db "The sensitivity of", $4e, "its lips develops", $4e, "most quickly.@" - db "It uses them to", $4e, "try to identify", $4e, "unknown objects.@" + db "The sensitivity of" + next "its lips develops" + next "most quickly." + page "It uses them to" + next "try to identify" + next "unknown objects.@" ; 0x1d1398 diff --git a/stats/pokedex/entries/239.asm b/stats/pokedex/entries/239.asm index 0a22faf1e..9553aa2f5 100644 --- a/stats/pokedex/entries/239.asm +++ b/stats/pokedex/entries/239.asm @@ -1,8 +1,12 @@ ; ElekidPokedexEntry: ; 0x1d1398 db "ELECTRIC@" ; species name - dw 200, 520; height, width + dw 200, 520 ; height, width - db "It loves violent", $4e, "thunder. The space", $4e, "between its horns@" - db "flickers bluish-", $4e, "white when it is", $4e, "charging energy.@" + db "It loves violent" + next "thunder. The space" + next "between its horns" + page "flickers bluish-" + next "white when it is" + next "charging energy.@" ; 0x1d140e diff --git a/stats/pokedex/entries/240.asm b/stats/pokedex/entries/240.asm index 16e33717f..6ca68128b 100644 --- a/stats/pokedex/entries/240.asm +++ b/stats/pokedex/entries/240.asm @@ -1,8 +1,12 @@ ; MagbyPokedexEntry: ; 0x1d140e db "LIVE COAL@" ; species name - dw 204, 470; height, width + dw 204, 470 ; height, width - db "It naturally spits", $4e, "an 1100-degree", $4e, "flame. It is said@" - db "when many appear,", $4e, "it heralds a", $4e, "volcanic eruption.@" + db "It naturally spits" + next "an 1100-degree" + next "flame. It is said" + page "when many appear," + next "it heralds a" + next "volcanic eruption.@" ; 0x1d1482 diff --git a/stats/pokedex/entries/241.asm b/stats/pokedex/entries/241.asm index 96de68e38..da449be03 100644 --- a/stats/pokedex/entries/241.asm +++ b/stats/pokedex/entries/241.asm @@ -1,8 +1,12 @@ ; MiltankPokedexEntry: ; 0x1d1482 db "MILK COW@" ; species name - dw 311, 1660; height, width + dw 311, 1660 ; height, width - db "In order to milk a", $4e, "MILTANK, one must", $4e, "have a knack for@" - db "rhythmically pull-", $4e, "ing up and down", $4e, "on its udders.@" + db "In order to milk a" + next "MILTANK, one must" + next "have a knack for" + page "rhythmically pull-" + next "ing up and down" + next "on its udders.@" ; 0x1d14f7 diff --git a/stats/pokedex/entries/242.asm b/stats/pokedex/entries/242.asm index 8052718e4..38f3a7895 100644 --- a/stats/pokedex/entries/242.asm +++ b/stats/pokedex/entries/242.asm @@ -1,8 +1,12 @@ ; BlisseyPokedexEntry: ; 0x1d14f7 db "HAPPINESS@" ; species name - dw 411, 1030; height, width + dw 411, 1030 ; height, width - db "Biting into one", $4e, "of the delicious", $4e, "eggs that BLISSEY@" - db "provides will make", $4e, "everyone around", $4e, "smile with joy.@" + db "Biting into one" + next "of the delicious" + next "eggs that BLISSEY" + page "provides will make" + next "everyone around" + next "smile with joy.@" ; 0x1d156b diff --git a/stats/pokedex/entries/243.asm b/stats/pokedex/entries/243.asm index 220914809..ed6d3bb21 100644 --- a/stats/pokedex/entries/243.asm +++ b/stats/pokedex/entries/243.asm @@ -1,8 +1,12 @@ ; RaikouPokedexEntry: ; 0x1d156b db "THUNDER@" ; species name - dw 603, 3920; height, width + dw 603, 3920 ; height, width - db "This rough #MON", $4e, "stores energy", $4e, "inside its body,@" - db "then sweeps across", $4e, "the land, shooting", $4e, "off electricity.@" + db "This rough #MON" + next "stores energy" + next "inside its body," + page "then sweeps across" + next "the land, shooting" + next "off electricity.@" ; 0x1d15dd diff --git a/stats/pokedex/entries/244.asm b/stats/pokedex/entries/244.asm index b8164687c..b30afa9b2 100644 --- a/stats/pokedex/entries/244.asm +++ b/stats/pokedex/entries/244.asm @@ -1,8 +1,12 @@ ; EnteiPokedexEntry: ; 0x1d15dd db "VOLCANO@" ; species name - dw 607, 4370; height, width + dw 607, 4370 ; height, width - db "This brawny", $4e, "#MON courses", $4e, "around the earth,@" - db "spouting flames", $4e, "hotter than a", $4e, "volcano's magma.@" + db "This brawny" + next "#MON courses" + next "around the earth," + page "spouting flames" + next "hotter than a" + next "volcano's magma.@" ; 0x1d1642 diff --git a/stats/pokedex/entries/245.asm b/stats/pokedex/entries/245.asm index 4d46d0ba0..f8763699f 100644 --- a/stats/pokedex/entries/245.asm +++ b/stats/pokedex/entries/245.asm @@ -1,8 +1,12 @@ ; SuicunePokedexEntry: ; 0x1d1642 db "AURORA@" ; species name - dw 607, 4120; height, width + dw 607, 4120 ; height, width - db "This divine", $4e, "#MON blows", $4e, "around the world,@" - db "always in search", $4e, "of a pure", $4e, "reservoir.@" + db "This divine" + next "#MON blows" + next "around the world," + page "always in search" + next "of a pure" + next "reservoir.@" ; 0x1d169c diff --git a/stats/pokedex/entries/246.asm b/stats/pokedex/entries/246.asm index c26c400cd..bfa45f911 100644 --- a/stats/pokedex/entries/246.asm +++ b/stats/pokedex/entries/246.asm @@ -1,8 +1,12 @@ ; LarvitarPokedexEntry: ; 0x1d169c db "ROCK SKIN@" ; species name - dw 200, 1590; height, width + dw 200, 1590 ; height, width - db "Born deep under-", $4e, "ground, this", $4e, "#MON becomes a@" - db "pupa after eating", $4e, "enough dirt to", $4e, "make a mountain.@" + db "Born deep under-" + next "ground, this" + next "#MON becomes a" + page "pupa after eating" + next "enough dirt to" + next "make a mountain.@" ; 0x1d1709 diff --git a/stats/pokedex/entries/247.asm b/stats/pokedex/entries/247.asm index 2d424337d..dfe104c4f 100644 --- a/stats/pokedex/entries/247.asm +++ b/stats/pokedex/entries/247.asm @@ -1,8 +1,12 @@ ; PupitarPokedexEntry: ; 0x1d1709 db "HARD SHELL@" ; species name - dw 311, 3350; height, width + dw 311, 3350 ; height, width - db "It will not stay", $4e, "still, even while", $4e, "it's a pupa. It@" - db "already has arms", $4e, "and legs under its", $4e, "solid shell.@" + db "It will not stay" + next "still, even while" + next "it's a pupa. It" + page "already has arms" + next "and legs under its" + next "solid shell.@" ; 0x1d177b diff --git a/stats/pokedex/entries/248.asm b/stats/pokedex/entries/248.asm index 1ecc56782..8c5852b56 100644 --- a/stats/pokedex/entries/248.asm +++ b/stats/pokedex/entries/248.asm @@ -1,8 +1,12 @@ ; TyranitarPokedexEntry: ; 0x1d177b db "ARMOR@" ; species name - dw 607, 4450; height, width + dw 607, 4450 ; height, width - db "In just one of its", $4e, "mighty hands, it", $4e, "has the power to@" - db "make the ground", $4e, "shake and moun-", $4e, "tains crumble.@" + db "In just one of its" + next "mighty hands, it" + next "has the power to" + page "make the ground" + next "shake and moun-" + next "tains crumble.@" ; 0x1d17e9 diff --git a/stats/pokedex/entries/249.asm b/stats/pokedex/entries/249.asm index d377f2dff..c84ea7cbb 100644 --- a/stats/pokedex/entries/249.asm +++ b/stats/pokedex/entries/249.asm @@ -1,8 +1,12 @@ ; LugiaPokedexEntry: ; 0x1d17e9 db "DIVING@" ; species name - dw 1701, 4760; height, width + dw 1701, 4760 ; height, width - db "It has an incred-", $4e, "ible ability to", $4e, "calm raging sto-@" - db "rms. It is said", $4e, "that LUGIA appears", $4e, "when storms start.@" + db "It has an incred-" + next "ible ability to" + next "calm raging sto-" + page "rms. It is said" + next "that LUGIA appears" + next "when storms start.@" ; 0x1d185d diff --git a/stats/pokedex/entries/250.asm b/stats/pokedex/entries/250.asm index 1cbedda02..62390b1a5 100644 --- a/stats/pokedex/entries/250.asm +++ b/stats/pokedex/entries/250.asm @@ -1,8 +1,12 @@ ; HoOhPokedexEntry: ; 0x1d185d db "RAINBOW@" ; species name - dw 1206, 4390; height, width + dw 1206, 4390 ; height, width - db "It will reveal", $4e, "itself before a", $4e, "pure-hearted@" - db "trainer by shining", $4e, "its bright rain-", $4e, "bow-colored wings.@" + db "It will reveal" + next "itself before a" + next "pure-hearted" + page "trainer by shining" + next "its bright rain-" + next "bow-colored wings.@" ; 0x1d18cc diff --git a/stats/pokedex/entries/251.asm b/stats/pokedex/entries/251.asm index a324e7e22..770b654d5 100644 --- a/stats/pokedex/entries/251.asm +++ b/stats/pokedex/entries/251.asm @@ -1,8 +1,12 @@ ; CelebiPokedexEntry: ; 0x1d18cc db "TIMETRAVEL@" ; species name - dw 200, 110; height, width + dw 200, 110 ; height, width - db "Revered as a", $4e, "guardian of the", $4e, "forest, CELEBI@" - db "appears wherever", $4e, "beautiful forests", $4e, "exist.@" + db "Revered as a" + next "guardian of the" + next "forest, CELEBI" + page "appears wherever" + next "beautiful forests" + next "exist.@" ; 0x1d1931 |