shithub: pokecrystal

Download patch

ref: 6062ee09001d007ae6eb148af99e0df0100afc55
parent: fd6cfc73ee7213328cf887869c2047ce7a61987a
author: yenatch <[email protected]>
date: Wed Mar 5 19:46:01 EST 2014

Text macros in Pokedex entries.

--- a/stats/pokedex/entries/001.asm
+++ b/stats/pokedex/entries/001.asm
@@ -1,8 +1,12 @@
 ; BulbasaurPokedexEntry: ; 0x181695
-	db "SEED@" ; species name
+	db   "SEED@" ; species name
 	dw 204, 150; height, width
 	
-	db "While it is young,", $4e, "it uses the", $4e, "nutrients that are@"
-	db "stored in the", $4e, "seeds on its back", $4e, "in order to grow.@"
+	db   "While it is young,"
+	next "it uses the"
+	next "nutrients that are@"
+	db   "stored in the"
+	next "seeds on its back"
+	next "in order to grow.@"
 ; 0x181702
 
--- a/stats/pokedex/entries/002.asm
+++ b/stats/pokedex/entries/002.asm
@@ -1,8 +1,12 @@
 ; IvysaurPokedexEntry: ; 0x181702
-	db "SEED@" ; species name
+	db   "SEED@" ; species name
 	dw 303, 290; height, width
 	
-	db "The bulb on its", $4e, "back grows as it", $4e, "absorbs nutrients.@"
-	db "The bulb gives off", $4e, "a pleasant aroma", $4e, "when it blooms.@"
+	db   "The bulb on its"
+	next "back grows as it"
+	next "absorbs nutrients.@"
+	db   "The bulb gives off"
+	next "a pleasant aroma"
+	next "when it blooms.@"
 ; 0x181773
 
--- a/stats/pokedex/entries/003.asm
+++ b/stats/pokedex/entries/003.asm
@@ -1,8 +1,12 @@
 ; VenusaurPokedexEntry: ; 0x181773
-	db "SEED@" ; species name
+	db   "SEED@" ; species name
 	dw 607, 2210; height, width
 	
-	db "As it warms it-", $4e, "self and absorbs", $4e, "the sunlight, its@"
-	db "flower petals", $4e, "release a pleasant", $4e, "fragrance.@"
+	db   "As it warms it-"
+	next "self and absorbs"
+	next "the sunlight, its@"
+	db   "flower petals"
+	next "release a pleasant"
+	next "fragrance.@"
 ; 0x1817db
 
--- a/stats/pokedex/entries/004.asm
+++ b/stats/pokedex/entries/004.asm
@@ -1,8 +1,12 @@
 ; CharmanderPokedexEntry: ; 0x1817db
-	db "LIZARD@" ; species name
+	db   "LIZARD@" ; species name
 	dw 200, 190; height, width
 	
-	db "If it's healthy,", $4e, "the flame on the", $4e, "tip of its tail@"
-	db "will burn vigor-", $4e, "ously, even if it", $4e, "gets a bit wet.@"
+	db   "If it's healthy,"
+	next "the flame on the"
+	next "tip of its tail@"
+	db   "will burn vigor-"
+	next "ously, even if it"
+	next "gets a bit wet.@"
 ; 0x18184a
 
--- a/stats/pokedex/entries/005.asm
+++ b/stats/pokedex/entries/005.asm
@@ -1,8 +1,12 @@
 ; CharmeleonPokedexEntry: ; 0x18184a
-	db "FLAME@" ; species name
+	db   "FLAME@" ; species name
 	dw 307, 420; height, width
 	
-	db "If it becomes", $4e, "agitated during", $4e, "battle, it spouts@"
-	db "intense flames,", $4e, "incinerating its", $4e, "surroundings.@"
+	db   "If it becomes"
+	next "agitated during"
+	next "battle, it spouts@"
+	db   "intense flames,"
+	next "incinerating its"
+	next "surroundings.@"
 ; 0x1818b3
 
--- a/stats/pokedex/entries/006.asm
+++ b/stats/pokedex/entries/006.asm
@@ -1,8 +1,12 @@
 ; CharizardPokedexEntry: ; 0x1818b3
-	db "FLAME@" ; species name
+	db   "FLAME@" ; species name
 	dw 507, 2000; height, width
 	
-	db "It uses its wings", $4e, "to fly high. The", $4e, "temperature of its@"
-	db "fire increases as", $4e, "it gains exper-", $4e, "ience in battle.@"
+	db   "It uses its wings"
+	next "to fly high. The"
+	next "temperature of its@"
+	db   "fire increases as"
+	next "it gains exper-"
+	next "ience in battle.@"
 ; 0x181926
 
--- a/stats/pokedex/entries/007.asm
+++ b/stats/pokedex/entries/007.asm
@@ -1,8 +1,12 @@
 ; SquirtlePokedexEntry: ; 0x181926
-	db "TINYTURTLE@" ; species name
+	db   "TINYTURTLE@" ; species name
 	dw 108, 200; height, width
 	
-	db "When it feels", $4e, "threatened, it", $4e, "draws its legs@"
-	db "inside its shell", $4e, "and sprays water", $4e, "from its mouth.@"
+	db   "When it feels"
+	next "threatened, it"
+	next "draws its legs@"
+	db   "inside its shell"
+	next "and sprays water"
+	next "from its mouth.@"
 ; 0x181993
 
--- a/stats/pokedex/entries/008.asm
+++ b/stats/pokedex/entries/008.asm
@@ -1,8 +1,12 @@
 ; WartortlePokedexEntry: ; 0x181993
-	db "TURTLE@" ; species name
+	db   "TURTLE@" ; species name
 	dw 303, 500; height, width
 	
-	db "Its long, furry", $4e, "tail is a symbol", $4e, "of longevity,@"
-	db "making it quite", $4e, "popular among", $4e, "older people.@"
+	db   "Its long, furry"
+	next "tail is a symbol"
+	next "of longevity,@"
+	db   "making it quite"
+	next "popular among"
+	next "older people.@"
 ; 0x1819f9
 
--- a/stats/pokedex/entries/009.asm
+++ b/stats/pokedex/entries/009.asm
@@ -1,8 +1,12 @@
 ; BlastoisePokedexEntry: ; 0x1819f9
-	db "SHELLFISH@" ; species name
+	db   "SHELLFISH@" ; species name
 	dw 503, 1890; height, width
 	
-	db "It firmly plants", $4e, "its feet on the", $4e, "ground before@"
-	db "shooting water", $4e, "from the jets on", $4e, "its back.@"
+	db   "It firmly plants"
+	next "its feet on the"
+	next "ground before@"
+	db   "shooting water"
+	next "from the jets on"
+	next "its back.@"
 ; 0x181a60
 
--- a/stats/pokedex/entries/010.asm
+++ b/stats/pokedex/entries/010.asm
@@ -1,8 +1,12 @@
 ; CaterpiePokedexEntry: ; 0x181a60
-	db "WORM@" ; species name
+	db   "WORM@" ; species name
 	dw 100, 60; height, width
 	
-	db "It crawls into", $4e, "foliage where it", $4e, "camouflages itself@"
-	db "among leaves that", $4e, "are the same color", $4e, "as its body.@"
+	db   "It crawls into"
+	next "foliage where it"
+	next "camouflages itself@"
+	db   "among leaves that"
+	next "are the same color"
+	next "as its body.@"
 ; 0x181ace
 
--- a/stats/pokedex/entries/011.asm
+++ b/stats/pokedex/entries/011.asm
@@ -1,8 +1,12 @@
 ; MetapodPokedexEntry: ; 0x181ace
-	db "COCOON@" ; species name
+	db   "COCOON@" ; species name
 	dw 204, 220; height, width
 	
-	db "This is its pre-", $4e, "evolved form. At", $4e, "this stage, it can@"
-	db "only harden, so it", $4e, "remains motionless", $4e, "to avoid attack.@"
+	db   "This is its pre-"
+	next "evolved form. At"
+	next "this stage, it can@"
+	db   "only harden, so it"
+	next "remains motionless"
+	next "to avoid attack.@"
 ; 0x181b45
 
--- a/stats/pokedex/entries/012.asm
+++ b/stats/pokedex/entries/012.asm
@@ -1,8 +1,12 @@
 ; ButterfreePokedexEntry: ; 0x181b45
-	db "BUTTERFLY@" ; species name
+	db   "BUTTERFLY@" ; species name
 	dw 307, 710; height, width
 	
-	db "It flits from", $4e, "flower to flower,", $4e, "collecting honey.@"
-	db "It can even", $4e, "identify distant", $4e, "flowers in bloom.@"
+	db   "It flits from"
+	next "flower to flower,"
+	next "collecting honey.@"
+	db   "It can even"
+	next "identify distant"
+	next "flowers in bloom.@"
 ; 0x181bb4
 
--- a/stats/pokedex/entries/013.asm
+++ b/stats/pokedex/entries/013.asm
@@ -1,8 +1,12 @@
 ; WeedlePokedexEntry: ; 0x181bb4
-	db "HAIRY BUG@" ; species name
+	db   "HAIRY BUG@" ; species name
 	dw 100, 70; height, width
 	
-	db "The barb on top of", $4e, "its head secretes", $4e, "a strong poison.@"
-	db "It uses this toxic", $4e, "barb to protect", $4e, "itself.@"
+	db   "The barb on top of"
+	next "its head secretes"
+	next "a strong poison.@"
+	db   "It uses this toxic"
+	next "barb to protect"
+	next "itself.@"
 ; 0x181c23
 
--- a/stats/pokedex/entries/014.asm
+++ b/stats/pokedex/entries/014.asm
@@ -1,8 +1,12 @@
 ; KakunaPokedexEntry: ; 0x181c23
-	db "COCOON@" ; species name
+	db   "COCOON@" ; species name
 	dw 200, 220; height, width
 	
-	db "Nearly incapable", $4e, "of movement, it", $4e, "leans against@"
-	db "stout trees while", $4e, "waiting for its", $4e, "evolution.@"
+	db   "Nearly incapable"
+	next "of movement, it"
+	next "leans against@"
+	db   "stout trees while"
+	next "waiting for its"
+	next "evolution.@"
 ; 0x181c8a
 
--- a/stats/pokedex/entries/015.asm
+++ b/stats/pokedex/entries/015.asm
@@ -1,8 +1,12 @@
 ; BeedrillPokedexEntry: ; 0x181c8a
-	db "POISON BEE@" ; species name
+	db   "POISON BEE@" ; species name
 	dw 303, 650; height, width
 	
-	db "It uses sharp,", $4e, "poisonous stings", $4e, "to defeat prey,@"
-	db "then takes the", $4e, "victim back to its", $4e, "nest for food.@"
+	db   "It uses sharp,"
+	next "poisonous stings"
+	next "to defeat prey,@"
+	db   "then takes the"
+	next "victim back to its"
+	next "nest for food.@"
 ; 0x181cfa
 
--- a/stats/pokedex/entries/016.asm
+++ b/stats/pokedex/entries/016.asm
@@ -1,8 +1,12 @@
 ; PidgeyPokedexEntry: ; 0x181cfa
-	db "TINY BIRD@" ; species name
+	db   "TINY BIRD@" ; species name
 	dw 100, 40; height, width
 	
-	db "It rapidly flaps", $4e, "its wings in the", $4e, "grass, stirring up@"
-	db "a dust cloud that", $4e, "drives insect prey", $4e, "out into the open.@"
+	db   "It rapidly flaps"
+	next "its wings in the"
+	next "grass, stirring up@"
+	db   "a dust cloud that"
+	next "drives insect prey"
+	next "out into the open.@"
 ; 0x181d75
 
--- a/stats/pokedex/entries/017.asm
+++ b/stats/pokedex/entries/017.asm
@@ -1,8 +1,12 @@
 ; PidgeottoPokedexEntry: ; 0x181d75
-	db "BIRD@" ; species name
+	db   "BIRD@" ; species name
 	dw 307, 660; height, width
 	
-	db "It slowly flies in", $4e, "a circular pat-", $4e, "tern, all the@"
-	db "while keeping a", $4e, "sharp lookout for", $4e, "prey.@"
+	db   "It slowly flies in"
+	next "a circular pat-"
+	next "tern, all the@"
+	db   "while keeping a"
+	next "sharp lookout for"
+	next "prey.@"
 ; 0x181dd7
 
--- a/stats/pokedex/entries/018.asm
+++ b/stats/pokedex/entries/018.asm
@@ -1,8 +1,12 @@
 ; PidgeotPokedexEntry: ; 0x181dd7
-	db "BIRD@" ; species name
+	db   "BIRD@" ; species name
 	dw 411, 870; height, width
 	
-	db "Its outstanding", $4e, "vision allows it", $4e, "to spot splashing@"
-	db "MAGIKARP, even", $4e, "while flying at", $4e, "3300 feet.@"
+	db   "Its outstanding"
+	next "vision allows it"
+	next "to spot splashing@"
+	db   "MAGIKARP, even"
+	next "while flying at"
+	next "3300 feet.@"
 ; 0x181e3d
 
--- a/stats/pokedex/entries/019.asm
+++ b/stats/pokedex/entries/019.asm
@@ -1,8 +1,12 @@
 ; RattataPokedexEntry: ; 0x181e3d
-	db "RAT@" ; species name
+	db   "RAT@" ; species name
 	dw 100, 80; height, width
 	
-	db "This #MON's", $4e, "impressive vital-", $4e, "ity allows it to@"
-	db "live anywhere. It", $4e, "also multiplies", $4e, "very quickly.@"
+	db   "This #MON's"
+	next "impressive vital-"
+	next "ity allows it to@"
+	db   "live anywhere. It"
+	next "also multiplies"
+	next "very quickly.@"
 ; 0x181ea3
 
--- a/stats/pokedex/entries/020.asm
+++ b/stats/pokedex/entries/020.asm
@@ -1,8 +1,12 @@
 ; RaticatePokedexEntry: ; 0x181ea3
-	db "RAT@" ; species name
+	db   "RAT@" ; species name
 	dw 204, 410; height, width
 	
-	db "The webs on its", $4e, "hind legs enable", $4e, "it to cross@"
-	db "rivers. It search-", $4e, "es wide areas for", $4e, "food.@"
+	db   "The webs on its"
+	next "hind legs enable"
+	next "it to cross@"
+	db   "rivers. It search-"
+	next "es wide areas for"
+	next "food.@"
 ; 0x181f03
 
--- a/stats/pokedex/entries/021.asm
+++ b/stats/pokedex/entries/021.asm
@@ -1,8 +1,12 @@
 ; SpearowPokedexEntry: ; 0x181f03
-	db "TINY BIRD@" ; species name
+	db   "TINY BIRD@" ; species name
 	dw 100, 40; height, width
 	
-	db "To protect its", $4e, "territory, it", $4e, "flies around@"
-	db "ceaselessly,", $4e, "making high-", $4e, "pitched cries.@"
+	db   "To protect its"
+	next "territory, it"
+	next "flies around@"
+	db   "ceaselessly,"
+	next "making high-"
+	next "pitched cries.@"
 ; 0x181f64
 
--- a/stats/pokedex/entries/022.asm
+++ b/stats/pokedex/entries/022.asm
@@ -1,8 +1,12 @@
 ; FearowPokedexEntry: ; 0x181f64
-	db "BEAK@" ; species name
+	db   "BEAK@" ; species name
 	dw 311, 840; height, width
 	
-	db "It uses its long", $4e, "beak to attack. It", $4e, "has a surprisingly@"
-	db "long reach, so it", $4e, "must be treated", $4e, "with caution.@"
+	db   "It uses its long"
+	next "beak to attack. It"
+	next "has a surprisingly@"
+	db   "long reach, so it"
+	next "must be treated"
+	next "with caution.@"
 ; 0x181fd4
 
--- a/stats/pokedex/entries/023.asm
+++ b/stats/pokedex/entries/023.asm
@@ -1,8 +1,12 @@
 ; EkansPokedexEntry: ; 0x181fd4
-	db "SNAKE@" ; species name
+	db   "SNAKE@" ; species name
 	dw 607, 150; height, width
 	
-	db "It flutters the", $4e, "tip of its tongue", $4e, "to seek out the@"
-	db "scent of prey,", $4e, "then swallows the", $4e, "prey whole.@"
+	db   "It flutters the"
+	next "tip of its tongue"
+	next "to seek out the@"
+	db   "scent of prey,"
+	next "then swallows the"
+	next "prey whole.@"
 ; 0x18203d
 
--- a/stats/pokedex/entries/024.asm
+++ b/stats/pokedex/entries/024.asm
@@ -1,8 +1,12 @@
 ; ArbokPokedexEntry: ; 0x18203d
-	db "COBRA@" ; species name
+	db   "COBRA@" ; species name
 	dw 1106, 1430; height, width
 	
