diff options
Diffstat (limited to 'stats/pokedex')
260 files changed, 0 insertions, 4051 deletions
diff --git a/stats/pokedex/entries.asm b/stats/pokedex/entries.asm deleted file mode 100644 index b9dfe7559..000000000 --- a/stats/pokedex/entries.asm +++ /dev/null @@ -1,26 +0,0 @@ -INCLUDE "includes.asm" - - -SECTION "Pokedex Entries 001-064", ROMX, BANK[POKEDEX_ENTRIES_1] - -PokedexEntries1:: -INCLUDE "stats/pokedex/entries_1.asm" - - -SECTION "Pokedex Entries 065-128", ROMX, BANK[POKEDEX_ENTRIES_2] - -PokedexEntries2:: -INCLUDE "stats/pokedex/entries_2.asm" - - -SECTION "Pokedex Entries 129-192", ROMX, BANK[POKEDEX_ENTRIES_3] - -PokedexEntries3:: -INCLUDE "stats/pokedex/entries_3.asm" - - -SECTION "Pokedex Entries 193-251", ROMX, BANK[POKEDEX_ENTRIES_4] - -PokedexEntries4:: -INCLUDE "stats/pokedex/entries_4.asm" - diff --git a/stats/pokedex/entries/001.asm b/stats/pokedex/entries/001.asm deleted file mode 100644 index 299b9d387..000000000 --- a/stats/pokedex/entries/001.asm +++ /dev/null @@ -1,12 +0,0 @@ -; BulbasaurPokedexEntry: ; 0x181695 - db "SEED@" ; species name - dw 204, 150 ; height, width - - db "While it is young," - next "it uses the" - next "nutrients that are" - page "stored in the" - next "seeds on its back" - next "in order to grow.@" -; 0x181702 - diff --git a/stats/pokedex/entries/002.asm b/stats/pokedex/entries/002.asm deleted file mode 100644 index 140ca6bde..000000000 --- a/stats/pokedex/entries/002.asm +++ /dev/null @@ -1,12 +0,0 @@ -; IvysaurPokedexEntry: ; 0x181702 - db "SEED@" ; species name - dw 303, 290 ; height, width - - db "The bulb on its" - next "back grows as it" - next "absorbs nutrients." - page "The bulb gives off" - next "a pleasant aroma" - next "when it blooms.@" -; 0x181773 - diff --git a/stats/pokedex/entries/003.asm b/stats/pokedex/entries/003.asm deleted file mode 100644 index ed7fdde27..000000000 --- a/stats/pokedex/entries/003.asm +++ /dev/null @@ -1,12 +0,0 @@ -; VenusaurPokedexEntry: ; 0x181773 - db "SEED@" ; species name - dw 607, 2210 ; height, width - - db "As it warms it-" - next "self and absorbs" - next "the sunlight, its" - page "flower petals" - next "release a pleasant" - next "fragrance.@" -; 0x1817db - diff --git a/stats/pokedex/entries/004.asm b/stats/pokedex/entries/004.asm deleted file mode 100644 index 1452f6208..000000000 --- a/stats/pokedex/entries/004.asm +++ /dev/null @@ -1,12 +0,0 @@ -; CharmanderPokedexEntry: ; 0x1817db - db "LIZARD@" ; species name - dw 200, 190 ; height, width - - db "If it's healthy," - next "the flame on the" - next "tip of its tail" - page "will burn vigor-" - next "ously, even if it" - next "gets a bit wet.@" -; 0x18184a - diff --git a/stats/pokedex/entries/005.asm b/stats/pokedex/entries/005.asm deleted file mode 100644 index bd0e9dac5..000000000 --- a/stats/pokedex/entries/005.asm +++ /dev/null @@ -1,12 +0,0 @@ -; CharmeleonPokedexEntry: ; 0x18184a - db "FLAME@" ; species name - dw 307, 420 ; height, width - - db "If it becomes" - next "agitated during" - next "battle, it spouts" - page "intense flames," - next "incinerating its" - next "surroundings.@" -; 0x1818b3 - diff --git a/stats/pokedex/entries/006.asm b/stats/pokedex/entries/006.asm deleted file mode 100644 index e0cadfb8e..000000000 --- a/stats/pokedex/entries/006.asm +++ /dev/null @@ -1,12 +0,0 @@ -; CharizardPokedexEntry: ; 0x1818b3 - db "FLAME@" ; species name - dw 507, 2000 ; height, width - - db "It uses its wings" - next "to fly high. The" - next "temperature of its" - page "fire increases as" - next "it gains exper-" - next "ience in battle.@" -; 0x181926 - diff --git a/stats/pokedex/entries/007.asm b/stats/pokedex/entries/007.asm deleted file mode 100644 index a02173d66..000000000 --- a/stats/pokedex/entries/007.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SquirtlePokedexEntry: ; 0x181926 - db "TINYTURTLE@" ; species name - dw 108, 200 ; height, width - - db "When it feels" - next "threatened, it" - next "draws its legs" - page "inside its shell" - next "and sprays water" - next "from its mouth.@" -; 0x181993 - diff --git a/stats/pokedex/entries/008.asm b/stats/pokedex/entries/008.asm deleted file mode 100644 index 72871a561..000000000 --- a/stats/pokedex/entries/008.asm +++ /dev/null @@ -1,12 +0,0 @@ -; WartortlePokedexEntry: ; 0x181993 - db "TURTLE@" ; species name - dw 303, 500 ; height, width - - db "Its long, furry" - next "tail is a symbol" - next "of longevity," - page "making it quite" - next "popular among" - next "older people.@" -; 0x1819f9 - diff --git a/stats/pokedex/entries/009.asm b/stats/pokedex/entries/009.asm deleted file mode 100644 index 4ca3a99b8..000000000 --- a/stats/pokedex/entries/009.asm +++ /dev/null @@ -1,12 +0,0 @@ -; BlastoisePokedexEntry: ; 0x1819f9 - db "SHELLFISH@" ; species name - dw 503, 1890 ; height, width - - db "It firmly plants" - next "its feet on the" - next "ground before" - page "shooting water" - next "from the jets on" - next "its back.@" -; 0x181a60 - diff --git a/stats/pokedex/entries/010.asm b/stats/pokedex/entries/010.asm deleted file mode 100644 index ccdc9c0ef..000000000 --- a/stats/pokedex/entries/010.asm +++ /dev/null @@ -1,12 +0,0 @@ -; CaterpiePokedexEntry: ; 0x181a60 - db "WORM@" ; species name - dw 100, 60 ; height, width - - db "It crawls into" - next "foliage where it" - next "camouflages itself" - page "among leaves that" - next "are the same color" - next "as its body.@" -; 0x181ace - diff --git a/stats/pokedex/entries/011.asm b/stats/pokedex/entries/011.asm deleted file mode 100644 index d93280727..000000000 --- a/stats/pokedex/entries/011.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MetapodPokedexEntry: ; 0x181ace - db "COCOON@" ; species name - dw 204, 220 ; height, width - - db "This is its pre-" - next "evolved form. At" - next "this stage, it can" - page "only harden, so it" - next "remains motionless" - next "to avoid attack.@" -; 0x181b45 - diff --git a/stats/pokedex/entries/012.asm b/stats/pokedex/entries/012.asm deleted file mode 100644 index ef345aca6..000000000 --- a/stats/pokedex/entries/012.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ButterfreePokedexEntry: ; 0x181b45 - db "BUTTERFLY@" ; species name - dw 307, 710 ; height, width - - db "It flits from" - next "flower to flower," - next "collecting honey." - page "It can even" - next "identify distant" - next "flowers in bloom.@" -; 0x181bb4 - diff --git a/stats/pokedex/entries/013.asm b/stats/pokedex/entries/013.asm deleted file mode 100644 index 89908939d..000000000 --- a/stats/pokedex/entries/013.asm +++ /dev/null @@ -1,12 +0,0 @@ -; WeedlePokedexEntry: ; 0x181bb4 - db "HAIRY BUG@" ; species name - dw 100, 70 ; height, width - - db "The barb on top of" - next "its head secretes" - next "a strong poison." - page "It uses this toxic" - next "barb to protect" - next "itself.@" -; 0x181c23 - diff --git a/stats/pokedex/entries/014.asm b/stats/pokedex/entries/014.asm deleted file mode 100644 index c6bd19d24..000000000 --- a/stats/pokedex/entries/014.asm +++ /dev/null @@ -1,12 +0,0 @@ -; KakunaPokedexEntry: ; 0x181c23 - db "COCOON@" ; species name - dw 200, 220 ; height, width - - db "Nearly incapable" - next "of movement, it" - next "leans against" - page "stout trees while" - next "waiting for its" - next "evolution.@" -; 0x181c8a - diff --git a/stats/pokedex/entries/015.asm b/stats/pokedex/entries/015.asm deleted file mode 100644 index 5d8d060e4..000000000 --- a/stats/pokedex/entries/015.asm +++ /dev/null @@ -1,12 +0,0 @@ -; BeedrillPokedexEntry: ; 0x181c8a - db "POISON BEE@" ; species name - dw 303, 650 ; height, width - - db "It uses sharp," - next "poisonous stings" - next "to defeat prey," - page "then takes the" - next "victim back to its" - next "nest for food.@" -; 0x181cfa - diff --git a/stats/pokedex/entries/016.asm b/stats/pokedex/entries/016.asm deleted file mode 100644 index 3222c5a72..000000000 --- a/stats/pokedex/entries/016.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PidgeyPokedexEntry: ; 0x181cfa - db "TINY BIRD@" ; species name - dw 100, 40 ; height, width - - db "It rapidly flaps" - next "its wings in the" - next "grass, stirring up" - page "a dust cloud that" - next "drives insect prey" - next "out into the open.@" -; 0x181d75 - diff --git a/stats/pokedex/entries/017.asm b/stats/pokedex/entries/017.asm deleted file mode 100644 index 72550788f..000000000 --- a/stats/pokedex/entries/017.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PidgeottoPokedexEntry: ; 0x181d75 - db "BIRD@" ; species name - dw 307, 660 ; height, width - - db "It slowly flies in" - next "a circular pat-" - next "tern, all the" - page "while keeping a" - next "sharp lookout for" - next "prey.@" -; 0x181dd7 - diff --git a/stats/pokedex/entries/018.asm b/stats/pokedex/entries/018.asm deleted file mode 100644 index 4e9c6b54a..000000000 --- a/stats/pokedex/entries/018.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PidgeotPokedexEntry: ; 0x181dd7 - db "BIRD@" ; species name - dw 411, 870 ; height, width - - db "Its outstanding" - next "vision allows it" - next "to spot splashing" - page "MAGIKARP, even" - next "while flying at" - next "3300 feet.@" -; 0x181e3d - diff --git a/stats/pokedex/entries/019.asm b/stats/pokedex/entries/019.asm deleted file mode 100644 index c8b44042e..000000000 --- a/stats/pokedex/entries/019.asm +++ /dev/null @@ -1,12 +0,0 @@ -; RattataPokedexEntry: ; 0x181e3d - db "RAT@" ; species name - dw 100, 80 ; height, width - - db "This #MON's" - next "impressive vital-" - next "ity allows it to" - page "live anywhere. It" - next "also multiplies" - next "very quickly.@" -; 0x181ea3 - diff --git a/stats/pokedex/entries/020.asm b/stats/pokedex/entries/020.asm deleted file mode 100644 index 2a0cb2861..000000000 --- a/stats/pokedex/entries/020.asm +++ /dev/null @@ -1,12 +0,0 @@ -; RaticatePokedexEntry: ; 0x181ea3 - db "RAT@" ; species name - dw 204, 410 ; height, width - - db "The webs on its" - next "hind legs enable" - next "it to cross" - page "rivers. It search-" - next "es wide areas for" - next "food.@" -; 0x181f03 - diff --git a/stats/pokedex/entries/021.asm b/stats/pokedex/entries/021.asm deleted file mode 100644 index dbfd79bf9..000000000 --- a/stats/pokedex/entries/021.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SpearowPokedexEntry: ; 0x181f03 - db "TINY BIRD@" ; species name - dw 100, 40 ; height, width - - db "To protect its" - next "territory, it" - next "flies around" - page "ceaselessly," - next "making high-" - next "pitched cries.@" -; 0x181f64 - diff --git a/stats/pokedex/entries/022.asm b/stats/pokedex/entries/022.asm deleted file mode 100644 index b47860334..000000000 --- a/stats/pokedex/entries/022.asm +++ /dev/null @@ -1,12 +0,0 @@ -; FearowPokedexEntry: ; 0x181f64 - db "BEAK@" ; species name - dw 311, 840 ; height, width - - db "It uses its long" - next "beak to attack. It" - next "has a surprisingly" - page "long reach, so it" - next "must be treated" - next "with caution.@" -; 0x181fd4 - diff --git a/stats/pokedex/entries/023.asm b/stats/pokedex/entries/023.asm deleted file mode 100644 index 40e71fb17..000000000 --- a/stats/pokedex/entries/023.asm +++ /dev/null @@ -1,12 +0,0 @@ -; EkansPokedexEntry: ; 0x181fd4 - db "SNAKE@" ; species name - dw 607, 150 ; height, width - - db "It flutters the" - next "tip of its tongue" - next "to seek out the" - page "scent of prey," - next "then swallows the" - next "prey whole.@" -; 0x18203d - diff --git a/stats/pokedex/entries/024.asm b/stats/pokedex/entries/024.asm deleted file mode 100644 index c8d83f43e..000000000 --- a/stats/pokedex/entries/024.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ArbokPokedexEntry: ; 0x18203d - db "COBRA@" ; species name - dw 1106, 1430 ; height, width - - db "To intimidate" - next "foes, it spreads" - next "its chest wide and" - page "makes eerie sounds" - next "by expelling air" - next "from its mouth.@" -; 0x1820ad - diff --git a/stats/pokedex/entries/025.asm b/stats/pokedex/entries/025.asm deleted file mode 100644 index b0dd180dc..000000000 --- a/stats/pokedex/entries/025.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PikachuPokedexEntry: ; 0x1820ad - db "MOUSE@" ; species name - dw 104, 130 ; height, width - - db "When it is anger-" - next "ed, it immediately" - next "discharges the" - page "energy stored in" - next "the pouches in its" - next "cheeks.@" -; 0x182117 - diff --git a/stats/pokedex/entries/026.asm b/stats/pokedex/entries/026.asm deleted file mode 100644 index 65fffc0b9..000000000 --- a/stats/pokedex/entries/026.asm +++ /dev/null @@ -1,12 +0,0 @@ -; RaichuPokedexEntry: ; 0x182117 - db "MOUSE@" ; species name - dw 207, 660 ; height, width - - db "If its electric" - next "pouches run empty," - next "it raises its tail" - page "to gather electri-" - next "city from the" - next "atmosphere.@" -; 0x182184 - diff --git a/stats/pokedex/entries/027.asm b/stats/pokedex/entries/027.asm deleted file mode 100644 index a52fd2c14..000000000 --- a/stats/pokedex/entries/027.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SandshrewPokedexEntry: ; 0x182184 - db "MOUSE@" ; species name - dw 200, 260 ; height, width - - db "It prefers dry," - next "sandy places" - next "because it uses" - page "the sand to" - next "protect itself" - next "when threatened.@" -; 0x1821e7 - diff --git a/stats/pokedex/entries/028.asm b/stats/pokedex/entries/028.asm deleted file mode 100644 index 37abbf54a..000000000 --- a/stats/pokedex/entries/028.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SandslashPokedexEntry: ; 0x1821e7 - db "MOUSE@" ; species name - dw 303, 650 ; height, width - - db "Adept at climbing" - next "trees, it rolls" - next "into a spiny ball," - page "then attacks its" - next "enemies from" - next "above.@" -; 0x18224b - diff --git a/stats/pokedex/entries/029.asm b/stats/pokedex/entries/029.asm deleted file mode 100644 index ad4816de2..000000000 --- a/stats/pokedex/entries/029.asm +++ /dev/null @@ -1,12 +0,0 @@ -; NidoranFPokedexEntry: ; 0x18224b - db "POISON PIN@" ; species name - dw 104, 150 ; height, width - - db "Small and very" - next "docile, it pro-" - next "tects itself with" - page "its small, poison-" - next "ous horn when" - next "attacked.@" -; 0x1822b6 - diff --git a/stats/pokedex/entries/030.asm b/stats/pokedex/entries/030.asm deleted file mode 100644 index 50fb9fcba..000000000 --- a/stats/pokedex/entries/030.asm +++ /dev/null @@ -1,12 +0,0 @@ -; NidorinaPokedexEntry: ; 0x1822b6 - db "POISON PIN@" ; species name - dw 207, 440 ; height, width - - db "It has a docile" - next "nature. If it is" - next "threatened with" - page "attack, it raises" - next "the barbs that are" - next "all over its body.@" -; 0x18232e - diff --git a/stats/pokedex/entries/031.asm b/stats/pokedex/entries/031.asm deleted file mode 100644 index 3df9bee0d..000000000 --- a/stats/pokedex/entries/031.asm +++ /dev/null @@ -1,12 +0,0 @@ -; NidoqueenPokedexEntry: ; 0x18232e - db "DRILL@" ; species name - dw 403, 1320 ; height, width - - db "The hard scales" - next "that cover its" - next "strong body serve" - page "as excellent" - next "protection from" - next "any attack.@" -; 0x182392 - diff --git a/stats/pokedex/entries/032.asm b/stats/pokedex/entries/032.asm deleted file mode 100644 index a61159e2f..000000000 --- a/stats/pokedex/entries/032.asm +++ /dev/null @@ -1,12 +0,0 @@ -; NidoranMPokedexEntry: ; 0x182392 - db "POISON PIN@" ; species name - dw 108, 200 ; height, width - - db "It constantly" - next "moves its large" - next "ears in many" - page "directions in" - next "order to detect" - next "danger right away.@" -; 0x1823fd - diff --git a/stats/pokedex/entries/033.asm b/stats/pokedex/entries/033.asm deleted file mode 100644 index 3b55e179d..000000000 --- a/stats/pokedex/entries/033.asm +++ /dev/null @@ -1,12 +0,0 @@ -; NidorinoPokedexEntry: ; 0x1823fd - db "POISON PIN@" ; species name - dw 211, 430 ; height, width - - db "It is easily" - next "agitated and uses" - next "its horn for" - page "offense as soon as" - next "it notices an" - next "attacker.@" -; 0x182463 - diff --git a/stats/pokedex/entries/034.asm b/stats/pokedex/entries/034.asm deleted file mode 100644 index 5dd0ec3ec..000000000 --- a/stats/pokedex/entries/034.asm +++ /dev/null @@ -1,12 +0,0 @@ -; NidokingPokedexEntry: ; 0x182463 - db "DRILL@" ; species name - dw 407, 1370 ; height, width - - db "It uses its thick" - next "arms, legs and" - next "tail to attack" - page "forcefully. Melee" - next "combat is its" - next "specialty.@" -; 0x1824c8 - diff --git a/stats/pokedex/entries/035.asm b/stats/pokedex/entries/035.asm deleted file mode 100644 index 4c830828c..000000000 --- a/stats/pokedex/entries/035.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ClefairyPokedexEntry: ; 0x1824c8 - db "FAIRY@" ; species name - dw 200, 170 ; height, width - - db "Though rarely" - next "seen, it becomes" - next "easier to spot," - page "for some reason," - next "on the night of a " - next "full moon.@" -; 0x182530 - diff --git a/stats/pokedex/entries/036.asm b/stats/pokedex/entries/036.asm deleted file mode 100644 index b077f4200..000000000 --- a/stats/pokedex/entries/036.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ClefablePokedexEntry: ; 0x182530 - db "FAIRY@" ; species name - dw 403, 880 ; height, width - - db "Said to live in" - next "quiet, remote" - next "mountains, this" - page "type of fairy has" - next "a strong aversion" - next "to being seen.@" -; 0x18259b - diff --git a/stats/pokedex/entries/037.asm b/stats/pokedex/entries/037.asm deleted file mode 100644 index 82f96fa38..000000000 --- a/stats/pokedex/entries/037.asm +++ /dev/null @@ -1,12 +0,0 @@ -; VulpixPokedexEntry: ; 0x18259b - db "FOX@" ; species name - dw 200, 220 ; height, width - - db "As its body grows" - next "larger, its six" - next "warm tails become" - page "more beautiful," - next "with a more luxur-" - next "ious coat of fur.@" -; 0x18260c - diff --git a/stats/pokedex/entries/038.asm b/stats/pokedex/entries/038.asm deleted file mode 100644 index 7a0b920cc..000000000 --- a/stats/pokedex/entries/038.asm +++ /dev/null @@ -1,12 +0,0 @@ -; NinetalesPokedexEntry: ; 0x18260c - db "FOX@" ; species name - dw 307, 440 ; height, width - - db "It is said to live" - next "a thousand years," - next "and each of its" - page "tails is loaded" - next "with supernatural" - next "powers.@" -; 0x182673 - diff --git a/stats/pokedex/entries/039.asm b/stats/pokedex/entries/039.asm deleted file mode 100644 index bd82e78b3..000000000 --- a/stats/pokedex/entries/039.asm +++ /dev/null @@ -1,12 +0,0 @@ -; JigglypuffPokedexEntry: ; 0x182673 - db "BALLOON@" ; species name - dw 108, 120 ; height, width - - db "It rolls its cute" - next "eyes as it sings a" - next "soothing lullaby." - page "Its gentle song" - next "puts anyone who" - next "hears it to sleep.@" -; 0x1826e9 - diff --git a/stats/pokedex/entries/040.asm b/stats/pokedex/entries/040.asm deleted file mode 100644 index b286443fe..000000000 --- a/stats/pokedex/entries/040.asm +++ /dev/null @@ -1,12 +0,0 @@ -; WigglytuffPokedexEntry: ; 0x1826e9 - db "BALLOON@" ; species name - dw 303, 260 ; height, width - - db "The rich, fluffy" - next "fur that covers" - next "its body feels so" - page "good that anyone" - next "who feels it can't" - next "stop touching it.@" -; 0x18275d - diff --git a/stats/pokedex/entries/041.asm b/stats/pokedex/entries/041.asm deleted file mode 100644 index af8ff5f9f..000000000 --- a/stats/pokedex/entries/041.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ZubatPokedexEntry: ; 0x18275d - db "BAT@" ; species name - dw 207, 170 ; height, width - - db "During the day, it" - next "gathers with" - next "others and hangs" - page "from the ceilings" - next "of old buildings" - next "and caves.@" -; 0x1827c4 - diff --git a/stats/pokedex/entries/042.asm b/stats/pokedex/entries/042.asm deleted file mode 100644 index 947176126..000000000 --- a/stats/pokedex/entries/042.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GolbatPokedexEntry: ; 0x1827c4 - db "BAT@" ; species name - dw 503, 1210 ; height, width - - db "When it plunges" - next "its fangs into its" - next "prey, it instantly" - page "draws and gulps" - next "down more than ten" - next "ounces of blood.@" -; 0x182836 - diff --git a/stats/pokedex/entries/043.asm b/stats/pokedex/entries/043.asm deleted file mode 100644 index 89b2243d7..000000000 --- a/stats/pokedex/entries/043.asm +++ /dev/null @@ -1,12 +0,0 @@ -; OddishPokedexEntry: ; 0x182836 - db "WEED@" ; species name - dw 108, 120 ; height, width - - db "During the day, it" - next "stays in the cold" - next "underground to" - page "avoid the sun." - next "It grows by bath-" - next "ing in moonlight.@" -; 0x1828a6 - diff --git a/stats/pokedex/entries/044.asm b/stats/pokedex/entries/044.asm deleted file mode 100644 index 0e1c0bced..000000000 --- a/stats/pokedex/entries/044.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GloomPokedexEntry: ; 0x1828a6 - db "WEED@" ; species name - dw 207, 190 ; height, width - - db "The smell from its" - next "drool-like syrup" - next "and the pollen on" - page "its petals is so" - next "bad, it may make" - next "opponents faint.@" -; 0x182918 - diff --git a/stats/pokedex/entries/045.asm b/stats/pokedex/entries/045.asm deleted file mode 100644 index 07b2afbce..000000000 --- a/stats/pokedex/entries/045.asm +++ /dev/null @@ -1,12 +0,0 @@ -; VileplumePokedexEntry: ; 0x182918 - db "FLOWER@" ; species name - dw 311, 410 ; height, width - - db "By shaking its big" - next "petals, it scat-" - next "ters toxic pollen" - page "into the air," - next "turning the air" - next "yellow.@" -; 0x18297f - diff --git a/stats/pokedex/entries/046.asm b/stats/pokedex/entries/046.asm deleted file mode 100644 index cca0a6bd3..000000000 --- a/stats/pokedex/entries/046.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ParasPokedexEntry: ; 0x18297f - db "MUSHROOM@" ; species name - dw 100, 120 ; height, width - - db "The tochukaso" - next "growing on this" - next "#MON's back" - page "orders it to" - next "extract juice from" - next "tree trunks.@" -; 0x1829e2 - diff --git a/stats/pokedex/entries/047.asm b/stats/pokedex/entries/047.asm deleted file mode 100644 index 10ee37924..000000000 --- a/stats/pokedex/entries/047.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ParasectPokedexEntry: ; 0x1829e2 - db "MUSHROOM@" ; species name - dw 303, 650 ; height, width - - db "When nothing's" - next "left to extract" - next "from the bug, the" - page "mushrooms on its" - next "back leave spores" - next "on the bug's egg.@" -; 0x182a53 - diff --git a/stats/pokedex/entries/048.asm b/stats/pokedex/entries/048.asm deleted file mode 100644 index 2a57a58e9..000000000 --- a/stats/pokedex/entries/048.asm +++ /dev/null @@ -1,12 +0,0 @@ -; VenonatPokedexEntry: ; 0x182a53 - db "INSECT@" ; species name - dw 303, 660 ; height, width - - db "The small bugs it" - next "eats appear only" - next "at night, so it" - page "sleeps in a hole" - next "in a tree until" - next "night falls.@" -; 0x182abf - diff --git a/stats/pokedex/entries/049.asm b/stats/pokedex/entries/049.asm deleted file mode 100644 index 813a46174..000000000 --- a/stats/pokedex/entries/049.asm +++ /dev/null @@ -1,12 +0,0 @@ -; VenomothPokedexEntry: ; 0x182abf - db "POISONMOTH@" ; species name - dw 411, 280 ; height, width - - db "The scales it" - next "scatters will" - next "paralyze anyone" - page "who touches them," - next "making that person" - next "unable to stand.@" -; 0x182b30 - diff --git a/stats/pokedex/entries/050.asm b/stats/pokedex/entries/050.asm deleted file mode 100644 index b6ff3e44e..000000000 --- a/stats/pokedex/entries/050.asm +++ /dev/null @@ -1,12 +0,0 @@ -; DiglettPokedexEntry: ; 0x182b30 - db "MOLE@" ; species name - dw 8, 20 ; height, width - - db "It digs under-" - next "ground and chews" - next "on tree roots," - page "sticking its head" - next "out only when the" - next "sun isn't bright.@" -; 0x182b9d - diff --git a/stats/pokedex/entries/051.asm b/stats/pokedex/entries/051.asm deleted file mode 100644 index a5e204f5a..000000000 --- a/stats/pokedex/entries/051.asm +++ /dev/null @@ -1,12 +0,0 @@ -; DugtrioPokedexEntry: ; 0x182b9d - db "MOLE@" ; species name - dw 204, 730 ; height, width - - db "These DIGLETT" - next "triplets dig over" - next "60 miles below sea" - page "level. No one" - next "knows what it's" - next "like underground.@" -; 0x182c08 - diff --git a/stats/pokedex/entries/052.asm b/stats/pokedex/entries/052.asm deleted file mode 100644 index 933d944dc..000000000 --- a/stats/pokedex/entries/052.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MeowthPokedexEntry: ; 0x182c08 - db "SCRATCHCAT@" ; species name - dw 104, 90 ; height, width - - db "It loves things" - next "that sparkle. When" - next "it sees a shiny" - page "object, the gold" - next "coin on its head" - next "shines too.@" -; 0x182c78 - diff --git a/stats/pokedex/entries/053.asm b/stats/pokedex/entries/053.asm deleted file mode 100644 index 2f4fff6c9..000000000 --- a/stats/pokedex/entries/053.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PersianPokedexEntry: ; 0x182c78 - db "CLASSY CAT@" ; species name - dw 303, 710 ; height, width - - db "Behind its lithe," - next "elegant appearance" - next "lies a barbaric" - page "side. It will tear" - next "apart its prey on" - next "a mere whim.@" -; 0x182cee - diff --git a/stats/pokedex/entries/054.asm b/stats/pokedex/entries/054.asm deleted file mode 100644 index 3802f2853..000000000 --- a/stats/pokedex/entries/054.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PsyduckPokedexEntry: ; 0x182cee - db "DUCK@" ; species name - dw 207, 430 ; height, width - - db "The only time it" - next "can use its psy-" - next "chic power is when" - page "its sleeping brain" - next "cells happen to" - next "wake.@" -; 0x182d55 - diff --git a/stats/pokedex/entries/055.asm b/stats/pokedex/entries/055.asm deleted file mode 100644 index 80bbb362d..000000000 --- a/stats/pokedex/entries/055.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GolduckPokedexEntry: ; 0x182d55 - db "DUCK@" ; species name - dw 507, 1690 ; height, width - - db "It swims grace-" - next "fully along on the" - next "quiet, slow-moving" - page "rivers and lakes" - next "of which it is so" - next "fond.@" -; 0x182dbd - diff --git a/stats/pokedex/entries/056.asm b/stats/pokedex/entries/056.asm deleted file mode 100644 index c82e4fea3..000000000 --- a/stats/pokedex/entries/056.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MankeyPokedexEntry: ; 0x182dbd - db "PIG MONKEY@" ; species name - dw 108, 620 ; height, width - - db "It lives in groups" - next "in the treetops." - next "If it loses sight" - page "of its group, it" - next "becomes infuriated" - next "by its loneliness.@" -; 0x182e39 - diff --git a/stats/pokedex/entries/057.asm b/stats/pokedex/entries/057.asm deleted file mode 100644 index c4e988a2a..000000000 --- a/stats/pokedex/entries/057.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PrimeapePokedexEntry: ; 0x182e39 - db "PIG MONKEY@" ; species name - dw 303, 710 ; height, width - - db "It will beat up" - next "anyone who makes" - next "it mad, even if it" - page "has to chase them" - next "until the end of" - next "the world.@" -; 0x182eaa - diff --git a/stats/pokedex/entries/058.asm b/stats/pokedex/entries/058.asm deleted file mode 100644 index f86bd1450..000000000 --- a/stats/pokedex/entries/058.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GrowlithePokedexEntry: ; 0x182eaa - db "PUPPY@" ; species name - dw 204, 420 ; height, width - - db "It controls a big" - next "territory. If it" - next "detects an unknown" - page "smell, it roars" - next "loudly to force" - next "out the intruder.@" -; 0x182f1c - diff --git a/stats/pokedex/entries/059.asm b/stats/pokedex/entries/059.asm deleted file mode 100644 index d96b98f56..000000000 --- a/stats/pokedex/entries/059.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ArcaninePokedexEntry: ; 0x182f1c - db "LEGENDARY@" ; species name - dw 603, 3420 ; height, width - - db "An ancient picture" - next "scroll shows that" - next "people were" - page "attracted to its" - next "movement as it ran" - next "through prairies.@" -; 0x182f91 - diff --git a/stats/pokedex/entries/060.asm b/stats/pokedex/entries/060.asm deleted file mode 100644 index 5a65c2ff8..000000000 --- a/stats/pokedex/entries/060.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PoliwagPokedexEntry: ; 0x182f91 - db "TADPOLE@" ; species name - dw 200, 270 ; height, width - - db "The swirl on its" - next "belly is its" - next "insides showing" - page "through the skin." - next "It looks clearer" - next "after it eats.@" -; 0x182ffd - diff --git a/stats/pokedex/entries/061.asm b/stats/pokedex/entries/061.asm deleted file mode 100644 index aa1d3108e..000000000 --- a/stats/pokedex/entries/061.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PoliwhirlPokedexEntry: ; 0x182ffd - db "TADPOLE@" ; species name - dw 303, 440 ; height, width - - db "Though it is" - next "skilled at walk-" - next "ing, it prefers to" - page "live underwater" - next "where there is" - next "less danger.@" -; 0x183066 - diff --git a/stats/pokedex/entries/062.asm b/stats/pokedex/entries/062.asm deleted file mode 100644 index f496abd4f..000000000 --- a/stats/pokedex/entries/062.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PoliwrathPokedexEntry: ; 0x183066 - db "TADPOLE@" ; species name - dw 403, 1190 ; height, width - - db "It can use its" - next "well-developed" - next "arms and legs to" - page "run on the surface" - next "of the water for a" - next "split second.@" -; 0x1830d5 - diff --git a/stats/pokedex/entries/063.asm b/stats/pokedex/entries/063.asm deleted file mode 100644 index 154061ae3..000000000 --- a/stats/pokedex/entries/063.asm +++ /dev/null @@ -1,12 +0,0 @@ -; AbraPokedexEntry: ; 0x1830d5 - db "PSI@" ; species name - dw 211, 430 ; height, width - - db "It hypnotizes" - next "itself so that it" - next "can teleport away" - page "when it senses" - next "danger, even" - next "if it is asleep.@" -; 0x18313c - diff --git a/stats/pokedex/entries/064.asm b/stats/pokedex/entries/064.asm deleted file mode 100644 index 4a11eac1e..000000000 --- a/stats/pokedex/entries/064.asm +++ /dev/null @@ -1,12 +0,0 @@ -; KadabraPokedexEntry: ; 0x18313c - db "PSI@" ; species name - dw 403, 1250 ; height, width - - db "When it closes its" - next "eyes, twice as" - next "many alpha parti-" - page "cles come out of" - next "the surface of its" - next "body.@" -; 0x1831a2 - diff --git a/stats/pokedex/entries/065.asm b/stats/pokedex/entries/065.asm deleted file mode 100644 index 5e37ce288..000000000 --- a/stats/pokedex/entries/065.asm +++ /dev/null @@ -1,12 +0,0 @@ -; AlakazamPokedexEntry: ; 0x1b8000 - db "PSI@" ; species name - dw 411, 1060 ; height, width - - db "It has an IQ of" - next "5000. It calcu-" - next "lates many things" - page "in order to gain" - next "the edge in every" - next "battle.@" -; 0x1b8065 - diff --git a/stats/pokedex/entries/066.asm b/stats/pokedex/entries/066.asm deleted file mode 100644 index 9d0fc0a27..000000000 --- a/stats/pokedex/entries/066.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MachopPokedexEntry: ; 0x1b8065 - db "SUPERPOWER@" ; species name - dw 207, 430 ; height, width - - db "It trains by" - next "lifting rocks in" - next "the mountains. It" - page "can even pick up a" - next "GRAVELER with" - next "ease.@" -; 0x1b80cb - diff --git a/stats/pokedex/entries/067.asm b/stats/pokedex/entries/067.asm deleted file mode 100644 index 02ab56ef7..000000000 --- a/stats/pokedex/entries/067.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MachokePokedexEntry: ; 0x1b80cb - db "SUPERPOWER@" ; species name - dw 411, 1550 ; height, width - - db "This tough #MON" - next "always stays in" - next "the zone. Its" - page "muscles become" - next "thicker after" - next "every battle.@" -; 0x1b8133 - diff --git a/stats/pokedex/entries/068.asm b/stats/pokedex/entries/068.asm deleted file mode 100644 index d971888d8..000000000 --- a/stats/pokedex/entries/068.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MachampPokedexEntry: ; 0x1b8133 - db "SUPERPOWER@" ; species name - dw 503, 2870 ; height, width - - db "With four arms" - next "that react more" - next "quickly than it" - page "can think, it can" - next "execute many" - next "punches at once.@" -; 0x1b81a1 - diff --git a/stats/pokedex/entries/069.asm b/stats/pokedex/entries/069.asm deleted file mode 100644 index 4447bcb51..000000000 --- a/stats/pokedex/entries/069.asm +++ /dev/null @@ -1,12 +0,0 @@ -; BellsproutPokedexEntry: ; 0x1b81a1 - db "FLOWER@" ; species name - dw 204, 90 ; height, width - - db "If it notices" - next "anything that" - next "moves, it" - page "immediately flings" - next "its vine at the" - next "object.@" -; 0x1b81fd - diff --git a/stats/pokedex/entries/070.asm b/stats/pokedex/entries/070.asm deleted file mode 100644 index 91b55c298..000000000 --- a/stats/pokedex/entries/070.asm +++ /dev/null @@ -1,12 +0,0 @@ -; WeepinbellPokedexEntry: ; 0x1b81fd - db "FLYCATCHER@" ; species name - dw 303, 140 ; height, width - - db "When it's hungry," - next "it swings its" - next "razor-sharp" - page "leaves, slicing up" - next "any unlucky object" - next "nearby for food.@" -; 0x1b826e - diff --git a/stats/pokedex/entries/071.asm b/stats/pokedex/entries/071.asm deleted file mode 100644 index 30cd3fccb..000000000 --- a/stats/pokedex/entries/071.asm +++ /dev/null @@ -1,12 +0,0 @@ -; VictreebelPokedexEntry: ; 0x1b826e - db "FLYCATCHER@" ; species name - dw 507, 340 ; height, width - - db "Once ingested into" - next "this #MON's" - next "body, even the" - page "hardest object" - next "will melt into" - next "nothing.@" -; 0x1b82d1 - diff --git a/stats/pokedex/entries/072.asm b/stats/pokedex/entries/072.asm deleted file mode 100644 index f0b8eaa2a..000000000 --- a/stats/pokedex/entries/072.asm +++ /dev/null @@ -1,12 +0,0 @@ -; TentacoolPokedexEntry: ; 0x1b82d1 - db "JELLYFISH@" ; species name - dw 211, 1000 ; height, width - - db "As it floats along" - next "on the waves, it" - next "uses its toxic" - page "feelers to stab" - next "anything it" - next "touches.@" -; 0x1b8337 - diff --git a/stats/pokedex/entries/073.asm b/stats/pokedex/entries/073.asm deleted file mode 100644 index 040bba5b2..000000000 --- a/stats/pokedex/entries/073.asm +++ /dev/null @@ -1,12 +0,0 @@ -; TentacruelPokedexEntry: ; 0x1b8337 - db "JELLYFISH@" ; species name - dw 503, 1210 ; height, width - - db "When its 80 feel-" - next "ers absorb water," - next "it stretches to" - page "become like a net" - next "to entangle its" - next "prey.@" -; 0x1b83a1 - diff --git a/stats/pokedex/entries/074.asm b/stats/pokedex/entries/074.asm deleted file mode 100644 index b9edb3bdb..000000000 --- a/stats/pokedex/entries/074.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GeodudePokedexEntry: ; 0x1b83a1 - db "ROCK@" ; species name - dw 104, 440 ; height, width - - db "Proud of their" - next "sturdy bodies," - next "they bash against" - page "each other in a" - next "contest to prove" - next "whose is harder.@" -; 0x1b840c - diff --git a/stats/pokedex/entries/075.asm b/stats/pokedex/entries/075.asm deleted file mode 100644 index 136692839..000000000 --- a/stats/pokedex/entries/075.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GravelerPokedexEntry: ; 0x1b840c - db "ROCK@" ; species name - dw 303, 2320 ; height, width - - db "It travels by rol-" - next "ling on mountain" - next "paths. If it gains" - page "too much speed, it" - next "stops by running" - next "into huge rocks.@" -; 0x1b8481 - diff --git a/stats/pokedex/entries/076.asm b/stats/pokedex/entries/076.asm deleted file mode 100644 index 46d4e404b..000000000 --- a/stats/pokedex/entries/076.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GolemPokedexEntry: ; 0x1b8481 - db "MEGATON@" ; species name - dw 407, 6620 ; height, width - - db "Its rock-like body" - next "is so durable," - next "even high-powered" - page "dynamite blasts" - next "fail to scratch" - next "its rugged hide.@" -; 0x1b84f2 - diff --git a/stats/pokedex/entries/077.asm b/stats/pokedex/entries/077.asm deleted file mode 100644 index 0135d7d6b..000000000 --- a/stats/pokedex/entries/077.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PonytaPokedexEntry: ; 0x1b84f2 - db "FIRE HORSE@" ; species name - dw 303, 660 ; height, width - - db "Training by" - next "jumping over grass" - next "that grows longer" - page "every day has made" - next "it a world-class" - next "jumper.@" -; 0x1b855e - diff --git a/stats/pokedex/entries/078.asm b/stats/pokedex/entries/078.asm deleted file mode 100644 index 644a83196..000000000 --- a/stats/pokedex/entries/078.asm +++ /dev/null @@ -1,12 +0,0 @@ -; RapidashPokedexEntry: ; 0x1b855e - db "FIRE HORSE@" ; species name - dw 507, 2090 ; height, width - - db "It just loves to" - next "gallop. The faster" - next "it goes, the long-" - page "er the swaying" - next "flames of its mane" - next "will become.@" -; 0x1b85d3 - diff --git a/stats/pokedex/entries/079.asm b/stats/pokedex/entries/079.asm deleted file mode 100644 index 552a2d245..000000000 --- a/stats/pokedex/entries/079.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SlowpokePokedexEntry: ; 0x1b85d3 - db "DOPEY@" ; species name - dw 311, 790 ; height, width - - db "It is always so" - next "absent-minded that" - next "it won't react," - page "even if its" - next "flavorful tail is" - next "bitten.@" -; 0x1b8635 - diff --git a/stats/pokedex/entries/080.asm b/stats/pokedex/entries/080.asm deleted file mode 100644 index 442e3bc27..000000000 --- a/stats/pokedex/entries/080.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SlowbroPokedexEntry: ; 0x1b8635 - db "HERMITCRAB@" ; species name - dw 503, 1730 ; height, width - - db "An attached" - next "SHELLDER won't let" - next "go because of the" - page "tasty flavor that" - next "oozes out of its" - next "tail.@" -; 0x1b869d - diff --git a/stats/pokedex/entries/081.asm b/stats/pokedex/entries/081.asm deleted file mode 100644 index 13f27ee29..000000000 --- a/stats/pokedex/entries/081.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MagnemitePokedexEntry: ; 0x1b869d - db "MAGNET@" ; species name - dw 100, 130 ; height, width - - db "The electricity" - next "emitted by the" - next "units on each side" - page "of its body cause" - next "it to become a" - next "strong magnet.@" -; 0x1b870a - diff --git a/stats/pokedex/entries/082.asm b/stats/pokedex/entries/082.asm deleted file mode 100644 index 2a769478c..000000000 --- a/stats/pokedex/entries/082.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MagnetonPokedexEntry: ; 0x1b870a - db "MAGNET@" ; species name - dw 303, 1320 ; height, width - - db "When many" - next "MAGNETON gather" - next "together, the" - page "resulting magnetic" - next "storm disrupts" - next "radio waves.@" -; 0x1b876c - diff --git a/stats/pokedex/entries/083.asm b/stats/pokedex/entries/083.asm deleted file mode 100644 index e380d0799..000000000 --- a/stats/pokedex/entries/083.asm +++ /dev/null @@ -1,12 +0,0 @@ -; FarfetchDPokedexEntry: ; 0x1b876c - db "WILD DUCK@" ; species name - dw 207, 330 ; height, width - - db "In order to pre-" - next "vent their" - next "extinction, more" - page "people have made" - next "an effort to breed" - next "these #MON.@" -; 0x1b87d7 - diff --git a/stats/pokedex/entries/084.asm b/stats/pokedex/entries/084.asm deleted file mode 100644 index c9e476a97..000000000 --- a/stats/pokedex/entries/084.asm +++ /dev/null @@ -1,12 +0,0 @@ -; DoduoPokedexEntry: ; 0x1b87d7 - db "TWIN BIRD@" ; species name - dw 407, 860 ; height, width - - db "It lives on a" - next "grassy plain where" - next "it can see a long" - page "way. If it sees an" - next "enemy, it runs" - next "away at 60 mph.@" -; 0x1b884a - diff --git a/stats/pokedex/entries/085.asm b/stats/pokedex/entries/085.asm deleted file mode 100644 index 44a159c8f..000000000 --- a/stats/pokedex/entries/085.asm +++ /dev/null @@ -1,12 +0,0 @@ -; DodrioPokedexEntry: ; 0x1b884a - db "TRIPLEBIRD@" ; species name - dw 511, 1880 ; height, width - - db "An enemy that" - next "takes its eyes off" - next "any of the three" - page "heads--even for a" - next "second--will get" - next "pecked severely.@" -; 0x1b88bf - diff --git a/stats/pokedex/entries/086.asm b/stats/pokedex/entries/086.asm deleted file mode 100644 index 08fb67d40..000000000 --- a/stats/pokedex/entries/086.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SeelPokedexEntry: ; 0x1b88bf - db "SEA LION@" ; species name - dw 307, 1980 ; height, width - - db "The light blue fur" - next "that covers it" - next "keeps it protected" - page "against the cold." - next "It loves iceberg-" - next "filled oceans.@" -; 0x1b8934 - diff --git a/stats/pokedex/entries/087.asm b/stats/pokedex/entries/087.asm deleted file mode 100644 index 8cd936c57..000000000 --- a/stats/pokedex/entries/087.asm +++ /dev/null @@ -1,12 +0,0 @@ -; DewgongPokedexEntry: ; 0x1b8934 - db "SEA LION@" ; species name - dw 507, 2650 ; height, width - - db "It sleeps under" - next "shallow ocean" - next "waters during the" - page "day, then looks" - next "for food at night" - next "when it's cold.@" -; 0x1b89a2 - diff --git a/stats/pokedex/entries/088.asm b/stats/pokedex/entries/088.asm deleted file mode 100644 index be9673224..000000000 --- a/stats/pokedex/entries/088.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GrimerPokedexEntry: ; 0x1b89a2 - db "SLUDGE@" ; species name - dw 211, 660 ; height, width - - db "When two of these" - next "#MON's bodies" - next "are combined" - page "together, new" - next "poisons are" - next "created.@" -; 0x1b89fc - diff --git a/stats/pokedex/entries/089.asm b/stats/pokedex/entries/089.asm deleted file mode 100644 index ee2656dd0..000000000 --- a/stats/pokedex/entries/089.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MukPokedexEntry: ; 0x1b89fc - db "SLUDGE@" ; species name - dw 311, 660 ; height, width - - db "As it moves, a" - next "very strong poison" - next "leaks from it," - page "making the ground" - next "there barren for" - next "three years.@" -; 0x1b8a68 - diff --git a/stats/pokedex/entries/090.asm b/stats/pokedex/entries/090.asm deleted file mode 100644 index d573cae91..000000000 --- a/stats/pokedex/entries/090.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ShellderPokedexEntry: ; 0x1b8a68 - db "BIVALVE@" ; species name - dw 100, 90 ; height, width - - db "Clamping on to an" - next "opponent reveals" - next "its vulnerable" - page "parts, so it uses" - next "this move only as" - next "a last resort.@" -; 0x1b8ad9 - diff --git a/stats/pokedex/entries/091.asm b/stats/pokedex/entries/091.asm deleted file mode 100644 index 7e6c21ddd..000000000 --- a/stats/pokedex/entries/091.asm +++ /dev/null @@ -1,12 +0,0 @@ -; CloysterPokedexEntry: ; 0x1b8ad9 - db "BIVALVE@" ; species name - dw 411, 2920 ; height, width - - db "Even a missile" - next "can't break the" - next "spikes it uses to" - page "stab opponents." - next "They're even hard-" - next "er than its shell.@" -; 0x1b8b4a - diff --git a/stats/pokedex/entries/092.asm b/stats/pokedex/entries/092.asm deleted file mode 100644 index 74f9a655b..000000000 --- a/stats/pokedex/entries/092.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GastlyPokedexEntry: ; 0x1b8b4a - db "GAS@" ; species name - dw 403, 2 ; height, width - - db "It wraps its op-" - next "ponent in its gas-" - next "like body, slowly" - page "weakening its prey" - next "by poisoning it" - next "through the skin.@" -; 0x1b8bbd - diff --git a/stats/pokedex/entries/093.asm b/stats/pokedex/entries/093.asm deleted file mode 100644 index ef1ff419a..000000000 --- a/stats/pokedex/entries/093.asm +++ /dev/null @@ -1,12 +0,0 @@ -; HaunterPokedexEntry: ; 0x1b8bbd - db "GAS@" ; species name - dw 503, 2 ; height, width - - db "It hides in the" - next "dark, planning to" - next "take the life of" - page "the next living" - next "thing that wanders" - next "close by.@" -; 0x1b8c25 - diff --git a/stats/pokedex/entries/094.asm b/stats/pokedex/entries/094.asm deleted file mode 100644 index 9f374edd6..000000000 --- a/stats/pokedex/entries/094.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GengarPokedexEntry: ; 0x1b8c25 - db "SHADOW@" ; species name - dw 411, 890 ; height, width - - db "Hiding in people's" - next "shadows at night," - next "it absorbs their" - page "heat. The chill it" - next "causes makes the" - next "victims shake.@" -; 0x1b8c98 - diff --git a/stats/pokedex/entries/095.asm b/stats/pokedex/entries/095.asm deleted file mode 100644 index bf036c445..000000000 --- a/stats/pokedex/entries/095.asm +++ /dev/null @@ -1,12 +0,0 @@ -; OnixPokedexEntry: ; 0x1b8c98 - db "ROCK SNAKE@" ; species name - dw 2810, 4630 ; height, width - - db "As it digs through" - next "the ground, it" - next "absorbs many hard" - page "objects. This is" - next "what makes its" - next "body so solid.@" -; 0x1b8d0a - diff --git a/stats/pokedex/entries/096.asm b/stats/pokedex/entries/096.asm deleted file mode 100644 index 1ee6646b9..000000000 --- a/stats/pokedex/entries/096.asm +++ /dev/null @@ -1,12 +0,0 @@ -; DrowzeePokedexEntry: ; 0x1b8d0a - db "HYPNOSIS@" ; species name - dw 303, 710 ; height, width - - db "When it twitches" - next "its nose, it can" - next "tell where someone" - page "is sleeping and" - next "what that person" - next "is dreaming about.@" -; 0x1b8d80 - diff --git a/stats/pokedex/entries/097.asm b/stats/pokedex/entries/097.asm deleted file mode 100644 index ddc6a71fa..000000000 --- a/stats/pokedex/entries/097.asm +++ /dev/null @@ -1,12 +0,0 @@ -; HypnoPokedexEntry: ; 0x1b8d80 - db "HYPNOSIS@" ; species name - dw 503, 1670 ; height, width - - db "The longer it" - next "swings its" - next "pendulum, the" - page "longer the effects" - next "of its hypnosis" - next "last.@" -; 0x1b8ddd - diff --git a/stats/pokedex/entries/098.asm b/stats/pokedex/entries/098.asm deleted file mode 100644 index 85e6f8c3d..000000000 --- a/stats/pokedex/entries/098.asm +++ /dev/null @@ -1,12 +0,0 @@ -; KrabbyPokedexEntry: ; 0x1b8ddd - db "RIVER CRAB@" ; species name - dw 104, 140 ; height, width - - db "If it is unable" - next "to find food, it" - next "will absorb" - page "nutrients by" - next "swallowing a" - next "mouthful of sand.@" -; 0x1b8e45 - diff --git a/stats/pokedex/entries/099.asm b/stats/pokedex/entries/099.asm deleted file mode 100644 index e558dcdb4..000000000 --- a/stats/pokedex/entries/099.asm +++ /dev/null @@ -1,12 +0,0 @@ -; KinglerPokedexEntry: ; 0x1b8e45 - db "PINCER@" ; species name - dw 403, 1320 ; height, width - - db "Its oversized claw" - next "is very powerful," - next "but when it's not" - page "in battle, the" - next "claw just gets in" - next "the way.@" -; 0x1b8eb0 - diff --git a/stats/pokedex/entries/100.asm b/stats/pokedex/entries/100.asm deleted file mode 100644 index 99d351a39..000000000 --- a/stats/pokedex/entries/100.asm +++ /dev/null @@ -1,12 +0,0 @@ -; VoltorbPokedexEntry: ; 0x1b8eb0 - db "BALL@" ; species name - dw 108, 230 ; height, width - - db "During the study" - next "of this #MON," - next "it was discovered" - page "that its compo-" - next "nents are not" - next "found in nature.@" -; 0x1b8f19 - diff --git a/stats/pokedex/entries/101.asm b/stats/pokedex/entries/101.asm deleted file mode 100644 index 4c093460e..000000000 --- a/stats/pokedex/entries/101.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ElectrodePokedexEntry: ; 0x1b8f19 - db "BALL@" ; species name - dw 311, 1470 ; height, width - - db "The more energy it" - next "charges up, the" - next "faster it gets." - page "But this also" - next "makes it more" - next "likely to explode.@" -; 0x1b8f84 - diff --git a/stats/pokedex/entries/102.asm b/stats/pokedex/entries/102.asm deleted file mode 100644 index 853c52de5..000000000 --- a/stats/pokedex/entries/102.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ExeggcutePokedexEntry: ; 0x1b8f84 - db "EGG@" ; species name - dw 104, 60 ; height, width - - db "If even one is" - next "separated from the" - next "group, the energy" - page "bond between the" - next "six will make them" - next "rejoin instantly.@" -; 0x1b8ff6 - diff --git a/stats/pokedex/entries/103.asm b/stats/pokedex/entries/103.asm deleted file mode 100644 index 6fc78c00c..000000000 --- a/stats/pokedex/entries/103.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ExeggutorPokedexEntry: ; 0x1b8ff6 - db "COCONUT@" ; species name - dw 607, 2650 ; height, width - - db "Living in a good" - next "environment makes" - next "it grow lots of" - page "heads. A head that" - next "drops off becomes" - next "an EXEGGCUTE.@" -; 0x1b9068 - diff --git a/stats/pokedex/entries/104.asm b/stats/pokedex/entries/104.asm deleted file mode 100644 index 3288d8117..000000000 --- a/stats/pokedex/entries/104.asm +++ /dev/null @@ -1,12 +0,0 @@ -; CubonePokedexEntry: ; 0x1b9068 - db "LONELY@" ; species name - dw 104, 140 ; height, width - - db "It lost its mother" - next "after its birth." - next "It wears its" - page "mother's skull," - next "never revealing" - next "its true face.@" -; 0x1b90d2 - diff --git a/stats/pokedex/entries/105.asm b/stats/pokedex/entries/105.asm deleted file mode 100644 index cd987271e..000000000 --- a/stats/pokedex/entries/105.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MarowakPokedexEntry: ; 0x1b90d2 - db "BONEKEEPER@" ; species name - dw 303, 990 ; height, width - - db "Somewhere in the" - next "world is a ceme-" - next "tery just for" - page "MAROWAK. It gets" - next "its bones from" - next "those graves.@" -; 0x1b913f - diff --git a/stats/pokedex/entries/106.asm b/stats/pokedex/entries/106.asm deleted file mode 100644 index edbce8213..000000000 --- a/stats/pokedex/entries/106.asm +++ /dev/null @@ -1,12 +0,0 @@ -; HitmonleePokedexEntry: ; 0x1b913f - db "KICKING@" ; species name - dw 411, 1100 ; height, width - - db "It is also called" - next "the Kick Master." - next "It uses its" - page "elastic legs to" - next "execute every" - next "known kick.@" -; 0x1b91a4 - diff --git a/stats/pokedex/entries/107.asm b/stats/pokedex/entries/107.asm deleted file mode 100644 index 93abedee0..000000000 --- a/stats/pokedex/entries/107.asm +++ /dev/null @@ -1,12 +0,0 @@ -; HitmonchanPokedexEntry: ; 0x1b91a4 - db "PUNCHING@" ; species name - dw 407, 1110 ; height, width - - db "To increase the" - next "strength of all" - next "its punch moves," - page "it spins its arms" - next "just before making" - next "contact.@" -; 0x1b9210 - diff --git a/stats/pokedex/entries/108.asm b/stats/pokedex/entries/108.asm deleted file mode 100644 index 8ba734493..000000000 --- a/stats/pokedex/entries/108.asm +++ /dev/null @@ -1,12 +0,0 @@ -; LickitungPokedexEntry: ; 0x1b9210 - db "LICKING@" ; species name - dw 311, 1440 ; height, width - - db "It has a tongue" - next "that is over 6'6''" - next "long. It uses this" - page "long tongue to" - next "lick its body" - next "clean.@" -; 0x1b9276 - diff --git a/stats/pokedex/entries/109.asm b/stats/pokedex/entries/109.asm deleted file mode 100644 index f12f8b948..000000000 --- a/stats/pokedex/entries/109.asm +++ /dev/null @@ -1,12 +0,0 @@ -; KoffingPokedexEntry: ; 0x1b9276 - db "POISON GAS@" ; species name - dw 200, 20 ; height, width - - db "If one gets close" - next "enough to it when" - next "it expels poison-" - page "ous gas, the gas" - next "swirling inside it" - next "can be seen.@" -; 0x1b92ec - diff --git a/stats/pokedex/entries/110.asm b/stats/pokedex/entries/110.asm deleted file mode 100644 index 2536b4377..000000000 --- a/stats/pokedex/entries/110.asm +++ /dev/null @@ -1,12 +0,0 @@ -; WeezingPokedexEntry: ; 0x1b92ec - db "POISON GAS@" ; species name - dw 311, 210 ; height, width - - db "When it inhales" - next "poisonous gases" - next "from garbage, its" - page "body expands, and" - next "its insides smell" - next "much worse.@" -; 0x1b935d - diff --git a/stats/pokedex/entries/111.asm b/stats/pokedex/entries/111.asm deleted file mode 100644 index 77e1ecc82..000000000 --- a/stats/pokedex/entries/111.asm +++ /dev/null @@ -1,12 +0,0 @@ -; RhyhornPokedexEntry: ; 0x1b935d - db "SPIKES@" ; species name - dw 303, 2540 ; height, width - - db "It can remember" - next "only one thing at" - next "a time. Once it" - page "starts rushing, it" - next "forgets why it" - next "started.@" -; 0x1b93c5 - diff --git a/stats/pokedex/entries/112.asm b/stats/pokedex/entries/112.asm deleted file mode 100644 index 93fc1c806..000000000 --- a/stats/pokedex/entries/112.asm +++ /dev/null @@ -1,12 +0,0 @@ -; RhydonPokedexEntry: ; 0x1b93c5 - db "DRILL@" ; species name - dw 603, 2650 ; height, width - - db "By lightly spin-" - next "ning its drill-" - next "like horn, it can" - page "easily shatter" - next "even a diamond in" - next "the rough.@" -; 0x1b942e - diff --git a/stats/pokedex/entries/113.asm b/stats/pokedex/entries/113.asm deleted file mode 100644 index a6774dcf9..000000000 --- a/stats/pokedex/entries/113.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ChanseyPokedexEntry: ; 0x1b942e - db "EGG@" ; species name - dw 307, 760 ; height, width - - db "People try to" - next "catch it for its" - next "extremely" - page "nutritious eggs," - next "but it rarely can" - next "be found.@" -; 0x1b948c - diff --git a/stats/pokedex/entries/114.asm b/stats/pokedex/entries/114.asm deleted file mode 100644 index f2cee4ef8..000000000 --- a/stats/pokedex/entries/114.asm +++ /dev/null @@ -1,12 +0,0 @@ -; TangelaPokedexEntry: ; 0x1b948c - db "VINE@" ; species name - dw 303, 770 ; height, width - - db "During battle, it" - next "constantly moves" - next "the vines that" - page "cover its body in" - next "order to annoy its" - next "opponent.@" -; 0x1b94f6 - diff --git a/stats/pokedex/entries/115.asm b/stats/pokedex/entries/115.asm deleted file mode 100644 index aa64e86dd..000000000 --- a/stats/pokedex/entries/115.asm +++ /dev/null @@ -1,12 +0,0 @@ -; KangaskhanPokedexEntry: ; 0x1b94f6 - db "PARENT@" ; species name - dw 703, 1760 ; height, width - - db "To avoid" - next "crushing the" - next "baby it carries in" - page "its pouch, it" - next "always sleeps" - next "standing up.@" -; 0x1b9553 - diff --git a/stats/pokedex/entries/116.asm b/stats/pokedex/entries/116.asm deleted file mode 100644 index 32398b4e8..000000000 --- a/stats/pokedex/entries/116.asm +++ /dev/null @@ -1,12 +0,0 @@ -; HorseaPokedexEntry: ; 0x1b9553 - db "DRAGON@" ; species name - dw 104, 180 ; height, width - - db "When they're in a" - next "safe location," - next "they can be seen" - page "playfully tangling" - next "their tails" - next "together.@" -; 0x1b95b8 - diff --git a/stats/pokedex/entries/117.asm b/stats/pokedex/entries/117.asm deleted file mode 100644 index 6b24c13f0..000000000 --- a/stats/pokedex/entries/117.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SeadraPokedexEntry: ; 0x1b95b8 - db "DRAGON@" ; species name - dw 311, 550 ; height, width - - db "The male raises" - next "the young. If it" - next "is approached, it" - page "uses its toxic" - next "spikes to fend off" - next "the intruder.@" -; 0x1b9626 - diff --git a/stats/pokedex/entries/118.asm b/stats/pokedex/entries/118.asm deleted file mode 100644 index bae8e00cf..000000000 --- a/stats/pokedex/entries/118.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GoldeenPokedexEntry: ; 0x1b9626 - db "GOLDFISH@" ; species name - dw 200, 330 ; height, width - - db "During spawning" - next "season, they swim" - next "gracefully in the" - page "water, searching" - next "for their perfect" - next "mate.@" -; 0x1b9690 - diff --git a/stats/pokedex/entries/119.asm b/stats/pokedex/entries/119.asm deleted file mode 100644 index ecb96c86b..000000000 --- a/stats/pokedex/entries/119.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SeakingPokedexEntry: ; 0x1b9690 - db "GOLDFISH@" ; species name - dw 403, 860 ; height, width - - db "When autumn comes," - next "the males patrol" - next "the area around" - page "their nests in" - next "order to protect" - next "their offspring.@" -; 0x1b9702 - diff --git a/stats/pokedex/entries/120.asm b/stats/pokedex/entries/120.asm deleted file mode 100644 index d2bfe22dd..000000000 --- a/stats/pokedex/entries/120.asm +++ /dev/null @@ -1,12 +0,0 @@ -; StaryuPokedexEntry: ; 0x1b9702 - db "STARSHAPE@" ; species name - dw 207, 760 ; height, width - - db "When the stars" - next "twinkle at night," - next "it floats up from" - page "the sea floor, and" - next "its body's center" - next "core flickers.@" -; 0x1b9776 - diff --git a/stats/pokedex/entries/121.asm b/stats/pokedex/entries/121.asm deleted file mode 100644 index 4ae383bbd..000000000 --- a/stats/pokedex/entries/121.asm +++ /dev/null @@ -1,12 +0,0 @@ -; StarmiePokedexEntry: ; 0x1b9776 - db "MYSTERIOUS@" ; species name - dw 307, 1760 ; height, width - - db "It is said that it" - next "uses the seven-" - next "colored core of" - page "its body to send" - next "electric waves" - next "into outer space.@" -; 0x1b97ea - diff --git a/stats/pokedex/entries/122.asm b/stats/pokedex/entries/122.asm deleted file mode 100644 index f9d84ec16..000000000 --- a/stats/pokedex/entries/122.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MrMimePokedexEntry: ; 0x1b97ea - db "BARRIER@" ; species name - dw 403, 1200 ; height, width - - db "It uses the" - next "mysterious" - next "power it has in" - page "its fingers to" - next "solidify air into" - next "an invisible wall.@" -; 0x1b9851 - diff --git a/stats/pokedex/entries/123.asm b/stats/pokedex/entries/123.asm deleted file mode 100644 index e7a67ca0b..000000000 --- a/stats/pokedex/entries/123.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ScytherPokedexEntry: ; 0x1b9851 - db "MANTIS@" ; species name - dw 411, 1230 ; height, width - - db "It's very proud of" - next "its speed. It" - next "moves so fast that" - page "its opponent does" - next "not even know what" - next "knocked it down.@" -; 0x1b98c5 - diff --git a/stats/pokedex/entries/124.asm b/stats/pokedex/entries/124.asm deleted file mode 100644 index da3997c69..000000000 --- a/stats/pokedex/entries/124.asm +++ /dev/null @@ -1,12 +0,0 @@ -; JynxPokedexEntry: ; 0x1b98c5 - db "HUMANSHAPE@" ; species name - dw 407, 900 ; height, width - - db "It has several" - next "different cry pat-" - next "terns, each of" - page "which seems to" - next "have its own" - next "meaning.@" -; 0x1b992a - diff --git a/stats/pokedex/entries/125.asm b/stats/pokedex/entries/125.asm deleted file mode 100644 index 239258364..000000000 --- a/stats/pokedex/entries/125.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ElectabuzzPokedexEntry: ; 0x1b992a - db "ELECTRIC@" ; species name - dw 307, 660 ; height, width - - db "When two" - next "ELECTABUZZ touch," - next "they control the" - page "electric currents" - next "to communicate" - next "their feelings.@" -; 0x1b9994 - diff --git a/stats/pokedex/entries/126.asm b/stats/pokedex/entries/126.asm deleted file mode 100644 index 2930a5a13..000000000 --- a/stats/pokedex/entries/126.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MagmarPokedexEntry: ; 0x1b9994 - db "SPITFIRE@" ; species name - dw 403, 980 ; height, width - - db "It moves more" - next "frequently in hot" - next "areas. It can heal" - page "itself by dipping" - next "its wound into" - next "lava.@" -; 0x1b99fb - diff --git a/stats/pokedex/entries/127.asm b/stats/pokedex/entries/127.asm deleted file mode 100644 index 760abaaf9..000000000 --- a/stats/pokedex/entries/127.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PinsirPokedexEntry: ; 0x1b99fb - db "STAGBEETLE@" ; species name - dw 411, 1210 ; height, width - - db "When the tempera-" - next "ture drops at" - next "night, it sleeps" - page "on treetops or" - next "among roots where" - next "it is well hidden.@" -; 0x1b9a6f - diff --git a/stats/pokedex/entries/128.asm b/stats/pokedex/entries/128.asm deleted file mode 100644 index 3c1f59f40..000000000 --- a/stats/pokedex/entries/128.asm +++ /dev/null @@ -1,12 +0,0 @@ -; TaurosPokedexEntry: ; 0x1b9a6f - db "WILD BULL@" ; species name - dw 407, 1950 ; height, width - - db "These violent" - next "#MON fight" - next "with other mem-" - page "bers of their herd" - next "in order to prove" - next "their strength.@" -; 0x1b9adb - diff --git a/stats/pokedex/entries/129.asm b/stats/pokedex/entries/129.asm deleted file mode 100644 index ad79a2811..000000000 --- a/stats/pokedex/entries/129.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MagikarpPokedexEntry: ; 0x1cc000 - db "FISH@" ; species name - dw 211, 220 ; height, width - - db "This weak and" - next "pathetic #MON" - next "gets easily pushed" - page "along rivers when" - next "there are strong" - next "currents.@" -; 0x1cc065 - diff --git a/stats/pokedex/entries/130.asm b/stats/pokedex/entries/130.asm deleted file mode 100644 index 3cdd1b851..000000000 --- a/stats/pokedex/entries/130.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GyaradosPokedexEntry: ; 0x1cc065 - db "ATROCIOUS@" ; species name - dw 2104, 5180 ; height, width - - db "It appears when-" - next "ever there is" - next "world conflict," - page "burning down any" - next "place it travels" - next "through.@" -; 0x1cc0cd - diff --git a/stats/pokedex/entries/131.asm b/stats/pokedex/entries/131.asm deleted file mode 100644 index c1d5fe035..000000000 --- a/stats/pokedex/entries/131.asm +++ /dev/null @@ -1,12 +0,0 @@ -; LaprasPokedexEntry: ; 0x1cc0cd - db "TRANSPORT@" ; species name - dw 802, 4850 ; height, width - - db "This gentle" - next "#MON loves to" - next "give people rides" - page "and provides a ve-" - next "ry comfortable way" - next "to get around.@" -; 0x1cc13c - diff --git a/stats/pokedex/entries/132.asm b/stats/pokedex/entries/132.asm deleted file mode 100644 index 587334848..000000000 --- a/stats/pokedex/entries/132.asm +++ /dev/null @@ -1,12 +0,0 @@ -; DittoPokedexEntry: ; 0x1cc13c - db "TRANSFORM@" ; species name - dw 100, 90 ; height, width - - db "When it encount-" - next "ers another DITTO," - next "it will move" - page "faster than normal" - next "to duplicate that" - next "opponent exactly.@" -; 0x1cc1b2 - diff --git a/stats/pokedex/entries/133.asm b/stats/pokedex/entries/133.asm deleted file mode 100644 index 2b055a7d0..000000000 --- a/stats/pokedex/entries/133.asm +++ /dev/null @@ -1,12 +0,0 @@ -; EeveePokedexEntry: ; 0x1cc1b2 - db "EVOLUTION@" ; species name - dw 100, 140 ; height, width - - db "Its ability to" - next "evolve into many" - next "forms allows it to" - page "adapt smoothly" - next "and perfectly to" - next "any environment.@" -; 0x1cc224 - diff --git a/stats/pokedex/entries/134.asm b/stats/pokedex/entries/134.asm deleted file mode 100644 index 2db4ca0d9..000000000 --- a/stats/pokedex/entries/134.asm +++ /dev/null @@ -1,12 +0,0 @@ -; VaporeonPokedexEntry: ; 0x1cc224 - db "BUBBLE JET@" ; species name - dw 303, 640 ; height, width - - db "As it uses the" - next "fins on the tip" - next "of its tail to" - page "swim, it blends" - next "with the water" - next "perfectly.@" -; 0x1cc28b - diff --git a/stats/pokedex/entries/135.asm b/stats/pokedex/entries/135.asm deleted file mode 100644 index 0d37fccd7..000000000 --- a/stats/pokedex/entries/135.asm +++ /dev/null @@ -1,12 +0,0 @@ -; JolteonPokedexEntry: ; 0x1cc28b - db "LIGHTNING@" ; species name - dw 207, 540 ; height, width - - db "The negatively" - next "charged ions" - next "generated in its" - page "fur create a" - next "constant sparking" - next "noise.@" -; 0x1cc2ec - diff --git a/stats/pokedex/entries/136.asm b/stats/pokedex/entries/136.asm deleted file mode 100644 index c03bf0cf6..000000000 --- a/stats/pokedex/entries/136.asm +++ /dev/null @@ -1,12 +0,0 @@ -; FlareonPokedexEntry: ; 0x1cc2ec - db "FLAME@" ; species name - dw 211, 550 ; height, width - - db "Once it has stored" - next "up enough heat," - next "this #MON's" - page "body temperature" - next "can reach up to" - next "1700 degrees.@" -; 0x1cc353 - diff --git a/stats/pokedex/entries/137.asm b/stats/pokedex/entries/137.asm deleted file mode 100644 index 31cf31698..000000000 --- a/stats/pokedex/entries/137.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PorygonPokedexEntry: ; 0x1cc353 - db "VIRTUAL@" ; species name - dw 207, 800 ; height, width - - db "An artificial" - next "#MON created" - next "due to extensive" - page "research, it can" - next "perform only what" - next "is in its program.@" -; 0x1cc3c1 - diff --git a/stats/pokedex/entries/138.asm b/stats/pokedex/entries/138.asm deleted file mode 100644 index e221bc453..000000000 --- a/stats/pokedex/entries/138.asm +++ /dev/null @@ -1,12 +0,0 @@ -; OmanytePokedexEntry: ; 0x1cc3c1 - db "SPIRAL@" ; species name - dw 104, 170 ; height, width - - db "In prehistoric" - next "times, it swam on" - next "the sea floor," - page "eating plankton." - next "Its fossils are" - next "sometimes found.@" -; 0x1cc42e - diff --git a/stats/pokedex/entries/139.asm b/stats/pokedex/entries/139.asm deleted file mode 100644 index 90d148b3a..000000000 --- a/stats/pokedex/entries/139.asm +++ /dev/null @@ -1,12 +0,0 @@ -; OmastarPokedexEntry: ; 0x1cc42e - db "SPIRAL@" ; species name - dw 303, 770 ; height, width - - db "Its heavy shell" - next "allowed it to" - next "reach only nearby" - page "food. This could" - next "be the reason it" - next "is extinct.@" -; 0x1cc497 - diff --git a/stats/pokedex/entries/140.asm b/stats/pokedex/entries/140.asm deleted file mode 100644 index 31a342303..000000000 --- a/stats/pokedex/entries/140.asm +++ /dev/null @@ -1,12 +0,0 @@ -; KabutoPokedexEntry: ; 0x1cc497 - db "SHELLFISH@" ; species name - dw 108, 250 ; height, width - - db "Three hundred" - next "million years ago," - next "it hid on the sea" - page "floor. It also has" - next "eyes on its back" - next "that glow.@" -; 0x1cc507 - diff --git a/stats/pokedex/entries/141.asm b/stats/pokedex/entries/141.asm deleted file mode 100644 index bdce32657..000000000 --- a/stats/pokedex/entries/141.asm +++ /dev/null @@ -1,12 +0,0 @@ -; KabutopsPokedexEntry: ; 0x1cc507 - db "SHELLFISH@" ; species name - dw 403, 890 ; height, width - - db "It was able to" - next "swim quickly thro-" - next "ugh the water by" - page "compactly folding" - next "up its razor-sharp" - next "sickles.@" -; 0x1cc576 - diff --git a/stats/pokedex/entries/142.asm b/stats/pokedex/entries/142.asm deleted file mode 100644 index d47b508a6..000000000 --- a/stats/pokedex/entries/142.asm +++ /dev/null @@ -1,12 +0,0 @@ -; AerodactylPokedexEntry: ; 0x1cc576 - db "FOSSIL@" ; species name - dw 511, 1300 ; height, width - - db "In prehistoric" - next "times, this" - next "#MON flew" - page "freely and" - next "fearlessly through" - next "the skies.@" -; 0x1cc5cf - diff --git a/stats/pokedex/entries/143.asm b/stats/pokedex/entries/143.asm deleted file mode 100644 index b58089efc..000000000 --- a/stats/pokedex/entries/143.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SnorlaxPokedexEntry: ; 0x1cc5cf - db "SLEEPING@" ; species name - dw 611, 10140 ; height, width - - db "This #MON's" - next "stomach is so" - next "strong, even" - page "eating moldy or" - next "rotten food will" - next "not affect it.@" -; 0x1cc632 - diff --git a/stats/pokedex/entries/144.asm b/stats/pokedex/entries/144.asm deleted file mode 100644 index c705e912e..000000000 --- a/stats/pokedex/entries/144.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ArticunoPokedexEntry: ; 0x1cc632 - db "FREEZE@" ; species name - dw 507, 1220 ; height, width - - db "Legendary bird" - next "#MON. As it" - next "flies through the" - page "sky, it cools the" - next "air, causing snow" - next "to fall.@" -; 0x1cc697 - diff --git a/stats/pokedex/entries/145.asm b/stats/pokedex/entries/145.asm deleted file mode 100644 index b0e012c29..000000000 --- a/stats/pokedex/entries/145.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ZapdosPokedexEntry: ; 0x1cc697 - db "ELECTRIC@" ; species name - dw 503, 1160 ; height, width - - db "Legendary bird" - next "#MON. They say" - next "lightning caused" - page "by the flapping of" - next "its wings causes" - next "summer storms.@" -; 0x1cc706 - diff --git a/stats/pokedex/entries/146.asm b/stats/pokedex/entries/146.asm deleted file mode 100644 index 7a314baf1..000000000 --- a/stats/pokedex/entries/146.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MoltresPokedexEntry: ; 0x1cc706 - db "FLAME@" ; species name - dw 607, 1320 ; height, width - - db "Legendary bird" - next "#MON. It is" - next "said to migrate" - page "from the south" - next "along with the" - next "spring.@" -; 0x1cc761 - diff --git a/stats/pokedex/entries/147.asm b/stats/pokedex/entries/147.asm deleted file mode 100644 index 2763ed608..000000000 --- a/stats/pokedex/entries/147.asm +++ /dev/null @@ -1,12 +0,0 @@ -; DratiniPokedexEntry: ; 0x1cc761 - db "DRAGON@" ; species name - dw 511, 70 ; height, width - - db "It sheds many lay-" - next "ers of skin as it" - next "grows larger. Dur-" - page "ing this process," - next "it is protected by" - next "a rapid waterfall.@" -; 0x1cc7dc - diff --git a/stats/pokedex/entries/148.asm b/stats/pokedex/entries/148.asm deleted file mode 100644 index 2bb507f88..000000000 --- a/stats/pokedex/entries/148.asm +++ /dev/null @@ -1,12 +0,0 @@ -; DragonairPokedexEntry: ; 0x1cc7dc - db "DRAGON@" ; species name - dw 1301, 360 ; height, width - - db "It is called the" - next "divine #MON." - next "When its entire" - page "body brightens" - next "slightly, the" - next "weather changes.@" -; 0x1cc843 - diff --git a/stats/pokedex/entries/149.asm b/stats/pokedex/entries/149.asm deleted file mode 100644 index 1ddfab146..000000000 --- a/stats/pokedex/entries/149.asm +++ /dev/null @@ -1,12 +0,0 @@ -; DragonitePokedexEntry: ; 0x1cc843 - db "DRAGON@" ; species name - dw 703, 4630 ; height, width - - db "It is said that" - next "somewhere in the" - next "ocean lies an" - page "island where these" - next "gather. Only they" - next "live there.@" -; 0x1cc8ae - diff --git a/stats/pokedex/entries/150.asm b/stats/pokedex/entries/150.asm deleted file mode 100644 index a1e922e05..000000000 --- a/stats/pokedex/entries/150.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MewtwoPokedexEntry: ; 0x1cc8ae - db "GENETIC@" ; species name - dw 607, 2690 ; height, width - - db "Said to rest qui-" - next "etly in an" - next "undiscovered cave," - page "this #MON was" - next "created solely for" - next "battling.@" -; 0x1cc915 - diff --git a/stats/pokedex/entries/151.asm b/stats/pokedex/entries/151.asm deleted file mode 100644 index 1415d07b7..000000000 --- a/stats/pokedex/entries/151.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MewPokedexEntry: ; 0x1cc915 - db "NEW SPECIE@" ; species name - dw 104, 90 ; height, width - - db "Because it can" - next "learn any move," - next "some people began" - page "research to see if" - next "it is the ancestor" - next "of all #MON.@" -; 0x1cc988 - diff --git a/stats/pokedex/entries/152.asm b/stats/pokedex/entries/152.asm deleted file mode 100644 index a7d279643..000000000 --- a/stats/pokedex/entries/152.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ChikoritaPokedexEntry: ; 0x1cc988 - db "LEAF@" ; species name - dw 211, 140 ; height, width - - db "It loves to bask" - next "in the sunlight." - next "It uses the leaf" - page "on its head to" - next "seek out warm" - next "places.@" -; 0x1cc9e9 - diff --git a/stats/pokedex/entries/153.asm b/stats/pokedex/entries/153.asm deleted file mode 100644 index 22be1337a..000000000 --- a/stats/pokedex/entries/153.asm +++ /dev/null @@ -1,12 +0,0 @@ -; BayleefPokedexEntry: ; 0x1cc9e9 - db "LEAF@" ; species name - dw 311, 350 ; height, width - - db "The scent that" - next "wafts from the" - next "leaves on its neck" - page "causes anyone who" - next "smells it to" - next "become energetic.@" -; 0x1cca54 - diff --git a/stats/pokedex/entries/154.asm b/stats/pokedex/entries/154.asm deleted file mode 100644 index 7144a6b09..000000000 --- a/stats/pokedex/entries/154.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MeganiumPokedexEntry: ; 0x1cca54 - db "HERB@" ; species name - dw 511, 2220 ; height, width - - db "Anyone who stands" - next "beside it becomes" - next "refreshed, just as" - page "if they were" - next "relaxing in a" - next "sunny forest.@" -; 0x1ccabd - diff --git a/stats/pokedex/entries/155.asm b/stats/pokedex/entries/155.asm deleted file mode 100644 index 9a1f7749a..000000000 --- a/stats/pokedex/entries/155.asm +++ /dev/null @@ -1,12 +0,0 @@ -; CyndaquilPokedexEntry: ; 0x1ccabd - db "FIRE MOUSE@" ; species name - dw 108, 170 ; height, width - - db "The fire that" - next "spouts from its" - next "back burns hottest" - page "when it is angry." - next "The flaring flames" - next "intimidate foes.@" -; 0x1ccb33 - diff --git a/stats/pokedex/entries/156.asm b/stats/pokedex/entries/156.asm deleted file mode 100644 index 2840d0c93..000000000 --- a/stats/pokedex/entries/156.asm +++ /dev/null @@ -1,12 +0,0 @@ -; QuilavaPokedexEntry: ; 0x1ccb33 - db "VOLCANO@" ; species name - dw 211, 420 ; height, width - - db "Before battle, it" - next "turns its back on" - next "its opponent to" - page "demonstrate how" - next "ferociously its" - next "fire blazes.@" -; 0x1ccba0 - diff --git a/stats/pokedex/entries/157.asm b/stats/pokedex/entries/157.asm deleted file mode 100644 index b21d62268..000000000 --- a/stats/pokedex/entries/157.asm +++ /dev/null @@ -1,12 +0,0 @@ -; TyphlosionPokedexEntry: ; 0x1ccba0 - db "VOLCANO@" ; species name - dw 507, 1750 ; height, width - - db "When heat from its" - next "body causes the" - next "air around it to" - page "shimmer, this is a" - next "sign that it is" - next "ready to battle.@" -; 0x1ccc14 - diff --git a/stats/pokedex/entries/158.asm b/stats/pokedex/entries/158.asm deleted file mode 100644 index d3f3f97ab..000000000 --- a/stats/pokedex/entries/158.asm +++ /dev/null @@ -1,12 +0,0 @@ -; TotodilePokedexEntry: ; 0x1ccc14 - db "BIG JAW@" ; species name - dw 200, 210 ; height, width - - db "This rough critter" - next "chomps at any" - next "moving object it" - page "sees. Turning your" - next "back on it is not" - next "recommended.@" -; 0x1ccc84 - diff --git a/stats/pokedex/entries/159.asm b/stats/pokedex/entries/159.asm deleted file mode 100644 index d44f99d0e..000000000 --- a/stats/pokedex/entries/159.asm +++ /dev/null @@ -1,12 +0,0 @@ -; CroconawPokedexEntry: ; 0x1ccc84 - db "BIG JAW@" ; species name - dw 307, 550 ; height, width - - db "The tips of its" - next "fangs are slanted" - next "backward. Once" - page "those fangs clamp" - next "down, the prey has" - next "no hope of escape.@" -; 0x1cccf9 - diff --git a/stats/pokedex/entries/160.asm b/stats/pokedex/entries/160.asm deleted file mode 100644 index 31aee2d44..000000000 --- a/stats/pokedex/entries/160.asm +++ /dev/null @@ -1,12 +0,0 @@ -; FeraligatrPokedexEntry: ; 0x1cccf9 - db "BIG JAW@" ; species name - dw 707, 1960 ; height, width - - db "Although it has a" - next "massive body, its" - next "powerful hind legs" - page "enable it to move" - next "quickly, even on" - next "the ground.@" -; 0x1ccd6b - diff --git a/stats/pokedex/entries/161.asm b/stats/pokedex/entries/161.asm deleted file mode 100644 index 991c22baa..000000000 --- a/stats/pokedex/entries/161.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SentretPokedexEntry: ; 0x1ccd6b - db "SCOUT@" ; species name - dw 207, 130 ; height, width - - db "When acting as a" - next "lookout, it warns" - next "others of danger" - page "by screeching and" - next "hitting the ground" - next "with its tail.@" -; 0x1ccddd - diff --git a/stats/pokedex/entries/162.asm b/stats/pokedex/entries/162.asm deleted file mode 100644 index e6e7a0121..000000000 --- a/stats/pokedex/entries/162.asm +++ /dev/null @@ -1,12 +0,0 @@ -; FurretPokedexEntry: ; 0x1ccddd - db "LONG BODY@" ; species name - dw 511, 720 ; height, width - - db "It lives in narrow" - next "burrows that fit" - next "its slim body. The" - page "deeper the nests" - next "go, the more maze-" - next "like they become.@" -; 0x1cce58 - diff --git a/stats/pokedex/entries/163.asm b/stats/pokedex/entries/163.asm deleted file mode 100644 index 0a1841ccf..000000000 --- a/stats/pokedex/entries/163.asm +++ /dev/null @@ -1,12 +0,0 @@ -; HoothootPokedexEntry: ; 0x1cce58 - db "OWL@" ; species name - dw 204, 470 ; height, width - - db "It begins to hoot" - next "at the same time" - next "every day. Some" - page "trainers use them" - next "in place of" - next "clocks.@" -; 0x1cceb9 - diff --git a/stats/pokedex/entries/164.asm b/stats/pokedex/entries/164.asm deleted file mode 100644 index c1828b350..000000000 --- a/stats/pokedex/entries/164.asm +++ /dev/null @@ -1,12 +0,0 @@ -; NoctowlPokedexEntry: ; 0x1cceb9 - db "OWL@" ; species name - dw 503, 900 ; height, width - - db "Its extremely soft" - next "feathers make no" - next "sound in flight." - page "It silently sneaks" - next "up on prey without" - next "being detected.@" -; 0x1ccf2c - diff --git a/stats/pokedex/entries/165.asm b/stats/pokedex/entries/165.asm deleted file mode 100644 index 7abaf54ea..000000000 --- a/stats/pokedex/entries/165.asm +++ /dev/null @@ -1,12 +0,0 @@ -; LedybaPokedexEntry: ; 0x1ccf2c - db "FIVE STAR@" ; species name - dw 303, 240 ; height, width - - db "It is timid and" - next "clusters together" - next "with others. The" - page "fluid secreted by" - next "its feet indicates" - next "its location.@" -; 0x1ccfa0 - diff --git a/stats/pokedex/entries/166.asm b/stats/pokedex/entries/166.asm deleted file mode 100644 index 80284d756..000000000 --- a/stats/pokedex/entries/166.asm +++ /dev/null @@ -1,12 +0,0 @@ -; LedianPokedexEntry: ; 0x1ccfa0 - db "FIVE STAR@" ; species name - dw 407, 780 ; height, width - - db "In the daytime" - next "when it gets warm," - next "it curls up inside" - page "a big leaf and" - next "drifts off into" - next "a deep slumber.@" -; 0x1cd012 - diff --git a/stats/pokedex/entries/167.asm b/stats/pokedex/entries/167.asm deleted file mode 100644 index eecfe3b5d..000000000 --- a/stats/pokedex/entries/167.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SpinarakPokedexEntry: ; 0x1cd012 - db "STRINGSPIT@" ; species name - dw 108, 190 ; height, width - - db "If prey becomes" - next "ensnared in its" - next "nest of spun" - page "string, it waits" - next "motionlessly until" - next "it becomes dark.@" -; 0x1cd083 - diff --git a/stats/pokedex/entries/168.asm b/stats/pokedex/entries/168.asm deleted file mode 100644 index 0318cdf73..000000000 --- a/stats/pokedex/entries/168.asm +++ /dev/null @@ -1,12 +0,0 @@ -; AriadosPokedexEntry: ; 0x1cd083 - db "LONG LEG@" ; species name - dw 307, 740 ; height, width - - db "Rather than mak-" - next "ing a nest in one" - next "specific spot, it" - page "wanders in search" - next "of food after" - next "darkness falls.@" -; 0x1cd0f5 - diff --git a/stats/pokedex/entries/169.asm b/stats/pokedex/entries/169.asm deleted file mode 100644 index d5483e029..000000000 --- a/stats/pokedex/entries/169.asm +++ /dev/null @@ -1,12 +0,0 @@ -; CrobatPokedexEntry: ; 0x1cd0f5 - db "BAT@" ; species name - dw 511, 1650 ; height, width - - db "As a result of its" - next "pursuit of faster," - next "yet more silent" - page "flight, a new set" - next "of wings grew on" - next "its hind legs.@" -; 0x1cd165 - diff --git a/stats/pokedex/entries/170.asm b/stats/pokedex/entries/170.asm deleted file mode 100644 index b3d5344ff..000000000 --- a/stats/pokedex/entries/170.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ChinchouPokedexEntry: ; 0x1cd165 - db "ANGLER@" ; species name - dw 108, 260 ; height, width - - db "Its antennae, whi-" - next "ch evolved from a" - next "fin, have both po-" - page "sitive and neg-" - next "ative charges flo-" - next "wing through them.@" -; 0x1cd1de - diff --git a/stats/pokedex/entries/171.asm b/stats/pokedex/entries/171.asm deleted file mode 100644 index 5ec3afdfc..000000000 --- a/stats/pokedex/entries/171.asm +++ /dev/null @@ -1,12 +0,0 @@ -; LanturnPokedexEntry: ; 0x1cd1de - db "LIGHT@" ; species name - dw 311, 500 ; height, width - - db "This #MON uses" - next "the bright part of" - next "its body, which" - page "changed from a" - next "dorsal fin, to" - next "lure prey.@" -; 0x1cd243 - diff --git a/stats/pokedex/entries/172.asm b/stats/pokedex/entries/172.asm deleted file mode 100644 index 896a40684..000000000 --- a/stats/pokedex/entries/172.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PichuPokedexEntry: ; 0x1cd243 - db "TINY MOUSE@" ; species name - dw 100, 40 ; height, width - - db "It is unskilled at" - next "storing electric" - next "power. Any kind of" - page "shock causes it to" - next "discharge energy" - next "spontaneously.@" -; 0x1cd2bc - diff --git a/stats/pokedex/entries/173.asm b/stats/pokedex/entries/173.asm deleted file mode 100644 index 6b87925cd..000000000 --- a/stats/pokedex/entries/173.asm +++ /dev/null @@ -1,12 +0,0 @@ -; CleffaPokedexEntry: ; 0x1cd2bc - db "STARSHAPE@" ; species name - dw 100, 70 ; height, width - - db "If the impact site" - next "of a meteorite is" - next "found, this" - page "#MON is certain" - next "to be within the" - next "immediate area.@" -; 0x1cd32c - diff --git a/stats/pokedex/entries/174.asm b/stats/pokedex/entries/174.asm deleted file mode 100644 index 683dc2955..000000000 --- a/stats/pokedex/entries/174.asm +++ /dev/null @@ -1,12 +0,0 @@ -; IgglybuffPokedexEntry: ; 0x1cd32c - db "BALLOON@" ; species name - dw 100, 20 ; height, width - - db "Instead of walking" - next "with its short" - next "legs, it moves" - page "around by bouncing" - next "on its soft," - next "tender body.@" -; 0x1cd396 - diff --git a/stats/pokedex/entries/175.asm b/stats/pokedex/entries/175.asm deleted file mode 100644 index 07b139abe..000000000 --- a/stats/pokedex/entries/175.asm +++ /dev/null @@ -1,12 +0,0 @@ -; TogepiPokedexEntry: ; 0x1cd396 - db "SPIKE BALL@" ; species name - dw 100, 30 ; height, width - - db "It is considered" - next "to be a symbol of" - next "good luck. Its" - page "shell is said to" - next "be filled with" - next "happiness.@" -; 0x1cd402 - diff --git a/stats/pokedex/entries/176.asm b/stats/pokedex/entries/176.asm deleted file mode 100644 index 14f02bad0..000000000 --- a/stats/pokedex/entries/176.asm +++ /dev/null @@ -1,12 +0,0 @@ -; TogeticPokedexEntry: ; 0x1cd402 - db "HAPPINESS@" ; species name - dw 200, 70 ; height, width - - db "Although it does" - next "not flap its wings" - next "very much, it can" - page "stay up in the air" - next "as it tags along" - next "after its trainer.@" -; 0x1cd47d - diff --git a/stats/pokedex/entries/177.asm b/stats/pokedex/entries/177.asm deleted file mode 100644 index 7dab8f356..000000000 --- a/stats/pokedex/entries/177.asm +++ /dev/null @@ -1,12 +0,0 @@ -; NatuPokedexEntry: ; 0x1cd47d - db "LITTLE BIRD@" ; species name - dw 8, 40 ; height, width - - db "It is extremely" - next "good at climbing" - next "tree trunks and" - page "likes to eat the" - next "new sprouts on" - next "the trees.@" -; 0x1cd4e9 - diff --git a/stats/pokedex/entries/178.asm b/stats/pokedex/entries/178.asm deleted file mode 100644 index 169efa407..000000000 --- a/stats/pokedex/entries/178.asm +++ /dev/null @@ -1,12 +0,0 @@ -; XatuPokedexEntry: ; 0x1cd4e9 - db "MYSTIC@" ; species name - dw 411, 330 ; height, width - - db "Once it begins to" - next "meditate at sun-" - next "rise, the entire" - page "day will pass" - next "before it will" - next "move again.@" -; 0x1cd551 - diff --git a/stats/pokedex/entries/179.asm b/stats/pokedex/entries/179.asm deleted file mode 100644 index 4c64aff8a..000000000 --- a/stats/pokedex/entries/179.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MareepPokedexEntry: ; 0x1cd551 - db "WOOL@" ; species name - dw 200, 170 ; height, width - - db "It stores lots of" - next "air in its soft" - next "fur, allowing it" - page "to stay cool in" - next "summer and warm" - next "in winter.@" -; 0x1cd5b8 - diff --git a/stats/pokedex/entries/180.asm b/stats/pokedex/entries/180.asm deleted file mode 100644 index d30f7c877..000000000 --- a/stats/pokedex/entries/180.asm +++ /dev/null @@ -1,12 +0,0 @@ -; FlaaffyPokedexEntry: ; 0x1cd5b8 - db "WOOL@" ; species name - dw 207, 290 ; height, width - - db "Because of its" - next "rubbery, electric-" - next "ity-resistant" - page "skin, it can store" - next "lots of electric-" - next "ity in its fur.@" -; 0x1cd626 - diff --git a/stats/pokedex/entries/181.asm b/stats/pokedex/entries/181.asm deleted file mode 100644 index da50c306c..000000000 --- a/stats/pokedex/entries/181.asm +++ /dev/null @@ -1,12 +0,0 @@ -; AmpharosPokedexEntry: ; 0x1cd626 - db "LIGHT@" ; species name - dw 407, 1360 ; height, width - - db "When it gets dark," - next "the light from its" - next "bright, shiny tail" - page "can be seen from" - next "far away on the" - next "ocean's surface.@" -; 0x1cd69a - diff --git a/stats/pokedex/entries/182.asm b/stats/pokedex/entries/182.asm deleted file mode 100644 index 381e85fc1..000000000 --- a/stats/pokedex/entries/182.asm +++ /dev/null @@ -1,12 +0,0 @@ -; BellossomPokedexEntry: ; 0x1cd69a - db "FLOWER@" ; species name - dw 104, 130 ; height, width - - db "When these dance" - next "together, their" - next "petals rub against" - page "each other," - next "making pretty," - next "relaxing sounds.@" -; 0x1cd705 - diff --git a/stats/pokedex/entries/183.asm b/stats/pokedex/entries/183.asm deleted file mode 100644 index 44ba743eb..000000000 --- a/stats/pokedex/entries/183.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MarillPokedexEntry: ; 0x1cd705 - db "AQUAMOUSE@" ; species name - dw 104, 190 ; height, width - - db "The fur on its" - next "body naturally" - next "repels water. It" - page "can stay dry, even" - next "when it plays in" - next "the water.@" -; 0x1cd771 - diff --git a/stats/pokedex/entries/184.asm b/stats/pokedex/entries/184.asm deleted file mode 100644 index b50f6aea7..000000000 --- a/stats/pokedex/entries/184.asm +++ /dev/null @@ -1,12 +0,0 @@ -; AzumarillPokedexEntry: ; 0x1cd771 - db "AQUARABBIT@" ; species name - dw 207, 630 ; height, width - - db "The bubble-like" - next "pattern on its" - next "stomach helps it" - page "camouflage itself" - next "when it's in the" - next "water.@" -; 0x1cd7d9 - diff --git a/stats/pokedex/entries/185.asm b/stats/pokedex/entries/185.asm deleted file mode 100644 index 1c991d895..000000000 --- a/stats/pokedex/entries/185.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SudowoodoPokedexEntry: ; 0x1cd7d9 - db "IMITATION@" ; species name - dw 311, 840 ; height, width - - db "If a tree branch" - next "shakes when there" - next "is no wind, it's a" - page "SUDOWOODO, not a" - next "tree. It hides" - next "from the rain.@" -; 0x1cd84b - diff --git a/stats/pokedex/entries/186.asm b/stats/pokedex/entries/186.asm deleted file mode 100644 index 7db0bea6e..000000000 --- a/stats/pokedex/entries/186.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PolitoedPokedexEntry: ; 0x1cd84b - db "FROG@" ; species name - dw 307, 750 ; height, width - - db "When it expands" - next "its throat to" - next "croak out a tune," - page "nearby POLIWAG and" - next "POLIWHIRL gather" - next "immediately.@" -; 0x1cd8b5 - diff --git a/stats/pokedex/entries/187.asm b/stats/pokedex/entries/187.asm deleted file mode 100644 index d9f294382..000000000 --- a/stats/pokedex/entries/187.asm +++ /dev/null @@ -1,12 +0,0 @@ -; HoppipPokedexEntry: ; 0x1cd8b5 - db "COTTONWEED@" ; species name - dw 104, 10 ; height, width - - db "It can be carried" - next "away on even the" - next "gentlest breeze." - page "It may even float" - next "all the way to the" - next "next town.@" -; 0x1cd928 - diff --git a/stats/pokedex/entries/188.asm b/stats/pokedex/entries/188.asm deleted file mode 100644 index aa5afd0cb..000000000 --- a/stats/pokedex/entries/188.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SkiploomPokedexEntry: ; 0x1cd928 - db "COTTONWEED@" ; species name - dw 200, 20 ; height, width - - db "As soon as it" - next "rains, it closes" - next "its flower and" - page "hides in the shade" - next "of a tree to avoid" - next "getting wet.@" -; 0x1cd998 - diff --git a/stats/pokedex/entries/189.asm b/stats/pokedex/entries/189.asm deleted file mode 100644 index 94199651a..000000000 --- a/stats/pokedex/entries/189.asm +++ /dev/null @@ -1,12 +0,0 @@ -; JumpluffPokedexEntry: ; 0x1cd998 - db "COTTONWEED@" ; species name - dw 207, 70 ; height, width - - db "Even in the fierc-" - next "est wind, it can" - next "control its fluff" - page "to make its way to" - next "any place in the" - next "world it wants.@" -; 0x1cda11 - diff --git a/stats/pokedex/entries/190.asm b/stats/pokedex/entries/190.asm deleted file mode 100644 index 1d9cbf18f..000000000 --- a/stats/pokedex/entries/190.asm +++ /dev/null @@ -1,12 +0,0 @@ -; AipomPokedexEntry: ; 0x1cda11 - db "LONG TAIL@" ; species name - dw 207, 250 ; height, width - - db "It uses its tail" - next "to hang on to tree" - next "branches. It uses" - page "its momentum to" - next "swing from one" - next "branch to another.@" -; 0x1cda87 - diff --git a/stats/pokedex/entries/191.asm b/stats/pokedex/entries/191.asm deleted file mode 100644 index c4f7917ab..000000000 --- a/stats/pokedex/entries/191.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SunkernPokedexEntry: ; 0x1cda87 - db "SEED@" ; species name - dw 100, 40 ; height, width - - db "It is very weak." - next "Its only means of" - next "defense is to" - page "shake its leaves" - next "desperately at its" - next "attacker.@" -; 0x1cdaef - diff --git a/stats/pokedex/entries/192.asm b/stats/pokedex/entries/192.asm deleted file mode 100644 index fd4ab5010..000000000 --- a/stats/pokedex/entries/192.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SunfloraPokedexEntry: ; 0x1cdaef - db "SUN@" ; species name - dw 207, 190 ; height, width - - db "As the hot season" - next "approaches, the" - next "petals on this" - page "#MON's face" - next "become more vivid" - next "and lively.@" -; 0x1cdb51 - diff --git a/stats/pokedex/entries/193.asm b/stats/pokedex/entries/193.asm deleted file mode 100644 index 7a3d1e901..000000000 --- a/stats/pokedex/entries/193.asm +++ /dev/null @@ -1,12 +0,0 @@ -; YanmaPokedexEntry: ; 0x1d0000 - db "CLEAR WING@" ; species name - dw 311, 840 ; height, width - - db "It can see in all" - next "directions without" - next "moving its big" - page "eyes, helping it" - next "spot attackers and" - next "food right away.@" -; 0x1d0078 - diff --git a/stats/pokedex/entries/194.asm b/stats/pokedex/entries/194.asm deleted file mode 100644 index 8b73d95f8..000000000 --- a/stats/pokedex/entries/194.asm +++ /dev/null @@ -1,12 +0,0 @@ -; WooperPokedexEntry: ; 0x1d0078 - db "WATER FISH@" ; species name - dw 104, 190 ; height, width - - db "A mucous" - next "membrane covers" - next "its body. Touching" - page "it barehanded will" - next "cause a shooting" - next "pain.@" -; 0x1d00dd - diff --git a/stats/pokedex/entries/195.asm b/stats/pokedex/entries/195.asm deleted file mode 100644 index 0c8cd45de..000000000 --- a/stats/pokedex/entries/195.asm +++ /dev/null @@ -1,12 +0,0 @@ -; QuagsirePokedexEntry: ; 0x1d00dd - db "WATER FISH@" ; species name - dw 407, 1650 ; height, width - - db "Its body is always" - next "slimy. It often" - next "bangs its head on" - page "the river bottom" - next "as it swims but" - next "seems not to care.@" -; 0x1d0155 - diff --git a/stats/pokedex/entries/196.asm b/stats/pokedex/entries/196.asm deleted file mode 100644 index e5a0ddefe..000000000 --- a/stats/pokedex/entries/196.asm +++ /dev/null @@ -1,12 +0,0 @@ -; EspeonPokedexEntry: ; 0x1d0155 - db "SUN@" ; species name - dw 211, 580 ; height, width - - db "The tip of its" - next "forked tail" - next "quivers when it is" - page "predicting its" - next "opponent's next" - next "move.@" -; 0x1d01af - diff --git a/stats/pokedex/entries/197.asm b/stats/pokedex/entries/197.asm deleted file mode 100644 index 9e7ae227e..000000000 --- a/stats/pokedex/entries/197.asm +++ /dev/null @@ -1,12 +0,0 @@ -; UmbreonPokedexEntry: ; 0x1d01af - db "MOONLIGHT@" ; species name - dw 303, 600 ; height, width - - db "On the night of a" - next "full moon, or when" - next "it gets excited," - page "the ring patterns" - next "on its body glow" - next "yellow.@" -; 0x1d021e - diff --git a/stats/pokedex/entries/198.asm b/stats/pokedex/entries/198.asm deleted file mode 100644 index fd5db0d7d..000000000 --- a/stats/pokedex/entries/198.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MurkrowPokedexEntry: ; 0x1d021e - db "DARKNESS@" ; species name - dw 108, 50 ; height, width - - db "It hides any shiny" - next "object it finds in" - next "a secret location." - page "MURKROW and" - next "MEOWTH loot one" - next "another's stashes.@" -; 0x1d0292 - diff --git a/stats/pokedex/entries/199.asm b/stats/pokedex/entries/199.asm deleted file mode 100644 index 057976b6f..000000000 --- a/stats/pokedex/entries/199.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SlowkingPokedexEntry: ; 0x1d0292 - db "ROYAL@" ; species name - dw 607, 1750 ; height, width - - db "Every time it ya-" - next "wns, SHELLDER" - next "injects more poi-" - page "son into it. The" - next "poison makes it" - next "more intelligent.@" -; 0x1d0301 - diff --git a/stats/pokedex/entries/200.asm b/stats/pokedex/entries/200.asm deleted file mode 100644 index 9e1f5b7af..000000000 --- a/stats/pokedex/entries/200.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MisdreavusPokedexEntry: ; 0x1d0301 - db "SCREECH@" ; species name - dw 204, 20 ; height, width - - db "It loves to watch" - next "people it's scar-" - next "ed. It frightens" - page "them by screaming" - next "loudly or appear-" - next "ing suddenly.@" -; 0x1d0373 - diff --git a/stats/pokedex/entries/201.asm b/stats/pokedex/entries/201.asm deleted file mode 100644 index d7df7f924..000000000 --- a/stats/pokedex/entries/201.asm +++ /dev/null @@ -1,12 +0,0 @@ -; UnownPokedexEntry: ; 0x1d0373 - db "SYMBOL@" ; species name - dw 108, 110 ; height, width - - db "Because different" - next "types of UNOWN" - next "exist, it is said" - page "that they must" - next "have a variety of" - next "abilities.@" -; 0x1d03dd - diff --git a/stats/pokedex/entries/202.asm b/stats/pokedex/entries/202.asm deleted file mode 100644 index 2d3d29142..000000000 --- a/stats/pokedex/entries/202.asm +++ /dev/null @@ -1,12 +0,0 @@ -; WobbuffetPokedexEntry: ; 0x1d03dd - db "PATIENT@" ; species name - dw 403, 630 ; height, width - - db "In order to con-" - next "ceal its black" - next "tail, it lives in" - page "a dark cave and" - next "only moves about" - next "at night.@" -; 0x1d0446 - diff --git a/stats/pokedex/entries/203.asm b/stats/pokedex/entries/203.asm deleted file mode 100644 index ba5e8286c..000000000 --- a/stats/pokedex/entries/203.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GirafarigPokedexEntry: ; 0x1d0446 - db "LONG NECK@" ; species name - dw 411, 910 ; height, width - - db "When it is in" - next "danger, its tail" - next "uses some sort of" - page "mysterious powers" - next "to drive away the" - next "enemy.@" -; 0x1d04b0 - diff --git a/stats/pokedex/entries/204.asm b/stats/pokedex/entries/204.asm deleted file mode 100644 index 6edeb49c0..000000000 --- a/stats/pokedex/entries/204.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PinecoPokedexEntry: ; 0x1d04b0 - db "BAGWORM@" ; species name - dw 200, 160 ; height, width - - db "It spits out a" - next "fluid that it uses" - next "to glue tree bark" - page "to its body. The" - next "fluid hardens when" - next "it touches air.@" -; 0x1d0524 - diff --git a/stats/pokedex/entries/205.asm b/stats/pokedex/entries/205.asm deleted file mode 100644 index 540d64797..000000000 --- a/stats/pokedex/entries/205.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ForretressPokedexEntry: ; 0x1d0524 - db "BAGWORM@" ; species name - dw 311, 2770 ; height, width - - db "Usually found" - next "hanging on to a" - next "fat tree trunk. It" - page "shoots out bits of" - next "its shell when it" - next "sees action.@" -; 0x1d0593 - diff --git a/stats/pokedex/entries/206.asm b/stats/pokedex/entries/206.asm deleted file mode 100644 index 517436a21..000000000 --- a/stats/pokedex/entries/206.asm +++ /dev/null @@ -1,12 +0,0 @@ -; DunsparcePokedexEntry: ; 0x1d0593 - db "LAND SNAKE@" ; species name - dw 411, 310 ; height, width - - db "It hides deep" - next "inside caves where" - next "no light ever" - page "reaches it and" - next "remains virtually" - next "motionless there.@" -; 0x1d0604 - diff --git a/stats/pokedex/entries/207.asm b/stats/pokedex/entries/207.asm deleted file mode 100644 index 03f973837..000000000 --- a/stats/pokedex/entries/207.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GligarPokedexEntry: ; 0x1d0604 - db "FLYSCORPIO@" ; species name - dw 307, 1430 ; height, width - - db "It builds its nest" - next "on a steep cliff." - next "When it is done" - page "gliding, it hops" - next "along the ground" - next "back to its nest.@" -; 0x1d067c - diff --git a/stats/pokedex/entries/208.asm b/stats/pokedex/entries/208.asm deleted file mode 100644 index c3741a11c..000000000 --- a/stats/pokedex/entries/208.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SteelixPokedexEntry: ; 0x1d067c - db "IRON SNAKE@" ; species name - dw 3002, 8820 ; height, width - - db "The many small" - next "metal particles" - next "that cover this" - page "#MON's body" - next "reflect bright" - next "light well.@" -; 0x1d06e0 - diff --git a/stats/pokedex/entries/209.asm b/stats/pokedex/entries/209.asm deleted file mode 100644 index 1966611ae..000000000 --- a/stats/pokedex/entries/209.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SnubbullPokedexEntry: ; 0x1d06e0 - db "FAIRY@" ; species name - dw 200, 170 ; height, width - - db "In truth, it is a" - next "cowardly #MON." - next "It growls eagerly" - page "in order to hide" - next "its fear from its" - next "opponent.@" -; 0x1d074a - diff --git a/stats/pokedex/entries/210.asm b/stats/pokedex/entries/210.asm deleted file mode 100644 index 0ecc4d9fb..000000000 --- a/stats/pokedex/entries/210.asm +++ /dev/null @@ -1,12 +0,0 @@ -; GranbullPokedexEntry: ; 0x1d074a - db "FAIRY@" ; species name - dw 407, 1070 ; height, width - - db "It can make most" - next "any #MON run" - next "away simply by" - page "opening its mouth" - next "wide to reveal its" - next "big fangs.@" -; 0x1d07b1 - diff --git a/stats/pokedex/entries/211.asm b/stats/pokedex/entries/211.asm deleted file mode 100644 index 8733eaba2..000000000 --- a/stats/pokedex/entries/211.asm +++ /dev/null @@ -1,12 +0,0 @@ -; QwilfishPokedexEntry: ; 0x1d07b1 - db "BALLOON@" ; species name - dw 108, 90 ; height, width - - db "When faced with a" - next "larger opponent," - next "it swallows as" - page "much water as it" - next "can to match the" - next "opponent's size.@" -; 0x1d0821 - diff --git a/stats/pokedex/entries/212.asm b/stats/pokedex/entries/212.asm deleted file mode 100644 index a97794f32..000000000 --- a/stats/pokedex/entries/212.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ScizorPokedexEntry: ; 0x1d0821 - db "SCISSORS@" ; species name - dw 511, 2600 ; height, width - - db "This #MON's" - next "pincers, which" - next "contain steel, can" - page "crush any hard" - next "object it gets a" - next "hold of into bits.@" -; 0x1d088e - diff --git a/stats/pokedex/entries/213.asm b/stats/pokedex/entries/213.asm deleted file mode 100644 index 3723eb0ef..000000000 --- a/stats/pokedex/entries/213.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ShucklePokedexEntry: ; 0x1d088e - db "MOLD@" ; species name - dw 200, 450 ; height, width - - db "The fluid secreted" - next "by its toes carves" - next "holes in rocks for" - page "nesting and can be" - next "mixed with BERRIES" - next "to make a drink.@" -; 0x1d0907 - diff --git a/stats/pokedex/entries/214.asm b/stats/pokedex/entries/214.asm deleted file mode 100644 index 7ce1d1d4d..000000000 --- a/stats/pokedex/entries/214.asm +++ /dev/null @@ -1,12 +0,0 @@ -; HeracrossPokedexEntry: ; 0x1d0907 - db "SINGLEHORN@" ; species name - dw 411, 1190 ; height, width - - db "With its Herculean" - next "powers, it can" - next "easily throw arou-" - page "nd an object that" - next "is 100 times its" - next "own weight.@" -; 0x1d097a - diff --git a/stats/pokedex/entries/215.asm b/stats/pokedex/entries/215.asm deleted file mode 100644 index b8aba2b53..000000000 --- a/stats/pokedex/entries/215.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SneaselPokedexEntry: ; 0x1d097a - db "SHARP CLAW@" ; species name - dw 211, 620 ; height, width - - db "This cunning" - next "#MON hides" - next "under the cover" - page "of darkness," - next "waiting to attack" - next "its prey.@" -; 0x1d09da - diff --git a/stats/pokedex/entries/216.asm b/stats/pokedex/entries/216.asm deleted file mode 100644 index c6e303cba..000000000 --- a/stats/pokedex/entries/216.asm +++ /dev/null @@ -1,12 +0,0 @@ -; TeddiursaPokedexEntry: ; 0x1d09da - db "LITTLE BEAR@" ; species name - dw 200, 190 ; height, width - - db "It always licks" - next "honey. Its palm" - next "tastes sweet" - page "because of all the" - next "honey it has" - next "absorbed.@" -; 0x1d0a41 - diff --git a/stats/pokedex/entries/217.asm b/stats/pokedex/entries/217.asm deleted file mode 100644 index db944463c..000000000 --- a/stats/pokedex/entries/217.asm +++ /dev/null @@ -1,12 +0,0 @@ -; UrsaringPokedexEntry: ; 0x1d0a41 - db "HIBERNANT@" ; species name - dw 511, 2770 ; height, width - - db "Although it has a" - next "large body, it is" - next "quite skilled at" - page "climbing trees. It" - next "eats and sleeps in" - next "the treetops.@" -; 0x1d0ab8 - diff --git a/stats/pokedex/entries/218.asm b/stats/pokedex/entries/218.asm deleted file mode 100644 index d6998cb2e..000000000 --- a/stats/pokedex/entries/218.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SlugmaPokedexEntry: ; 0x1d0ab8 - db "LAVA@" ; species name - dw 204, 770 ; height, width - - db "These group to-" - next "gether in areas" - next "that are hotter" - page "than normal. If it" - next "cools off, its" - next "skin hardens.@" -; 0x1d0b21 - diff --git a/stats/pokedex/entries/219.asm b/stats/pokedex/entries/219.asm deleted file mode 100644 index e83798886..000000000 --- a/stats/pokedex/entries/219.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MagcargoPokedexEntry: ; 0x1d0b21 - db "LAVA@" ; species name - dw 207, 1210 ; height, width - - db "Its body is as hot" - next "as lava and is" - next "always billowing." - page "Flames will" - next "occasionally burst" - next "from its shell.@" -; 0x1d0b8d - diff --git a/stats/pokedex/entries/220.asm b/stats/pokedex/entries/220.asm deleted file mode 100644 index b93d42115..000000000 --- a/stats/pokedex/entries/220.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SwinubPokedexEntry: ; 0x1d0b8d - db "PIG@" ; species name - dw 104, 140 ; height, width - - db "It uses the tip of" - next "its nose to dig" - next "for food. Its nose" - page "is so tough that" - next "even frozen ground" - next "poses no problem.@" -; 0x1d0c01 - diff --git a/stats/pokedex/entries/221.asm b/stats/pokedex/entries/221.asm deleted file mode 100644 index 035437976..000000000 --- a/stats/pokedex/entries/221.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PiloswinePokedexEntry: ; 0x1d0c01 - db "SWINE@" ; species name - dw 307, 1230 ; height, width - - db "Although its legs" - next "are short, its" - next "rugged hooves" - page "prevent it from" - next "slipping, even on" - next "icy ground.@" -; 0x1d0c68 - diff --git a/stats/pokedex/entries/222.asm b/stats/pokedex/entries/222.asm deleted file mode 100644 index 0c91cb5fd..000000000 --- a/stats/pokedex/entries/222.asm +++ /dev/null @@ -1,12 +0,0 @@ -; CorsolaPokedexEntry: ; 0x1d0c68 - db "CORAL@" ; species name - dw 200, 110 ; height, width - - db "The points on its" - next "head absorb" - next "nutrients from" - page "clean water. They" - next "cannot survive in" - next "polluted water.@" -; 0x1d0cd3 - diff --git a/stats/pokedex/entries/223.asm b/stats/pokedex/entries/223.asm deleted file mode 100644 index 2691f746e..000000000 --- a/stats/pokedex/entries/223.asm +++ /dev/null @@ -1,12 +0,0 @@ -; RemoraidPokedexEntry: ; 0x1d0cd3 - db "JET@" ; species name - dw 200, 260 ; height, width - - db "To escape from an" - next "attacker, it may" - next "shoot water out of" - page "its mouth, then" - next "use that force to" - next "swim backward.@" -; 0x1d0d42 - diff --git a/stats/pokedex/entries/224.asm b/stats/pokedex/entries/224.asm deleted file mode 100644 index d6e641b79..000000000 --- a/stats/pokedex/entries/224.asm +++ /dev/null @@ -1,12 +0,0 @@ -; OctilleryPokedexEntry: ; 0x1d0d42 - db "JET@" ; species name - dw 211, 630 ; height, width - - db "Its instinct is to" - next "bury itself in" - next "holes. It often" - page "steals the nesting" - next "holes of others to" - next "sleep in them.@" -; 0x1d0db1 - diff --git a/stats/pokedex/entries/225.asm b/stats/pokedex/entries/225.asm deleted file mode 100644 index 17407b962..000000000 --- a/stats/pokedex/entries/225.asm +++ /dev/null @@ -1,12 +0,0 @@ -; DelibirdPokedexEntry: ; 0x1d0db1 - db "DELIVERY@" ; species name - dw 211, 350 ; height, width - - db "It always carries" - next "its food with it," - next "wherever it goes." - page "If attacked, it" - next "throws its food at" - next "the opponent.@" -; 0x1d0e25 - diff --git a/stats/pokedex/entries/226.asm b/stats/pokedex/entries/226.asm deleted file mode 100644 index 25dc6abcc..000000000 --- a/stats/pokedex/entries/226.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MantinePokedexEntry: ; 0x1d0e25 - db "KITE@" ; species name - dw 611, 4850 ; height, width - - db "It swims along" - next "freely, eating" - next "things that swim" - page "into its mouth." - next "Its whole body is" - next "very coarse.@" -; 0x1d0e8c - diff --git a/stats/pokedex/entries/227.asm b/stats/pokedex/entries/227.asm deleted file mode 100644 index 51b0041b1..000000000 --- a/stats/pokedex/entries/227.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SkarmoryPokedexEntry: ; 0x1d0e8c - db "ARMOR BIRD@" ; species name - dw 507, 1110 ; height, width - - db "The feathers that" - next "it sheds are very" - next "sharp. It is said" - page "that people once" - next "used the feathers" - next "as swords.@" -; 0x1d0eff - diff --git a/stats/pokedex/entries/228.asm b/stats/pokedex/entries/228.asm deleted file mode 100644 index a9e97dc80..000000000 --- a/stats/pokedex/entries/228.asm +++ /dev/null @@ -1,12 +0,0 @@ -; HoundourPokedexEntry: ; 0x1d0eff - db "DARK@" ; species name - dw 200, 240 ; height, width - - db "Around dawn, its" - next "ominous howl" - next "echoes through the" - page "area to announce" - next "that this is its" - next "territory.@" -; 0x1d0f66 - diff --git a/stats/pokedex/entries/229.asm b/stats/pokedex/entries/229.asm deleted file mode 100644 index dc66b4e1a..000000000 --- a/stats/pokedex/entries/229.asm +++ /dev/null @@ -1,12 +0,0 @@ -; HoundoomPokedexEntry: ; 0x1d0f66 - db "DARK@" ; species name - dw 407, 770 ; height, width - - db "The pungent-" - next "smelling flame" - next "that shoots from" - page "its mouth results" - next "from toxins burn-" - next "ing in its body.@" -; 0x1d0fd1 - diff --git a/stats/pokedex/entries/230.asm b/stats/pokedex/entries/230.asm deleted file mode 100644 index efe33cf9f..000000000 --- a/stats/pokedex/entries/230.asm +++ /dev/null @@ -1,12 +0,0 @@ -; KingdraPokedexEntry: ; 0x1d0fd1 - db "DRAGON@" ; species name - dw 511, 3350 ; height, width - - db "It stores energy" - next "by sleeping at" - next "underwater depths" - page "at which no other" - next "life forms can" - next "survive.@" -; 0x1d1038 - diff --git a/stats/pokedex/entries/231.asm b/stats/pokedex/entries/231.asm deleted file mode 100644 index b05619682..000000000 --- a/stats/pokedex/entries/231.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PhanpyPokedexEntry: ; 0x1d1038 - db "LONG NOSE@" ; species name - dw 108, 740 ; height, width - - db "During the desert-" - next "ed morning hours," - next "it comes ashore" - page "where it deftly" - next "uses its trunk to" - next "take a shower.@" -; 0x1d10ac - diff --git a/stats/pokedex/entries/232.asm b/stats/pokedex/entries/232.asm deleted file mode 100644 index 3c8e4a1f3..000000000 --- a/stats/pokedex/entries/232.asm +++ /dev/null @@ -1,12 +0,0 @@ -; DonphanPokedexEntry: ; 0x1d10ac - db "ARMOR@" ; species name - dw 307, 2650 ; height, width - - db "Because this" - next "#MON's skin is" - next "so tough, a normal" - page "attack won't even" - next "leave a scratch on" - next "it.@" -; 0x1d110c - diff --git a/stats/pokedex/entries/233.asm b/stats/pokedex/entries/233.asm deleted file mode 100644 index c6be07b88..000000000 --- a/stats/pokedex/entries/233.asm +++ /dev/null @@ -1,12 +0,0 @@ -; Porygon2PokedexEntry: ; 0x1d110c - db "VIRTUAL@" ; species name - dw 200, 720 ; height, width - - db "This manmade" - next "#MON evolved" - next "from the latest" - page "technology. It" - next "may have unprog-" - next "rammed reactions.@" -; 0x1d1174 - diff --git a/stats/pokedex/entries/234.asm b/stats/pokedex/entries/234.asm deleted file mode 100644 index 25a37388a..000000000 --- a/stats/pokedex/entries/234.asm +++ /dev/null @@ -1,12 +0,0 @@ -; StantlerPokedexEntry: ; 0x1d1174 - db "BIG HORN@" ; species name - dw 407, 1570 ; height, width - - db "The round balls" - next "found on the" - next "fallen antlers can" - page "be ground into a" - next "powder that aids" - next "in sleeping.@" -; 0x1d11e0 - diff --git a/stats/pokedex/entries/235.asm b/stats/pokedex/entries/235.asm deleted file mode 100644 index e775600df..000000000 --- a/stats/pokedex/entries/235.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SmearglePokedexEntry: ; 0x1d11e0 - db "PAINTER@" ; species name - dw 311, 1280 ; height, width - - db "The color of the" - next "mysterious fluid" - next "secreted from its" - page "tail is predeter-" - next "mined for each" - next "SMEARGLE.@" -; 0x1d124b - diff --git a/stats/pokedex/entries/236.asm b/stats/pokedex/entries/236.asm deleted file mode 100644 index 3eb4ef54c..000000000 --- a/stats/pokedex/entries/236.asm +++ /dev/null @@ -1,12 +0,0 @@ -; TyroguePokedexEntry: ; 0x1d124b - db "SCUFFLE@" ; species name - dw 204, 460 ; height, width - - db "To brush up on its" - next "fighting skills," - next "it will challenge" - page "anyone. It has a" - next "very strong com-" - next "petitive spirit.@" -; 0x1d12c0 - diff --git a/stats/pokedex/entries/237.asm b/stats/pokedex/entries/237.asm deleted file mode 100644 index 192aeae0b..000000000 --- a/stats/pokedex/entries/237.asm +++ /dev/null @@ -1,12 +0,0 @@ -; HitmontopPokedexEntry: ; 0x1d12c0 - db "HANDSTAND@" ; species name - dw 407, 1060 ; height, width - - db "After doing a" - next "handstand to" - next "throw off the" - page "opponent's timing," - next "it presents its" - next "fancy kick moves.@" -; 0x1d132b - diff --git a/stats/pokedex/entries/238.asm b/stats/pokedex/entries/238.asm deleted file mode 100644 index 5b10b2572..000000000 --- a/stats/pokedex/entries/238.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SmoochumPokedexEntry: ; 0x1d132b - db "KISS@" ; species name - dw 104, 130 ; height, width - - db "The sensitivity of" - next "its lips develops" - next "most quickly." - page "It uses them to" - next "try to identify" - next "unknown objects.@" -; 0x1d1398 - diff --git a/stats/pokedex/entries/239.asm b/stats/pokedex/entries/239.asm deleted file mode 100644 index 9553aa2f5..000000000 --- a/stats/pokedex/entries/239.asm +++ /dev/null @@ -1,12 +0,0 @@ -; ElekidPokedexEntry: ; 0x1d1398 - db "ELECTRIC@" ; species name - dw 200, 520 ; height, width - - db "It loves violent" - next "thunder. The space" - next "between its horns" - page "flickers bluish-" - next "white when it is" - next "charging energy.@" -; 0x1d140e - diff --git a/stats/pokedex/entries/240.asm b/stats/pokedex/entries/240.asm deleted file mode 100644 index 6ca68128b..000000000 --- a/stats/pokedex/entries/240.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MagbyPokedexEntry: ; 0x1d140e - db "LIVE COAL@" ; species name - dw 204, 470 ; height, width - - db "It naturally spits" - next "an 1100-degree" - next "flame. It is said" - page "when many appear," - next "it heralds a" - next "volcanic eruption.@" -; 0x1d1482 - diff --git a/stats/pokedex/entries/241.asm b/stats/pokedex/entries/241.asm deleted file mode 100644 index da449be03..000000000 --- a/stats/pokedex/entries/241.asm +++ /dev/null @@ -1,12 +0,0 @@ -; MiltankPokedexEntry: ; 0x1d1482 - db "MILK COW@" ; species name - dw 311, 1660 ; height, width - - db "In order to milk a" - next "MILTANK, one must" - next "have a knack for" - page "rhythmically pull-" - next "ing up and down" - next "on its udders.@" -; 0x1d14f7 - diff --git a/stats/pokedex/entries/242.asm b/stats/pokedex/entries/242.asm deleted file mode 100644 index 38f3a7895..000000000 --- a/stats/pokedex/entries/242.asm +++ /dev/null @@ -1,12 +0,0 @@ -; BlisseyPokedexEntry: ; 0x1d14f7 - db "HAPPINESS@" ; species name - dw 411, 1030 ; height, width - - db "Biting into one" - next "of the delicious" - next "eggs that BLISSEY" - page "provides will make" - next "everyone around" - next "smile with joy.@" -; 0x1d156b - diff --git a/stats/pokedex/entries/243.asm b/stats/pokedex/entries/243.asm deleted file mode 100644 index ed6d3bb21..000000000 --- a/stats/pokedex/entries/243.asm +++ /dev/null @@ -1,12 +0,0 @@ -; RaikouPokedexEntry: ; 0x1d156b - db "THUNDER@" ; species name - dw 603, 3920 ; height, width - - db "This rough #MON" - next "stores energy" - next "inside its body," - page "then sweeps across" - next "the land, shooting" - next "off electricity.@" -; 0x1d15dd - diff --git a/stats/pokedex/entries/244.asm b/stats/pokedex/entries/244.asm deleted file mode 100644 index b30afa9b2..000000000 --- a/stats/pokedex/entries/244.asm +++ /dev/null @@ -1,12 +0,0 @@ -; EnteiPokedexEntry: ; 0x1d15dd - db "VOLCANO@" ; species name - dw 607, 4370 ; height, width - - db "This brawny" - next "#MON courses" - next "around the earth," - page "spouting flames" - next "hotter than a" - next "volcano's magma.@" -; 0x1d1642 - diff --git a/stats/pokedex/entries/245.asm b/stats/pokedex/entries/245.asm deleted file mode 100644 index f8763699f..000000000 --- a/stats/pokedex/entries/245.asm +++ /dev/null @@ -1,12 +0,0 @@ -; SuicunePokedexEntry: ; 0x1d1642 - db "AURORA@" ; species name - dw 607, 4120 ; height, width - - db "This divine" - next "#MON blows" - next "around the world," - page "always in search" - next "of a pure" - next "reservoir.@" -; 0x1d169c - diff --git a/stats/pokedex/entries/246.asm b/stats/pokedex/entries/246.asm deleted file mode 100644 index bfa45f911..000000000 --- a/stats/pokedex/entries/246.asm +++ /dev/null @@ -1,12 +0,0 @@ -; LarvitarPokedexEntry: ; 0x1d169c - db "ROCK SKIN@" ; species name - dw 200, 1590 ; height, width - - db "Born deep under-" - next "ground, this" - next "#MON becomes a" - page "pupa after eating" - next "enough dirt to" - next "make a mountain.@" -; 0x1d1709 - diff --git a/stats/pokedex/entries/247.asm b/stats/pokedex/entries/247.asm deleted file mode 100644 index dfe104c4f..000000000 --- a/stats/pokedex/entries/247.asm +++ /dev/null @@ -1,12 +0,0 @@ -; PupitarPokedexEntry: ; 0x1d1709 - db "HARD SHELL@" ; species name - dw 311, 3350 ; height, width - - db "It will not stay" - next "still, even while" - next "it's a pupa. It" - page "already has arms" - next "and legs under its" - next "solid shell.@" -; 0x1d177b - diff --git a/stats/pokedex/entries/248.asm b/stats/pokedex/entries/248.asm deleted file mode 100644 index 8c5852b56..000000000 --- a/stats/pokedex/entries/248.asm +++ /dev/null @@ -1,12 +0,0 @@ -; TyranitarPokedexEntry: ; 0x1d177b - db "ARMOR@" ; species name - dw 607, 4450 ; height, width - - db "In just one of its" - next "mighty hands, it" - next "has the power to" - page "make the ground" - next "shake and moun-" - next "tains crumble.@" -; 0x1d17e9 - diff --git a/stats/pokedex/entries/249.asm b/stats/pokedex/entries/249.asm deleted file mode 100644 index c84ea7cbb..000000000 --- a/stats/pokedex/entries/249.asm +++ /dev/null @@ -1,12 +0,0 @@ -; LugiaPokedexEntry: ; 0x1d17e9 - db "DIVING@" ; species name - dw 1701, 4760 ; height, width - - db "It has an incred-" - next "ible ability to" - next "calm raging sto-" - page "rms. It is said" - next "that LUGIA appears" - next "when storms start.@" -; 0x1d185d - diff --git a/stats/pokedex/entries/250.asm b/stats/pokedex/entries/250.asm deleted file mode 100644 index 62390b1a5..000000000 --- a/stats/pokedex/entries/250.asm +++ /dev/null @@ -1,12 +0,0 @@ -; HoOhPokedexEntry: ; 0x1d185d - db "RAINBOW@" ; species name - dw 1206, 4390 ; height, width - - db "It will reveal" - next "itself before a" - next "pure-hearted" - page "trainer by shining" - next "its bright rain-" - next "bow-colored wings.@" -; 0x1d18cc - diff --git a/stats/pokedex/entries/251.asm b/stats/pokedex/entries/251.asm deleted file mode 100644 index 770b654d5..000000000 --- a/stats/pokedex/entries/251.asm +++ /dev/null @@ -1,12 +0,0 @@ -; CelebiPokedexEntry: ; 0x1d18cc - db "TIMETRAVEL@" ; species name - dw 200, 110 ; height, width - - db "Revered as a" - next "guardian of the" - next "forest, CELEBI" - page "appears wherever" - next "beautiful forests" - next "exist.@" -; 0x1d1931 - diff --git a/stats/pokedex/entries_1.asm b/stats/pokedex/entries_1.asm deleted file mode 100644 index cd3b95c0b..000000000 --- a/stats/pokedex/entries_1.asm +++ /dev/null @@ -1,64 +0,0 @@ -BulbasaurPokedexEntry:: INCLUDE "stats/pokedex/entries/001.asm" -IvysaurPokedexEntry:: INCLUDE "stats/pokedex/entries/002.asm" -VenusaurPokedexEntry:: INCLUDE "stats/pokedex/entries/003.asm" -CharmanderPokedexEntry:: INCLUDE "stats/pokedex/entries/004.asm" -CharmeleonPokedexEntry:: INCLUDE "stats/pokedex/entries/005.asm" -CharizardPokedexEntry:: INCLUDE "stats/pokedex/entries/006.asm" -SquirtlePokedexEntry:: INCLUDE "stats/pokedex/entries/007.asm" -WartortlePokedexEntry:: INCLUDE "stats/pokedex/entries/008.asm" -BlastoisePokedexEntry:: INCLUDE "stats/pokedex/entries/009.asm" -CaterpiePokedexEntry:: INCLUDE "stats/pokedex/entries/010.asm" -MetapodPokedexEntry:: INCLUDE "stats/pokedex/entries/011.asm" -ButterfreePokedexEntry:: INCLUDE "stats/pokedex/entries/012.asm" -WeedlePokedexEntry:: INCLUDE "stats/pokedex/entries/013.asm" -KakunaPokedexEntry:: INCLUDE "stats/pokedex/entries/014.asm" -BeedrillPokedexEntry:: INCLUDE "stats/pokedex/entries/015.asm" -PidgeyPokedexEntry:: INCLUDE "stats/pokedex/entries/016.asm" -PidgeottoPokedexEntry:: INCLUDE "stats/pokedex/entries/017.asm" -PidgeotPokedexEntry:: INCLUDE "stats/pokedex/entries/018.asm" -RattataPokedexEntry:: INCLUDE "stats/pokedex/entries/019.asm" -RaticatePokedexEntry:: INCLUDE "stats/pokedex/entries/020.asm" -SpearowPokedexEntry:: INCLUDE "stats/pokedex/entries/021.asm" -FearowPokedexEntry:: INCLUDE "stats/pokedex/entries/022.asm" -EkansPokedexEntry:: INCLUDE "stats/pokedex/entries/023.asm" -ArbokPokedexEntry:: INCLUDE "stats/pokedex/entries/024.asm" -PikachuPokedexEntry:: INCLUDE "stats/pokedex/entries/025.asm" -RaichuPokedexEntry:: INCLUDE "stats/pokedex/entries/026.asm" -SandshrewPokedexEntry:: INCLUDE "stats/pokedex/entries/027.asm" -SandslashPokedexEntry:: INCLUDE "stats/pokedex/entries/028.asm" -NidoranFPokedexEntry:: INCLUDE "stats/pokedex/entries/029.asm" -NidorinaPokedexEntry:: INCLUDE "stats/pokedex/entries/030.asm" -NidoqueenPokedexEntry:: INCLUDE "stats/pokedex/entries/031.asm" -NidoranMPokedexEntry:: INCLUDE "stats/pokedex/entries/032.asm" -NidorinoPokedexEntry:: INCLUDE "stats/pokedex/entries/033.asm" -NidokingPokedexEntry:: INCLUDE "stats/pokedex/entries/034.asm" -ClefairyPokedexEntry:: INCLUDE "stats/pokedex/entries/035.asm" -ClefablePokedexEntry:: INCLUDE "stats/pokedex/entries/036.asm" -VulpixPokedexEntry:: INCLUDE "stats/pokedex/entries/037.asm" -NinetalesPokedexEntry:: INCLUDE "stats/pokedex/entries/038.asm" -JigglypuffPokedexEntry:: INCLUDE "stats/pokedex/entries/039.asm" -WigglytuffPokedexEntry:: INCLUDE "stats/pokedex/entries/040.asm" -ZubatPokedexEntry:: INCLUDE "stats/pokedex/entries/041.asm" -GolbatPokedexEntry:: INCLUDE "stats/pokedex/entries/042.asm" -OddishPokedexEntry:: INCLUDE "stats/pokedex/entries/043.asm" -GloomPokedexEntry:: INCLUDE "stats/pokedex/entries/044.asm" -VileplumePokedexEntry:: INCLUDE "stats/pokedex/entries/045.asm" -ParasPokedexEntry:: INCLUDE "stats/pokedex/entries/046.asm" -ParasectPokedexEntry:: INCLUDE "stats/pokedex/entries/047.asm" -VenonatPokedexEntry:: INCLUDE "stats/pokedex/entries/048.asm" -VenomothPokedexEntry:: INCLUDE "stats/pokedex/entries/049.asm" -DiglettPokedexEntry:: INCLUDE "stats/pokedex/entries/050.asm" -DugtrioPokedexEntry:: INCLUDE "stats/pokedex/entries/051.asm" -MeowthPokedexEntry:: INCLUDE "stats/pokedex/entries/052.asm" -PersianPokedexEntry:: INCLUDE "stats/pokedex/entries/053.asm" -PsyduckPokedexEntry:: INCLUDE "stats/pokedex/entries/054.asm" -GolduckPokedexEntry:: INCLUDE "stats/pokedex/entries/055.asm" -MankeyPokedexEntry:: INCLUDE "stats/pokedex/entries/056.asm" -PrimeapePokedexEntry:: INCLUDE "stats/pokedex/entries/057.asm" -GrowlithePokedexEntry:: INCLUDE "stats/pokedex/entries/058.asm" -ArcaninePokedexEntry:: INCLUDE "stats/pokedex/entries/059.asm" -PoliwagPokedexEntry:: INCLUDE "stats/pokedex/entries/060.asm" -PoliwhirlPokedexEntry:: INCLUDE "stats/pokedex/entries/061.asm" -PoliwrathPokedexEntry:: INCLUDE "stats/pokedex/entries/062.asm" -AbraPokedexEntry:: INCLUDE "stats/pokedex/entries/063.asm" -KadabraPokedexEntry:: INCLUDE "stats/pokedex/entries/064.asm" diff --git a/stats/pokedex/entries_2.asm b/stats/pokedex/entries_2.asm deleted file mode 100644 index b4291a891..000000000 --- a/stats/pokedex/entries_2.asm +++ /dev/null @@ -1,64 +0,0 @@ -AlakazamPokedexEntry:: INCLUDE "stats/pokedex/entries/065.asm" -MachopPokedexEntry:: INCLUDE "stats/pokedex/entries/066.asm" -MachokePokedexEntry:: INCLUDE "stats/pokedex/entries/067.asm" -MachampPokedexEntry:: INCLUDE "stats/pokedex/entries/068.asm" -BellsproutPokedexEntry:: INCLUDE "stats/pokedex/entries/069.asm" -WeepinbellPokedexEntry:: INCLUDE "stats/pokedex/entries/070.asm" -VictreebelPokedexEntry:: INCLUDE "stats/pokedex/entries/071.asm" -TentacoolPokedexEntry:: INCLUDE "stats/pokedex/entries/072.asm" -TentacruelPokedexEntry:: INCLUDE "stats/pokedex/entries/073.asm" -GeodudePokedexEntry:: INCLUDE "stats/pokedex/entries/074.asm" -GravelerPokedexEntry:: INCLUDE "stats/pokedex/entries/075.asm" -GolemPokedexEntry:: INCLUDE "stats/pokedex/entries/076.asm" -PonytaPokedexEntry:: INCLUDE "stats/pokedex/entries/077.asm" -RapidashPokedexEntry:: INCLUDE "stats/pokedex/entries/078.asm" -SlowpokePokedexEntry:: INCLUDE "stats/pokedex/entries/079.asm" -SlowbroPokedexEntry:: INCLUDE "stats/pokedex/entries/080.asm" -MagnemitePokedexEntry:: INCLUDE "stats/pokedex/entries/081.asm" -MagnetonPokedexEntry:: INCLUDE "stats/pokedex/entries/082.asm" -FarfetchDPokedexEntry:: INCLUDE "stats/pokedex/entries/083.asm" -DoduoPokedexEntry:: INCLUDE "stats/pokedex/entries/084.asm" -DodrioPokedexEntry:: INCLUDE "stats/pokedex/entries/085.asm" -SeelPokedexEntry:: INCLUDE "stats/pokedex/entries/086.asm" -DewgongPokedexEntry:: INCLUDE "stats/pokedex/entries/087.asm" -GrimerPokedexEntry:: INCLUDE "stats/pokedex/entries/088.asm" -MukPokedexEntry:: INCLUDE "stats/pokedex/entries/089.asm" -ShellderPokedexEntry:: INCLUDE "stats/pokedex/entries/090.asm" -CloysterPokedexEntry:: INCLUDE "stats/pokedex/entries/091.asm" -GastlyPokedexEntry:: INCLUDE "stats/pokedex/entries/092.asm" -HaunterPokedexEntry:: INCLUDE "stats/pokedex/entries/093.asm" -GengarPokedexEntry:: INCLUDE "stats/pokedex/entries/094.asm" -OnixPokedexEntry:: INCLUDE "stats/pokedex/entries/095.asm" -DrowzeePokedexEntry:: INCLUDE "stats/pokedex/entries/096.asm" -HypnoPokedexEntry:: INCLUDE "stats/pokedex/entries/097.asm" -KrabbyPokedexEntry:: INCLUDE "stats/pokedex/entries/098.asm" -KinglerPokedexEntry:: INCLUDE "stats/pokedex/entries/099.asm" -VoltorbPokedexEntry:: INCLUDE "stats/pokedex/entries/100.asm" -ElectrodePokedexEntry:: INCLUDE "stats/pokedex/entries/101.asm" -ExeggcutePokedexEntry:: INCLUDE "stats/pokedex/entries/102.asm" -ExeggutorPokedexEntry:: INCLUDE "stats/pokedex/entries/103.asm" -CubonePokedexEntry:: INCLUDE "stats/pokedex/entries/104.asm" -MarowakPokedexEntry:: INCLUDE "stats/pokedex/entries/105.asm" -HitmonleePokedexEntry:: INCLUDE "stats/pokedex/entries/106.asm" -HitmonchanPokedexEntry:: INCLUDE "stats/pokedex/entries/107.asm" -LickitungPokedexEntry:: INCLUDE "stats/pokedex/entries/108.asm" -KoffingPokedexEntry:: INCLUDE "stats/pokedex/entries/109.asm" -WeezingPokedexEntry:: INCLUDE "stats/pokedex/entries/110.asm" -RhyhornPokedexEntry:: INCLUDE "stats/pokedex/entries/111.asm" -RhydonPokedexEntry:: INCLUDE "stats/pokedex/entries/112.asm" -ChanseyPokedexEntry:: INCLUDE "stats/pokedex/entries/113.asm" -TangelaPokedexEntry:: INCLUDE "stats/pokedex/entries/114.asm" -KangaskhanPokedexEntry:: INCLUDE "stats/pokedex/entries/115.asm" -HorseaPokedexEntry:: INCLUDE "stats/pokedex/entries/116.asm" -SeadraPokedexEntry:: INCLUDE "stats/pokedex/entries/117.asm" -GoldeenPokedexEntry:: INCLUDE "stats/pokedex/entries/118.asm" -SeakingPokedexEntry:: INCLUDE "stats/pokedex/entries/119.asm" -StaryuPokedexEntry:: INCLUDE "stats/pokedex/entries/120.asm" -StarmiePokedexEntry:: INCLUDE "stats/pokedex/entries/121.asm" -MrMimePokedexEntry:: INCLUDE "stats/pokedex/entries/122.asm" -ScytherPokedexEntry:: INCLUDE "stats/pokedex/entries/123.asm" -JynxPokedexEntry:: INCLUDE "stats/pokedex/entries/124.asm" -ElectabuzzPokedexEntry:: INCLUDE "stats/pokedex/entries/125.asm" -MagmarPokedexEntry:: INCLUDE "stats/pokedex/entries/126.asm" -PinsirPokedexEntry:: INCLUDE "stats/pokedex/entries/127.asm" -TaurosPokedexEntry:: INCLUDE "stats/pokedex/entries/128.asm" diff --git a/stats/pokedex/entries_3.asm b/stats/pokedex/entries_3.asm deleted file mode 100644 index 2526951ba..000000000 --- a/stats/pokedex/entries_3.asm +++ /dev/null @@ -1,64 +0,0 @@ -MagikarpPokedexEntry:: INCLUDE "stats/pokedex/entries/129.asm" -GyaradosPokedexEntry:: INCLUDE "stats/pokedex/entries/130.asm" -LaprasPokedexEntry:: INCLUDE "stats/pokedex/entries/131.asm" -DittoPokedexEntry:: INCLUDE "stats/pokedex/entries/132.asm" -EeveePokedexEntry:: INCLUDE "stats/pokedex/entries/133.asm" -VaporeonPokedexEntry:: INCLUDE "stats/pokedex/entries/134.asm" -JolteonPokedexEntry:: INCLUDE "stats/pokedex/entries/135.asm" -FlareonPokedexEntry:: INCLUDE "stats/pokedex/entries/136.asm" -PorygonPokedexEntry:: INCLUDE "stats/pokedex/entries/137.asm" -OmanytePokedexEntry:: INCLUDE "stats/pokedex/entries/138.asm" -OmastarPokedexEntry:: INCLUDE "stats/pokedex/entries/139.asm" -KabutoPokedexEntry:: INCLUDE "stats/pokedex/entries/140.asm" -KabutopsPokedexEntry:: INCLUDE "stats/pokedex/entries/141.asm" -AerodactylPokedexEntry:: INCLUDE "stats/pokedex/entries/142.asm" -SnorlaxPokedexEntry:: INCLUDE "stats/pokedex/entries/143.asm" -ArticunoPokedexEntry:: INCLUDE "stats/pokedex/entries/144.asm" -ZapdosPokedexEntry:: INCLUDE "stats/pokedex/entries/145.asm" -MoltresPokedexEntry:: INCLUDE "stats/pokedex/entries/146.asm" -DratiniPokedexEntry:: INCLUDE "stats/pokedex/entries/147.asm" -DragonairPokedexEntry:: INCLUDE "stats/pokedex/entries/148.asm" -DragonitePokedexEntry:: INCLUDE "stats/pokedex/entries/149.asm" -MewtwoPokedexEntry:: INCLUDE "stats/pokedex/entries/150.asm" -MewPokedexEntry:: INCLUDE "stats/pokedex/entries/151.asm" -ChikoritaPokedexEntry:: INCLUDE "stats/pokedex/entries/152.asm" -BayleefPokedexEntry:: INCLUDE "stats/pokedex/entries/153.asm" -MeganiumPokedexEntry:: INCLUDE "stats/pokedex/entries/154.asm" -CyndaquilPokedexEntry:: INCLUDE "stats/pokedex/entries/155.asm" -QuilavaPokedexEntry:: INCLUDE "stats/pokedex/entries/156.asm" -TyphlosionPokedexEntry:: INCLUDE "stats/pokedex/entries/157.asm" -TotodilePokedexEntry:: INCLUDE "stats/pokedex/entries/158.asm" -CroconawPokedexEntry:: INCLUDE "stats/pokedex/entries/159.asm" -FeraligatrPokedexEntry:: INCLUDE "stats/pokedex/entries/160.asm" -SentretPokedexEntry:: INCLUDE "stats/pokedex/entries/161.asm" -FurretPokedexEntry:: INCLUDE "stats/pokedex/entries/162.asm" -HoothootPokedexEntry:: INCLUDE "stats/pokedex/entries/163.asm" -NoctowlPokedexEntry:: INCLUDE "stats/pokedex/entries/164.asm" -LedybaPokedexEntry:: INCLUDE "stats/pokedex/entries/165.asm" -LedianPokedexEntry:: INCLUDE "stats/pokedex/entries/166.asm" -SpinarakPokedexEntry:: INCLUDE "stats/pokedex/entries/167.asm" -AriadosPokedexEntry:: INCLUDE "stats/pokedex/entries/168.asm" -CrobatPokedexEntry:: INCLUDE "stats/pokedex/entries/169.asm" -ChinchouPokedexEntry:: INCLUDE "stats/pokedex/entries/170.asm" -LanturnPokedexEntry:: INCLUDE "stats/pokedex/entries/171.asm" -PichuPokedexEntry:: INCLUDE "stats/pokedex/entries/172.asm" -CleffaPokedexEntry:: INCLUDE "stats/pokedex/entries/173.asm" -IgglybuffPokedexEntry:: INCLUDE "stats/pokedex/entries/174.asm" -TogepiPokedexEntry:: INCLUDE "stats/pokedex/entries/175.asm" -TogeticPokedexEntry:: INCLUDE "stats/pokedex/entries/176.asm" -NatuPokedexEntry:: INCLUDE "stats/pokedex/entries/177.asm" -XatuPokedexEntry:: INCLUDE "stats/pokedex/entries/178.asm" -MareepPokedexEntry:: INCLUDE "stats/pokedex/entries/179.asm" -FlaaffyPokedexEntry:: INCLUDE "stats/pokedex/entries/180.asm" -AmpharosPokedexEntry:: INCLUDE "stats/pokedex/entries/181.asm" -BellossomPokedexEntry:: INCLUDE "stats/pokedex/entries/182.asm" -MarillPokedexEntry:: INCLUDE "stats/pokedex/entries/183.asm" -AzumarillPokedexEntry:: INCLUDE "stats/pokedex/entries/184.asm" -SudowoodoPokedexEntry:: INCLUDE "stats/pokedex/entries/185.asm" -PolitoedPokedexEntry:: INCLUDE "stats/pokedex/entries/186.asm" -HoppipPokedexEntry:: INCLUDE "stats/pokedex/entries/187.asm" -SkiploomPokedexEntry:: INCLUDE "stats/pokedex/entries/188.asm" -JumpluffPokedexEntry:: INCLUDE "stats/pokedex/entries/189.asm" -AipomPokedexEntry:: INCLUDE "stats/pokedex/entries/190.asm" -SunkernPokedexEntry:: INCLUDE "stats/pokedex/entries/191.asm" -SunfloraPokedexEntry:: INCLUDE "stats/pokedex/entries/192.asm" diff --git a/stats/pokedex/entries_4.asm b/stats/pokedex/entries_4.asm deleted file mode 100644 index 90ba19420..000000000 --- a/stats/pokedex/entries_4.asm +++ /dev/null @@ -1,59 +0,0 @@ -YanmaPokedexEntry:: INCLUDE "stats/pokedex/entries/193.asm" -WooperPokedexEntry:: INCLUDE "stats/pokedex/entries/194.asm" -QuagsirePokedexEntry:: INCLUDE "stats/pokedex/entries/195.asm" -EspeonPokedexEntry:: INCLUDE "stats/pokedex/entries/196.asm" -UmbreonPokedexEntry:: INCLUDE "stats/pokedex/entries/197.asm" -MurkrowPokedexEntry:: INCLUDE "stats/pokedex/entries/198.asm" -SlowkingPokedexEntry:: INCLUDE "stats/pokedex/entries/199.asm" -MisdreavusPokedexEntry:: INCLUDE "stats/pokedex/entries/200.asm" -UnownPokedexEntry:: INCLUDE "stats/pokedex/entries/201.asm" -WobbuffetPokedexEntry:: INCLUDE "stats/pokedex/entries/202.asm" -GirafarigPokedexEntry:: INCLUDE "stats/pokedex/entries/203.asm" -PinecoPokedexEntry:: INCLUDE "stats/pokedex/entries/204.asm" -ForretressPokedexEntry:: INCLUDE "stats/pokedex/entries/205.asm" -DunsparcePokedexEntry:: INCLUDE "stats/pokedex/entries/206.asm" -GligarPokedexEntry:: INCLUDE "stats/pokedex/entries/207.asm" -SteelixPokedexEntry:: INCLUDE "stats/pokedex/entries/208.asm" -SnubbullPokedexEntry:: INCLUDE "stats/pokedex/entries/209.asm" -GranbullPokedexEntry:: INCLUDE "stats/pokedex/entries/210.asm" -QwilfishPokedexEntry:: INCLUDE "stats/pokedex/entries/211.asm" -ScizorPokedexEntry:: INCLUDE "stats/pokedex/entries/212.asm" -ShucklePokedexEntry:: INCLUDE "stats/pokedex/entries/213.asm" -HeracrossPokedexEntry:: INCLUDE "stats/pokedex/entries/214.asm" -SneaselPokedexEntry:: INCLUDE "stats/pokedex/entries/215.asm" -TeddiursaPokedexEntry:: INCLUDE "stats/pokedex/entries/216.asm" -UrsaringPokedexEntry:: INCLUDE "stats/pokedex/entries/217.asm" -SlugmaPokedexEntry:: INCLUDE "stats/pokedex/entries/218.asm" -MagcargoPokedexEntry:: INCLUDE "stats/pokedex/entries/219.asm" -SwinubPokedexEntry:: INCLUDE "stats/pokedex/entries/220.asm" -PiloswinePokedexEntry:: INCLUDE "stats/pokedex/entries/221.asm" -CorsolaPokedexEntry:: INCLUDE "stats/pokedex/entries/222.asm" -RemoraidPokedexEntry:: INCLUDE "stats/pokedex/entries/223.asm" -OctilleryPokedexEntry:: INCLUDE "stats/pokedex/entries/224.asm" -DelibirdPokedexEntry:: INCLUDE "stats/pokedex/entries/225.asm" -MantinePokedexEntry:: INCLUDE "stats/pokedex/entries/226.asm" -SkarmoryPokedexEntry:: INCLUDE "stats/pokedex/entries/227.asm" -HoundourPokedexEntry:: INCLUDE "stats/pokedex/entries/228.asm" -HoundoomPokedexEntry:: INCLUDE "stats/pokedex/entries/229.asm" -KingdraPokedexEntry:: INCLUDE "stats/pokedex/entries/230.asm" -PhanpyPokedexEntry:: INCLUDE "stats/pokedex/entries/231.asm" -DonphanPokedexEntry:: INCLUDE "stats/pokedex/entries/232.asm" -Porygon2PokedexEntry:: INCLUDE "stats/pokedex/entries/233.asm" -StantlerPokedexEntry:: INCLUDE "stats/pokedex/entries/234.asm" -SmearglePokedexEntry:: INCLUDE "stats/pokedex/entries/235.asm" -TyroguePokedexEntry:: INCLUDE "stats/pokedex/entries/236.asm" -HitmontopPokedexEntry:: INCLUDE "stats/pokedex/entries/237.asm" -SmoochumPokedexEntry:: INCLUDE "stats/pokedex/entries/238.asm" -ElekidPokedexEntry:: INCLUDE "stats/pokedex/entries/239.asm" -MagbyPokedexEntry:: INCLUDE "stats/pokedex/entries/240.asm" -MiltankPokedexEntry:: INCLUDE "stats/pokedex/entries/241.asm" -BlisseyPokedexEntry:: INCLUDE "stats/pokedex/entries/242.asm" -RaikouPokedexEntry:: INCLUDE "stats/pokedex/entries/243.asm" -EnteiPokedexEntry:: INCLUDE "stats/pokedex/entries/244.asm" -SuicunePokedexEntry:: INCLUDE "stats/pokedex/entries/245.asm" -LarvitarPokedexEntry:: INCLUDE "stats/pokedex/entries/246.asm" -PupitarPokedexEntry:: INCLUDE "stats/pokedex/entries/247.asm" -TyranitarPokedexEntry:: INCLUDE "stats/pokedex/entries/248.asm" -LugiaPokedexEntry:: INCLUDE "stats/pokedex/entries/249.asm" -HoOhPokedexEntry:: INCLUDE "stats/pokedex/entries/250.asm" -CelebiPokedexEntry:: INCLUDE "stats/pokedex/entries/251.asm" diff --git a/stats/pokedex/entries_crystal.asm b/stats/pokedex/entries_crystal.asm deleted file mode 100644 index d33c9d7bc..000000000 --- a/stats/pokedex/entries_crystal.asm +++ /dev/null @@ -1,3 +0,0 @@ -INCLUDE "pokecrystal.asm" -INCLUDE "stats/pokedex/entries.asm" - diff --git a/stats/pokedex/entry_pointers.asm b/stats/pokedex/entry_pointers.asm deleted file mode 100644 index 4f0f8aff2..000000000 --- a/stats/pokedex/entry_pointers.asm +++ /dev/null @@ -1,253 +0,0 @@ -; Pointers to all the Pokedex entries. - - dw BulbasaurPokedexEntry - dw IvysaurPokedexEntry - dw VenusaurPokedexEntry - dw CharmanderPokedexEntry - dw CharmeleonPokedexEntry - dw CharizardPokedexEntry - dw SquirtlePokedexEntry - dw WartortlePokedexEntry - dw BlastoisePokedexEntry - dw CaterpiePokedexEntry - dw MetapodPokedexEntry - dw ButterfreePokedexEntry - dw WeedlePokedexEntry - dw KakunaPokedexEntry - dw BeedrillPokedexEntry - dw PidgeyPokedexEntry - dw PidgeottoPokedexEntry - dw PidgeotPokedexEntry - dw RattataPokedexEntry - dw RaticatePokedexEntry - dw SpearowPokedexEntry - dw FearowPokedexEntry - dw EkansPokedexEntry - dw ArbokPokedexEntry - dw PikachuPokedexEntry - dw RaichuPokedexEntry - dw SandshrewPokedexEntry - dw SandslashPokedexEntry - dw NidoranFPokedexEntry - dw NidorinaPokedexEntry - dw NidoqueenPokedexEntry - dw NidoranMPokedexEntry - dw NidorinoPokedexEntry - dw NidokingPokedexEntry - dw ClefairyPokedexEntry - dw ClefablePokedexEntry - dw VulpixPokedexEntry - dw NinetalesPokedexEntry - dw JigglypuffPokedexEntry - dw WigglytuffPokedexEntry - dw ZubatPokedexEntry - dw GolbatPokedexEntry - dw OddishPokedexEntry - dw GloomPokedexEntry - dw VileplumePokedexEntry - dw ParasPokedexEntry - dw ParasectPokedexEntry - dw VenonatPokedexEntry - dw VenomothPokedexEntry - dw DiglettPokedexEntry - dw DugtrioPokedexEntry - dw MeowthPokedexEntry - dw PersianPokedexEntry - dw PsyduckPokedexEntry - dw GolduckPokedexEntry - dw MankeyPokedexEntry - dw PrimeapePokedexEntry - dw GrowlithePokedexEntry - dw ArcaninePokedexEntry - dw PoliwagPokedexEntry - dw PoliwhirlPokedexEntry - dw PoliwrathPokedexEntry - dw AbraPokedexEntry - dw KadabraPokedexEntry - dw AlakazamPokedexEntry - dw MachopPokedexEntry - dw MachokePokedexEntry - dw MachampPokedexEntry - dw BellsproutPokedexEntry - dw WeepinbellPokedexEntry - dw VictreebelPokedexEntry - dw TentacoolPokedexEntry - dw TentacruelPokedexEntry - dw GeodudePokedexEntry - dw GravelerPokedexEntry - dw GolemPokedexEntry - dw PonytaPokedexEntry - dw RapidashPokedexEntry - dw SlowpokePokedexEntry - dw SlowbroPokedexEntry - dw MagnemitePokedexEntry - dw MagnetonPokedexEntry - dw FarfetchDPokedexEntry - dw DoduoPokedexEntry - dw DodrioPokedexEntry - dw SeelPokedexEntry - dw DewgongPokedexEntry - dw GrimerPokedexEntry - dw MukPokedexEntry - dw ShellderPokedexEntry - dw CloysterPokedexEntry - dw GastlyPokedexEntry - dw HaunterPokedexEntry - dw GengarPokedexEntry - dw OnixPokedexEntry - dw DrowzeePokedexEntry - dw HypnoPokedexEntry - dw KrabbyPokedexEntry - dw KinglerPokedexEntry - dw VoltorbPokedexEntry - dw ElectrodePokedexEntry - dw ExeggcutePokedexEntry - dw ExeggutorPokedexEntry - dw CubonePokedexEntry - dw MarowakPokedexEntry - dw HitmonleePokedexEntry - dw HitmonchanPokedexEntry - dw LickitungPokedexEntry - dw KoffingPokedexEntry - dw WeezingPokedexEntry - dw RhyhornPokedexEntry - dw RhydonPokedexEntry - dw ChanseyPokedexEntry - dw TangelaPokedexEntry - dw KangaskhanPokedexEntry - dw HorseaPokedexEntry - dw SeadraPokedexEntry - dw GoldeenPokedexEntry - dw SeakingPokedexEntry - dw StaryuPokedexEntry - dw StarmiePokedexEntry - dw MrMimePokedexEntry - dw ScytherPokedexEntry - dw JynxPokedexEntry - dw ElectabuzzPokedexEntry - dw MagmarPokedexEntry - dw PinsirPokedexEntry - dw TaurosPokedexEntry - dw MagikarpPokedexEntry - dw GyaradosPokedexEntry - dw LaprasPokedexEntry - dw DittoPokedexEntry - dw EeveePokedexEntry - dw VaporeonPokedexEntry - dw JolteonPokedexEntry - dw FlareonPokedexEntry - dw PorygonPokedexEntry - dw OmanytePokedexEntry - dw OmastarPokedexEntry - dw KabutoPokedexEntry - dw KabutopsPokedexEntry - dw AerodactylPokedexEntry - dw SnorlaxPokedexEntry - dw ArticunoPokedexEntry - dw ZapdosPokedexEntry - dw MoltresPokedexEntry - dw DratiniPokedexEntry - dw DragonairPokedexEntry - dw DragonitePokedexEntry - dw MewtwoPokedexEntry - dw MewPokedexEntry - dw ChikoritaPokedexEntry - dw BayleefPokedexEntry - dw MeganiumPokedexEntry - dw CyndaquilPokedexEntry - dw QuilavaPokedexEntry - dw TyphlosionPokedexEntry - dw TotodilePokedexEntry - dw CroconawPokedexEntry - dw FeraligatrPokedexEntry - dw SentretPokedexEntry - dw FurretPokedexEntry - dw HoothootPokedexEntry - dw NoctowlPokedexEntry - dw LedybaPokedexEntry - dw LedianPokedexEntry - dw SpinarakPokedexEntry - dw AriadosPokedexEntry - dw CrobatPokedexEntry - dw ChinchouPokedexEntry - dw LanturnPokedexEntry - dw PichuPokedexEntry - dw CleffaPokedexEntry - dw IgglybuffPokedexEntry - dw TogepiPokedexEntry - dw TogeticPokedexEntry - dw NatuPokedexEntry - dw XatuPokedexEntry - dw MareepPokedexEntry - dw FlaaffyPokedexEntry - dw AmpharosPokedexEntry - dw BellossomPokedexEntry - dw MarillPokedexEntry - dw AzumarillPokedexEntry - dw SudowoodoPokedexEntry - dw PolitoedPokedexEntry - dw HoppipPokedexEntry - dw SkiploomPokedexEntry - dw JumpluffPokedexEntry - dw AipomPokedexEntry - dw SunkernPokedexEntry - dw SunfloraPokedexEntry - dw YanmaPokedexEntry - dw WooperPokedexEntry - dw QuagsirePokedexEntry - dw EspeonPokedexEntry - dw UmbreonPokedexEntry - dw MurkrowPokedexEntry - dw SlowkingPokedexEntry - dw MisdreavusPokedexEntry - dw UnownPokedexEntry - dw WobbuffetPokedexEntry - dw GirafarigPokedexEntry - dw PinecoPokedexEntry - dw ForretressPokedexEntry - dw DunsparcePokedexEntry - dw GligarPokedexEntry - dw SteelixPokedexEntry - dw SnubbullPokedexEntry - dw GranbullPokedexEntry - dw QwilfishPokedexEntry - dw ScizorPokedexEntry - dw ShucklePokedexEntry - dw HeracrossPokedexEntry - dw SneaselPokedexEntry - dw TeddiursaPokedexEntry - dw UrsaringPokedexEntry - dw SlugmaPokedexEntry - dw MagcargoPokedexEntry - dw SwinubPokedexEntry - dw PiloswinePokedexEntry - dw CorsolaPokedexEntry - dw RemoraidPokedexEntry - dw OctilleryPokedexEntry - dw DelibirdPokedexEntry - dw MantinePokedexEntry - dw SkarmoryPokedexEntry - dw HoundourPokedexEntry - dw HoundoomPokedexEntry - dw KingdraPokedexEntry - dw PhanpyPokedexEntry - dw DonphanPokedexEntry - dw Porygon2PokedexEntry - dw StantlerPokedexEntry - dw SmearglePokedexEntry - dw TyroguePokedexEntry - dw HitmontopPokedexEntry - dw SmoochumPokedexEntry - dw ElekidPokedexEntry - dw MagbyPokedexEntry - dw MiltankPokedexEntry - dw BlisseyPokedexEntry - dw RaikouPokedexEntry - dw EnteiPokedexEntry - dw SuicunePokedexEntry - dw LarvitarPokedexEntry - dw PupitarPokedexEntry - dw TyranitarPokedexEntry - dw LugiaPokedexEntry - dw HoOhPokedexEntry - dw CelebiPokedexEntry diff --git a/stats/pokedex/order_alpha.asm b/stats/pokedex/order_alpha.asm deleted file mode 100644 index bab0a981d..000000000 --- a/stats/pokedex/order_alpha.asm +++ /dev/null @@ -1,253 +0,0 @@ -; Every Pokemon sorted alphabetically by name. - - db ABRA - db AERODACTYL - db AIPOM - db ALAKAZAM - db AMPHAROS - db ARBOK - db ARCANINE - db ARIADOS - db ARTICUNO - db AZUMARILL - db BAYLEEF - db BEEDRILL - db BELLOSSOM - db BELLSPROUT - db BLASTOISE - db BLISSEY - db BULBASAUR - db BUTTERFREE - db CATERPIE - db CELEBI - db CHANSEY - db CHARIZARD - db CHARMANDER - db CHARMELEON - db CHIKORITA - db CHINCHOU - db CLEFABLE - db CLEFAIRY - db CLEFFA - db CLOYSTER - db CORSOLA - db CROBAT - db CROCONAW - db CUBONE - db CYNDAQUIL - db DELIBIRD - db DEWGONG - db DIGLETT - db DITTO - db DODRIO - db DODUO - db DONPHAN - db DRAGONAIR - db DRAGONITE - db DRATINI - db DROWZEE - db DUGTRIO - db DUNSPARCE - db EEVEE - db EKANS - db ELECTABUZZ - db ELECTRODE - db ELEKID - db ENTEI - db ESPEON - db EXEGGCUTE - db EXEGGUTOR - db FARFETCH_D - db FEAROW - db FERALIGATR - db FLAAFFY - db FLAREON - db FORRETRESS - db FURRET - db GASTLY - db GENGAR - db GEODUDE - db GIRAFARIG - db GLIGAR - db GLOOM - db GOLBAT - db GOLDEEN - db GOLDUCK - db GOLEM - db GRANBULL - db GRAVELER - db GRIMER - db GROWLITHE - db GYARADOS - db HAUNTER - db HERACROSS - db HITMONCHAN - db HITMONLEE - db HITMONTOP - db HO_OH - db HOOTHOOT - db HOPPIP - db HORSEA - db HOUNDOOM - db HOUNDOUR - db HYPNO - db IGGLYBUFF - db IVYSAUR - db JIGGLYPUFF - db JOLTEON - db JUMPLUFF - db JYNX - db KABUTO - db KABUTOPS - db KADABRA - db KAKUNA - db KANGASKHAN - db KINGDRA - db KINGLER - db KOFFING - db KRABBY - db LANTURN - db LAPRAS - db LARVITAR - db LEDIAN - db LEDYBA - db LICKITUNG - db LUGIA - db MACHAMP - db MACHOKE - db MACHOP - db MAGBY - db MAGCARGO - db MAGIKARP - db MAGMAR - db MAGNEMITE - db MAGNETON - db MANKEY - db MANTINE - db MAREEP - db MARILL - db MAROWAK - db MEGANIUM - db MEOWTH - db METAPOD - db MEW - db MEWTWO - db MILTANK - db MISDREAVUS - db MOLTRES - db MR__MIME - db MUK - db MURKROW - db NATU - db NIDOKING - db NIDOQUEEN - db NIDORAN_F - db NIDORAN_M - db NIDORINA - db NIDORINO - db NINETALES - db NOCTOWL - db OCTILLERY - db ODDISH - db OMANYTE - db OMASTAR - db ONIX - db PARAS - db PARASECT - db PERSIAN - db PHANPY - db PICHU - db PIDGEOT - db PIDGEOTTO - db PIDGEY - db PIKACHU - db PILOSWINE - db PINECO - db PINSIR - db POLITOED - db POLIWAG - db POLIWHIRL - db POLIWRATH - db PONYTA - db PORYGON - db PORYGON2 - db PRIMEAPE - db PSYDUCK - db PUPITAR - db QUAGSIRE - db QUILAVA - db QWILFISH - db RAICHU - db RAIKOU - db RAPIDASH - db RATICATE - db RATTATA - db REMORAID - db RHYDON - db RHYHORN - db SANDSHREW - db SANDSLASH - db SCIZOR - db SCYTHER - db SEADRA - db SEAKING - db SEEL - db SENTRET - db SHELLDER - db SHUCKLE - db SKARMORY - db SKIPLOOM - db SLOWBRO - db SLOWKING - db SLOWPOKE - db SLUGMA - db SMEARGLE - db SMOOCHUM - db SNEASEL - db SNORLAX - db SNUBBULL - db SPEAROW - db SPINARAK - db SQUIRTLE - db STANTLER - db STARMIE - db STARYU - db STEELIX - db SUDOWOODO - db SUICUNE - db SUNFLORA - db SUNKERN - db SWINUB - db TANGELA - db TAUROS - db TEDDIURSA - db TENTACOOL - db TENTACRUEL - db TOGEPI - db TOGETIC - db TOTODILE - db TYPHLOSION - db TYRANITAR - db TYROGUE - db UMBREON - db UNOWN - db URSARING - db VAPOREON - db VENOMOTH - db VENONAT - db VENUSAUR - db VICTREEBEL - db VILEPLUME - db VOLTORB - db VULPIX - db WARTORTLE - db WEEDLE - db WEEPINBELL - db WEEZING - db WIGGLYTUFF - db WOBBUFFET - db WOOPER - db XATU - db YANMA - db ZAPDOS - db ZUBAT diff --git a/stats/pokedex/order_new.asm b/stats/pokedex/order_new.asm deleted file mode 100644 index a98a658cd..000000000 --- a/stats/pokedex/order_new.asm +++ /dev/null @@ -1,253 +0,0 @@ -; Every Pokemon sorted in New Pokedex Order. - - db CHIKORITA - db BAYLEEF - db MEGANIUM - db CYNDAQUIL - db QUILAVA - db TYPHLOSION - db TOTODILE - db CROCONAW - db FERALIGATR - db PIDGEY - db PIDGEOTTO - db PIDGEOT - db SPEAROW - db FEAROW - db HOOTHOOT - db NOCTOWL - db RATTATA - db RATICATE - db SENTRET - db FURRET - db PICHU - db PIKACHU - db RAICHU - db CATERPIE - db METAPOD - db BUTTERFREE - db WEEDLE - db KAKUNA - db BEEDRILL - db LEDYBA - db LEDIAN - db SPINARAK - db ARIADOS - db GEODUDE - db GRAVELER - db GOLEM - db ZUBAT - db GOLBAT - db CROBAT - db CLEFFA - db CLEFAIRY - db CLEFABLE - db IGGLYBUFF - db JIGGLYPUFF - db WIGGLYTUFF - db TOGEPI - db TOGETIC - db SANDSHREW - db SANDSLASH - db EKANS - db ARBOK - db DUNSPARCE - db MAREEP - db FLAAFFY - db AMPHAROS - db WOOPER - db QUAGSIRE - db GASTLY - db HAUNTER - db GENGAR - db UNOWN - db ONIX - db STEELIX - db BELLSPROUT - db WEEPINBELL - db VICTREEBEL - db HOPPIP - db SKIPLOOM - db JUMPLUFF - db PARAS - db PARASECT - db POLIWAG - db POLIWHIRL - db POLIWRATH - db POLITOED - db MAGIKARP - db GYARADOS - db GOLDEEN - db SEAKING - db SLOWPOKE - db SLOWBRO - db SLOWKING - db ODDISH - db GLOOM - db VILEPLUME - db BELLOSSOM - db DROWZEE - db HYPNO - db ABRA - db KADABRA - db ALAKAZAM - db DITTO - db PINECO - db FORRETRESS - db NIDORAN_F - db NIDORINA - db NIDOQUEEN - db NIDORAN_M - db NIDORINO - db NIDOKING - db YANMA - db SUNKERN - db SUNFLORA - db EXEGGCUTE - db EXEGGUTOR - db SUDOWOODO - db WOBBUFFET - db VENONAT - db VENOMOTH - db SCYTHER - db SCIZOR - db PINSIR - db HERACROSS - db KOFFING - db WEEZING - db GRIMER - db MUK - db MAGNEMITE - db MAGNETON - db VOLTORB - db ELECTRODE - db AIPOM - db SNUBBULL - db GRANBULL - db VULPIX - db NINETALES - db GROWLITHE - db ARCANINE - db STANTLER - db MARILL - db AZUMARILL - db DIGLETT - db DUGTRIO - db MANKEY - db PRIMEAPE - db MEOWTH - db PERSIAN - db PSYDUCK - db GOLDUCK - db MACHOP - db MACHOKE - db MACHAMP - db TYROGUE - db HITMONLEE - db HITMONCHAN - db HITMONTOP - db GIRAFARIG - db TAUROS - db MILTANK - db MAGBY - db MAGMAR - db SMOOCHUM - db JYNX - db ELEKID - db ELECTABUZZ - db MR__MIME - db SMEARGLE - db FARFETCH_D - db NATU - db XATU - db QWILFISH - db TENTACOOL - db TENTACRUEL - db KRABBY - db KINGLER - db SHUCKLE - db STARYU - db STARMIE - db SHELLDER - db CLOYSTER - db CORSOLA - db REMORAID - db OCTILLERY - db CHINCHOU - db LANTURN - db SEEL - db DEWGONG - db LICKITUNG - db TANGELA - db EEVEE - db VAPOREON - db JOLTEON - db FLAREON - db ESPEON - db UMBREON - db HORSEA - db SEADRA - db KINGDRA - db GLIGAR - db DELIBIRD - db SWINUB - db PILOSWINE - db TEDDIURSA - db URSARING - db PHANPY - db DONPHAN - db MANTINE - db SKARMORY - db DODUO - db DODRIO - db PONYTA - db RAPIDASH - db CUBONE - db MAROWAK - db KANGASKHAN - db RHYHORN - db RHYDON - db MURKROW - db HOUNDOUR - db HOUNDOOM - db SLUGMA - db MAGCARGO - db SNEASEL - db MISDREAVUS - db PORYGON - db PORYGON2 - db CHANSEY - db BLISSEY - db LAPRAS - db OMANYTE - db OMASTAR - db KABUTO - db KABUTOPS - db AERODACTYL - db SNORLAX - db BULBASAUR - db IVYSAUR - db VENUSAUR - db CHARMANDER - db CHARMELEON - db CHARIZARD - db SQUIRTLE - db WARTORTLE - db BLASTOISE - db ARTICUNO - db ZAPDOS - db MOLTRES - db RAIKOU - db ENTEI - db SUICUNE - db DRATINI - db DRAGONAIR - db DRAGONITE - db LARVITAR - db PUPITAR - db TYRANITAR - db LUGIA - db HO_OH - db MEWTWO - db MEW - db CELEBI |