-	db "To intimidate", $4e, "foes, it spreads", $4e, "its chest wide and@"
-	db "makes eerie sounds", $4e, "by expelling air", $4e, "from its mouth.@"
+	db   "To intimidate"
+	next "foes, it spreads"
+	next "its chest wide and@"
+	db   "makes eerie sounds"
+	next "by expelling air"
+	next "from its mouth.@"
 ; 0x1820ad
 
--- a/stats/pokedex/entries/025.asm
+++ b/stats/pokedex/entries/025.asm
@@ -1,8 +1,12 @@
 ; PikachuPokedexEntry: ; 0x1820ad
-	db "MOUSE@" ; species name
+	db   "MOUSE@" ; species name
 	dw 104, 130; height, width
 	
-	db "When it is anger-", $4e, "ed, it immediately", $4e, "discharges the@"
-	db "energy stored in", $4e, "the pouches in its", $4e, "cheeks.@"
+	db   "When it is anger-"
+	next "ed, it immediately"
+	next "discharges the@"
+	db   "energy stored in"
+	next "the pouches in its"
+	next "cheeks.@"
 ; 0x182117
 
--- a/stats/pokedex/entries/026.asm
+++ b/stats/pokedex/entries/026.asm
@@ -1,8 +1,12 @@
 ; RaichuPokedexEntry: ; 0x182117
-	db "MOUSE@" ; species name
+	db   "MOUSE@" ; species name
 	dw 207, 660; height, width
 	
-	db "If its electric", $4e, "pouches run empty,", $4e, "it raises its tail@"
-	db "to gather electri-", $4e, "city from the", $4e, "atmosphere.@"
+	db   "If its electric"
+	next "pouches run empty,"
+	next "it raises its tail@"
+	db   "to gather electri-"
+	next "city from the"
+	next "atmosphere.@"
 ; 0x182184
 
--- a/stats/pokedex/entries/027.asm
+++ b/stats/pokedex/entries/027.asm
@@ -1,8 +1,12 @@
 ; SandshrewPokedexEntry: ; 0x182184
-	db "MOUSE@" ; species name
+	db   "MOUSE@" ; species name
 	dw 200, 260; height, width
 	
-	db "It prefers dry,", $4e, "sandy places", $4e, "because it uses@"
-	db "the sand to", $4e, "protect itself", $4e, "when threatened.@"
+	db   "It prefers dry,"
+	next "sandy places"
+	next "because it uses@"
+	db   "the sand to"
+	next "protect itself"
+	next "when threatened.@"
 ; 0x1821e7
 
--- a/stats/pokedex/entries/028.asm
+++ b/stats/pokedex/entries/028.asm
@@ -1,8 +1,12 @@
 ; SandslashPokedexEntry: ; 0x1821e7
-	db "MOUSE@" ; species name
+	db   "MOUSE@" ; species name
 	dw 303, 650; height, width
 	
-	db "Adept at climbing", $4e, "trees, it rolls", $4e, "into a spiny ball,@"
-	db "then attacks its", $4e, "enemies from", $4e, "above.@"
+	db   "Adept at climbing"
+	next "trees, it rolls"
+	next "into a spiny ball,@"
+	db   "then attacks its"
+	next "enemies from"
+	next "above.@"
 ; 0x18224b
 
--- a/stats/pokedex/entries/029.asm
+++ b/stats/pokedex/entries/029.asm
@@ -1,8 +1,12 @@
 ; NidoranFPokedexEntry: ; 0x18224b
-	db "POISON PIN@" ; species name
+	db   "POISON PIN@" ; species name
 	dw 104, 150; height, width
 	
-	db "Small and very", $4e, "docile, it pro-", $4e, "tects itself with@"
-	db "its small, poison-", $4e, "ous horn when", $4e, "attacked.@"
+	db   "Small and very"
+	next "docile, it pro-"
+	next "tects itself with@"
+	db   "its small, poison-"
+	next "ous horn when"
+	next "attacked.@"
 ; 0x1822b6
 
--- a/stats/pokedex/entries/030.asm
+++ b/stats/pokedex/entries/030.asm
@@ -1,8 +1,12 @@
 ; NidorinaPokedexEntry: ; 0x1822b6
-	db "POISON PIN@" ; species name
+	db   "POISON PIN@" ; species name
 	dw 207, 440; height, width
 	
-	db "It has a docile", $4e, "nature. If it is", $4e, "threatened with@"
-	db "attack, it raises", $4e, "the barbs that are", $4e, "all over its body.@"
+	db   "It has a docile"
+	next "nature. If it is"
+	next "threatened with@"
+	db   "attack, it raises"
+	next "the barbs that are"
+	next "all over its body.@"
 ; 0x18232e
 
--- a/stats/pokedex/entries/031.asm
+++ b/stats/pokedex/entries/031.asm
@@ -1,8 +1,12 @@
 ; NidoqueenPokedexEntry: ; 0x18232e
-	db "DRILL@" ; species name
+	db   "DRILL@" ; species name
 	dw 403, 1320; height, width
 	
-	db "The hard scales", $4e, "that cover its", $4e, "strong body serve@"
-	db "as excellent", $4e, "protection from", $4e, "any attack.@"
+	db   "The hard scales"
+	next "that cover its"
+	next "strong body serve@"
+	db   "as excellent"
+	next "protection from"
+	next "any attack.@"
 ; 0x182392
 
--- a/stats/pokedex/entries/032.asm
+++ b/stats/pokedex/entries/032.asm
@@ -1,8 +1,12 @@
 ; NidoranMPokedexEntry: ; 0x182392
-	db "POISON PIN@" ; species name
+	db   "POISON PIN@" ; species name
 	dw 108, 200; height, width
 	
-	db "It constantly", $4e, "moves its large", $4e, "ears in many@"
-	db "directions in", $4e, "order to detect", $4e, "danger right away.@"
+	db   "It constantly"
+	next "moves its large"
+	next "ears in many@"
+	db   "directions in"
+	next "order to detect"
+	next "danger right away.@"
 ; 0x1823fd
 
--- a/stats/pokedex/entries/033.asm
+++ b/stats/pokedex/entries/033.asm
@@ -1,8 +1,12 @@
 ; NidorinoPokedexEntry: ; 0x1823fd
-	db "POISON PIN@" ; species name
+	db   "POISON PIN@" ; species name
 	dw 211, 430; height, width
 	
-	db "It is easily", $4e, "agitated and uses", $4e, "its horn for@"
-	db "offense as soon as", $4e, "it notices an", $4e, "attacker.@"
+	db   "It is easily"
+	next "agitated and uses"
+	next "its horn for@"
+	db   "offense as soon as"
+	next "it notices an"
+	next "attacker.@"
 ; 0x182463
 
--- a/stats/pokedex/entries/034.asm
+++ b/stats/pokedex/entries/034.asm
@@ -1,8 +1,12 @@
 ; NidokingPokedexEntry: ; 0x182463
-	db "DRILL@" ; species name
+	db   "DRILL@" ; species name
 	dw 407, 1370; height, width
 	
-	db "It uses its thick", $4e, "arms, legs and", $4e, "tail to attack@"
-	db "forcefully. Melee", $4e, "combat is its", $4e, "specialty.@"
+	db   "It uses its thick"
+	next "arms, legs and"
+	next "tail to attack@"
+	db   "forcefully. Melee"
+	next "combat is its"
+	next "specialty.@"
 ; 0x1824c8
 
--- a/stats/pokedex/entries/035.asm
+++ b/stats/pokedex/entries/035.asm
@@ -1,8 +1,12 @@
 ; ClefairyPokedexEntry: ; 0x1824c8
-	db "FAIRY@" ; species name
+	db   "FAIRY@" ; species name
 	dw 200, 170; height, width
 	
-	db "Though rarely", $4e, "seen, it becomes", $4e, "easier to spot,@"
-	db "for some reason,", $4e, "on the night of a ", $4e, "full moon.@"
+	db   "Though rarely"
+	next "seen, it becomes"
+	next "easier to spot,@"
+	db   "for some reason,"
+	next "on the night of a "
+	next "full moon.@"
 ; 0x182530
 
--- a/stats/pokedex/entries/036.asm
+++ b/stats/pokedex/entries/036.asm
@@ -1,8 +1,12 @@
 ; ClefablePokedexEntry: ; 0x182530
-	db "FAIRY@" ; species name
+	db   "FAIRY@" ; species name
 	dw 403, 880; height, width
 	
-	db "Said to live in", $4e, "quiet, remote", $4e, "mountains, this@"
-	db "type of fairy has", $4e, "a strong aversion", $4e, "to being seen.@"
+	db   "Said to live in"
+	next "quiet, remote"
+	next "mountains, this@"
+	db   "type of fairy has"
+	next "a strong aversion"
+	next "to being seen.@"
 ; 0x18259b
 
--- a/stats/pokedex/entries/037.asm
+++ b/stats/pokedex/entries/037.asm
@@ -1,8 +1,12 @@
 ; VulpixPokedexEntry: ; 0x18259b
-	db "FOX@" ; species name
+	db   "FOX@" ; species name
 	dw 200, 220; height, width
 	
-	db "As its body grows", $4e, "larger, its six", $4e, "warm tails become@"
-	db "more beautiful,", $4e, "with a more luxur-", $4e, "ious coat of fur.@"
+	db   "As its body grows"
+	next "larger, its six"
+	next "warm tails become@"
+	db   "more beautiful,"
+	next "with a more luxur-"
+	next "ious coat of fur.@"
 ; 0x18260c
 
--- a/stats/pokedex/entries/038.asm
+++ b/stats/pokedex/entries/038.asm
@@ -1,8 +1,12 @@
 ; NinetalesPokedexEntry: ; 0x18260c
-	db "FOX@" ; species name
+	db   "FOX@" ; species name
 	dw 307, 440; height, width
 	
-	db "It is said to live", $4e, "a thousand years,", $4e, "and each of its@"
-	db "tails is loaded", $4e, "with supernatural", $4e, "powers.@"
+	db   "It is said to live"
+	next "a thousand years,"
+	next "and each of its@"
+	db   "tails is loaded"
+	next "with supernatural"
+	next "powers.@"
 ; 0x182673
 
--- a/stats/pokedex/entries/039.asm
+++ b/stats/pokedex/entries/039.asm
@@ -1,8 +1,12 @@
 ; JigglypuffPokedexEntry: ; 0x182673
-	db "BALLOON@" ; species name
+	db   "BALLOON@" ; species name
 	dw 108, 120; height, width
 	
-	db "It rolls its cute", $4e, "eyes as it sings a", $4e, "soothing lullaby.@"
-	db "Its gentle song", $4e, "puts anyone who", $4e, "hears it to sleep.@"
+	db   "It rolls its cute"
+	next "eyes as it sings a"
+	next "soothing lullaby.@"
+	db   "Its gentle song"
+	next "puts anyone who"
+	next "hears it to sleep.@"
 ; 0x1826e9
 
--- a/stats/pokedex/entries/040.asm
+++ b/stats/pokedex/entries/040.asm
@@ -1,8 +1,12 @@
 ; WigglytuffPokedexEntry: ; 0x1826e9
-	db "BALLOON@" ; species name
+	db   "BALLOON@" ; species name
 	dw 303, 260; height, width
 	
-	db "The rich, fluffy", $4e, "fur that covers", $4e, "its body feels so@"
-	db "good that anyone", $4e, "who feels it can't", $4e, "stop touching it.@"
+	db   "The rich, fluffy"
+	next "fur that covers"
+	next "its body feels so@"
+	db   "good that anyone"
+	next "who feels it can't"
+	next "stop touching it.@"
 ; 0x18275d
 
--- a/stats/pokedex/entries/041.asm
+++ b/stats/pokedex/entries/041.asm
@@ -1,8 +1,12 @@
 ; ZubatPokedexEntry: ; 0x18275d
-	db "BAT@" ; species name
+	db   "BAT@" ; species name
 	dw 207, 170; height, width
 	
-	db "During the day, it", $4e, "gathers with", $4e, "others and hangs@"
-	db "from the ceilings", $4e, "of old buildings", $4e, "and caves.@"
+	db   "During the day, it"
+	next "gathers with"
+	next "others and hangs@"
+	db   "from the ceilings"
+	next "of old buildings"
+	next "and caves.@"
 ; 0x1827c4
 
--- a/stats/pokedex/entries/042.asm
+++ b/stats/pokedex/entries/042.asm
@@ -1,8 +1,12 @@
 ; GolbatPokedexEntry: ; 0x1827c4
-	db "BAT@" ; species name
+	db   "BAT@" ; species name
 	dw 503, 1210; height, width
 	
-	db "When it plunges", $4e, "its fangs into its", $4e, "prey, it instantly@"
-	db "draws and gulps", $4e, "down more than ten", $4e, "ounces of blood.@"
+	db   "When it plunges"
+	next "its fangs into its"
+	next "prey, it instantly@"
+	db   "draws and gulps"
+	next "down more than ten"
+	next "ounces of blood.@"
 ; 0x182836
 
--- a/stats/pokedex/entries/043.asm
+++ b/stats/pokedex/entries/043.asm
@@ -1,8 +1,12 @@
 ; OddishPokedexEntry: ; 0x182836
-	db "WEED@" ; species name
+	db   "WEED@" ; species name
 	dw 108, 120; height, width
 	
-	db "During the day, it", $4e, "stays in the cold", $4e, "underground to@"
-	db "avoid the sun.", $4e, "It grows by bath-", $4e, "ing in moonlight.@"
+	db   "During the day, it"
+	next "stays in the cold"
+	next "underground to@"
+	db   "avoid the sun."
+	next "It grows by bath-"
+	next "ing in moonlight.@"
 ; 0x1828a6
 
--- a/stats/pokedex/entries/044.asm
+++ b/stats/pokedex/entries/044.asm
@@ -1,8 +1,12 @@
 ; GloomPokedexEntry: ; 0x1828a6
-	db "WEED@" ; species name
+	db   "WEED@" ; species name
 	dw 207, 190; height, width
 	
-	db "The smell from its", $4e, "drool-like syrup", $4e, "and the pollen on@"
-	db "its petals is so", $4e, "bad, it may make", $4e, "opponents faint.@"
+	db   "The smell from its"
+	next "drool-like syrup"
+	next "and the pollen on@"
+	db   "its petals is so"
+	next "bad, it may make"
+	next "opponents faint.@"
 ; 0x182918
 
--- a/stats/pokedex/entries/045.asm
+++ b/stats/pokedex/entries/045.asm
@@ -1,8 +1,12 @@
 ; VileplumePokedexEntry: ; 0x182918
-	db "FLOWER@" ; species name
+	db   "FLOWER@" ; species name
 	dw 311, 410; height, width
 	
-	db "By shaking its big", $4e, "petals, it scat-", $4e, "ters toxic pollen@"
-	db "into the air,", $4e, "turning the air", $4e, "yellow.@"
+	db   "By shaking its big"
+	next "petals, it scat-"
+	next "ters toxic pollen@"
+	db   "into the air,"
+	next "turning the air"
+	next "yellow.@"
 ; 0x18297f
 
--- a/stats/pokedex/entries/046.asm
+++ b/stats/pokedex/entries/046.asm
@@ -1,8 +1,12 @@
 ; ParasPokedexEntry: ; 0x18297f
-	db "MUSHROOM@" ; species name
+	db   "MUSHROOM@" ; species name
 	dw 100, 120; height, width
 	
-	db "The tochukaso", $4e, "growing on this", $4e, "#MON's back@"
-	db "orders it to", $4e, "extract juice from", $4e, "tree trunks.@"
+	db   "The tochukaso"
+	next "growing on this"
+	next "#MON's back@"
+	db   "orders it to"
+	next "extract juice from"
+	next "tree trunks.@"
 ; 0x1829e2
 
--- a/stats/pokedex/entries/047.asm
+++ b/stats/pokedex/entries/047.asm
@@ -1,8 +1,12 @@
 ; ParasectPokedexEntry: ; 0x1829e2
-	db "MUSHROOM@" ; species name
+	db   "MUSHROOM@" ; species name
 	dw 303, 650; height, width
 	
-	db "When nothing's", $4e, "left to extract", $4e, "from the bug, the@"
-	db "mushrooms on its", $4e, "back leave spores", $4e, "on the bug's egg.@"
+	db   "When nothing's"
+	next "left to extract"
+	next "from the bug, the@"
+	db   "mushrooms on its"
+	next "back leave spores"
+	next "on the bug's egg.@"
 ; 0x182a53
 
--- a/stats/pokedex/entries/048.asm
+++ b/stats/pokedex/entries/048.asm
@@ -1,8 +1,12 @@
 ; VenonatPokedexEntry: ; 0x182a53
-	db "INSECT@" ; species name
+	db   "INSECT@" ; species name
 	dw 303, 660; height, width
 	
-	db "The small bugs it", $4e, "eats appear only", $4e, "at night, so it@"
-	db "sleeps in a hole", $4e, "in a tree until", $4e, "night falls.@"
+	db   "The small bugs it"
+	next "eats appear only"
+	next "at night, so it@"
+	db   "sleeps in a hole"
+	next "in a tree until"
+	next "night falls.@"
 ; 0x182abf
 
--- a/stats/pokedex/entries/049.asm
+++ b/stats/pokedex/entries/049.asm
@@ -1,8 +1,12 @@
 ; VenomothPokedexEntry: ; 0x182abf
-	db "POISONMOTH@" ; species name
+	db   "POISONMOTH@" ; species name
 	dw 411, 280; height, width
 	
-	db "The scales it", $4e, "scatters will", $4e, "paralyze anyone@"
-	db "who touches them,", $4e, "making that person", $4e, "unable to stand.@"
+	db   "The scales it"
+	next "scatters will"
+	next "paralyze anyone@"
+	db   "who touches them,"
+	next "making that person"
+	next "unable to stand.@"
 ; 0x182b30
 
--- a/stats/pokedex/entries/050.asm
+++ b/stats/pokedex/entries/050.asm
@@ -1,8 +1,12 @@
 ; DiglettPokedexEntry: ; 0x182b30
-	db "MOLE@" ; species name
+	db   "MOLE@" ; species name
 	dw 8, 20; height, width
 	
-	db "It digs under-", $4e, "ground and chews", $4e, "on tree roots,@"
-	db "sticking its head", $4e, "out only when the", $4e, "sun isn't bright.@"
+	db   "It digs under-"
+	next "ground and chews"
+	next "on tree roots,@"
+	db   "sticking its head"
+	next "out only when the"
+	next "sun isn't bright.@"
 ; 0x182b9d
 
--- a/stats/pokedex/entries/051.asm
+++ b/stats/pokedex/entries/051.asm
@@ -1,8 +1,12 @@
 ; DugtrioPokedexEntry: ; 0x182b9d
-	db "MOLE@" ; species name
+	db   "MOLE@" ; species name
 	dw 204, 730; height, width
 	
-	db "These DIGLETT", $4e, "triplets dig over", $4e, "60 miles below sea@"
-	db "level. No one", $4e, "knows what it's", $4e, "like underground.@"
+	db   "These DIGLETT"
+	next "triplets dig over"
+	next "60 miles below sea@"
+	db   "level. No one"
+	next "knows what it's"
+	next "like underground.@"
 ; 0x182c08
 
--- a/stats/pokedex/entries/052.asm
+++ b/stats/pokedex/entries/052.asm
@@ -1,8 +1,12 @@
 ; MeowthPokedexEntry: ; 0x182c08
-	db "SCRATCHCAT@" ; species name
+	db   "SCRATCHCAT@" ; species name
 	dw 104, 90; height, width
 	
-	db "It loves things", $4e, "that sparkle. When", $4e, "it sees a shiny@"
-	db "object, the gold", $4e, "coin on its head", $4e, "shines too.@"
+	db   "It loves things"
+	next "that sparkle. When"
+	next "it sees a shiny@"
+	db   "object, the gold"
+	next "coin on its head"
+	next "shines too.@"
 ; 0x182c78
 
--- a/stats/pokedex/entries/053.asm
+++ b/stats/pokedex/entries/053.asm
@@ -1,8 +1,12 @@
 ; PersianPokedexEntry: ; 0x182c78
-	db "CLASSY CAT@" ; species name
+	db   "CLASSY CAT@" ; species name
 	dw 303, 710; height, width
 	
-	db "Behind its lithe,", $4e, "elegant appearance", $4e, "lies a barbaric@"
-	db "side. It will tear", $4e, "apart its prey on", $4e, "a mere whim.@"
+	db   "Behind its lithe,"
+	next "elegant appearance"
+	next "lies a barbaric@"
+	db   "side. It will tear"
+	next "apart its prey on"
+	next "a mere whim.@"
 ; 0x182cee
 
--- a/stats/pokedex/entries/054.asm
+++ b/stats/pokedex/entries/054.asm
@@ -1,8 +1,12 @@
 ; PsyduckPokedexEntry: ; 0x182cee
-	db "DUCK@" ; species name
+	db   "DUCK@" ; species name
 	dw 207, 430; height, width
 	
-	db "The only time it", $4e, "can use its psy-", $4e, "chic power is when@"
-	db "its sleeping brain", $4e, "cells happen to", $4e, "wake.@"
+	db   "The only time it"
+	next "can use its psy-"
+	next "chic power is when@"
+	db   "its sleeping brain"
+	next "cells happen to"
+	next "wake.@"
 ; 0x182d55
 
--- a/stats/pokedex/entries/055.asm
+++ b/stats/pokedex/entries/055.asm
@@ -1,8 +1,12 @@
 ; GolduckPokedexEntry: ; 0x182d55
-	db "DUCK@" ; species name
+	db   "DUCK@" ; species name
 	dw 507, 1690; height, width
 	
-	db "It swims grace-", $4e, "fully along on the", $4e, "quiet, slow-moving@"
-	db "rivers and lakes", $4e, "of which it is so", $4e, "fond.@"
+	db   "It swims grace-"
+	next "fully along on the"
+	next "quiet, slow-moving@"
+	db   "rivers and lakes"
+	next "of which it is so"
+	next "fond.@"
 ; 0x182dbd
 
--- a/stats/pokedex/entries/056.asm
+++ b/stats/pokedex/entries/056.asm
@@ -1,8 +1,12 @@
 ; MankeyPokedexEntry: ; 0x182dbd
-	db "PIG MONKEY@" ; species name
+	db   "PIG MONKEY@" ; species name
 	dw 108, 620; height, width
 	
-	db "It lives in groups", $4e, "in the treetops.", $4e, "If it loses sight@"
-	db "of its group, it", $4e, "becomes infuriated", $4e, "by its loneliness.@"
+	db   "It lives in groups"
+	next "in the treetops."
+	next "If it loses sight@"
+	db   "of its group, it"
+	next "becomes infuriated"
+	next "by its loneliness.@"
 ; 0x182e39
 
--- a/stats/pokedex/entries/057.asm
+++ b/stats/pokedex/entries/057.asm
@@ -1,8 +1,12 @@
 ; PrimeapePokedexEntry: ; 0x182e39
-	db "PIG MONKEY@" ; species name
+	db   "PIG MONKEY@" ; species name
 	dw 303, 710; height, width
 	
-	db "It will beat up", $4e, "anyone who makes", $4e, "it mad, even if it@"
-	db "has to chase them", $4e, "until the end of", $4e, "the world.@"
+	db   "It will beat up"
+	next "anyone who makes"
+	next "it mad, even if it@"
+	db   "has to chase them"
+	next "until the end of"
+	next "the world.@"
 ; 0x182eaa
 
--- a/stats/pokedex/entries/058.asm
+++ b/stats/pokedex/entries/058.asm
@@ -1,8 +1,12 @@
 ; GrowlithePokedexEntry: ; 0x182eaa
-	db "PUPPY@" ; species name
+	db   "PUPPY@" ; species name
 	dw 204, 420; height, width
 	
-	db "It controls a big", $4e, "territory. If it", $4e, "detects an unknown@"
-	db "smell, it roars", $4e, "loudly to force", $4e, "out the intruder.@"
+	db   "It controls a big"
+	next "territory. If it"
+	next "detects an unknown@"
+	db   "smell, it roars"
+	next "loudly to force"
+	next "out the intruder.@"
 ; 0x182f1c
 
--- a/stats/pokedex/entries/059.asm
+++ b/stats/pokedex/entries/059.asm
@@ -1,8 +1,12 @@
 ; ArcaninePokedexEntry: ; 0x182f1c
-	db "LEGENDARY@" ; species name
+	db   "LEGENDARY@" ; species name
 	dw 603, 3420; height, width
 	
-	db "An ancient picture", $4e, "scroll shows that", $4e, "people were@"
-	db "attracted to its", $4e, "movement as it ran", $4e, "through prairies.@"
+	db   "An ancient picture"
+	next "scroll shows that"
+	next "people were@"
+	db   "attracted to its"
+	next "movement as it ran"
+	next "through prairies.@"
 ; 0x182f91
 
--- a/stats/pokedex/entries/060.asm
+++ b/stats/pokedex/entries/060.asm
@@ -1,8 +1,12 @@
 ; PoliwagPokedexEntry: ; 0x182f91
-	db "TADPOLE@" ; species name
+	db   "TADPOLE@" ; species name
 	dw 200, 270; height, width
 	
-	db "The swirl on its", $4e, "belly is its", $4e, "insides showing@"
-	db "through the skin.", $4e, "It looks clearer", $4e, "after it eats.@"
+	db   "The swirl on its"
+	next "belly is its"
+	next "insides showing@"
+	db   "through the skin."
+	next "It looks clearer"
+	next "after it eats.@"
 ; 0x182ffd
 
--- a/stats/pokedex/entries/061.asm
+++ b/stats/pokedex/entries/061.asm
@@ -1,8 +1,12 @@
 ; PoliwhirlPokedexEntry: ; 0x182ffd
-	db "TADPOLE@" ; species name
+	db   "TADPOLE@" ; species name
 	dw 303, 440; height, width
 	
-	db "Though it is", $4e, "skilled at walk-", $4e, "ing, it prefers to@"
-	db "live underwater", $4e, "where there is", $4e, "less danger.@"
+	db   "Though it is"
+	next "skilled at walk-"
+	next "ing, it prefers to@"
+	db   "live underwater"
+	next "where there is"
+	next "less danger.@"
 ; 0x183066
 
--- a/stats/pokedex/entries/062.asm
+++ b/stats/pokedex/entries/062.asm
@@ -1,8 +1,12 @@
 ; PoliwrathPokedexEntry: ; 0x183066
-	db "TADPOLE@" ; species name
+	db   "TADPOLE@" ; species name
 	dw 403, 1190; height, width
 	
-	db "It can use its", $4e, "well-developed", $4e, "arms and legs to@"
-	db "run on the surface", $4e, "of the water for a", $4e, "split second.@"
+	db   "It can use its"
+	next "well-developed"
+	next "arms and legs to@"
+	db   "run on the surface"
+	next "of the water for a"
+	next "split second.@"
 ; 0x1830d5
 
--- a/stats/pokedex/entries/063.asm
+++ b/stats/pokedex/entries/063.asm
@@ -1,8 +1,12 @@
 ; AbraPokedexEntry: ; 0x1830d5
-	db "PSI@" ; species name
+	db   "PSI@" ; species name
 	dw 211, 430; height, width
 	
-	db "It hypnotizes", $4e, "itself so that it", $4e, "can teleport away@"
-	db "when it senses", $4e, "danger, even", $4e, "if it is asleep.@"
+	db   "It hypnotizes"
+	next "itself so that it"
+	next "can teleport away@"
+	db   "when it senses"
+	next "danger, even"
+	next "if it is asleep.@"
 ; 0x18313c
 
--- a/stats/pokedex/entries/064.asm
+++ b/stats/pokedex/entries/064.asm
@@ -1,8 +1,12 @@
 ; KadabraPokedexEntry: ; 0x18313c
-	db "PSI@" ; species name
+	db   "PSI@" ; species name
 	dw 403, 1250; height, width
 	
-	db "When it closes its", $4e, "eyes, twice as", $4e, "many alpha parti-@"
-	db "cles come out of", $4e, "the surface of its", $4e, "body.@"
+	db   "When it closes its"
+	next "eyes, twice as"
+	next "many alpha parti-@"
+	db   "cles come out of"
+	next "the surface of its"
+	next "body.@"
 ; 0x1831a2
 
--- a/stats/pokedex/entries/065.asm
+++ b/stats/pokedex/entries/065.asm
@@ -1,8 +1,12 @@
 ; AlakazamPokedexEntry: ; 0x1b8000
-	db "PSI@" ; species name
+	db   "PSI@" ; species name
 	dw 411, 1060; height, width
 	
-	db "It has an IQ of", $4e, "5000. It calcu-", $4e, "lates many things@"
-	db "in order to gain", $4e, "the edge in every", $4e, "battle.@"
+	db   "It has an IQ of"
+	next "5000. It calcu-"
+	next "lates many things@"
+	db   "in order to gain"
+	next "the edge in every"
+	next "battle.@"
 ; 0x1b8065
 
--- a/stats/pokedex/entries/066.asm
+++ b/stats/pokedex/entries/066.asm
@@ -1,8 +1,12 @@
 ; MachopPokedexEntry: ; 0x1b8065
-	db "SUPERPOWER@" ; species name
+	db   "SUPERPOWER@" ; species name
 	dw 207, 430; height, width
 	
-	db "It trains by", $4e, "lifting rocks in", $4e, "the mountains. It@"
-	db "can even pick up a", $4e, "GRAVELER with", $4e, "ease.@"
+	db   "It trains by"
+	next "lifting rocks in"
+	next "the mountains. It@"
+	db   "can even pick up a"
+	next "GRAVELER with"
+	next "ease.@"
 ; 0x1b80cb
 
--- a/stats/pokedex/entries/067.asm
+++ b/stats/pokedex/entries/067.asm
@@ -1,8 +1,12 @@
 ; MachokePokedexEntry: ; 0x1b80cb
-	db "SUPERPOWER@" ; species name
+	db   "SUPERPOWER@" ; species name
 	dw 411, 1550; height, width
 	
-	db "This tough #MON", $4e, "always stays in", $4e, "the zone. Its@"
-	db "muscles become", $4e, "thicker after", $4e, "every battle.@"
+	db   "This tough #MON"
+	next "always stays in"
+	next "the zone. Its@"
+	db   "muscles become"
+	next "thicker after"
+	next "every battle.@"
 ; 0x1b8133
 
--- a/stats/pokedex/entries/068.asm
+++ b/stats/pokedex/entries/068.asm
@@ -1,8 +1,12 @@
 ; MachampPokedexEntry: ; 0x1b8133
-	db "SUPERPOWER@" ; species name
+	db   "SUPERPOWER@" ; species name
 	dw 503, 2870; height, width
 	
-	db "With four arms", $4e, "that react more", $4e, "quickly than it@"
-	db "can think, it can", $4e, "execute many", $4e, "punches at once.@"
+	db   "With four arms"
+	next "that react more"
+	next "quickly than it@"
+	db   "can think, it can"
+	next "execute many"
+	next "punches at once.@"
 ; 0x1b81a1
 
--- a/stats/pokedex/entries/069.asm
+++ b/stats/pokedex/entries/069.asm
@@ -1,8 +1,12 @@
 ; BellsproutPokedexEntry: ; 0x1b81a1
-	db "FLOWER@" ; species name
+	db   "FLOWER@" ; species name
 	dw 204, 90; height, width
 	
-	db "If it notices", $4e, "anything that", $4e, "moves, it@"
-	db "immediately flings", $4e, "its vine at the", $4e, "object.@"
+	db   "If it notices"
+	next "anything that"
+	next "moves, it@"
+	db   "immediately flings"
+	next "its vine at the"
+	next "object.@"
 ; 0x1b81fd
 
--- a/stats/pokedex/entries/070.asm
+++ b/stats/pokedex/entries/070.asm
@@ -1,8 +1,12 @@
 ; WeepinbellPokedexEntry: ; 0x1b81fd
-	db "FLYCATCHER@" ; species name
+	db   "FLYCATCHER@" ; species name
 	dw 303, 140; height, width
 	
-	db "When it's hungry,", $4e, "it swings its", $4e, "razor-sharp@"
-	db "leaves, slicing up", $4e, "any unlucky object", $4e, "nearby for food.@"
+	db   "When it's hungry,"
+	next "it swings its"
+	next "razor-sharp@"
+	db   "leaves, slicing up"
+	next "any unlucky object"
+	next "nearby for food.@"
 ; 0x1b826e
 
--- a/stats/pokedex/entries/071.asm
+++ b/stats/pokedex/entries/071.asm
@@ -1,8 +1,12 @@
 ; VictreebelPokedexEntry: ; 0x1b826e
-	db "FLYCATCHER@" ; species name
+	db   "FLYCATCHER@" ; species name
 	dw 507, 340; height, width
 	
-	db "Once ingested into", $4e, "this #MON's", $4e, "body, even the@"
-	db "hardest object", $4e, "will melt into", $4e, "nothing.@"
+	db   "Once ingested into"
+	next "this #MON's"
+	next "body, even the@"
+	db   "hardest object"
+	next "will melt into"
+	next "nothing.@"
 ; 0x1b82d1
 
--- a/stats/pokedex/entries/072.asm
+++ b/stats/pokedex/entries/072.asm
@@ -1,8 +1,12 @@
 ; TentacoolPokedexEntry: ; 0x1b82d1
-	db "JELLYFISH@" ; species name
+	db   "JELLYFISH@" ; species name
 	dw 211, 1000; height, width
 	
-	db "As it floats along", $4e, "on the waves, it", $4e, "uses its toxic@"
-	db "feelers to stab", $4e, "anything it", $4e, "touches.@"
+	db   "As it floats along"
+	next "on the waves, it"
+	next "uses its toxic@"
+	db   "feelers to stab"
+	next "anything it"
+	next "touches.@"
 ; 0x1b8337
 
--- a/stats/pokedex/entries/073.asm
+++ b/stats/pokedex/entries/073.asm
@@ -1,8 +1,12 @@
 ; TentacruelPokedexEntry: ; 0x1b8337
-	db "JELLYFISH@" ; species name
+	db   "JELLYFISH@" ; species name
 	dw 503, 1210; height, width
 	
-	db "When its 80 feel-", $4e, "ers absorb water,", $4e, "it stretches to@"
-	db "become like a net", $4e, "to entangle its", $4e, "prey.@"
+	db   "When its 80 feel-"
+	next "ers absorb water,"
+	next "it stretches to@"
+	db   "become like a net"
+	next "to entangle its"
+	next "prey.@"
 ; 0x1b83a1
 
--- a/stats/pokedex/entries/074.asm
+++ b/stats/pokedex/entries/074.asm
@@ -1,8 +1,12 @@
 ; GeodudePokedexEntry: ; 0x1b83a1
-	db "ROCK@" ; species name
+	db   "ROCK@" ; species name
 	dw 104, 440; height, width
 	
-	db "Proud of their", $4e, "sturdy bodies,", $4e, "they bash against@"
-	db "each other in a", $4e, "contest to prove", $4e, "whose is harder.@"
+	db   "Proud of their"
+	next "sturdy bodies,"
+	next "they bash against@"
+	db   "each other in a"
+	next "contest to prove"
+	next "whose is harder.@"
 ; 0x1b840c
 
--- a/stats/pokedex/entries/075.asm
+++ b/stats/pokedex/entries/075.asm
@@ -1,8 +1,12 @@
 ; GravelerPokedexEntry: ; 0x1b840c
-	db "ROCK@" ; species name
+	db   "ROCK@" ; species name
 	dw 303, 2320; height, width
 	
-	db "It travels by rol-", $4e, "ling on mountain", $4e, "paths. If it gains@"
-	db "too much speed, it", $4e, "stops by running", $4e, "into huge rocks.@"
+	db   "It travels by rol-"
+	next "ling on mountain"
+	next "paths. If it gains@"
+	db   "too much speed, it"
+	next "stops by running"
+	next "into huge rocks.@"
 ; 0x1b8481
 
--- a/stats/pokedex/entries/076.asm
+++ b/stats/pokedex/entries/076.asm
@@ -1,8 +1,12 @@
 ; GolemPokedexEntry: ; 0x1b8481
-	db "MEGATON@" ; species name
+	db   "MEGATON@" ; species name
 	dw 407, 6620; height, width
 	
-	db "Its rock-like body", $4e, "is so durable,", $4e, "even high-powered@"
-	db "dynamite blasts", $4e, "fail to scratch", $4e, "its rugged hide.@"
+	db   "Its rock-like body"
+	next "is so durable,"
+	next "even high-powered@"
+	db   "dynamite blasts"
+	next "fail to scratch"
+	next "its rugged hide.@"
 ; 0x1b84f2
 
--- a/stats/pokedex/entries/077.asm
+++ b/stats/pokedex/entries/077.asm
@@ -1,8 +1,12 @@
 ; PonytaPokedexEntry: ; 0x1b84f2
-	db "FIRE HORSE@" ; species name
+	db   "FIRE HORSE@" ; species name
 	dw 303, 660; height, width
 	
-	db "Training by", $4e, "jumping over grass", $4e, "that grows longer@"
-	db "every day has made", $4e, "it a world-class", $4e, "jumper.@"
+	db   "Training by"
+	next "jumping over grass"
+	next "that grows longer@"
+	db   "every day has made"
+	next "it a world-class"
+	next "jumper.@"
 ; 0x1b855e
 
--- a/stats/pokedex/entries/078.asm
+++ b/stats/pokedex/entries/078.asm
@@ -1,8 +1,12 @@
 ; RapidashPokedexEntry: ; 0x1b855e
-	db "FIRE HORSE@" ; species name
+	db   "FIRE HORSE@" ; species name
 	dw 507, 2090; height, width
 	
-	db "It just loves to", $4e, "gallop. The faster", $4e, "it goes, the long-@"
-	db "er the swaying", $4e, "flames of its mane", $4e, "will become.@"
+	db   "It just loves to"
+	next "gallop. The faster"
+	next "it goes, the long-@"
+	db   "er the swaying"
+	next "flames of its mane"
+	next "will become.@"
 ; 0x1b85d3
 
--- a/stats/pokedex/entries/079.asm
+++ b/stats/pokedex/entries/079.asm
@@ -1,8 +1,12 @@
 ; SlowpokePokedexEntry: ; 0x1b85d3
-	db "DOPEY@" ; species name
+	db   "DOPEY@" ; species name
 	dw 311, 790; height, width
 	
-	db "It is always so", $4e, "absent-minded that", $4e, "it won't react,@"
-	db "even if its", $4e, "flavorful tail is", $4e, "bitten.@"
+	db   "It is always so"
+	next "absent-minded that"
+	next "it won't react,@"
+	db   "even if its"
+	next "flavorful tail is"
+	next "bitten.@"
 ; 0x1b8635
 
--- a/stats/pokedex/entries/080.asm
+++ b/stats/pokedex/entries/080.asm
@@ -1,8 +1,12 @@
 ; SlowbroPokedexEntry: ; 0x1b8635
-	db "HERMITCRAB@" ; species name
+	db   "HERMITCRAB@" ; species name
 	dw 503, 1730; height, width
 	
-	db "An attached", $4e, "SHELLDER won't let", $4e, "go because of the@"
-	db "tasty flavor that", $4e, "oozes out of its", $4e, "tail.@"
+	db   "An attached"
+	next "SHELLDER won't let"
+	next "go because of the@"
+	db   "tasty flavor that"
+	next "oozes out of its"
+	next "tail.@"
 ; 0x1b869d
 
--- a/stats/pokedex/entries/081.asm
+++ b/stats/pokedex/entries/081.asm
@@ -1,8 +1,12 @@
 ; MagnemitePokedexEntry: ; 0x1b869d
-	db "MAGNET@" ; species name
+	db   "MAGNET@" ; species name
 	dw 100, 130; height, width
 	
-	db "The electricity", $4e, "emitted by the", $4e, "units on each side@"
-	db "of its body cause", $4e, "it to become a", $4e, "strong magnet.@"
+	db   "The electricity"
+	next "emitted by the"
+	next "units on each side@"
+	db   "of its body cause"
+	next "it to become a"
+	next "strong magnet.@"
 ; 0x1b870a
 
--- a/stats/pokedex/entries/082.asm
+++ b/stats/pokedex/entries/082.asm
@@ -1,8 +1,12 @@
 ; MagnetonPokedexEntry: ; 0x1b870a
-	db "MAGNET@" ; species name
+	db   "MAGNET@" ; species name
 	dw 303, 1320; height, width
 	
-	db "When many", $4e, "MAGNETON gather", $4e, "together, the@"
-	db "resulting magnetic", $4e, "storm disrupts", $4e, "radio waves.@"
+	db   "When many"
+	next "MAGNETON gather"
+	next "together, the@"
+	db   "resulting magnetic"
+	next "storm disrupts"
+	next "radio waves.@"
 ; 0x1b876c
 
--- a/stats/pokedex/entries/083.asm
+++ b/stats/pokedex/entries/083.asm
@@ -1,8 +1,12 @@
 ; FarfetchDPokedexEntry: ; 0x1b876c
-	db "WILD DUCK@" ; species name
+	db   "WILD DUCK@" ; species name
 	dw 207, 330; height, width
 	
-	db "In order to pre-", $4e, "vent their", $4e, "extinction, more@"
-	db "people have made", $4e, "an effort to breed", $4e, "these #MON.@"
+	db   "In order to pre-"
+	next "vent their"
+	next "extinction, more@"
+	db   "people have made"
+	next "an effort to breed"
+	next "these #MON.@"
 ; 0x1b87d7
 
--- a/stats/pokedex/entries/084.asm
+++ b/stats/pokedex/entries/084.asm
@@ -1,8 +1,12 @@
 ; DoduoPokedexEntry: ; 0x1b87d7
-	db "TWIN BIRD@" ; species name
+	db   "TWIN BIRD@" ; species name
 	dw 407, 860; height, width
 	
-	db "It lives on a", $4e, "grassy plain where", $4e, "it can see a long@"
-	db "way. If it sees an", $4e, "enemy, it runs", $4e, "away at 60 mph.@"
+	db   "It lives on a"
+	next "grassy plain where"
+	next "it can see a long@"
+	db   "way. If it sees an"
+	next "enemy, it runs"
+	next "away at 60 mph.@"
 ; 0x1b884a
 
--- a/stats/pokedex/entries/085.asm
+++ b/stats/pokedex/entries/085.asm
@@ -1,8 +1,12 @@
 ; DodrioPokedexEntry: ; 0x1b884a
-	db "TRIPLEBIRD@" ; species name
+	db   "TRIPLEBIRD@" ; species name
 	dw 511, 1880; height, width
 	
-	db "An enemy that", $4e, "takes its eyes off", $4e, "any of the three@"
-	db "heads--even for a", $4e, "second--will get", $4e, "pecked severely.@"
+	db   "An enemy that"
+	next "takes its eyes off"
+	next "any of the three@"
+	db   "heads--even for a"
+	next "second--will get"
+	next "pecked severely.@"
 ; 0x1b88bf
 
--- a/stats/pokedex/entries/086.asm
+++ b/stats/pokedex/entries/086.asm
@@ -1,8 +1,12 @@
 ; SeelPokedexEntry: ; 0x1b88bf
-	db "SEA LION@" ; species name
+	db   "SEA LION@" ; species name
 	dw 307, 1980; height, width
 	
-	db "The light blue fur", $4e, "that covers it", $4e, "keeps it protected@"
-	db "against the cold.", $4e, "It loves iceberg-", $4e, "filled oceans.@"
+	db   "The light blue fur"
+	next "that covers it"
+	next "keeps it protected@"
+	db   "against the cold."
+	next "It loves iceberg-"
+	next "filled oceans.@"
 ; 0x1b8934
 
--- a/stats/pokedex/entries/087.asm
+++ b/stats/pokedex/entries/087.asm
@@ -1,8 +1,12 @@
 ; DewgongPokedexEntry: ; 0x1b8934
-	db "SEA LION@" ; species name
+	db   "SEA LION@" ; species name
 	dw 507, 2650; height, width
 	
-	db "It sleeps under", $4e, "shallow ocean", $4e, "waters during the@"
-	db "day, then looks", $4e, "for food at night", $4e, "when it's cold.@"
+	db   "It sleeps under"
+	next "shallow ocean"
+	next "waters during the@"
+	db   "day, then looks"
+	next "for food at night"
+	next "when it's cold.@"
 ; 0x1b89a2
 
--- a/stats/pokedex/entries/088.asm
+++ b/stats/pokedex/entries/088.asm
@@ -1,8 +1,12 @@
 ; GrimerPokedexEntry: ; 0x1b89a2
-	db "SLUDGE@" ; species name
+	db   "SLUDGE@" ; species name
 	dw 211, 660; height, width
 	
-	db "When two of these", $4e, "#MON's bodies", $4e, "are combined@"
-	db "together, new", $4e, "poisons are", $4e, "created.@"
+	db   "When two of these"
+	next "#MON's bodies"
+	next "are combined@"
+	db   "together, new"
+	next "poisons are"
+	next "created.@"
 ; 0x1b89fc
 
--- a/stats/pokedex/entries/089.asm
+++ b/stats/pokedex/entries/089.asm
@@ -1,8 +1,12 @@
 ; MukPokedexEntry: ; 0x1b89fc
-	db "SLUDGE@" ; species name
+	db   "SLUDGE@" ; species name
 	dw 311, 660; height, width
 	
-	db "As it moves, a", $4e, "very strong poison", $4e, "leaks from it,@"
-	db "making the ground", $4e, "there barren for", $4e, "three years.@"
+	db   "As it moves, a"
+	next "very strong poison"
+	next "leaks from it,@"
+	db   "making the ground"
+	next "there barren for"
+	next "three years.@"
 ; 0x1b8a68
 
--- a/stats/pokedex/entries/090.asm
+++ b/stats/pokedex/entries/090.asm
@@ -1,8 +1,12 @@
 ; ShellderPokedexEntry: ; 0x1b8a68
-	db "BIVALVE@" ; species name
+	db   "BIVALVE@" ; species name
 	dw 100, 90; height, width
 	
-	db "Clamping on to an", $4e, "opponent reveals", $4e, "its vulnerable@"
-	db "parts, so it uses", $4e, "this move only as", $4e, "a last resort.@"
+	db   "Clamping on to an"
+	next "opponent reveals"
+	next "its vulnerable@"
+	db   "parts, so it uses"
+	next "this move only as"
+	next "a last resort.@"
 ; 0x1b8ad9
 
--- a/stats/pokedex/entries/091.asm
+++ b/stats/pokedex/entries/091.asm
@@ -1,8 +1,12 @@
 ; CloysterPokedexEntry: ; 0x1b8ad9
-	db "BIVALVE@" ; species name
+	db   "BIVALVE@" ; species name
 	dw 411, 2920; height, width
 	
-	db "Even a missile", $4e, "can't break the", $4e, "spikes it uses to@"
-	db "stab opponents.", $4e, "They're even hard-", $4e, "er than its shell.@"
+	db   "Even a missile"
+	next "can't break the"
+	next "spikes it uses to@"
+	db   "stab opponents."
+	next "They're even hard-"
+	next "er than its shell.@"
 ; 0x1b8b4a
 
--- a/stats/pokedex/entries/092.asm
+++ b/stats/pokedex/entries/092.asm
@@ -1,8 +1,12 @@
 ; GastlyPokedexEntry: ; 0x1b8b4a
-	db "GAS@" ; species name
+	db   "GAS@" ; species name
 	dw 403, 2; height, width
 	
-	db "It wraps its op-", $4e, "ponent in its gas-", $4e, "like body, slowly@"
-	db "weakening its prey", $4e, "by poisoning it", $4e, "through the skin.@"
+	db   "It wraps its op-"
+	next "ponent in its gas-"
+	next "like body, slowly@"
+	db   "weakening its prey"
+	next "by poisoning it"
+	next "through the skin.@"
 ; 0x1b8bbd
 
--- a/stats/pokedex/entries/093.asm
+++ b/stats/pokedex/entries/093.asm
@@ -1,8 +1,12 @@
 ; HaunterPokedexEntry: ; 0x1b8bbd
-	db "GAS@" ; species name
+	db   "GAS@" ; species name
 	dw 503, 2; height, width
 	
-	db "It hides in the", $4e, "dark, planning to", $4e, "take the life of@"
-	db "the next living", $4e, "thing that wanders", $4e, "close by.@"
+	db   "It hides in the"
+	next "dark, planning to"
+	next "take the life of@"
+	db   "the next living"
+	next "thing that wanders"
+	next "close by.@"
 ; 0x1b8c25
 
--- a/stats/pokedex/entries/094.asm
+++ b/stats/pokedex/entries/094.asm
@@ -1,8 +1,12 @@
 ; GengarPokedexEntry: ; 0x1b8c25
-	db "SHADOW@" ; species name
+	db   "SHADOW@" ; species name
 	dw 411, 890; height, width
 	
-	db "Hiding in people's", $4e, "shadows at night,", $4e, "it absorbs their@"
-	db "heat. The chill it", $4e, "causes makes the", $4e, "victims shake.@"
+	db   "Hiding in people's"
+	next "shadows at night,"
+	next "it absorbs their@"
+	db   "heat. The chill it"
+	next "causes makes the"
+	next "victims shake.@"
 ; 0x1b8c98
 
--- a/stats/pokedex/entries/095.asm
+++ b/stats/pokedex/entries/095.asm
@@ -1,8 +1,12 @@
 ; OnixPokedexEntry: ; 0x1b8c98
-	db "ROCK SNAKE@" ; species name
+	db   "ROCK SNAKE@" ; species name
 	dw 2810, 4630; height, width
 	
-	db "As it digs through", $4e, "the ground, it", $4e, "absorbs many hard@"
-	db "objects. This is", $4e, "what makes its", $4e, "body so solid.@"
+	db   "As it digs through"
+	next "the ground, it"
+	next "absorbs many hard@"
+	db   "objects. This is"
+	next "what makes its"
+	next "body so solid.@"
 ; 0x1b8d0a
 
--- a/stats/pokedex/entries/096.asm
+++ b/stats/pokedex/entries/096.asm
@@ -1,8 +1,12 @@
 ; DrowzeePokedexEntry: ; 0x1b8d0a
-	db "HYPNOSIS@" ; species name
+	db   "HYPNOSIS@" ; species name
 	dw 303, 710; height, width
 	
-	db "When it twitches", $4e, "its nose, it can", $4e, "tell where someone@"
-	db "is sleeping and", $4e, "what that person", $4e, "is dreaming about.@"
+	db   "When it twitches"
+	next "its nose, it can"
+	next "tell where someone@"
+	db   "is sleeping and"
+	next "what that person"
+	next "is dreaming about.@"
 ; 0x1b8d80
 
--- a/stats/pokedex/entries/097.asm
+++ b/stats/pokedex/entries/097.asm
@@ -1,8 +1,12 @@
 ; HypnoPokedexEntry: ; 0x1b8d80
-	db "HYPNOSIS@" ; species name
+	db   "HYPNOSIS@" ; species name
 	dw 503, 1670; height, width
 	
-	db "The longer it", $4e, "swings its", $4e, "pendulum, the@"
-	db "longer the effects", $4e, "of its hypnosis", $4e, "last.@"
+	db   "The longer it"
+	next "swings its"
+	next "pendulum, the@"
+	db   "longer the effects"
+	next "of its hypnosis"
+	next "last.@"
 ; 0x1b8ddd
 
--- a/stats/pokedex/entries/098.asm
+++ b/stats/pokedex/entries/098.asm
@@ -1,8 +1,12 @@
 ; KrabbyPokedexEntry: ; 0x1b8ddd
-	db "RIVER CRAB@" ; species name
+	db   "RIVER CRAB@" ; species name
 	dw 104, 140; height, width
 	
-	db "If it is unable", $4e, "to find food, it", $4e, "will absorb@"
-	db "nutrients by", $4e, "swallowing a", $4e, "mouthful of sand.@"
+	db   "If it is unable"
+	next "to find food, it"
+	next "will absorb@"
+	db   "nutrients by"
+	next "swallowing a"
+	next "mouthful of sand.@"
 ; 0x1b8e45
 
--- a/stats/pokedex/entries/099.asm
+++ b/stats/pokedex/entries/099.asm
@@ -1,8 +1,12 @@
 ; KinglerPokedexEntry: ; 0x1b8e45
-	db "PINCER@" ; species name
+	db   "PINCER@" ; species name
 	dw 403, 1320; height, width
 	
-	db "Its oversized claw", $4e, "is very powerful,", $4e, "but when it's not@"
-	db "in battle, the", $4e, "claw just gets in", $4e, "the way.@"
+	db   "Its oversized claw"
+	next "is very powerful,"
+	next "but when it's not@"
+	db   "in battle, the"
+	next "claw just gets in"
+	next "the way.@"
 ; 0x1b8eb0
 
--- a/stats/pokedex/entries/100.asm
+++ b/stats/pokedex/entries/100.asm
@@ -1,8 +1,12 @@
 ; VoltorbPokedexEntry: ; 0x1b8eb0
-	db "BALL@" ; species name
+	db   "BALL@" ; species name
 	dw 108, 230; height, width
 	
-	db "During the study", $4e, "of this #MON,", $4e, "it was discovered@"
-	db "that its compo-", $4e, "nents are not", $4e, "found in nature.@"
+	db   "During the study"
+	next "of this #MON,"
+	next "it was discovered@"
+	db   "that its compo-"
+	next "nents are not"
+	next "found in nature.@"
 ; 0x1b8f19
 
--- a/stats/pokedex/entries/101.asm
+++ b/stats/pokedex/entries/101.asm
@@ -1,8 +1,12 @@
 ; ElectrodePokedexEntry: ; 0x1b8f19
-	db "BALL@" ; species name
+	db   "BALL@" ; species name
 	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.@"
+	db   "But this also"
+	next "makes it more"
+	next "likely to explode.@"
 ; 0x1b8f84
 
--- a/stats/pokedex/entries/102.asm
+++ b/stats/pokedex/entries/102.asm
@@ -1,8 +1,12 @@
 ; ExeggcutePokedexEntry: ; 0x1b8f84
-	db "EGG@" ; species name
+	db   "EGG@" ; species name
 	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@"
+	db   "bond between the"
+	next "six will make them"
+	next "rejoin instantly.@"
 ; 0x1b8ff6
 
--- a/stats/pokedex/entries/103.asm
+++ b/stats/pokedex/entries/103.asm
@@ -1,8 +1,12 @@
 ; ExeggutorPokedexEntry: ; 0x1b8ff6
-	db "COCONUT@" ; species name
+	db   "COCONUT@" ; species name
 	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@"
+	db   "heads. A head that"
+	next "drops off becomes"
+	next "an EXEGGCUTE.@"
 ; 0x1b9068
 
--- a/stats/pokedex/entries/104.asm
+++ b/stats/pokedex/entries/104.asm
@@ -1,8 +1,12 @@
 ; CubonePokedexEntry: ; 0x1b9068
-	db "LONELY@" ; species name
+	db   "LONELY@" ; species name
 	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@"
+	db   "mother's skull,"
+	next "never revealing"
+	next "its true face.@"
 ; 0x1b90d2
 
--- a/stats/pokedex/entries/105.asm
+++ b/stats/pokedex/entries/105.asm
@@ -1,8 +1,12 @@
 ; MarowakPokedexEntry: ; 0x1b90d2
-	db "BONEKEEPER@" ; species name
+	db   "BONEKEEPER@" ; species name
 	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@"
+	db   "MAROWAK. It gets"
+	next "its bones from"
+	next "those graves.@"
 ; 0x1b913f
 
--- a/stats/pokedex/entries/106.asm
+++ b/stats/pokedex/entries/106.asm
@@ -1,8 +1,12 @@
 ; HitmonleePokedexEntry: ; 0x1b913f
-	db "KICKING@" ; species name
+	db   "KICKING@" ; species name
 	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@"
+	db   "elastic legs to"
+	next "execute every"
+	next "known kick.@"
 ; 0x1b91a4
 
--- a/stats/pokedex/entries/107.asm
+++ b/stats/pokedex/entries/107.asm
@@ -1,8 +1,12 @@
 ; HitmonchanPokedexEntry: ; 0x1b91a4
-	db "PUNCHING@" ; species name
+	db   "PUNCHING@" ; species name
 	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,@"
+	db   "it spins its arms"
+	next "just before making"
+	next "contact.@"
 ; 0x1b9210
 
--- a/stats/pokedex/entries/108.asm
+++ b/stats/pokedex/entries/108.asm
@@ -1,8 +1,12 @@
 ; LickitungPokedexEntry: ; 0x1b9210
-	db "LICKING@" ; species name
+	db   "LICKING@" ; species name
 	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@"
+	db   "long tongue to"
+	next "lick its body"
+	next "clean.@"
 ; 0x1b9276
 
--- a/stats/pokedex/entries/109.asm
+++ b/stats/pokedex/entries/109.asm
@@ -1,8 +1,12 @@
 ; KoffingPokedexEntry: ; 0x1b9276
-	db "POISON GAS@" ; species name
+	db   "POISON GAS@" ; species name
 	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-@"
+	db   "ous gas, the gas"
+	next "swirling inside it"
+	next "can be seen.@"
 ; 0x1b92ec
 
--- a/stats/pokedex/entries/110.asm
+++ b/stats/pokedex/entries/110.asm
@@ -1,8 +1,12 @@
 ; WeezingPokedexEntry: ; 0x1b92ec
-	db "POISON GAS@" ; species name
+	db   "POISON GAS@" ; species name
 	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@"
+	db   "body expands, and"
+	next "its insides smell"
+	next "much worse.@"
 ; 0x1b935d
 
--- a/stats/pokedex/entries/111.asm
+++ b/stats/pokedex/entries/111.asm
@@ -1,8 +1,12 @@
 ; RhyhornPokedexEntry: ; 0x1b935d
-	db "SPIKES@" ; species name
+	db   "SPIKES@" ; species name
 	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@"
+	db   "starts rushing, it"
+	next "forgets why it"
+	next "started.@"
 ; 0x1b93c5
 
--- a/stats/pokedex/entries/112.asm
+++ b/stats/pokedex/entries/112.asm
@@ -1,8 +1,12 @@
 ; RhydonPokedexEntry: ; 0x1b93c5
-	db "DRILL@" ; species name
+	db   "DRILL@" ; species name
 	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@"
+	db   "easily shatter"
+	next "even a diamond in"
+	next "the rough.@"
 ; 0x1b942e
 
--- a/stats/pokedex/entries/113.asm
+++ b/stats/pokedex/entries/113.asm
@@ -1,8 +1,12 @@
 ; ChanseyPokedexEntry: ; 0x1b942e
-	db "EGG@" ; species name
+	db   "EGG@" ; species name
 	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@"
+	db   "nutritious eggs,"
+	next "but it rarely can"
+	next "be found.@"
 ; 0x1b948c
 
--- a/stats/pokedex/entries/114.asm
+++ b/stats/pokedex/entries/114.asm
@@ -1,8 +1,12 @@
 ; TangelaPokedexEntry: ; 0x1b948c
-	db "VINE@" ; species name
+	db   "VINE@" ; species name
 	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@"
+	db   "cover its body in"
+	next "order to annoy its"
+	next "opponent.@"
 ; 0x1b94f6
 
--- a/stats/pokedex/entries/115.asm
+++ b/stats/pokedex/entries/115.asm
@@ -1,8 +1,12 @@
 ; KangaskhanPokedexEntry: ; 0x1b94f6
-	db "PARENT@" ; species name
+	db   "PARENT@" ; species name
 	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@"
+	db   "its pouch, it"
+	next "always sleeps"
+	next "standing up.@"
 ; 0x1b9553
 
--- a/stats/pokedex/entries/116.asm
+++ b/stats/pokedex/entries/116.asm
@@ -1,8 +1,12 @@
 ; HorseaPokedexEntry: ; 0x1b9553
-	db "DRAGON@" ; species name
+	db   "DRAGON@" ; species name
 	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@"
+	db   "playfully tangling"
+	next "their tails"
+	next "together.@"
 ; 0x1b95b8
 
--- a/stats/pokedex/entries/117.asm
+++ b/stats/pokedex/entries/117.asm
@@ -1,8 +1,12 @@
 ; SeadraPokedexEntry: ; 0x1b95b8
-	db "DRAGON@" ; species name
+	db   "DRAGON@" ; species name
 	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@"
+	db   "uses its toxic"
+	next "spikes to fend off"
+	next "the intruder.@"
 ; 0x1b9626
 
--- a/stats/pokedex/entries/118.asm
+++ b/stats/pokedex/entries/118.asm
@@ -1,8 +1,12 @@
 ; GoldeenPokedexEntry: ; 0x1b9626
-	db "GOLDFISH@" ; species name
+	db   "GOLDFISH@" ; species name
 	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@"
+	db   "water, searching"
+	next "for their perfect"
+	next "mate.@"
 ; 0x1b9690
 
--- a/stats/pokedex/entries/119.asm
+++ b/stats/pokedex/entries/119.asm
@@ -1,8 +1,12 @@
 ; SeakingPokedexEntry: ; 0x1b9690
-	db "GOLDFISH@" ; species name
+	db   "GOLDFISH@" ; species name
 	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@"
+	db   "their nests in"
+	next "order to protect"
+	next "their offspring.@"
 ; 0x1b9702
 
--- a/stats/pokedex/entries/120.asm
+++ b/stats/pokedex/entries/120.asm
@@ -1,8 +1,12 @@
 ; StaryuPokedexEntry: ; 0x1b9702
-	db "STARSHAPE@" ; species name
+	db   "STARSHAPE@" ; species name
 	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@"
+	db   "the sea floor, and"
+	next "its body's center"
+	next "core flickers.@"
 ; 0x1b9776
 
--- a/stats/pokedex/entries/121.asm
+++ b/stats/pokedex/entries/121.asm
@@ -1,8 +1,12 @@
 ; StarmiePokedexEntry: ; 0x1b9776
-	db "MYSTERIOUS@" ; species name
+	db   "MYSTERIOUS@" ; species name
 	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@"
+	db   "its body to send"
+	next "electric waves"
+	next "into outer space.@"
 ; 0x1b97ea
 
--- a/stats/pokedex/entries/122.asm
+++ b/stats/pokedex/entries/122.asm
@@ -1,8 +1,12 @@
 ; MrMimePokedexEntry: ; 0x1b97ea
-	db "BARRIER@" ; species name
+	db   "BARRIER@" ; species name
 	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@"
+	db   "its fingers to"
+	next "solidify air into"
+	next "an invisible wall.@"
 ; 0x1b9851
 
--- a/stats/pokedex/entries/123.asm
+++ b/stats/pokedex/entries/123.asm
@@ -1,8 +1,12 @@
 ; ScytherPokedexEntry: ; 0x1b9851
-	db "MANTIS@" ; species name
+	db   "MANTIS@" ; species name
 	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@"
+	db   "its opponent does"
+	next "not even know what"
+	next "knocked it down.@"
 ; 0x1b98c5
 
--- a/stats/pokedex/entries/124.asm
+++ b/stats/pokedex/entries/124.asm
@@ -1,8 +1,12 @@
 ; JynxPokedexEntry: ; 0x1b98c5
-	db "HUMANSHAPE@" ; species name
+	db   "HUMANSHAPE@" ; species name
 	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@"
+	db   "which seems to"
+	next "have its own"
+	next "meaning.@"
 ; 0x1b992a
 
--- a/stats/pokedex/entries/125.asm
+++ b/stats/pokedex/entries/125.asm
@@ -1,8 +1,12 @@
 ; ElectabuzzPokedexEntry: ; 0x1b992a
-	db "ELECTRIC@" ; species name
+	db   "ELECTRIC@" ; species name
 	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@"
+	db   "electric currents"
+	next "to communicate"
+	next "their feelings.@"
 ; 0x1b9994
 
--- a/stats/pokedex/entries/126.asm
+++ b/stats/pokedex/entries/126.asm
@@ -1,8 +1,12 @@
 ; MagmarPokedexEntry: ; 0x1b9994
-	db "SPITFIRE@" ; species name
+	db   "SPITFIRE@" ; species name
 	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@"
+	db   "itself by dipping"
+	next "its wound into"
+	next "lava.@"
 ; 0x1b99fb
 
--- a/stats/pokedex/entries/127.asm
+++ b/stats/pokedex/entries/127.asm
@@ -1,8 +1,12 @@
 ; PinsirPokedexEntry: ; 0x1b99fb
-	db "STAGBEETLE@" ; species name
+	db   "STAGBEETLE@" ; species name
 	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@"
+	db   "on treetops or"
+	next "among roots where"
+	next "it is well hidden.@"
 ; 0x1b9a6f
 
--- a/stats/pokedex/entries/128.asm
+++ b/stats/pokedex/entries/128.asm
@@ -1,8 +1,12 @@
 ; TaurosPokedexEntry: ; 0x1b9a6f
-	db "WILD BULL@" ; species name
+	db   "WILD BULL@" ; species name
 	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-@"
+	db   "bers of their herd"
+	next "in order to prove"
+	next "their strength.@"
 ; 0x1b9adb
 
--- a/stats/pokedex/entries/129.asm
+++ b/stats/pokedex/entries/129.asm
@@ -1,8 +1,12 @@
 ; MagikarpPokedexEntry: ; 0x1cc000
-	db "FISH@" ; species name
+	db   "FISH@" ; species name
 	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@"
+	db   "along rivers when"
+	next "there are strong"
+	next "currents.@"
 ; 0x1cc065
 
--- a/stats/pokedex/entries/130.asm
+++ b/stats/pokedex/entries/130.asm
@@ -1,8 +1,12 @@
 ; GyaradosPokedexEntry: ; 0x1cc065
-	db "ATROCIOUS@" ; species name
+	db   "ATROCIOUS@" ; species name
 	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,@"
+	db   "burning down any"
+	next "place it travels"
+	next "through.@"
 ; 0x1cc0cd
 
--- a/stats/pokedex/entries/131.asm
+++ b/stats/pokedex/entries/131.asm
@@ -1,8 +1,12 @@
 ; LaprasPokedexEntry: ; 0x1cc0cd
-	db "TRANSPORT@" ; species name
+	db   "TRANSPORT@" ; species name
 	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@"
+	db   "and provides a ve-"
+	next "ry comfortable way"
+	next "to get around.@"
 ; 0x1cc13c
 
--- a/stats/pokedex/entries/132.asm
+++ b/stats/pokedex/entries/132.asm
@@ -1,8 +1,12 @@
 ; DittoPokedexEntry: ; 0x1cc13c
-	db "TRANSFORM@" ; species name
+	db   "TRANSFORM@" ; species name
 	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@"
+	db   "faster than normal"
+	next "to duplicate that"
+	next "opponent exactly.@"
 ; 0x1cc1b2
 
--- a/stats/pokedex/entries/133.asm
+++ b/stats/pokedex/entries/133.asm
@@ -1,8 +1,12 @@
 ; EeveePokedexEntry: ; 0x1cc1b2
-	db "EVOLUTION@" ; species name
+	db   "EVOLUTION@" ; species name
 	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@"
+	db   "adapt smoothly"
+	next "and perfectly to"
+	next "any environment.@"
 ; 0x1cc224
 
--- a/stats/pokedex/entries/134.asm
+++ b/stats/pokedex/entries/134.asm
@@ -1,8 +1,12 @@
 ; VaporeonPokedexEntry: ; 0x1cc224
-	db "BUBBLE JET@" ; species name
+	db   "BUBBLE JET@" ; species name
 	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@"
+	db   "swim, it blends"
+	next "with the water"
+	next "perfectly.@"
 ; 0x1cc28b
 
--- a/stats/pokedex/entries/135.asm
+++ b/stats/pokedex/entries/135.asm
@@ -1,8 +1,12 @@
 ; JolteonPokedexEntry: ; 0x1cc28b
-	db "LIGHTNING@" ; species name
+	db   "LIGHTNING@" ; species name
 	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@"
+	db   "fur create a"
+	next "constant sparking"
+	next "noise.@"
 ; 0x1cc2ec
 
--- a/stats/pokedex/entries/136.asm
+++ b/stats/pokedex/entries/136.asm
@@ -1,8 +1,12 @@
 ; FlareonPokedexEntry: ; 0x1cc2ec
-	db "FLAME@" ; species name
+	db   "FLAME@" ; species name
 	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@"
+	db   "body temperature"
+	next "can reach up to"
+	next "1700 degrees.@"
 ; 0x1cc353
 
--- a/stats/pokedex/entries/137.asm
+++ b/stats/pokedex/entries/137.asm
@@ -1,8 +1,12 @@
 ; PorygonPokedexEntry: ; 0x1cc353
-	db "VIRTUAL@" ; species name
+	db   "VIRTUAL@" ; species name
 	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@"
+	db   "research, it can"
+	next "perform only what"
+	next "is in its program.@"
 ; 0x1cc3c1
 
--- a/stats/pokedex/entries/138.asm
+++ b/stats/pokedex/entries/138.asm
@@ -1,8 +1,12 @@
 ; OmanytePokedexEntry: ; 0x1cc3c1
-	db "SPIRAL@" ; species name
+	db   "SPIRAL@" ; species name
 	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,@"
+	db   "eating plankton."
+	next "Its fossils are"
+	next "sometimes found.@"
 ; 0x1cc42e
 
--- a/stats/pokedex/entries/139.asm
+++ b/stats/pokedex/entries/139.asm
@@ -1,8 +1,12 @@
 ; OmastarPokedexEntry: ; 0x1cc42e
-	db "SPIRAL@" ; species name
+	db   "SPIRAL@" ; species name
 	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@"
+	db   "food. This could"
+	next "be the reason it"
+	next "is extinct.@"
 ; 0x1cc497
 
--- a/stats/pokedex/entries/140.asm
+++ b/stats/pokedex/entries/140.asm
@@ -1,8 +1,12 @@
 ; KabutoPokedexEntry: ; 0x1cc497
-	db "SHELLFISH@" ; species name
+	db   "SHELLFISH@" ; species name
 	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@"
+	db   "floor. It also has"
+	next "eyes on its back"
+	next "that glow.@"
 ; 0x1cc507
 
--- a/stats/pokedex/entries/141.asm
+++ b/stats/pokedex/entries/141.asm
@@ -1,8 +1,12 @@
 ; KabutopsPokedexEntry: ; 0x1cc507
-	db "SHELLFISH@" ; species name
+	db   "SHELLFISH@" ; species name
 	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@"
+	db   "compactly folding"
+	next "up its razor-sharp"
+	next "sickles.@"
 ; 0x1cc576
 
--- a/stats/pokedex/entries/142.asm
+++ b/stats/pokedex/entries/142.asm
@@ -1,8 +1,12 @@
 ; AerodactylPokedexEntry: ; 0x1cc576
-	db "FOSSIL@" ; species name
+	db   "FOSSIL@" ; species name
 	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@"
+	db   "freely and"
+	next "fearlessly through"
+	next "the skies.@"
 ; 0x1cc5cf
 
--- a/stats/pokedex/entries/143.asm
+++ b/stats/pokedex/entries/143.asm
@@ -1,8 +1,12 @@
 ; SnorlaxPokedexEntry: ; 0x1cc5cf
-	db "SLEEPING@" ; species name
+	db   "SLEEPING@" ; species name
 	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@"
+	db   "eating moldy or"
+	next "rotten food will"
+	next "not affect it.@"
 ; 0x1cc632
 
--- a/stats/pokedex/entries/144.asm
+++ b/stats/pokedex/entries/144.asm
@@ -1,8 +1,12 @@
 ; ArticunoPokedexEntry: ; 0x1cc632
-	db "FREEZE@" ; species name
+	db   "FREEZE@" ; species name
 	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@"
+	db   "sky, it cools the"
+	next "air, causing snow"
+	next "to fall.@"
 ; 0x1cc697
 
--- a/stats/pokedex/entries/145.asm
+++ b/stats/pokedex/entries/145.asm
@@ -1,8 +1,12 @@
 ; ZapdosPokedexEntry: ; 0x1cc697
-	db "ELECTRIC@" ; species name
+	db   "ELECTRIC@" ; species name
 	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@"
+	db   "by the flapping of"
+	next "its wings causes"
+	next "summer storms.@"
 ; 0x1cc706
 
--- a/stats/pokedex/entries/146.asm
+++ b/stats/pokedex/entries/146.asm
@@ -1,8 +1,12 @@
 ; MoltresPokedexEntry: ; 0x1cc706
-	db "FLAME@" ; species name
+	db   "FLAME@" ; species name
 	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@"
+	db   "from the south"
+	next "along with the"
+	next "spring.@"
 ; 0x1cc761
 
--- a/stats/pokedex/entries/147.asm
+++ b/stats/pokedex/entries/147.asm
@@ -1,8 +1,12 @@
 ; DratiniPokedexEntry: ; 0x1cc761
-	db "DRAGON@" ; species name
+	db   "DRAGON@" ; species name
 	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-@"
+	db   "ing this process,"
+	next "it is protected by"
+	next "a rapid waterfall.@"
 ; 0x1cc7dc
 
--- a/stats/pokedex/entries/148.asm
+++ b/stats/pokedex/entries/148.asm
@@ -1,8 +1,12 @@
 ; DragonairPokedexEntry: ; 0x1cc7dc
-	db "DRAGON@" ; species name
+	db   "DRAGON@" ; species name
 	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@"
+	db   "body brightens"
+	next "slightly, the"
+	next "weather changes.@"
 ; 0x1cc843
 
--- a/stats/pokedex/entries/149.asm
+++ b/stats/pokedex/entries/149.asm
@@ -1,8 +1,12 @@
 ; DragonitePokedexEntry: ; 0x1cc843
-	db "DRAGON@" ; species name
+	db   "DRAGON@" ; species name
 	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@"
+	db   "island where these"
+	next "gather. Only they"
+	next "live there.@"
 ; 0x1cc8ae
 
--- a/stats/pokedex/entries/150.asm
+++ b/stats/pokedex/entries/150.asm
@@ -1,8 +1,12 @@
 ; MewtwoPokedexEntry: ; 0x1cc8ae
-	db "GENETIC@" ; species name
+	db   "GENETIC@" ; species name
 	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,@"
+	db   "this #MON was"
+	next "created solely for"
+	next "battling.@"
 ; 0x1cc915
 
--- a/stats/pokedex/entries/151.asm
+++ b/stats/pokedex/entries/151.asm
@@ -1,8 +1,12 @@
 ; MewPokedexEntry: ; 0x1cc915
-	db "NEW SPECIE@" ; species name
+	db   "NEW SPECIE@" ; species name
 	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@"
+	db   "research to see if"
+	next "it is the ancestor"
+	next "of all #MON.@"
 ; 0x1cc988
 
--- a/stats/pokedex/entries/152.asm
+++ b/stats/pokedex/entries/152.asm
@@ -1,8 +1,12 @@
 ; ChikoritaPokedexEntry: ; 0x1cc988
-	db "LEAF@" ; species name
+	db   "LEAF@" ; species name
 	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@"
+	db   "on its head to"
+	next "seek out warm"
+	next "places.@"
 ; 0x1cc9e9
 
--- a/stats/pokedex/entries/153.asm
+++ b/stats/pokedex/entries/153.asm
@@ -1,8 +1,12 @@
 ; BayleefPokedexEntry: ; 0x1cc9e9
-	db "LEAF@" ; species name
+	db   "LEAF@" ; species name
 	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@"
+	db   "causes anyone who"
+	next "smells it to"
+	next "become energetic.@"
 ; 0x1cca54
 
--- a/stats/pokedex/entries/154.asm
+++ b/stats/pokedex/entries/154.asm
@@ -1,8 +1,12 @@
 ; MeganiumPokedexEntry: ; 0x1cca54
-	db "HERB@" ; species name
+	db   "HERB@" ; species name
 	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@"
+	db   "if they were"
+	next "relaxing in a"
+	next "sunny forest.@"
 ; 0x1ccabd
 
--- a/stats/pokedex/entries/155.asm
+++ b/stats/pokedex/entries/155.asm
@@ -1,8 +1,12 @@
 ; CyndaquilPokedexEntry: ; 0x1ccabd
-	db "FIRE MOUSE@" ; species name
+	db   "FIRE MOUSE@" ; species name
 	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@"
+	db   "when it is angry."
+	next "The flaring flames"
+	next "intimidate foes.@"
 ; 0x1ccb33
 
--- a/stats/pokedex/entries/156.asm
+++ b/stats/pokedex/entries/156.asm
@@ -1,8 +1,12 @@
 ; QuilavaPokedexEntry: ; 0x1ccb33
-	db "VOLCANO@" ; species name
+	db   "VOLCANO@" ; species name
 	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@"
+	db   "demonstrate how"
+	next "ferociously its"
+	next "fire blazes.@"
 ; 0x1ccba0
 
--- a/stats/pokedex/entries/157.asm
+++ b/stats/pokedex/entries/157.asm
@@ -1,8 +1,12 @@
 ; TyphlosionPokedexEntry: ; 0x1ccba0
-	db "VOLCANO@" ; species name
+	db   "VOLCANO@" ; species name
 	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@"
+	db   "shimmer, this is a"
+	next "sign that it is"
+	next "ready to battle.@"
 ; 0x1ccc14
 
--- a/stats/pokedex/entries/158.asm
+++ b/stats/pokedex/entries/158.asm
@@ -1,8 +1,12 @@
 ; TotodilePokedexEntry: ; 0x1ccc14
-	db "BIG JAW@" ; species name
+	db   "BIG JAW@" ; species name
 	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@"
+	db   "sees. Turning your"
+	next "back on it is not"
+	next "recommended.@"
 ; 0x1ccc84
 
--- a/stats/pokedex/entries/159.asm
+++ b/stats/pokedex/entries/159.asm
@@ -1,8 +1,12 @@
 ; CroconawPokedexEntry: ; 0x1ccc84
-	db "BIG JAW@" ; species name
+	db   "BIG JAW@" ; species name
 	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@"
+	db   "those fangs clamp"
+	next "down, the prey has"
+	next "no hope of escape.@"
 ; 0x1cccf9
 
--- a/stats/pokedex/entries/160.asm
+++ b/stats/pokedex/entries/160.asm
@@ -1,8 +1,12 @@
 ; FeraligatrPokedexEntry: ; 0x1cccf9
-	db "BIG JAW@" ; species name
+	db   "BIG JAW@" ; species name
 	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@"
+	db   "enable it to move"
+	next "quickly, even on"
+	next "the ground.@"
 ; 0x1ccd6b
 
--- a/stats/pokedex/entries/161.asm
+++ b/stats/pokedex/entries/161.asm
@@ -1,8 +1,12 @@
 ; SentretPokedexEntry: ; 0x1ccd6b
-	db "SCOUT@" ; species name
+	db   "SCOUT@" ; species name
 	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@"
+	db   "by screeching and"
+	next "hitting the ground"
+	next "with its tail.@"
 ; 0x1ccddd
 
--- a/stats/pokedex/entries/162.asm
+++ b/stats/pokedex/entries/162.asm
@@ -1,8 +1,12 @@
 ; FurretPokedexEntry: ; 0x1ccddd
-	db "LONG BODY@" ; species name
+	db   "LONG BODY@" ; species name
 	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@"
+	db   "deeper the nests"
+	next "go, the more maze-"
+	next "like they become.@"
 ; 0x1cce58
 
--- a/stats/pokedex/entries/163.asm
+++ b/stats/pokedex/entries/163.asm
@@ -1,8 +1,12 @@
 ; HoothootPokedexEntry: ; 0x1cce58
-	db "OWL@" ; species name
+	db   "OWL@" ; species name
 	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@"
+	db   "trainers use them"
+	next "in place of"
+	next "clocks.@"
 ; 0x1cceb9
 
--- a/stats/pokedex/entries/164.asm
+++ b/stats/pokedex/entries/164.asm
@@ -1,8 +1,12 @@
 ; NoctowlPokedexEntry: ; 0x1cceb9
-	db "OWL@" ; species name
+	db   "OWL@" ; species name
 	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.@"
+	db   "It silently sneaks"
+	next "up on prey without"
+	next "being detected.@"
 ; 0x1ccf2c
 
--- a/stats/pokedex/entries/165.asm
+++ b/stats/pokedex/entries/165.asm
@@ -1,8 +1,12 @@
 ; LedybaPokedexEntry: ; 0x1ccf2c
-	db "FIVE STAR@" ; species name
+	db   "FIVE STAR@" ; species name
 	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@"
+	db   "fluid secreted by"
+	next "its feet indicates"
+	next "its location.@"
 ; 0x1ccfa0
 
--- a/stats/pokedex/entries/166.asm
+++ b/stats/pokedex/entries/166.asm
@@ -1,8 +1,12 @@
 ; LedianPokedexEntry: ; 0x1ccfa0
-	db "FIVE STAR@" ; species name
+	db   "FIVE STAR@" ; species name
 	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@"
+	db   "a big leaf and"
+	next "drifts off into"
+	next "a deep slumber.@"
 ; 0x1cd012
 
--- a/stats/pokedex/entries/167.asm
+++ b/stats/pokedex/entries/167.asm
@@ -1,8 +1,12 @@
 ; SpinarakPokedexEntry: ; 0x1cd012
-	db "STRINGSPIT@" ; species name
+	db   "STRINGSPIT@" ; species name
 	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@"
+	db   "string, it waits"
+	next "motionlessly until"
+	next "it becomes dark.@"
 ; 0x1cd083
 
--- a/stats/pokedex/entries/168.asm
+++ b/stats/pokedex/entries/168.asm
@@ -1,8 +1,12 @@
 ; AriadosPokedexEntry: ; 0x1cd083
-	db "LONG LEG@" ; species name
+	db   "LONG LEG@" ; species name
 	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@"
+	db   "wanders in search"
+	next "of food after"
+	next "darkness falls.@"
 ; 0x1cd0f5
 
--- a/stats/pokedex/entries/169.asm
+++ b/stats/pokedex/entries/169.asm
@@ -1,8 +1,12 @@
 ; CrobatPokedexEntry: ; 0x1cd0f5
-	db "BAT@" ; species name
+	db   "BAT@" ; species name
 	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@"
+	db   "flight, a new set"
+	next "of wings grew on"
+	next "its hind legs.@"
 ; 0x1cd165
 
--- a/stats/pokedex/entries/170.asm
+++ b/stats/pokedex/entries/170.asm
@@ -1,8 +1,12 @@
 ; ChinchouPokedexEntry: ; 0x1cd165
-	db "ANGLER@" ; species name
+	db   "ANGLER@" ; species name
 	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-@"
+	db   "sitive and neg-"
+	next "ative charges flo-"
+	next "wing through them.@"
 ; 0x1cd1de
 
--- a/stats/pokedex/entries/171.asm
+++ b/stats/pokedex/entries/171.asm
@@ -1,8 +1,12 @@
 ; LanturnPokedexEntry: ; 0x1cd1de
-	db "LIGHT@" ; species name
+	db   "LIGHT@" ; species name
 	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@"
+	db   "changed from a"
+	next "dorsal fin, to"
+	next "lure prey.@"
 ; 0x1cd243
 
--- a/stats/pokedex/entries/172.asm
+++ b/stats/pokedex/entries/172.asm
@@ -1,8 +1,12 @@
 ; PichuPokedexEntry: ; 0x1cd243
-	db "TINY MOUSE@" ; species name
+	db   "TINY MOUSE@" ; species name
 	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@"
+	db   "shock causes it to"
+	next "discharge energy"
+	next "spontaneously.@"
 ; 0x1cd2bc
 
--- a/stats/pokedex/entries/173.asm
+++ b/stats/pokedex/entries/173.asm
@@ -1,8 +1,12 @@
 ; CleffaPokedexEntry: ; 0x1cd2bc
-	db "STARSHAPE@" ; species name
+	db   "STARSHAPE@" ; species name
 	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@"
+	db   "#MON is certain"
+	next "to be within the"
+	next "immediate area.@"
 ; 0x1cd32c
 
--- a/stats/pokedex/entries/174.asm
+++ b/stats/pokedex/entries/174.asm
@@ -1,8 +1,12 @@
 ; IgglybuffPokedexEntry: ; 0x1cd32c
-	db "BALLOON@" ; species name
+	db   "BALLOON@" ; species name
 	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@"
+	db   "around by bouncing"
+	next "on its soft,"
+	next "tender body.@"
 ; 0x1cd396
 
--- a/stats/pokedex/entries/175.asm
+++ b/stats/pokedex/entries/175.asm
@@ -1,8 +1,12 @@
 ; TogepiPokedexEntry: ; 0x1cd396
-	db "SPIKE BALL@" ; species name
+	db   "SPIKE BALL@" ; species name
 	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@"
+	db   "shell is said to"
+	next "be filled with"
+	next "happiness.@"
 ; 0x1cd402
 
--- a/stats/pokedex/entries/176.asm
+++ b/stats/pokedex/entries/176.asm
@@ -1,8 +1,12 @@
 ; TogeticPokedexEntry: ; 0x1cd402
-	db "HAPPINESS@" ; species name
+	db   "HAPPINESS@" ; species name
 	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@"
+	db   "stay up in the air"
+	next "as it tags along"
+	next "after its trainer.@"
 ; 0x1cd47d
 
--- a/stats/pokedex/entries/177.asm
+++ b/stats/pokedex/entries/177.asm
@@ -1,8 +1,12 @@
 ; NatuPokedexEntry: ; 0x1cd47d
-	db "LITTLE BIRD@" ; species name
+	db   "LITTLE BIRD@" ; species name
 	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@"
+	db   "likes to eat the"
+	next "new sprouts on"
+	next "the trees.@"
 ; 0x1cd4e9
 
--- a/stats/pokedex/entries/178.asm
+++ b/stats/pokedex/entries/178.asm
@@ -1,8 +1,12 @@
 ; XatuPokedexEntry: ; 0x1cd4e9
-	db "MYSTIC@" ; species name
+	db   "MYSTIC@" ; species name
 	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@"
+	db   "day will pass"
+	next "before it will"
+	next "move again.@"
 ; 0x1cd551
 
--- a/stats/pokedex/entries/179.asm
+++ b/stats/pokedex/entries/179.asm
@@ -1,8 +1,12 @@
 ; MareepPokedexEntry: ; 0x1cd551
-	db "WOOL@" ; species name
+	db   "WOOL@" ; species name
 	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@"
+	db   "to stay cool in"
+	next "summer and warm"
+	next "in winter.@"
 ; 0x1cd5b8
 
--- a/stats/pokedex/entries/180.asm
+++ b/stats/pokedex/entries/180.asm
@@ -1,8 +1,12 @@
 ; FlaaffyPokedexEntry: ; 0x1cd5b8
-	db "WOOL@" ; species name
+	db   "WOOL@" ; species name
 	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@"
+	db   "skin, it can store"
+	next "lots of electric-"
+	next "ity in its fur.@"
 ; 0x1cd626
 
--- a/stats/pokedex/entries/181.asm
+++ b/stats/pokedex/entries/181.asm
@@ -1,8 +1,12 @@
 ; AmpharosPokedexEntry: ; 0x1cd626
-	db "LIGHT@" ; species name
+	db   "LIGHT@" ; species name
 	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@"
+	db   "can be seen from"
+	next "far away on the"
+	next "ocean's surface.@"
 ; 0x1cd69a
 
--- a/stats/pokedex/entries/182.asm
+++ b/stats/pokedex/entries/182.asm
@@ -1,8 +1,12 @@
 ; BellossomPokedexEntry: ; 0x1cd69a
-	db "FLOWER@" ; species name
+	db   "FLOWER@" ; species name
 	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@"
+	db   "each other,"
+	next "making pretty,"
+	next "relaxing sounds.@"
 ; 0x1cd705
 
--- a/stats/pokedex/entries/183.asm
+++ b/stats/pokedex/entries/183.asm
@@ -1,8 +1,12 @@
 ; MarillPokedexEntry: ; 0x1cd705
-	db "AQUAMOUSE@" ; species name
+	db   "AQUAMOUSE@" ; species name
 	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@"
+	db   "can stay dry, even"
+	next "when it plays in"
+	next "the water.@"
 ; 0x1cd771
 
--- a/stats/pokedex/entries/184.asm
+++ b/stats/pokedex/entries/184.asm
@@ -1,8 +1,12 @@
 ; AzumarillPokedexEntry: ; 0x1cd771
-	db "AQUARABBIT@" ; species name
+	db   "AQUARABBIT@" ; species name
 	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@"
+	db   "camouflage itself"
+	next "when it's in the"
+	next "water.@"
 ; 0x1cd7d9
 
--- a/stats/pokedex/entries/185.asm
+++ b/stats/pokedex/entries/185.asm
@@ -1,8 +1,12 @@
 ; SudowoodoPokedexEntry: ; 0x1cd7d9
-	db "IMITATION@" ; species name
+	db   "IMITATION@" ; species name
 	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@"
+	db   "SUDOWOODO, not a"
+	next "tree. It hides"
+	next "from the rain.@"
 ; 0x1cd84b
 
--- a/stats/pokedex/entries/186.asm
+++ b/stats/pokedex/entries/186.asm
@@ -1,8 +1,12 @@
 ; PolitoedPokedexEntry: ; 0x1cd84b
-	db "FROG@" ; species name
+	db   "FROG@" ; species name
 	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,@"
+	db   "nearby POLIWAG and"
+	next "POLIWHIRL gather"
+	next "immediately.@"
 ; 0x1cd8b5
 
--- a/stats/pokedex/entries/187.asm
+++ b/stats/pokedex/entries/187.asm
@@ -1,8 +1,12 @@
 ; HoppipPokedexEntry: ; 0x1cd8b5
-	db "COTTONWEED@" ; species name
+	db   "COTTONWEED@" ; species name
 	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.@"
+	db   "It may even float"
+	next "all the way to the"
+	next "next town.@"
 ; 0x1cd928
 
--- a/stats/pokedex/entries/188.asm
+++ b/stats/pokedex/entries/188.asm
@@ -1,8 +1,12 @@
 ; SkiploomPokedexEntry: ; 0x1cd928
-	db "COTTONWEED@" ; species name
+	db   "COTTONWEED@" ; species name
 	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@"
+	db   "hides in the shade"
+	next "of a tree to avoid"
+	next "getting wet.@"
 ; 0x1cd998
 
--- a/stats/pokedex/entries/189.asm
+++ b/stats/pokedex/entries/189.asm
@@ -1,8 +1,12 @@
 ; JumpluffPokedexEntry: ; 0x1cd998
-	db "COTTONWEED@" ; species name
+	db   "COTTONWEED@" ; species name
 	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@"
+	db   "to make its way to"
+	next "any place in the"
+	next "world it wants.@"
 ; 0x1cda11
 
--- a/stats/pokedex/entries/190.asm
+++ b/stats/pokedex/entries/190.asm
@@ -1,8 +1,12 @@
 ; AipomPokedexEntry: ; 0x1cda11
-	db "LONG TAIL@" ; species name
+	db   "LONG TAIL@" ; species name
 	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@"
+	db   "its momentum to"
+	next "swing from one"
+	next "branch to another.@"
 ; 0x1cda87
 
--- a/stats/pokedex/entries/191.asm
+++ b/stats/pokedex/entries/191.asm
@@ -1,8 +1,12 @@
 ; SunkernPokedexEntry: ; 0x1cda87
-	db "SEED@" ; species name
+	db   "SEED@" ; species name
 	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@"
+	db   "shake its leaves"
+	next "desperately at its"
+	next "attacker.@"
 ; 0x1cdaef
 
--- a/stats/pokedex/entries/192.asm
+++ b/stats/pokedex/entries/192.asm
@@ -1,8 +1,12 @@
 ; SunfloraPokedexEntry: ; 0x1cdaef
-	db "SUN@" ; species name
+	db   "SUN@" ; species name
 	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@"
+	db   "#MON's face"
+	next "become more vivid"
+	next "and lively.@"
 ; 0x1cdb51
 
--- a/stats/pokedex/entries/193.asm
+++ b/stats/pokedex/entries/193.asm
@@ -1,8 +1,12 @@
 ; YanmaPokedexEntry: ; 0x1d0000
-	db "CLEAR WING@" ; species name
+	db   "CLEAR WING@" ; species name
 	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@"
+	db   "eyes, helping it"
+	next "spot attackers and"
+	next "food right away.@"
 ; 0x1d0078
 
--- a/stats/pokedex/entries/194.asm
+++ b/stats/pokedex/entries/194.asm
@@ -1,8 +1,12 @@
 ; WooperPokedexEntry: ; 0x1d0078
-	db "WATER FISH@" ; species name
+	db   "WATER FISH@" ; species name
 	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@"
+	db   "it barehanded will"
+	next "cause a shooting"
+	next "pain.@"
 ; 0x1d00dd
 
--- a/stats/pokedex/entries/195.asm
+++ b/stats/pokedex/entries/195.asm
@@ -1,8 +1,12 @@
 ; QuagsirePokedexEntry: ; 0x1d00dd
-	db "WATER FISH@" ; species name
+	db   "WATER FISH@" ; species name
 	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@"
+	db   "the river bottom"
+	next "as it swims but"
+	next "seems not to care.@"
 ; 0x1d0155
 
--- a/stats/pokedex/entries/196.asm
+++ b/stats/pokedex/entries/196.asm
@@ -1,8 +1,12 @@
 ; EspeonPokedexEntry: ; 0x1d0155
-	db "SUN@" ; species name
+	db   "SUN@" ; species name
 	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@"
+	db   "predicting its"
+	next "opponent's next"
+	next "move.@"
 ; 0x1d01af
 
--- a/stats/pokedex/entries/197.asm
+++ b/stats/pokedex/entries/197.asm
@@ -1,8 +1,12 @@
 ; UmbreonPokedexEntry: ; 0x1d01af
-	db "MOONLIGHT@" ; species name
+	db   "MOONLIGHT@" ; species name
 	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,@"
+	db   "the ring patterns"
+	next "on its body glow"
+	next "yellow.@"
 ; 0x1d021e
 
--- a/stats/pokedex/entries/198.asm
+++ b/stats/pokedex/entries/198.asm
@@ -1,8 +1,12 @@
 ; MurkrowPokedexEntry: ; 0x1d021e
-	db "DARKNESS@" ; species name
+	db   "DARKNESS@" ; species name
 	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.@"
+	db   "MURKROW and"
+	next "MEOWTH loot one"
+	next "another's stashes.@"
 ; 0x1d0292
 
--- a/stats/pokedex/entries/199.asm
+++ b/stats/pokedex/entries/199.asm
@@ -1,8 +1,12 @@
 ; SlowkingPokedexEntry: ; 0x1d0292
-	db "ROYAL@" ; species name
+	db   "ROYAL@" ; species name
 	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-@"
+	db   "son into it. The"
+	next "poison makes it"
+	next "more intelligent.@"
 ; 0x1d0301
 
--- a/stats/pokedex/entries/200.asm
+++ b/stats/pokedex/entries/200.asm
@@ -1,8 +1,12 @@
 ; MisdreavusPokedexEntry: ; 0x1d0301
-	db "SCREECH@" ; species name
+	db   "SCREECH@" ; species name
 	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@"
+	db   "them by screaming"
+	next "loudly or appear-"
+	next "ing suddenly.@"
 ; 0x1d0373
 
--- a/stats/pokedex/entries/201.asm
+++ b/stats/pokedex/entries/201.asm
@@ -1,8 +1,12 @@
 ; UnownPokedexEntry: ; 0x1d0373
-	db "SYMBOL@" ; species name
+	db   "SYMBOL@" ; species name
 	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@"
+	db   "that they must"
+	next "have a variety of"
+	next "abilities.@"
 ; 0x1d03dd
 
--- a/stats/pokedex/entries/202.asm
+++ b/stats/pokedex/entries/202.asm
@@ -1,8 +1,12 @@
 ; WobbuffetPokedexEntry: ; 0x1d03dd
-	db "PATIENT@" ; species name
+	db   "PATIENT@" ; species name
 	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@"
+	db   "a dark cave and"
+	next "only moves about"
+	next "at night.@"
 ; 0x1d0446
 
--- a/stats/pokedex/entries/203.asm
+++ b/stats/pokedex/entries/203.asm
@@ -1,8 +1,12 @@
 ; GirafarigPokedexEntry: ; 0x1d0446
-	db "LONG NECK@" ; species name
+	db   "LONG NECK@" ; species name
 	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@"
+	db   "mysterious powers"
+	next "to drive away the"
+	next "enemy.@"
 ; 0x1d04b0
 
--- a/stats/pokedex/entries/204.asm
+++ b/stats/pokedex/entries/204.asm
@@ -1,8 +1,12 @@
 ; PinecoPokedexEntry: ; 0x1d04b0
-	db "BAGWORM@" ; species name
+	db   "BAGWORM@" ; species name
 	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@"
+	db   "to its body. The"
+	next "fluid hardens when"
+	next "it touches air.@"
 ; 0x1d0524
 
--- a/stats/pokedex/entries/205.asm
+++ b/stats/pokedex/entries/205.asm
@@ -1,8 +1,12 @@
 ; ForretressPokedexEntry: ; 0x1d0524
-	db "BAGWORM@" ; species name
+	db   "BAGWORM@" ; species name
 	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@"
+	db   "shoots out bits of"
+	next "its shell when it"
+	next "sees action.@"
 ; 0x1d0593
 
--- a/stats/pokedex/entries/206.asm
+++ b/stats/pokedex/entries/206.asm
@@ -1,8 +1,12 @@
 ; DunsparcePokedexEntry: ; 0x1d0593
-	db "LAND SNAKE@" ; species name
+	db   "LAND SNAKE@" ; species name
 	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@"
+	db   "reaches it and"
+	next "remains virtually"
+	next "motionless there.@"
 ; 0x1d0604
 
--- a/stats/pokedex/entries/207.asm
+++ b/stats/pokedex/entries/207.asm
@@ -1,8 +1,12 @@
 ; GligarPokedexEntry: ; 0x1d0604
-	db "FLYSCORPIO@" ; species name
+	db   "FLYSCORPIO@" ; species name
 	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@"
+	db   "gliding, it hops"
+	next "along the ground"
+	next "back to its nest.@"
 ; 0x1d067c
 
--- a/stats/pokedex/entries/208.asm
+++ b/stats/pokedex/entries/208.asm
@@ -1,8 +1,12 @@
 ; SteelixPokedexEntry: ; 0x1d067c
-	db "IRON SNAKE@" ; species name
+	db   "IRON SNAKE@" ; species name
 	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@"
+	db   "#MON's body"
+	next "reflect bright"
+	next "light well.@"
 ; 0x1d06e0
 
--- a/stats/pokedex/entries/209.asm
+++ b/stats/pokedex/entries/209.asm
@@ -1,8 +1,12 @@
 ; SnubbullPokedexEntry: ; 0x1d06e0
-	db "FAIRY@" ; species name
+	db   "FAIRY@" ; species name
 	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@"
+	db   "in order to hide"
+	next "its fear from its"
+	next "opponent.@"
 ; 0x1d074a
 
--- a/stats/pokedex/entries/210.asm
+++ b/stats/pokedex/entries/210.asm
@@ -1,8 +1,12 @@
 ; GranbullPokedexEntry: ; 0x1d074a
-	db "FAIRY@" ; species name
+	db   "FAIRY@" ; species name
 	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@"
+	db   "opening its mouth"
+	next "wide to reveal its"
+	next "big fangs.@"
 ; 0x1d07b1
 
--- a/stats/pokedex/entries/211.asm
+++ b/stats/pokedex/entries/211.asm
@@ -1,8 +1,12 @@
 ; QwilfishPokedexEntry: ; 0x1d07b1
-	db "BALLOON@" ; species name
+	db   "BALLOON@" ; species name
 	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@"
+	db   "much water as it"
+	next "can to match the"
+	next "opponent's size.@"
 ; 0x1d0821
 
--- a/stats/pokedex/entries/212.asm
+++ b/stats/pokedex/entries/212.asm
@@ -1,8 +1,12 @@
 ; ScizorPokedexEntry: ; 0x1d0821
-	db "SCISSORS@" ; species name
+	db   "SCISSORS@" ; species name
 	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@"
+	db   "crush any hard"
+	next "object it gets a"
+	next "hold of into bits.@"
 ; 0x1d088e
 
--- a/stats/pokedex/entries/213.asm
+++ b/stats/pokedex/entries/213.asm
@@ -1,8 +1,12 @@
 ; ShucklePokedexEntry: ; 0x1d088e
-	db "MOLD@" ; species name
+	db   "MOLD@" ; species name
 	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@"
+	db   "nesting and can be"
+	next "mixed with BERRIES"
+	next "to make a drink.@"
 ; 0x1d0907
 
--- a/stats/pokedex/entries/214.asm
+++ b/stats/pokedex/entries/214.asm
@@ -1,8 +1,12 @@
 ; HeracrossPokedexEntry: ; 0x1d0907
-	db "SINGLEHORN@" ; species name
+	db   "SINGLEHORN@" ; species name
 	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-@"
+	db   "nd an object that"
+	next "is 100 times its"
+	next "own weight.@"
 ; 0x1d097a
 
--- a/stats/pokedex/entries/215.asm
+++ b/stats/pokedex/entries/215.asm
@@ -1,8 +1,12 @@
 ; SneaselPokedexEntry: ; 0x1d097a
-	db "SHARP CLAW@" ; species name
+	db   "SHARP CLAW@" ; species name
 	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@"
+	db   "of darkness,"
+	next "waiting to attack"
+	next "its prey.@"
 ; 0x1d09da
 
--- a/stats/pokedex/entries/216.asm
+++ b/stats/pokedex/entries/216.asm
@@ -1,8 +1,12 @@
 ; TeddiursaPokedexEntry: ; 0x1d09da
-	db "LITTLE BEAR@" ; species name
+	db   "LITTLE BEAR@" ; species name
 	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@"
+	db   "because of all the"
+	next "honey it has"
+	next "absorbed.@"
 ; 0x1d0a41
 
--- a/stats/pokedex/entries/217.asm
+++ b/stats/pokedex/entries/217.asm
@@ -1,8 +1,12 @@
 ; UrsaringPokedexEntry: ; 0x1d0a41
-	db "HIBERNANT@" ; species name
+	db   "HIBERNANT@" ; species name
 	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@"
+	db   "climbing trees. It"
+	next "eats and sleeps in"
+	next "the treetops.@"
 ; 0x1d0ab8
 
--- a/stats/pokedex/entries/218.asm
+++ b/stats/pokedex/entries/218.asm
@@ -1,8 +1,12 @@
 ; SlugmaPokedexEntry: ; 0x1d0ab8
-	db "LAVA@" ; species name
+	db   "LAVA@" ; species name
 	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@"
+	db   "than normal. If it"
+	next "cools off, its"
+	next "skin hardens.@"
 ; 0x1d0b21
 
--- a/stats/pokedex/entries/219.asm
+++ b/stats/pokedex/entries/219.asm
@@ -1,8 +1,12 @@
 ; MagcargoPokedexEntry: ; 0x1d0b21
-	db "LAVA@" ; species name
+	db   "LAVA@" ; species name
 	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.@"
+	db   "Flames will"
+	next "occasionally burst"
+	next "from its shell.@"
 ; 0x1d0b8d
 
--- a/stats/pokedex/entries/220.asm
+++ b/stats/pokedex/entries/220.asm
@@ -1,8 +1,12 @@
 ; SwinubPokedexEntry: ; 0x1d0b8d
-	db "PIG@" ; species name
+	db   "PIG@" ; species name
 	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@"
+	db   "is so tough that"
+	next "even frozen ground"
+	next "poses no problem.@"
 ; 0x1d0c01
 
--- a/stats/pokedex/entries/221.asm
+++ b/stats/pokedex/entries/221.asm
@@ -1,8 +1,12 @@
 ; PiloswinePokedexEntry: ; 0x1d0c01
-	db "SWINE@" ; species name
+	db   "SWINE@" ; species name
 	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@"
+	db   "prevent it from"
+	next "slipping, even on"
+	next "icy ground.@"
 ; 0x1d0c68
 
--- a/stats/pokedex/entries/222.asm
+++ b/stats/pokedex/entries/222.asm
@@ -1,8 +1,12 @@
 ; CorsolaPokedexEntry: ; 0x1d0c68
-	db "CORAL@" ; species name
+	db   "CORAL@" ; species name
 	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@"
+	db   "clean water. They"
+	next "cannot survive in"
+	next "polluted water.@"
 ; 0x1d0cd3
 
--- a/stats/pokedex/entries/223.asm
+++ b/stats/pokedex/entries/223.asm
@@ -1,8 +1,12 @@
 ; RemoraidPokedexEntry: ; 0x1d0cd3
-	db "JET@" ; species name
+	db   "JET@" ; species name
 	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@"
+	db   "its mouth, then"
+	next "use that force to"
+	next "swim backward.@"
 ; 0x1d0d42
 
--- a/stats/pokedex/entries/224.asm
+++ b/stats/pokedex/entries/224.asm
@@ -1,8 +1,12 @@
 ; OctilleryPokedexEntry: ; 0x1d0d42
-	db "JET@" ; species name
+	db   "JET@" ; species name
 	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@"
+	db   "steals the nesting"
+	next "holes of others to"
+	next "sleep in them.@"
 ; 0x1d0db1
 
--- a/stats/pokedex/entries/225.asm
+++ b/stats/pokedex/entries/225.asm
@@ -1,8 +1,12 @@
 ; DelibirdPokedexEntry: ; 0x1d0db1
-	db "DELIVERY@" ; species name
+	db   "DELIVERY@" ; species name
 	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.@"
+	db   "If attacked, it"
+	next "throws its food at"
+	next "the opponent.@"
 ; 0x1d0e25
 
--- a/stats/pokedex/entries/226.asm
+++ b/stats/pokedex/entries/226.asm
@@ -1,8 +1,12 @@
 ; MantinePokedexEntry: ; 0x1d0e25
-	db "KITE@" ; species name
+	db   "KITE@" ; species name
 	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@"
+	db   "into its mouth."
+	next "Its whole body is"
+	next "very coarse.@"
 ; 0x1d0e8c
 
--- a/stats/pokedex/entries/227.asm
+++ b/stats/pokedex/entries/227.asm
@@ -1,8 +1,12 @@
 ; SkarmoryPokedexEntry: ; 0x1d0e8c
-	db "ARMOR BIRD@" ; species name
+	db   "ARMOR BIRD@" ; species name
 	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@"
+	db   "that people once"
+	next "used the feathers"
+	next "as swords.@"
 ; 0x1d0eff
 
--- a/stats/pokedex/entries/228.asm
+++ b/stats/pokedex/entries/228.asm
@@ -1,8 +1,12 @@
 ; HoundourPokedexEntry: ; 0x1d0eff
-	db "DARK@" ; species name
+	db   "DARK@" ; species name
 	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@"
+	db   "area to announce"
+	next "that this is its"
+	next "territory.@"
 ; 0x1d0f66
 
--- a/stats/pokedex/entries/229.asm
+++ b/stats/pokedex/entries/229.asm
@@ -1,8 +1,12 @@
 ; HoundoomPokedexEntry: ; 0x1d0f66
-	db "DARK@" ; species name
+	db   "DARK@" ; species name
 	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@"
+	db   "its mouth results"
+	next "from toxins burn-"
+	next "ing in its body.@"
 ; 0x1d0fd1
 
--- a/stats/pokedex/entries/230.asm
+++ b/stats/pokedex/entries/230.asm
@@ -1,8 +1,12 @@
 ; KingdraPokedexEntry: ; 0x1d0fd1
-	db "DRAGON@" ; species name
+	db   "DRAGON@" ; species name
 	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@"
+	db   "at which no other"
+	next "life forms can"
+	next "survive.@"
 ; 0x1d1038
 
--- a/stats/pokedex/entries/231.asm
+++ b/stats/pokedex/entries/231.asm
@@ -1,8 +1,12 @@
 ; PhanpyPokedexEntry: ; 0x1d1038
-	db "LONG NOSE@" ; species name
+	db   "LONG NOSE@" ; species name
 	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@"
+	db   "where it deftly"
+	next "uses its trunk to"
+	next "take a shower.@"
 ; 0x1d10ac
 
--- a/stats/pokedex/entries/232.asm
+++ b/stats/pokedex/entries/232.asm
@@ -1,8 +1,12 @@
 ; DonphanPokedexEntry: ; 0x1d10ac
-	db "ARMOR@" ; species name
+	db   "ARMOR@" ; species name
 	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@"
+	db   "attack won't even"
+	next "leave a scratch on"
+	next "it.@"
 ; 0x1d110c
 
--- a/stats/pokedex/entries/233.asm
+++ b/stats/pokedex/entries/233.asm
@@ -1,8 +1,12 @@
 ; Porygon2PokedexEntry: ; 0x1d110c
-	db "VIRTUAL@" ; species name
+	db   "VIRTUAL@" ; species name
 	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@"
+	db   "technology. It"
+	next "may have unprog-"
+	next "rammed reactions.@"
 ; 0x1d1174
 
--- a/stats/pokedex/entries/234.asm
+++ b/stats/pokedex/entries/234.asm
@@ -1,8 +1,12 @@
 ; StantlerPokedexEntry: ; 0x1d1174
-	db "BIG HORN@" ; species name
+	db   "BIG HORN@" ; species name
 	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@"
+	db   "be ground into a"
+	next "powder that aids"
+	next "in sleeping.@"
 ; 0x1d11e0
 
--- a/stats/pokedex/entries/235.asm
+++ b/stats/pokedex/entries/235.asm
@@ -1,8 +1,12 @@
 ; SmearglePokedexEntry: ; 0x1d11e0
-	db "PAINTER@" ; species name
+	db   "PAINTER@" ; species name
 	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@"
+	db   "tail is predeter-"
+	next "mined for each"
+	next "SMEARGLE.@"
 ; 0x1d124b
 
--- a/stats/pokedex/entries/236.asm
+++ b/stats/pokedex/entries/236.asm
@@ -1,8 +1,12 @@
 ; TyroguePokedexEntry: ; 0x1d124b
-	db "SCUFFLE@" ; species name
+	db   "SCUFFLE@" ; species name
 	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@"
+	db   "anyone. It has a"
+	next "very strong com-"
+	next "petitive spirit.@"
 ; 0x1d12c0
 
--- a/stats/pokedex/entries/237.asm
+++ b/stats/pokedex/entries/237.asm
@@ -1,8 +1,12 @@
 ; HitmontopPokedexEntry: ; 0x1d12c0
-	db "HANDSTAND@" ; species name
+	db   "HANDSTAND@" ; species name
 	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@"
+	db   "opponent's timing,"
+	next "it presents its"
+	next "fancy kick moves.@"
 ; 0x1d132b
 
--- a/stats/pokedex/entries/238.asm
+++ b/stats/pokedex/entries/238.asm
@@ -1,8 +1,12 @@
 ; SmoochumPokedexEntry: ; 0x1d132b
-	db "KISS@" ; species name
+	db   "KISS@" ; species name
 	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.@"
+	db   "It uses them to"
+	next "try to identify"
+	next "unknown objects.@"
 ; 0x1d1398
 
--- a/stats/pokedex/entries/239.asm
+++ b/stats/pokedex/entries/239.asm
@@ -1,8 +1,12 @@
 ; ElekidPokedexEntry: ; 0x1d1398
-	db "ELECTRIC@" ; species name
+	db   "ELECTRIC@" ; species name
 	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@"
+	db   "flickers bluish-"
+	next "white when it is"
+	next "charging energy.@"
 ; 0x1d140e
 
--- a/stats/pokedex/entries/240.asm
+++ b/stats/pokedex/entries/240.asm
@@ -1,8 +1,12 @@
 ; MagbyPokedexEntry: ; 0x1d140e
-	db "LIVE COAL@" ; species name
+	db   "LIVE COAL@" ; species name
 	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@"
+	db   "when many appear,"
+	next "it heralds a"
+	next "volcanic eruption.@"
 ; 0x1d1482
 
--- a/stats/pokedex/entries/241.asm
+++ b/stats/pokedex/entries/241.asm
@@ -1,8 +1,12 @@
 ; MiltankPokedexEntry: ; 0x1d1482
-	db "MILK COW@" ; species name
+	db   "MILK COW@" ; species name
 	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@"
+	db   "rhythmically pull-"
+	next "ing up and down"
+	next "on its udders.@"
 ; 0x1d14f7
 
--- a/stats/pokedex/entries/242.asm
+++ b/stats/pokedex/entries/242.asm
@@ -1,8 +1,12 @@
 ; BlisseyPokedexEntry: ; 0x1d14f7
-	db "HAPPINESS@" ; species name
+	db   "HAPPINESS@" ; species name
 	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@"
+	db   "provides will make"
+	next "everyone around"
+	next "smile with joy.@"
 ; 0x1d156b
 
--- a/stats/pokedex/entries/243.asm
+++ b/stats/pokedex/entries/243.asm
@@ -1,8 +1,12 @@
 ; RaikouPokedexEntry: ; 0x1d156b
-	db "THUNDER@" ; species name
+	db   "THUNDER@" ; species name
 	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,@"
+	db   "then sweeps across"
+	next "the land, shooting"
+	next "off electricity.@"
 ; 0x1d15dd
 
--- a/stats/pokedex/entries/244.asm
+++ b/stats/pokedex/entries/244.asm
@@ -1,8 +1,12 @@
 ; EnteiPokedexEntry: ; 0x1d15dd
-	db "VOLCANO@" ; species name
+	db   "VOLCANO@" ; species name
 	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,@"
+	db   "spouting flames"
+	next "hotter than a"
+	next "volcano's magma.@"
 ; 0x1d1642
 
--- a/stats/pokedex/entries/245.asm
+++ b/stats/pokedex/entries/245.asm
@@ -1,8 +1,12 @@
 ; SuicunePokedexEntry: ; 0x1d1642
-	db "AURORA@" ; species name
+	db   "AURORA@" ; species name
 	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,@"
+	db   "always in search"
+	next "of a pure"
+	next "reservoir.@"
 ; 0x1d169c
 
--- a/stats/pokedex/entries/246.asm
+++ b/stats/pokedex/entries/246.asm
@@ -1,8 +1,12 @@
 ; LarvitarPokedexEntry: ; 0x1d169c
-	db "ROCK SKIN@" ; species name
+	db   "ROCK SKIN@" ; species name
 	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@"
+	db   "pupa after eating"
+	next "enough dirt to"
+	next "make a mountain.@"
 ; 0x1d1709
 
--- a/stats/pokedex/entries/247.asm
+++ b/stats/pokedex/entries/247.asm
@@ -1,8 +1,12 @@
 ; PupitarPokedexEntry: ; 0x1d1709
-	db "HARD SHELL@" ; species name
+	db   "HARD SHELL@" ; species name
 	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@"
+	db   "already has arms"
+	next "and legs under its"
+	next "solid shell.@"
 ; 0x1d177b
 
--- a/stats/pokedex/entries/248.asm
+++ b/stats/pokedex/entries/248.asm
@@ -1,8 +1,12 @@
 ; TyranitarPokedexEntry: ; 0x1d177b
-	db "ARMOR@" ; species name
+	db   "ARMOR@" ; species name
 	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@"
+	db   "make the ground"
+	next "shake and moun-"
+	next "tains crumble.@"
 ; 0x1d17e9
 
--- a/stats/pokedex/entries/249.asm
+++ b/stats/pokedex/entries/249.asm
@@ -1,8 +1,12 @@
 ; LugiaPokedexEntry: ; 0x1d17e9
-	db "DIVING@" ; species name
+	db   "DIVING@" ; species name
 	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-@"
+	db   "rms. It is said"
+	next "that LUGIA appears"
+	next "when storms start.@"
 ; 0x1d185d
 
--- a/stats/pokedex/entries/250.asm
+++ b/stats/pokedex/entries/250.asm
@@ -1,8 +1,12 @@
 ; HoOhPokedexEntry: ; 0x1d185d
-	db "RAINBOW@" ; species name
+	db   "RAINBOW@" ; species name
 	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@"
+	db   "trainer by shining"
+	next "its bright rain-"
+	next "bow-colored wings.@"
 ; 0x1d18cc
 
--- a/stats/pokedex/entries/251.asm
+++ b/stats/pokedex/entries/251.asm
@@ -1,8 +1,12 @@
 ; CelebiPokedexEntry: ; 0x1d18cc
-	db "TIMETRAVEL@" ; species name
+	db   "TIMETRAVEL@" ; species name
 	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@"
+	db   "appears wherever"
+	next "beautiful forests"
+	next "exist.@"
 ; 0x1d1931