summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-10-11 17:59:52 -0700
committerYamaArashi <shadow962@live.com>2015-10-11 17:59:52 -0700
commit7b95d1ff810de65b4a52414a8242b59798393618 (patch)
tree0ab2bad7aaa8e9b930b0cb2b3249c26fb9c67456
parente67ef58403a1cce83d7e7a9447d8c376f172cb05 (diff)
pokedex data
-rw-r--r--asm/emerald.s16
-rw-r--r--asm/macros.s13
-rw-r--r--data/data2.s9
-rw-r--r--data/pokedex_entries.s390
-rw-r--r--data/text/pokedex_text.s2321
5 files changed, 2738 insertions, 11 deletions
diff --git a/asm/emerald.s b/asm/emerald.s
index 473315454..1232c5b67 100644
--- a/asm/emerald.s
+++ b/asm/emerald.s
@@ -361488,7 +361488,7 @@ sub_80BF82C: ; 80BF82C
negs r0, r0
ands r0, r1
strb r0, [r4, 0x5]
- ldr r2, =gUnknown_0856B5B0
+ ldr r2, =gPokedexEntries
ldr r0, =0x02039b54
ldr r1, [r0]
ldrh r0, [r1]
@@ -361559,7 +361559,7 @@ sub_80BF82C: ; 80BF82C
negs r0, r0
ands r0, r1
strb r0, [r4, 0x5]
- ldr r2, =gUnknown_0856B5B0
+ ldr r2, =gPokedexEntries
ldr r1, [r5]
ldrh r0, [r1]
lsls r0, 5
@@ -362529,7 +362529,7 @@ sub_80C020C: ; 80C020C
bl sub_80BE8DC
cmp r7, 0
beq @080C02FC
- ldr r0, =gUnknown_0856B5B0
+ ldr r0, =gPokedexEntries
lsls r4, r6, 5
adds r4, r0
ldrh r0, [r4, 0xC]
@@ -362555,7 +362555,7 @@ sub_80C020C: ; 80C020C
@080C0310:
cmp r7, 0
beq @080C032C
- ldr r0, =gUnknown_0856B5B0
+ ldr r0, =gPokedexEntries
lsls r1, r6, 5
adds r0, 0x10
adds r1, r0
@@ -362937,7 +362937,7 @@ sub_80C0460: ; 80C0460
sub_80C0620: ; 80C0620
lsls r0, 16
lsrs r0, 11
- ldr r1, =gUnknown_0856B5B0
+ ldr r1, =gPokedexEntries
adds r0, r1
bx lr
.align 2, 0
@@ -362958,7 +362958,7 @@ sub_80C0630: ; 80C0630
movs r0, 0x1
b @080C065C
@080C0646:
- ldr r0, =gUnknown_0856B5B0
+ ldr r0, =gPokedexEntries
lsls r1, r2, 5
adds r1, r0
ldrh r0, [r1, 0xC]
@@ -362966,7 +362966,7 @@ sub_80C0630: ; 80C0630
.align 2, 0
.pool
@080C0654:
- ldr r0, =gUnknown_0856B5B0
+ ldr r0, =gPokedexEntries
lsls r1, r2, 5
adds r1, r0
ldrh r0, [r1, 0xE]
@@ -920235,7 +920235,7 @@ sub_81DB468: ; 81DB468
adds r2, r0, 0
adds r0, r1, 0
lsls r2, 5
- ldr r1, =gUnknown_0856B5B0
+ ldr r1, =gPokedexEntries
adds r2, r1
adds r1, r2, 0
bl gf_strcpy
diff --git a/asm/macros.s b/asm/macros.s
index 64b77383d..c97c6f177 100644
--- a/asm/macros.s
+++ b/asm/macros.s
@@ -63,3 +63,16 @@
.byte (\shadow_color << 4) | \bg_color
.2byte 0 ; padding
.endm
+
+ .macro pokedex_entry category_name, height, width, text_pointer, pokemon_scale, pokemon_offset, trainer_scale, trainer_offset
+ .charmapstr "\category_name", 12
+ .2byte \height ; in decimeters
+ .2byte \width ; in hectograms
+ .4byte \text_pointer
+ .2byte 0 ; unused
+ .2byte \pokemon_scale
+ .2byte \pokemon_offset
+ .2byte \trainer_scale
+ .2byte \trainer_offset
+ .2byte 0 ; padding
+ .endm
diff --git a/data/data2.s b/data/data2.s
index 6d7bdaf34..468ecea5a 100644
--- a/data/data2.s
+++ b/data/data2.s
@@ -3642,10 +3642,13 @@ gUnknown_0855D2FE: ; 855D2FE
.incbin "base_emerald.gba", 0x55d2fe, 0xe
gUnknown_0855D30C: ; 855D30C
- .incbin "base_emerald.gba", 0x55d30c, 0xe2a4
+ .charmapstr "$"
-gUnknown_0856B5B0: ; 856B5B0
- .incbin "base_emerald.gba", 0x56b5b0, 0x3060
+; 855D30D
+ .include "data/text/pokedex_text.s"
+
+; 856B5B0
+ .include "data/pokedex_entries.s"
gUnknown_0856E610: ; 856E610
.incbin "base_emerald.gba", 0x56e610, 0x20
diff --git a/data/pokedex_entries.s b/data/pokedex_entries.s
new file mode 100644
index 000000000..b801e68f1
--- /dev/null
+++ b/data/pokedex_entries.s
@@ -0,0 +1,390 @@
+ .align 2, 0
+
+gPokedexEntries: ; 856B5B0
+ pokedex_entry "UNKNOWN$", 0, 0, gDummyPokedexText, 256, 0, 256, 0
+ pokedex_entry "SEED$", 7, 69, gBulbasaurPokedexText, 356, 17, 256, 0
+ pokedex_entry "SEED$", 10, 130, gIvysaurPokedexText, 335, 13, 256, 0
+ pokedex_entry "SEED$", 20, 1000, gVenusaurPokedexText, 256, 0, 388, 6
+ pokedex_entry "LIZARD$", 6, 85, gCharmanderPokedexText, 444, 18, 256, 0
+ pokedex_entry "FLAME$", 11, 190, gCharmeleonPokedexText, 302, 9, 256, 0
+ pokedex_entry "FLAME$", 17, 905, gCharizardPokedexText, 256, 1, 302, 3
+ pokedex_entry "TINY TURTLE$", 5, 90, gSquirtlePokedexText, 412, 18, 256, 0
+ pokedex_entry "TURTLE$", 10, 225, gWartortlePokedexText, 332, 10, 256, 0
+ pokedex_entry "SHELLFISH$", 16, 855, gBlastoisePokedexText, 256, -1, 293, 2
+ pokedex_entry "WORM$", 3, 29, gCaterpiePokedexText, 549, 22, 256, 0
+ pokedex_entry "COCOON$", 7, 99, gMetapodPokedexText, 350, 18, 256, 0
+ pokedex_entry "BUTTERFLY$", 11, 320, gButterfreePokedexText, 312, 2, 256, 0
+ pokedex_entry "HAIRY BUG$", 3, 32, gWeedlePokedexText, 455, 22, 256, 0
+ pokedex_entry "COCOON$", 6, 100, gKakunaPokedexText, 424, 17, 256, 0
+ pokedex_entry "POISON BEE$", 10, 295, gBeedrillPokedexText, 366, 2, 256, 0
+ pokedex_entry "TINY BIRD$", 3, 18, gPidgeyPokedexText, 508, -3, 256, 0
+ pokedex_entry "BIRD$", 11, 300, gPidgeottoPokedexText, 331, 10, 256, 0
+ pokedex_entry "BIRD$", 15, 395, gPidgeotPokedexText, 269, 0, 256, 0
+ pokedex_entry "MOUSE$", 3, 35, gRattataPokedexText, 481, 21, 256, 0
+ pokedex_entry "MOUSE$", 7, 185, gRaticatePokedexText, 459, 18, 256, 0
+ pokedex_entry "TINY BIRD$", 3, 20, gSpearowPokedexText, 571, 22, 256, 0
+ pokedex_entry "BEAK$", 12, 380, gFearowPokedexText, 278, 1, 256, 0
+ pokedex_entry "SNAKE$", 20, 69, gEkansPokedexText, 298, 12, 256, 0
+ pokedex_entry "COBRA$", 35, 650, gArbokPokedexText, 256, 0, 296, 2
+ pokedex_entry "MOUSE$", 4, 60, gPikachuPokedexText, 479, 19, 256, 0
+ pokedex_entry "MOUSE$", 8, 300, gRaichuPokedexText, 426, 13, 256, 0
+ pokedex_entry "MOUSE$", 6, 120, gSandshrewPokedexText, 365, 18, 256, 0
+ pokedex_entry "MOUSE$", 10, 295, gSandslashPokedexText, 341, 11, 256, 0
+ pokedex_entry "POISON PIN$", 4, 70, gNidoranFPokedexText, 488, 21, 256, 0
+ pokedex_entry "POISON PIN$", 8, 200, gNidorinaPokedexText, 381, 15, 256, 0
+ pokedex_entry "DRILL$", 13, 600, gNidoqueenPokedexText, 293, 4, 256, 0
+ pokedex_entry "POISON PIN$", 5, 90, gNidoranMPokedexText, 511, 20, 256, 0
+ pokedex_entry "POISON PIN$", 9, 195, gNidorinoPokedexText, 408, 15, 256, 0
+ pokedex_entry "DRILL$", 14, 620, gNidokingPokedexText, 256, 0, 256, 0
+ pokedex_entry "FAIRY$", 6, 75, gClefairyPokedexText, 441, 20, 256, 0
+ pokedex_entry "FAIRY$", 13, 400, gClefablePokedexText, 256, 5, 256, 0
+ pokedex_entry "FOX$", 6, 99, gVulpixPokedexText, 542, 19, 256, 0
+ pokedex_entry "FOX$", 11, 199, gNinetalesPokedexText, 339, 10, 256, 0
+ pokedex_entry "BALLOON$", 5, 55, gJigglypuffPokedexText, 433, 2, 256, 0
+ pokedex_entry "BALLOON$", 10, 120, gWigglytuffPokedexText, 328, 11, 256, 0
+ pokedex_entry "BAT$", 8, 75, gZubatPokedexText, 362, -5, 256, 0
+ pokedex_entry "BAT$", 16, 550, gGolbatPokedexText, 256, 1, 256, 0
+ pokedex_entry "WEED$", 5, 54, gOddishPokedexText, 423, 19, 256, 0
+ pokedex_entry "WEED$", 8, 86, gGloomPokedexText, 329, 13, 256, 0
+ pokedex_entry "FLOWER$", 12, 186, gVileplumePokedexText, 256, 4, 256, 0
+ pokedex_entry "MUSHROOM$", 3, 54, gParasPokedexText, 593, 22, 256, 0
+ pokedex_entry "MUSHROOM$", 10, 295, gParasectPokedexText, 307, 8, 256, 0
+ pokedex_entry "INSECT$", 10, 300, gVenonatPokedexText, 360, 0, 256, -1
+ pokedex_entry "POISON MOTH$", 15, 125, gVenomothPokedexText, 285, 2, 256, 1
+ pokedex_entry "MOLE$", 2, 8, gDiglettPokedexText, 833, 25, 256, 0
+ pokedex_entry "MOLE$", 7, 333, gDugtrioPokedexText, 406, 18, 256, 0
+ pokedex_entry "SCRATCH CAT$", 4, 42, gMeowthPokedexText, 480, 19, 256, 0
+ pokedex_entry "CLASSY CAT$", 10, 320, gPersianPokedexText, 320, 10, 256, 0
+ pokedex_entry "DUCK$", 8, 196, gPsyduckPokedexText, 369, 15, 256, 0
+ pokedex_entry "DUCK$", 17, 766, gGolduckPokedexText, 256, 1, 273, 1
+ pokedex_entry "PIG MONKEY$", 5, 280, gMankeyPokedexText, 404, 19, 256, 0
+ pokedex_entry "PIG MONKEY$", 10, 320, gPrimeapePokedexText, 326, 10, 256, 0
+ pokedex_entry "PUPPY$", 7, 190, gGrowlithePokedexText, 346, 14, 256, 0
+ pokedex_entry "LEGENDARY$", 19, 1550, gArcaninePokedexText, 256, 1, 312, 4
+ pokedex_entry "TADPOLE$", 6, 124, gPoliwagPokedexText, 369, 20, 256, 0
+ pokedex_entry "TADPOLE$", 10, 200, gPoliwhirlPokedexText, 288, 11, 256, 0
+ pokedex_entry "TADPOLE$", 13, 540, gPoliwrathPokedexText, 256, 6, 256, 0
+ pokedex_entry "PSI$", 9, 195, gAbraPokedexText, 363, 14, 256, 0
+ pokedex_entry "PSI$", 13, 565, gKadabraPokedexText, 256, 3, 256, 0
+ pokedex_entry "PSI$", 15, 480, gAlakazamPokedexText, 256, 3, 256, 0
+ pokedex_entry "SUPERPOWER$", 8, 195, gMachopPokedexText, 342, 14, 256, 0
+ pokedex_entry "SUPERPOWER$", 15, 705, gMachokePokedexText, 323, 9, 257, 0
+ pokedex_entry "SUPERPOWER$", 16, 1300, gMachampPokedexText, 280, 1, 269, -1
+ pokedex_entry "FLOWER$", 7, 40, gBellsproutPokedexText, 354, 16, 256, 0
+ pokedex_entry "FLYCATCHER$", 10, 64, gWeepinbellPokedexText, 256, 0, 256, 0
+ pokedex_entry "FLYCATCHER$", 17, 155, gVictreebelPokedexText, 256, 1, 312, 3
+ pokedex_entry "JELLYFISH$", 9, 455, gTentacoolPokedexText, 256, 0, 256, 0
+ pokedex_entry "JELLYFISH$", 16, 550, gTentacruelPokedexText, 256, 0, 312, 1
+ pokedex_entry "ROCK$", 4, 200, gGeodudePokedexText, 347, 18, 256, 0
+ pokedex_entry "ROCK$", 10, 1050, gGravelerPokedexText, 256, 2, 256, 0
+ pokedex_entry "MEGATON$", 14, 3000, gGolemPokedexText, 256, 3, 296, 2
+ pokedex_entry "FIRE HORSE$", 10, 300, gPonytaPokedexText, 283, 8, 256, 0
+ pokedex_entry "FIRE HORSE$", 17, 950, gRapidashPokedexText, 256, 0, 289, 1
+ pokedex_entry "DOPEY$", 12, 360, gSlowpokePokedexText, 256, 10, 256, 0
+ pokedex_entry "HERMIT CRAB$", 16, 785, gSlowbroPokedexText, 256, 6, 296, 2
+ pokedex_entry "MAGNET$", 3, 60, gMagnemitePokedexText, 288, -9, 256, 0
+ pokedex_entry "MAGNET$", 10, 600, gMagnetonPokedexText, 292, 1, 256, 0
+ pokedex_entry "WILD DUCK$", 8, 150, gFarfetchdPokedexText, 330, 2, 293, 2
+ pokedex_entry "TWIN BIRD$", 14, 392, gDoduoPokedexText, 256, 3, 257, -1
+ pokedex_entry "TRIPLE BIRD$", 18, 852, gDodrioPokedexText, 256, 0, 268, 0
+ pokedex_entry "SEA LION$", 11, 900, gSeelPokedexText, 297, 8, 256, 0
+ pokedex_entry "SEA LION$", 17, 1200, gDewgongPokedexText, 256, 0, 275, 0
+ pokedex_entry "SLUDGE$", 9, 300, gGrimerPokedexText, 258, 10, 256, 0
+ pokedex_entry "SLUDGE$", 12, 300, gMukPokedexText, 256, 2, 256, 0
+ pokedex_entry "BIVALVE$", 3, 40, gShellderPokedexText, 675, 24, 256, 0
+ pokedex_entry "BIVALVE$", 15, 1325, gCloysterPokedexText, 256, 0, 269, 1
+ pokedex_entry "GAS$", 13, 1, gGastlyPokedexText, 256, 0, 256, 0
+ pokedex_entry "GAS$", 16, 1, gHaunterPokedexText, 256, 2, 293, 2
+ pokedex_entry "SHADOW$", 15, 405, gGengarPokedexText, 256, 2, 302, 2
+ pokedex_entry "ROCK SNAKE$", 88, 2100, gOnixPokedexText, 256, 1, 515, 14
+ pokedex_entry "HYPNOSIS$", 10, 324, gDrowzeePokedexText, 274, 6, 256, 0
+ pokedex_entry "HYPNOSIS$", 16, 756, gHypnoPokedexText, 256, 3, 257, 0
+ pokedex_entry "RIVER CRAB$", 4, 65, gKrabbyPokedexText, 469, 20, 256, 0
+ pokedex_entry "PINCER$", 13, 600, gKinglerPokedexText, 256, 2, 256, 0
+ pokedex_entry "BALL$", 5, 104, gVoltorbPokedexText, 364, -8, 256, 0
+ pokedex_entry "BALL$", 12, 666, gElectrodePokedexText, 256, 0, 256, 0
+ pokedex_entry "EGG$", 4, 25, gExeggcutePokedexText, 489, -4, 256, 0
+ pokedex_entry "COCONUT$", 20, 1200, gExeggutorPokedexText, 256, 0, 309, 5
+ pokedex_entry "LONELY$", 4, 65, gCubonePokedexText, 545, 21, 256, 0
+ pokedex_entry "BONE KEEPER$", 10, 450, gMarowakPokedexText, 293, 12, 256, 0
+ pokedex_entry "KICKING$", 15, 498, gHitmonleePokedexText, 256, 3, 259, 1
+ pokedex_entry "PUNCHING$", 14, 502, gHitmonchanPokedexText, 256, 2, 277, 2
+ pokedex_entry "LICKING$", 12, 655, gLickitungPokedexText, 256, 4, 256, 0
+ pokedex_entry "POISON GAS$", 6, 10, gKoffingPokedexText, 369, -1, 256, 0
+ pokedex_entry "POISON GAS$", 12, 95, gWeezingPokedexText, 305, 3, 256, 0
+ pokedex_entry "SPIKES$", 10, 1150, gRhyhornPokedexText, 267, 6, 256, 0
+ pokedex_entry "DRILL$", 19, 1200, gRhydonPokedexText, 256, 1, 299, 2
+ pokedex_entry "EGG$", 11, 346, gChanseyPokedexText, 257, 7, 256, 0
+ pokedex_entry "VINE$", 10, 350, gTangelaPokedexText, 304, 1, 256, 0
+ pokedex_entry "PARENT$", 22, 800, gKangaskhanPokedexText, 256, 0, 387, 8
+ pokedex_entry "DRAGON$", 4, 80, gHorseaPokedexText, 399, -1, 256, 0
+ pokedex_entry "DRAGON$", 12, 250, gSeadraPokedexText, 299, 3, 256, 0
+ pokedex_entry "GOLDFISH$", 6, 150, gGoldeenPokedexText, 379, 4, 256, 0
+ pokedex_entry "GOLDFISH$", 13, 390, gSeakingPokedexText, 256, 3, 256, 0
+ pokedex_entry "STAR SHAPE$", 8, 345, gStaryuPokedexText, 326, 1, 256, 0
+ pokedex_entry "MYSTERIOUS$", 11, 800, gStarmiePokedexText, 301, 3, 256, 0
+ pokedex_entry "BARRIER$", 13, 545, gMrmimePokedexText, 258, 6, 256, 0
+ pokedex_entry "MANTIS$", 15, 560, gScytherPokedexText, 256, 1, 293, 2
+ pokedex_entry "HUMAN SHAPE$", 14, 406, gJynxPokedexText, 256, 3, 300, 1
+ pokedex_entry "ELECTRIC$", 11, 300, gElectabuzzPokedexText, 351, 8, 256, 0
+ pokedex_entry "SPITFIRE$", 13, 445, gMagmarPokedexText, 277, 5, 256, 0
+ pokedex_entry "STAG BEETLE$", 15, 550, gPinsirPokedexText, 256, 2, 257, 0
+ pokedex_entry "WILD BULL$", 14, 884, gTaurosPokedexText, 256, 0, 256, 0
+ pokedex_entry "FISH$", 9, 100, gMagikarpPokedexText, 310, 4, 256, 0
+ pokedex_entry "ATROCIOUS$", 65, 2350, gGyaradosPokedexText, 256, 6, 481, 13
+ pokedex_entry "TRANSPORT$", 25, 2200, gLaprasPokedexText, 257, 10, 423, 8
+ pokedex_entry "TRANSFORM$", 3, 40, gDittoPokedexText, 633, 23, 256, 0
+ pokedex_entry "EVOLUTION$", 3, 65, gEeveePokedexText, 476, 18, 256, 0
+ pokedex_entry "BUBBLE JET$", 10, 290, gVaporeonPokedexText, 316, 8, 256, 0
+ pokedex_entry "LIGHTNING$", 8, 245, gJolteonPokedexText, 283, 8, 256, 0
+ pokedex_entry "FLAME$", 9, 250, gFlareonPokedexText, 306, 12, 256, 0
+ pokedex_entry "VIRTUAL$", 8, 365, gPorygonPokedexText, 328, 15, 256, 0
+ pokedex_entry "SPIRAL$", 4, 75, gOmanytePokedexText, 521, 22, 256, 0
+ pokedex_entry "SPIRAL$", 10, 350, gOmastarPokedexText, 307, 7, 256, 0
+ pokedex_entry "SHELLFISH$", 5, 115, gKabutoPokedexText, 454, 21, 256, 0
+ pokedex_entry "SHELLFISH$", 13, 405, gKabutopsPokedexText, 271, 3, 256, 0
+ pokedex_entry "FOSSIL$", 18, 590, gAerodactylPokedexText, 256, 0, 302, 4
+ pokedex_entry "SLEEPING$", 21, 4600, gSnorlaxPokedexText, 256, 4, 423, 11
+ pokedex_entry "FREEZE$", 17, 554, gArticunoPokedexText, 256, 0, 309, 2
+ pokedex_entry "ELECTRIC$", 16, 526, gZapdosPokedexText, 256, 0, 318, 3
+ pokedex_entry "FLAME$", 20, 600, gMoltresPokedexText, 270, 0, 387, 8
+ pokedex_entry "DRAGON$", 18, 33, gDratiniPokedexText, 256, 8, 386, 6
+ pokedex_entry "DRAGON$", 40, 165, gDragonairPokedexText, 256, 0, 411, 5
+ pokedex_entry "DRAGON$", 22, 2100, gDragonitePokedexText, 256, 0, 309, 4
+ pokedex_entry "GENETIC$", 20, 1220, gMewtwoPokedexText, 256, 0, 309, 4
+ pokedex_entry "NEW SPECIES$", 4, 40, gMewPokedexText, 457, -2, 256, 0
+ pokedex_entry "LEAF$", 9, 64, gChikoritaPokedexText, 512, 20, 256, 0
+ pokedex_entry "LEAF$", 12, 158, gBayleefPokedexText, 296, 4, 256, 0
+ pokedex_entry "HERB$", 18, 1005, gMeganiumPokedexText, 256, 0, 277, 1
+ pokedex_entry "FIRE MOUSE$", 5, 79, gCyndaquilPokedexText, 539, 21, 256, 0
+ pokedex_entry "VOLCANO$", 9, 190, gQuilavaPokedexText, 329, 11, 256, 0
+ pokedex_entry "VOLCANO$", 17, 795, gTyphlosionPokedexText, 256, 0, 268, 1
+ pokedex_entry "BIG JAW$", 6, 95, gTotodilePokedexText, 487, 20, 256, 0
+ pokedex_entry "BIG JAW$", 11, 250, gCroconawPokedexText, 378, 13, 256, 0
+ pokedex_entry "BIG JAW$", 23, 888, gFeraligatrPokedexText, 256, 0, 342, 7
+ pokedex_entry "SCOUT$", 8, 60, gSentretPokedexText, 439, 12, 256, 0
+ pokedex_entry "LONG BODY$", 18, 325, gFurretPokedexText, 346, 11, 256, 0
+ pokedex_entry "OWL$", 7, 212, gHoothootPokedexText, 380, -2, 256, 0
+ pokedex_entry "OWL$", 16, 408, gNoctowlPokedexText, 278, 3, 256, 0
+ pokedex_entry "FIVE STAR$", 10, 108, gLedybaPokedexText, 256, 4, 256, 0
+ pokedex_entry "FIVE STAR$", 14, 356, gLedianPokedexText, 256, 2, 256, 0
+ pokedex_entry "STRING SPIT$", 5, 85, gSpinarakPokedexText, 414, 21, 256, 0
+ pokedex_entry "LONG LEG$", 11, 335, gAriadosPokedexText, 316, 8, 256, 0
+ pokedex_entry "BAT$", 18, 750, gCrobatPokedexText, 256, 0, 281, 1
+ pokedex_entry "ANGLER$", 5, 120, gChinchouPokedexText, 424, -2, 256, 0
+ pokedex_entry "LIGHT$", 12, 225, gLanturnPokedexText, 269, 6, 256, 0
+ pokedex_entry "TINY MOUSE$", 3, 20, gPichuPokedexText, 508, 20, 256, 0
+ pokedex_entry "STAR SHAPE$", 3, 30, gCleffaPokedexText, 462, 23, 256, 0
+ pokedex_entry "BALLOON$", 3, 10, gIgglybuffPokedexText, 457, -1, 256, 0
+ pokedex_entry "SPIKE BALL$", 3, 15, gTogepiPokedexText, 507, 23, 256, 0
+ pokedex_entry "HAPPINESS$", 6, 32, gTogeticPokedexText, 424, 17, 256, 0
+ pokedex_entry "TINY BIRD$", 2, 20, gNatuPokedexText, 610, 25, 256, 0
+ pokedex_entry "MYSTIC$", 15, 150, gXatuPokedexText, 256, 6, 318, 4
+ pokedex_entry "WOOL$", 6, 78, gMareepPokedexText, 379, 18, 256, 0
+ pokedex_entry "WOOL$", 8, 133, gFlaaffyPokedexText, 372, 15, 256, 0
+ pokedex_entry "LIGHT$", 14, 615, gAmpharosPokedexText, 256, 4, 256, 0
+ pokedex_entry "FLOWER$", 4, 58, gBellossomPokedexText, 472, 21, 256, 0
+ pokedex_entry "AQUA MOUSE$", 4, 85, gMarillPokedexText, 476, 20, 256, 0
+ pokedex_entry "AQUA RABBIT$", 8, 285, gAzumarillPokedexText, 448, 16, 256, 0
+ pokedex_entry "IMITATION$", 12, 380, gSudowoodoPokedexText, 305, 8, 256, 0
+ pokedex_entry "FROG$", 11, 339, gPolitoedPokedexText, 289, 6, 256, 0
+ pokedex_entry "COTTONWEED$", 4, 5, gHoppipPokedexText, 562, -7, 256, 0
+ pokedex_entry "COTTONWEED$", 6, 10, gSkiploomPokedexText, 387, 0, 256, 0
+ pokedex_entry "COTTONWEED$", 8, 30, gJumpluffPokedexText, 418, -4, 256, 0
+ pokedex_entry "LONG TAIL$", 8, 115, gAipomPokedexText, 363, 6, 256, 0
+ pokedex_entry "SEED$", 3, 18, gSunkernPokedexText, 541, 0, 256, 0
+ pokedex_entry "SUN$", 8, 85, gSunfloraPokedexText, 444, 15, 256, 0
+ pokedex_entry "CLEAR WING$", 12, 380, gYanmaPokedexText, 274, -1, 256, 0
+ pokedex_entry "WATER FISH$", 4, 85, gWooperPokedexText, 479, 21, 256, 0
+ pokedex_entry "WATER FISH$", 14, 750, gQuagsirePokedexText, 256, 4, 256, 0
+ pokedex_entry "SUN$", 9, 265, gEspeonPokedexText, 363, 14, 256, 0
+ pokedex_entry "MOONLIGHT$", 10, 270, gUmbreonPokedexText, 317, 11, 256, 0
+ pokedex_entry "DARKNESS$", 5, 21, gMurkrowPokedexText, 401, -8, 256, 1
+ pokedex_entry "ROYAL$", 20, 795, gSlowkingPokedexText, 256, 0, 309, 5
+ pokedex_entry "SCREECH$", 7, 10, gMisdreavusPokedexText, 407, -8, 256, 0
+ pokedex_entry "SYMBOL$", 5, 50, gUnownPokedexText, 411, 2, 256, 0
+ pokedex_entry "PATIENT$", 13, 285, gWobbuffetPokedexText, 274, 4, 256, 0
+ pokedex_entry "LONG NECK$", 15, 415, gGirafarigPokedexText, 281, 1, 256, 0
+ pokedex_entry "BAGWORM$", 6, 72, gPinecoPokedexText, 445, 2, 256, 0
+ pokedex_entry "BAGWORM$", 12, 1258, gForretressPokedexText, 293, 5, 256, 0
+ pokedex_entry "LAND SNAKE$", 15, 140, gDunsparcePokedexText, 316, 17, 256, 0
+ pokedex_entry "FLYSCORPION$", 11, 648, gGligarPokedexText, 350, -1, 256, 0
+ pokedex_entry "IRON SNAKE$", 92, 4000, gSteelixPokedexText, 256, 0, 516, 13
+ pokedex_entry "FAIRY$", 6, 78, gSnubbullPokedexText, 465, 19, 256, 0
+ pokedex_entry "FAIRY$", 14, 487, gGranbullPokedexText, 256, 4, 256, 0
+ pokedex_entry "BALLOON$", 5, 39, gQwilfishPokedexText, 430, 0, 256, 0
+ pokedex_entry "PINCER$", 18, 1180, gScizorPokedexText, 278, 1, 256, 0
+ pokedex_entry "MOLD$", 6, 205, gShucklePokedexText, 485, 18, 256, 0
+ pokedex_entry "SINGLE HORN$", 15, 540, gHeracrossPokedexText, 256, 0, 256, 0
+ pokedex_entry "SHARP CLAW$", 9, 280, gSneaselPokedexText, 413, -3, 256, 0
+ pokedex_entry "LITTLE BEAR$", 6, 88, gTeddiursaPokedexText, 455, 19, 256, 0
+ pokedex_entry "HIBERNATOR$", 18, 1258, gUrsaringPokedexText, 256, 0, 256, 0
+ pokedex_entry "LAVA$", 7, 350, gSlugmaPokedexText, 329, 15, 256, 0
+ pokedex_entry "LAVA$", 8, 550, gMagcargoPokedexText, 332, 15, 256, 0
+ pokedex_entry "PIG$", 4, 65, gSwinubPokedexText, 324, 20, 256, 0
+ pokedex_entry "SWINE$", 11, 558, gPiloswinePokedexText, 306, 10, 256, 0
+ pokedex_entry "CORAL$", 6, 50, gCorsolaPokedexText, 410, 15, 256, 0
+ pokedex_entry "JET$", 6, 120, gRemoraidPokedexText, 316, 4, 256, 0
+ pokedex_entry "JET$", 9, 285, gOctilleryPokedexText, 296, 3, 256, 0
+ pokedex_entry "DELIVERY$", 9, 160, gDelibirdPokedexText, 293, 11, 256, 0
+ pokedex_entry "KITE$", 21, 2200, gMantinePokedexText, 256, 0, 342, 7
+ pokedex_entry "ARMOR BIRD$", 17, 505, gSkarmoryPokedexText, 256, 0, 271, 1
+ pokedex_entry "DARK$", 6, 108, gHoundourPokedexText, 393, 16, 256, 0
+ pokedex_entry "DARK$", 14, 350, gHoundoomPokedexText, 256, 4, 256, 0
+ pokedex_entry "DRAGON$", 18, 1520, gKingdraPokedexText, 256, 0, 287, 0
+ pokedex_entry "LONG NOSE$", 5, 335, gPhanpyPokedexText, 465, 21, 256, 0
+ pokedex_entry "ARMOR$", 11, 1200, gDonphanPokedexText, 313, 9, 256, 0
+ pokedex_entry "VIRTUAL$", 6, 325, gPorygon2PokedexText, 320, 17, 256, 0
+ pokedex_entry "BIG HORN$", 14, 712, gStantlerPokedexText, 256, 0, 256, 0
+ pokedex_entry "PAINTER$", 12, 580, gSmearglePokedexText, 287, 5, 256, 0
+ pokedex_entry "SCUFFLE$", 7, 210, gTyroguePokedexText, 292, 9, 256, 0
+ pokedex_entry "HANDSTAND$", 14, 480, gHitmontopPokedexText, 256, 2, 257, 0
+ pokedex_entry "KISS$", 4, 60, gSmoochumPokedexText, 440, 20, 256, 0
+ pokedex_entry "ELECTRIC$", 6, 235, gElekidPokedexText, 363, 14, 256, 0
+ pokedex_entry "LIVE COAL$", 7, 214, gMagbyPokedexText, 284, 13, 256, 0
+ pokedex_entry "MILK COW$", 12, 755, gMiltankPokedexText, 280, 5, 256, 0
+ pokedex_entry "HAPPINESS$", 15, 468, gBlisseyPokedexText, 256, 4, 310, 3
+ pokedex_entry "THUNDER$", 19, 1780, gRaikouPokedexText, 256, 0, 345, 7
+ pokedex_entry "VOLCANO$", 21, 1980, gEnteiPokedexText, 259, 0, 345, 7
+ pokedex_entry "AURORA$", 20, 1870, gSuicunePokedexText, 269, 0, 345, 7
+ pokedex_entry "ROCK SKIN$", 6, 720, gLarvitarPokedexText, 472, 18, 256, 0
+ pokedex_entry "HARD SHELL$", 12, 1520, gPupitarPokedexText, 292, 8, 256, 0
+ pokedex_entry "ARMOR$", 20, 2020, gTyranitarPokedexText, 256, 0, 345, 7
+ pokedex_entry "DIVING$", 52, 2160, gLugiaPokedexText, 256, 0, 721, 19
+ pokedex_entry "RAINBOW$", 38, 1990, gHoOhPokedexText, 256, 0, 610, 17
+ pokedex_entry "TIME TRAVEL$", 6, 50, gCelebiPokedexText, 393, -10, 256, 0
+ pokedex_entry "WOOD GECKO$", 5, 50, gTreeckoPokedexText, 541, 19, 256, 0
+ pokedex_entry "WOOD GECKO$", 9, 216, gGrovylePokedexText, 360, 5, 256, 0
+ pokedex_entry "FOREST$", 17, 522, gSceptilePokedexText, 256, -1, 275, 2
+ pokedex_entry "CHICK$", 4, 25, gTorchicPokedexText, 566, 19, 256, 0
+ pokedex_entry "YOUNG FOWL$", 9, 195, gCombuskenPokedexText, 343, 5, 256, 0
+ pokedex_entry "BLAZE$", 19, 520, gBlazikenPokedexText, 256, 0, 301, 4
+ pokedex_entry "MUD FISH$", 4, 76, gMudkipPokedexText, 535, 20, 256, 0
+ pokedex_entry "MUD FISH$", 7, 280, gMarshtompPokedexText, 340, 7, 256, 0
+ pokedex_entry "MUD FISH$", 15, 819, gSwampertPokedexText, 256, 0, 256, 0
+ pokedex_entry "BITE$", 5, 136, gPoochyenaPokedexText, 481, 19, 256, 0
+ pokedex_entry "BITE$", 10, 370, gMightyenaPokedexText, 362, 9, 256, 0
+ pokedex_entry "TINYRACCOON$", 4, 175, gZigzagoonPokedexText, 560, 22, 256, 0
+ pokedex_entry "RUSHING$", 5, 325, gLinoonePokedexText, 321, 7, 256, 0
+ pokedex_entry "WORM$", 3, 36, gWurmplePokedexText, 711, 24, 256, 0
+ pokedex_entry "COCOON$", 6, 100, gSilcoonPokedexText, 431, 19, 256, 0
+ pokedex_entry "BUTTERFLY$", 10, 284, gBeautiflyPokedexText, 298, -1, 256, 0
+ pokedex_entry "COCOON$", 7, 115, gCascoonPokedexText, 391, 20, 256, 0
+ pokedex_entry "POISON MOTH$", 12, 316, gDustoxPokedexText, 269, 1, 256, 0
+ pokedex_entry "WATER WEED$", 5, 26, gLotadPokedexText, 406, 19, 256, 0
+ pokedex_entry "JOLLY$", 12, 325, gLombrePokedexText, 277, 9, 256, 0
+ pokedex_entry "CAREFREE$", 15, 550, gLudicoloPokedexText, 256, 0, 268, -1
+ pokedex_entry "ACORN$", 5, 40, gSeedotPokedexText, 472, 20, 256, 0
+ pokedex_entry "WILY$", 10, 280, gNuzleafPokedexText, 299, 10, 256, 0
+ pokedex_entry "WICKED$", 13, 596, gShiftryPokedexText, 290, 4, 256, 0
+ pokedex_entry "TINYSWALLOW$", 3, 23, gTaillowPokedexText, 465, 21, 256, 0
+ pokedex_entry "SWALLOW$", 7, 198, gSwellowPokedexText, 428, 15, 256, 0
+ pokedex_entry "SEAGULL$", 6, 95, gWingullPokedexText, 295, -2, 256, 0
+ pokedex_entry "WATER BIRD$", 12, 280, gPelipperPokedexText, 288, 1, 256, 0
+ pokedex_entry "FEELING$", 4, 66, gRaltsPokedexText, 457, -3, 256, 0
+ pokedex_entry "EMOTION$", 8, 202, gKirliaPokedexText, 354, 0, 256, 0
+ pokedex_entry "EMBRACE$", 16, 484, gGardevoirPokedexText, 256, 0, 256, 0
+ pokedex_entry "POND SKATER$", 5, 17, gSurskitPokedexText, 375, 17, 256, 0
+ pokedex_entry "EYEBALL$", 8, 36, gMasquerainPokedexText, 378, 8, 256, 0
+ pokedex_entry "MUSHROOM$", 4, 45, gShroomishPokedexText, 513, 22, 256, 0
+ pokedex_entry "MUSHROOM$", 12, 392, gBreloomPokedexText, 324, 6, 256, 0
+ pokedex_entry "SLACKER$", 8, 240, gSlakothPokedexText, 291, 16, 256, 0
+ pokedex_entry "WILD MONKEY$", 14, 465, gVigorothPokedexText, 301, 2, 256, 0
+ pokedex_entry "LAZY$", 20, 1305, gSlakingPokedexText, 256, 2, 300, 1
+ pokedex_entry "TRAINEE$", 5, 55, gNincadaPokedexText, 405, 21, 256, 0
+ pokedex_entry "NINJA$", 8, 120, gNinjaskPokedexText, 383, -9, 256, 0
+ pokedex_entry "SHED$", 8, 12, gShedinjaPokedexText, 372, -8, 256, 0
+ pokedex_entry "WHISPER$", 6, 163, gWhismurPokedexText, 373, 17, 256, 0
+ pokedex_entry "BIG VOICE$", 10, 405, gLoudredPokedexText, 356, 10, 256, 0
+ pokedex_entry "LOUD NOISE$", 15, 840, gExploudPokedexText, 284, 1, 256, 0
+ pokedex_entry "GUTS$", 10, 864, gMakuhitaPokedexText, 256, 10, 256, 0
+ pokedex_entry "ARM THRUST$", 23, 2538, gHariyamaPokedexText, 256, 0, 343, 7
+ pokedex_entry "POLKA DOT$", 2, 20, gAzurillPokedexText, 603, 23, 256, 0
+ pokedex_entry "COMPASS$", 10, 970, gNosepassPokedexText, 256, 9, 289, 3
+ pokedex_entry "KITTEN$", 6, 110, gSkittyPokedexText, 492, 19, 256, 0
+ pokedex_entry "PRIM$", 11, 326, gDelcattyPokedexText, 322, 10, 256, 0
+ pokedex_entry "DARKNESS$", 5, 110, gSableyePokedexText, 451, 17, 256, 0
+ pokedex_entry "DECEIVER$", 6, 115, gMawilePokedexText, 466, 17, 256, 0
+ pokedex_entry "IRON ARMOR$", 4, 600, gAronPokedexText, 419, 23, 256, 0
+ pokedex_entry "IRON ARMOR$", 9, 1200, gLaironPokedexText, 275, 12, 256, 0
+ pokedex_entry "IRON ARMOR$", 21, 3600, gAggronPokedexText, 256, -1, 350, 6
+ pokedex_entry "MEDITATE$", 6, 112, gMedititePokedexText, 465, 17, 256, 0
+ pokedex_entry "MEDITATE$", 13, 315, gMedichamPokedexText, 298, 5, 256, 0
+ pokedex_entry "LIGHTNING$", 6, 152, gElectrikePokedexText, 290, 15, 256, 0
+ pokedex_entry "DISCHARGE$", 15, 402, gManectricPokedexText, 256, 3, 257, 0
+ pokedex_entry "CHEERING$", 4, 42, gPluslePokedexText, 515, -9, 256, 0
+ pokedex_entry "CHEERING$", 4, 42, gMinunPokedexText, 512, -7, 256, 0
+ pokedex_entry "FIREFLY$", 7, 177, gVolbeatPokedexText, 442, 16, 256, 0
+ pokedex_entry "FIREFLY$", 6, 177, gIllumisePokedexText, 572, 19, 256, 0
+ pokedex_entry "THORN$", 3, 20, gRoseliaPokedexText, 677, 20, 256, 0
+ pokedex_entry "STOMACH$", 4, 103, gGulpinPokedexText, 593, 23, 256, 0
+ pokedex_entry "POISON BAG$", 17, 800, gSwalotPokedexText, 256, 6, 345, 3
+ pokedex_entry "SAVAGE$", 8, 208, gCarvanhaPokedexText, 362, 0, 256, 0
+ pokedex_entry "BRUTAL$", 18, 888, gSharpedoPokedexText, 256, 0, 317, 3
+ pokedex_entry "BALL WHALE$", 20, 1300, gWailmerPokedexText, 256, 2, 493, 0
+ pokedex_entry "FLOAT WHALE$", 145, 3980, gWailordPokedexText, 256, 0, 1352, 18
+ pokedex_entry "NUMB$", 7, 240, gNumelPokedexText, 342, 17, 256, 0
+ pokedex_entry "ERUPTION$", 19, 2200, gCameruptPokedexText, 256, 7, 345, 6
+ pokedex_entry "COAL$", 5, 804, gTorkoalPokedexText, 390, 9, 256, 0
+ pokedex_entry "BOUNCE$", 7, 306, gSpoinkPokedexText, 423, 17, 256, 0
+ pokedex_entry "MANIPULATE$", 9, 715, gGrumpigPokedexText, 358, 10, 256, 0
+ pokedex_entry "SPOT PANDA$", 11, 50, gSpindaPokedexText, 321, 4, 256, 0
+ pokedex_entry "ANT PIT$", 7, 150, gTrapinchPokedexText, 298, 17, 256, 0
+ pokedex_entry "VIBRATION$", 11, 153, gVibravaPokedexText, 370, 11, 256, 0
+ pokedex_entry "MYSTIC$", 20, 820, gFlygonPokedexText, 256, 0, 268, 1
+ pokedex_entry "CACTUS$", 4, 513, gCacneaPokedexText, 455, 20, 256, 0
+ pokedex_entry "SCARECROW$", 13, 774, gCacturnePokedexText, 327, 5, 256, 0
+ pokedex_entry "COTTON BIRD$", 4, 12, gSwabluPokedexText, 422, -8, 256, 0
+ pokedex_entry "HUMMING$", 11, 206, gAltariaPokedexText, 327, 0, 256, 0
+ pokedex_entry "CAT FERRET$", 13, 403, gZangoosePokedexText, 256, 3, 256, 0
+ pokedex_entry "FANG SNAKE$", 27, 525, gSeviperPokedexText, 275, 7, 256, 0
+ pokedex_entry "METEORITE$", 10, 1680, gLunatonePokedexText, 300, 3, 256, 0
+ pokedex_entry "METEORITE$", 12, 1540, gSolrockPokedexText, 328, 0, 256, 0
+ pokedex_entry "WHISKERS$", 4, 19, gBarboachPokedexText, 581, -3, 256, 0
+ pokedex_entry "WHISKERS$", 9, 236, gWhiscashPokedexText, 317, 1, 256, 0
+ pokedex_entry "RUFFIAN$", 6, 115, gCorphishPokedexText, 484, 19, 256, 0
+ pokedex_entry "ROGUE$", 11, 328, gCrawdauntPokedexText, 365, 9, 256, 0
+ pokedex_entry "CLAY DOLL$", 5, 215, gBaltoyPokedexText, 457, 21, 256, 0
+ pokedex_entry "CLAY DOLL$", 15, 1080, gClaydolPokedexText, 256, 3, 280, 1
+ pokedex_entry "SEA LILY$", 10, 238, gLileepPokedexText, 305, 8, 256, 0
+ pokedex_entry "BARNACLE$", 15, 604, gCradilyPokedexText, 267, 0, 256, 0
+ pokedex_entry "OLD SHRIMP$", 7, 125, gAnorithPokedexText, 296, 4, 256, 0
+ pokedex_entry "PLATE$", 15, 682, gArmaldoPokedexText, 312, 3, 271, 0
+ pokedex_entry "FISH$", 6, 74, gFeebasPokedexText, 423, -4, 256, 0
+ pokedex_entry "TENDER$", 62, 1620, gMiloticPokedexText, 256, 0, 360, 7
+ pokedex_entry "WEATHER$", 3, 8, gCastformPokedexText, 435, -5, 256, 0
+ pokedex_entry "COLOR SWAP$", 10, 220, gKecleonPokedexText, 316, 10, 256, 0
+ pokedex_entry "PUPPET$", 6, 23, gShuppetPokedexText, 440, 20, 256, 0
+ pokedex_entry "MARIONETTE$", 11, 125, gBanettePokedexText, 262, 9, 256, 0
+ pokedex_entry "REQUIEM$", 8, 150, gDuskullPokedexText, 406, -4, 256, 0
+ pokedex_entry "BECKON$", 16, 306, gDusclopsPokedexText, 256, 3, 299, 1
+ pokedex_entry "FRUIT$", 20, 1000, gTropiusPokedexText, 256, 0, 344, 7
+ pokedex_entry "WIND CHIME$", 6, 10, gChimechoPokedexText, 505, 0, 256, 0
+ pokedex_entry "DISASTER$", 12, 470, gAbsolPokedexText, 301, 3, 256, 0
+ pokedex_entry "BRIGHT$", 6, 140, gWynautPokedexText, 484, 19, 256, 0
+ pokedex_entry "SNOW HAT$", 7, 168, gSnoruntPokedexText, 380, 15, 256, 0
+ pokedex_entry "FACE$", 15, 2565, gGlaliePokedexText, 256, 3, 344, 0
+ pokedex_entry "CLAP$", 8, 395, gSphealPokedexText, 315, 16, 256, 0
+ pokedex_entry "BALL ROLL$", 11, 876, gSealeoPokedexText, 338, 13, 256, 0
+ pokedex_entry "ICE BREAK$", 14, 1506, gWalreinPokedexText, 316, 4, 256, 0
+ pokedex_entry "BIVALVE$", 4, 525, gClamperlPokedexText, 691, 22, 256, 0
+ pokedex_entry "DEEP SEA$", 17, 270, gHuntailPokedexText, 307, 1, 256, 0
+ pokedex_entry "SOUTH SEA$", 18, 226, gGorebyssPokedexText, 278, 5, 256, 0
+ pokedex_entry "LONGEVITY$", 10, 234, gRelicanthPokedexText, 316, 7, 256, 0
+ pokedex_entry "RENDEZVOUS$", 6, 87, gLuvdiscPokedexText, 371, 2, 256, 0
+ pokedex_entry "ROCK HEAD$", 6, 421, gBagonPokedexText, 448, 18, 256, 0
+ pokedex_entry "ENDURANCE$", 11, 1105, gShelgonPokedexText, 311, 12, 256, 0
+ pokedex_entry "DRAGON$", 15, 1026, gSalamencePokedexText, 256, 0, 256, 0
+ pokedex_entry "IRON BALL$", 6, 952, gBeldumPokedexText, 414, -1, 256, 0
+ pokedex_entry "IRON CLAW$", 12, 2025, gMetangPokedexText, 256, 6, 256, 0
+ pokedex_entry "IRON LEG$", 16, 5500, gMetagrossPokedexText, 256, 4, 447, 9
+ pokedex_entry "ROCK PEAK$", 17, 2300, gRegirockPokedexText, 256, 2, 309, 1
+ pokedex_entry "ICEBERG$", 18, 1750, gRegicePokedexText, 256, 0, 301, 2
+ pokedex_entry "IRON$", 19, 2050, gRegisteelPokedexText, 256, 0, 359, 6
+ pokedex_entry "EON$", 14, 400, gLatiasPokedexText, 304, 3, 256, 0
+ pokedex_entry "EON$", 20, 600, gLatiosPokedexText, 256, 0, 294, 3
+ pokedex_entry "SEA BASIN$", 45, 3520, gKyogrePokedexText, 256, 0, 614, 13
+ pokedex_entry "CONTINENT$", 35, 9500, gGroudonPokedexText, 256, 0, 515, 14
+ pokedex_entry "SKY HIGH$", 70, 2065, gRayquazaPokedexText, 256, 0, 448, 12
+ pokedex_entry "WISH$", 3, 11, gJirachiPokedexText, 608, -8, 256, 0
+ pokedex_entry "DNA$", 17, 608, gDeoxysPokedexText, 256, 0, 290, 2
diff --git a/data/text/pokedex_text.s b/data/text/pokedex_text.s
new file mode 100644
index 000000000..3acb0e5cd
--- /dev/null
+++ b/data/text/pokedex_text.s
@@ -0,0 +1,2321 @@
+gDummyPokedexText: ; 855D30D
+ .charmapstr "This is a newly discovered POKéMON.{next}"
+ .charmapstr "It is currently under investigation.{next}"
+ .charmapstr "No detailed information is available{next}"
+ .charmapstr "at this time.$"
+
+gBulbasaurPokedexText: ; 855D389
+ .charmapstr "BULBASAUR can be seen napping in bright{next}"
+ .charmapstr "sunlight. There is a seed on its back.{next}"
+ .charmapstr "By soaking up the sun’s rays, the seed{next}"
+ .charmapstr "grows progressively larger.$"
+
+gIvysaurPokedexText: ; 855D41B
+ .charmapstr "To support its bulb, IVYSAUR’s legs{next}"
+ .charmapstr "grow sturdy. If it spends more time lying in{next}"
+ .charmapstr "the sunlight, the bud will soon bloom into{next}"
+ .charmapstr "a large flower.$"
+
+gVenusaurPokedexText: ; 855D4A7
+ .charmapstr "VENUSAUR’s flower is said to take on vivid{next}"
+ .charmapstr "colors if it gets plenty of nutrition and{next}"
+ .charmapstr "sunlight. The flower’s aroma soothes the{next}"
+ .charmapstr "emotions of people.$"
+
+gCharmanderPokedexText: ; 855D539
+ .charmapstr "The flame that burns at the tip of its{next}"
+ .charmapstr "tail is an indication of its emotions.{next}"
+ .charmapstr "The flame wavers when CHARMANDER is{next}"
+ .charmapstr "happy, and blazes when it is enraged.$"
+
+gCharmeleonPokedexText: ; 855D5D1
+ .charmapstr "Without pity, its sharp claws destroy foes.{next}"
+ .charmapstr "If it encounters a strong enemy, it{next}"
+ .charmapstr "becomes agitated, and the flame on its{next}"
+ .charmapstr "tail flares with a bluish white color.$"
+
+gCharizardPokedexText: ; 855D66F
+ .charmapstr "A CHARIZARD flies about in search of{next}"
+ .charmapstr "strong opponents. It breathes intense{next}"
+ .charmapstr "flames that can melt any material. However,{next}"
+ .charmapstr "it will never torch a weaker foe.$"
+
+gSquirtlePokedexText: ; 855D708
+ .charmapstr "Its shell is not just for protection.{next}"
+ .charmapstr "Its rounded shape and the grooves on its{next}"
+ .charmapstr "surface minimize resistance in water,{next}"
+ .charmapstr "enabling SQUIRTLE to swim at high speeds.$"
+
+gWartortlePokedexText: ; 855D7A7
+ .charmapstr "Its large tail is covered with rich, thick{next}"
+ .charmapstr "fur that deepens in color with age.{next}"
+ .charmapstr "The scratches on its shell are evidence{next}"
+ .charmapstr "of this POKéMON’s toughness in battle.$"
+
+gBlastoisePokedexText: ; 855D845
+ .charmapstr "The waterspouts that protrude from its{next}"
+ .charmapstr "shell are highly accurate. Their bullets of{next}"
+ .charmapstr "water can precisely nail tin cans from{next}"
+ .charmapstr "a distance of over 160 feet.$"
+
+gCaterpiePokedexText: ; 855D8DC
+ .charmapstr "Its voracious appetite compels it to{next}"
+ .charmapstr "devour leaves bigger than itself without{next}"
+ .charmapstr "hesitation. It releases a terribly strong{next}"
+ .charmapstr "odor from its antennae.$"
+
+gMetapodPokedexText: ; 855D96C
+ .charmapstr "Its shell is as hard as an iron slab.{next}"
+ .charmapstr "A METAPOD does not move very much{next}"
+ .charmapstr "because it is preparing its soft innards{next}"
+ .charmapstr "for evolution inside the shell.$"
+
+gButterfreePokedexText: ; 855D9FD
+ .charmapstr "It has a superior ability to search for{next}"
+ .charmapstr "delicious honey from flowers. It can seek,{next}"
+ .charmapstr "extract, and carry honey from flowers{next}"
+ .charmapstr "blooming over six miles away.$"
+
+gWeedlePokedexText: ; 855DA94
+ .charmapstr "A WEEDLE has an extremely acute sense{next}"
+ .charmapstr "of smell. It distinguishes its favorite{next}"
+ .charmapstr "kinds of leaves from those it dislikes by{next}"
+ .charmapstr "sniffing with its big red proboscis (nose).$"
+
+gKakunaPokedexText: ; 855DB38
+ .charmapstr "It remains virtually immobile while it{next}"
+ .charmapstr "clings to a tree. However, on the inside,{next}"
+ .charmapstr "it busily prepares for evolution. This is{next}"
+ .charmapstr "evident from how hot its shell becomes.$"
+
+gBeedrillPokedexText: ; 855DBDB
+ .charmapstr "A BEEDRILL is extremely territorial.{next}"
+ .charmapstr "For safety reasons, no one should {next}"
+ .charmapstr "ever approach its nest. If angered,{next}"
+ .charmapstr "they will attack in a swarm.$"
+
+gPidgeyPokedexText: ; 855DC64
+ .charmapstr "It has an extremely sharp sense of{next}"
+ .charmapstr "direction. It can unerringly return home to{next}"
+ .charmapstr "its nest, however far it may be removed{next}"
+ .charmapstr "from its familiar surroundings.$"
+
+gPidgeottoPokedexText: ; 855DCFB
+ .charmapstr "This POKéMON flies around, patrolling its{next}"
+ .charmapstr "large territory. If its living space is{next}"
+ .charmapstr "violated, it shows no mercy in thoroughly{next}"
+ .charmapstr "punishing the foe with its sharp claws.$"
+
+gPidgeotPokedexText: ; 855DD9F
+ .charmapstr "This POKéMON has gorgeous, glossy{next}"
+ .charmapstr "feathers. Many TRAINERS are so captivated{next}"
+ .charmapstr "by the beautiful feathers on its head that{next}"
+ .charmapstr "they choose PIDGEOT as their POKéMON.$"
+
+gRattataPokedexText: ; 855DE3C
+ .charmapstr "A RATTATA is cautious in the extreme.{next}"
+ .charmapstr "Even while it is asleep, it constantly{next}"
+ .charmapstr "moves its ears and listens for danger.{next}"
+ .charmapstr "It will make its nest anywhere.$"
+
+gRaticatePokedexText: ; 855DED0
+ .charmapstr "A RATICATE’s sturdy fangs grow steadily.{next}"
+ .charmapstr "To keep them ground down, it gnaws on{next}"
+ .charmapstr "rocks and logs. It may even chew on the{next}"
+ .charmapstr "walls of houses.$"
+
+gSpearowPokedexText: ; 855DF58
+ .charmapstr "Its loud cry can be heard over half a mile{next}"
+ .charmapstr "away. If its high, keening cry is heard{next}"
+ .charmapstr "echoing all around, it is a sign that they{next}"
+ .charmapstr "are warning each other of danger.$"
+
+gFearowPokedexText: ; 855DFF8
+ .charmapstr "Its long neck and elongated beak are{next}"
+ .charmapstr "ideal for catching prey in soil or water.{next}"
+ .charmapstr "It deftly moves this extended and skinny{next}"
+ .charmapstr "beak to pluck prey.$"
+
+gEkansPokedexText: ; 855E084
+ .charmapstr "An EKANS curls itself up in a spiral while{next}"
+ .charmapstr "it rests. This position allows it to quickly{next}"
+ .charmapstr "respond to an enemy from any direction{next}"
+ .charmapstr "with a threat from its upraised head.$"
+
+gArbokPokedexText: ; 855E129
+ .charmapstr "This POKéMON has a terrifically strong{next}"
+ .charmapstr "constricting power. It can even flatten{next}"
+ .charmapstr "steel oil drums. Once it wraps its body{next}"
+ .charmapstr "around its foe, escaping is impossible.$"
+
+gPikachuPokedexText: ; 855E1C8
+ .charmapstr "It stores electricity in the electric sacs{next}"
+ .charmapstr "on its cheeks. When it releases pent-up{next}"
+ .charmapstr "energy in a burst, the electric power is{next}"
+ .charmapstr "equal to a lightning bolt.$"
+
+gRaichuPokedexText: ; 855E25F
+ .charmapstr "If it stores too much electricity, its{next}"
+ .charmapstr "behavior turns aggressive. To avoid this,{next}"
+ .charmapstr "it occasionally discharges excess energy{next}"
+ .charmapstr "and calms itself down.$"
+
+gSandshrewPokedexText: ; 855E2F0
+ .charmapstr "When it curls up in a ball, it can make any{next}"
+ .charmapstr "attack bounce off harmlessly. Its hide has{next}"
+ .charmapstr "turned tough and solid as a result of{next}"
+ .charmapstr "living in the desert.$"
+
+gSandslashPokedexText: ; 855E383
+ .charmapstr "It curls up in a ball to protect itself from{next}"
+ .charmapstr "enemy attacks. It also curls up to prevent{next}"
+ .charmapstr "heatstroke during the daytime when{next}"
+ .charmapstr "temperatures rise sharply.$"
+
+gNidoranFPokedexText: ; 855E419
+ .charmapstr "Its highly toxic barbs are thought to have{next}"
+ .charmapstr "developed as protection for this small-{next}"
+ .charmapstr "bodied POKéMON. When enraged, it releases{next}"
+ .charmapstr "a horrible toxin from its horn.$"
+
+gNidorinaPokedexText: ; 855E4B6
+ .charmapstr "When it is with its friends or{next}"
+ .charmapstr "family, its barbs are tucked away to{next}"
+ .charmapstr "prevent injury. It appears to become{next}"
+ .charmapstr "nervous if separated from the others.$"
+
+gNidoqueenPokedexText: ; 855E545
+ .charmapstr "It is adept at sending foes flying with{next}"
+ .charmapstr "harsh tackles using its tough, scaly body.{next}"
+ .charmapstr "This POKéMON is at its strongest when{next}"
+ .charmapstr "it is defending its young.$"
+
+gNidoranMPokedexText: ; 855E5D9
+ .charmapstr "The male NIDORAN has developed muscles{next}"
+ .charmapstr "that freely move its ears in any direction.{next}"
+ .charmapstr "Even the slightest sound does not escape{next}"
+ .charmapstr "this POKéMON’s notice.$"
+
+gNidorinoPokedexText: ; 855E66C
+ .charmapstr "Its horn is harder than a diamond.{next}"
+ .charmapstr "If it senses a hostile presence, all the{next}"
+ .charmapstr "barbs on its back bristle up at once, and it{next}"
+ .charmapstr "challenges the foe with all its might.$"
+
+gNidokingPokedexText: ; 855E70C
+ .charmapstr "A NIDOKING’s thick tail packs enormously{next}"
+ .charmapstr "destructive power capable of toppling{next}"
+ .charmapstr "a metal transmission tower. Once it goes{next}"
+ .charmapstr "on a rampage, there is no stopping it.$"
+
+gClefairyPokedexText: ; 855E7AB
+ .charmapstr "On every night of a full moon, they come{next}"
+ .charmapstr "out to play. When dawn arrives, the tired{next}"
+ .charmapstr "CLEFAIRY go to sleep nestled up against{next}"
+ .charmapstr "each other in deep and quiet mountains.$"
+
+gClefablePokedexText: ; 855E84E
+ .charmapstr "A CLEFABLE uses its wings to skip lightly {next}"
+ .charmapstr "as if it were flying. Its bouncy step{next}"
+ .charmapstr "lets it even walk on water. On quiet,{next}"
+ .charmapstr "moonlit nights, it strolls on lakes.$"
+
+gVulpixPokedexText: ; 855E8EA
+ .charmapstr "It can freely control fire, making fiery{next}"
+ .charmapstr "orbs fly like will-o’-the-wisps. Just{next}"
+ .charmapstr "before evolution, its six tails grow hot {next}"
+ .charmapstr "as if on fire.$"
+
+gNinetalesPokedexText: ; 855E972
+ .charmapstr "It has long been said that each of the{next}"
+ .charmapstr "nine tails embody an enchanted power.{next}"
+ .charmapstr "A long-lived NINETALES will have fur that{next}"
+ .charmapstr "shines like gold.$"
+
+gJigglypuffPokedexText: ; 855E9FB
+ .charmapstr "Nothing can avoid falling asleep hearing a{next}"
+ .charmapstr "JIGGLYPUFF’s song. The sound waves of its{next}"
+ .charmapstr "singing voice match the brain waves of{next}"
+ .charmapstr "someone in a deep sleep.$"
+
+gWigglytuffPokedexText: ; 855EA90
+ .charmapstr "Its fur is the ultimate in luxuriousness.{next}"
+ .charmapstr "Sleeping alongside a WIGGLYTUFF is simply{next}"
+ .charmapstr "divine. Its body expands seemingly without{next}"
+ .charmapstr "end when it inhales.$"
+
+gZubatPokedexText: ; 855EB24
+ .charmapstr "While living in pitch-black caverns, their{next}"
+ .charmapstr "eyes gradually grew shut and deprived{next}"
+ .charmapstr "them of vision. They use ultrasonic waves{next}"
+ .charmapstr "to detect obstacles.$"
+
+gGolbatPokedexText: ; 855EBB4
+ .charmapstr "Its fangs easily puncture even thick{next}"
+ .charmapstr "animal hide. It loves to feast on the blood{next}"
+ .charmapstr "of people and POKéMON. It flits about in{next}"
+ .charmapstr "darkness and strikes from behind.$"
+
+gOddishPokedexText: ; 855EC50
+ .charmapstr "This POKéMON grows by absorbing moonlight.{next}"
+ .charmapstr "During the daytime, it buries itself in the{next}"
+ .charmapstr "ground, leaving only its leaves exposed to{next}"
+ .charmapstr "avoid detection by its enemies.$"
+
+gGloomPokedexText: ; 855ECF2
+ .charmapstr "A horribly noxious honey drools from its{next}"
+ .charmapstr "mouth. One whiff of the honey can result{next}"
+ .charmapstr "in memory loss. Some fans are said to{next}"
+ .charmapstr "enjoy this overwhelming stink, however.$"
+
+gVileplumePokedexText: ; 855ED92
+ .charmapstr "In seasons when it produces more pollen,{next}"
+ .charmapstr "the air around a VILEPLUME turns yellow{next}"
+ .charmapstr "with the powder as it walks. The pollen is{next}"
+ .charmapstr "highly toxic and causes paralysis.$"
+
+gParasPokedexText: ; 855EE31
+ .charmapstr "A PARAS has parasitic tochukaso{next}"
+ .charmapstr "mushrooms growing on its back. They grow{next}"
+ .charmapstr "by drawing nutrients from the host. They{next}"
+ .charmapstr "are valued as a medicine for long life.$"
+
+gParasectPokedexText: ; 855EECB
+ .charmapstr "PARASECT are known to infest the roots of{next}"
+ .charmapstr "large trees en masse and drain nutrients.{next}"
+ .charmapstr "When an infested tree dies, they move{next}"
+ .charmapstr "onto another tree all at once.$"
+
+gVenonatPokedexText: ; 855EF64
+ .charmapstr "Its coat of thin, stiff hair that covers{next}"
+ .charmapstr "its entire body is said to have evolved{next}"
+ .charmapstr "for protection. Its large eyes never fail{next}"
+ .charmapstr "to spot even miniscule prey.$"
+
+gVenomothPokedexText: ; 855EFFC
+ .charmapstr "VENOMOTH are nocturnal--they only are{next}"
+ .charmapstr "active at night. Their favorite prey are{next}"
+ .charmapstr "insects that gather around streetlights,{next}"
+ .charmapstr "attracted by the light in the darkness.$"
+
+gDiglettPokedexText: ; 855F09C
+ .charmapstr "DIGLETT are raised in most farms.{next}"
+ .charmapstr "The reason is simple--wherever they{next}"
+ .charmapstr "burrow, the soil is left perfectly tilled{next}"
+ .charmapstr "for growing delicious crops.$"
+
+gDugtrioPokedexText: ; 855F129
+ .charmapstr "Because the triplets originally split from{next}"
+ .charmapstr "one body, they think exactly alike.{next}"
+ .charmapstr "They work cooperatively to burrow{next}"
+ .charmapstr "endlessly through the ground.$"
+
+gMeowthPokedexText: ; 855F1B8
+ .charmapstr "MEOWTH withdraw their sharp claws into{next}"
+ .charmapstr "their paws to silently sneak about.{next}"
+ .charmapstr "For some reason, this POKéMON loves{next}"
+ .charmapstr "shiny coins that glitter with light.$"
+
+gPersianPokedexText: ; 855F24C
+ .charmapstr "A PERSIAN’s six bold whiskers sense air{next}"
+ .charmapstr "movements to determine what is in its{next}"
+ .charmapstr "vicinity. It becomes docile if grabbed{next}"
+ .charmapstr "by the whiskers.$"
+
+gPsyduckPokedexText: ; 855F2D2
+ .charmapstr "When its headache intensifies, it starts{next}"
+ .charmapstr "using strange powers. However, it has no{next}"
+ .charmapstr "recollection of its powers, so it always{next}"
+ .charmapstr "looks befuddled and bewildered.$"
+
+gGolduckPokedexText: ; 855F36D
+ .charmapstr "A GOLDUCK is an adept swimmer.{next}"
+ .charmapstr "It sometimes joins competitive swimmers{next}"
+ .charmapstr "in training. It uses psychic powers when{next}"
+ .charmapstr "its forehead shimmers with light.$"
+
+gMankeyPokedexText: ; 855F3FF
+ .charmapstr "When it starts shaking and its nasal{next}"
+ .charmapstr "breathing turns rough, it’s a sure sign{next}"
+ .charmapstr "of anger. However, since this happens{next}"
+ .charmapstr "instantly, there is no time to flee.$"
+
+gPrimeapePokedexText: ; 855F497
+ .charmapstr "When it becomes furious, its blood{next}"
+ .charmapstr "circulation becomes more robust, and{next}"
+ .charmapstr "its muscles are made stronger. But it{next}"
+ .charmapstr "also becomes much less intelligent.$"
+
+gGrowlithePokedexText: ; 855F529
+ .charmapstr "Its superb sense of smell ensures that{next}"
+ .charmapstr "this POKéMON won’t forget any scent,{next}"
+ .charmapstr "no matter what. It uses its sense of smell{next}"
+ .charmapstr "to detect the emotions of others.$"
+
+gArcaninePokedexText: ; 855F5C2
+ .charmapstr "This fleet-footed POKéMON is said to run{next}"
+ .charmapstr "over 6,200 miles in a single day and night.{next}"
+ .charmapstr "The fire that blazes wildly within its body{next}"
+ .charmapstr "is its source of power.$"
+
+gPoliwagPokedexText: ; 855F65B
+ .charmapstr "It is possible to see this POKéMON’s spiral{next}"
+ .charmapstr "innards right through its thin skin.{next}"
+ .charmapstr "However, the skin is also very flexible.{next}"
+ .charmapstr "Even sharp fangs bounce right off it.$"
+
+gPoliwhirlPokedexText: ; 855F6FB
+ .charmapstr "Its body surface is always wet and slick{next}"
+ .charmapstr "with an oily fluid. Because of this greasy{next}"
+ .charmapstr "covering, it can easily slip and slide out{next}"
+ .charmapstr "of the clutches of any enemy in battle.$"
+
+gPoliwrathPokedexText: ; 855F7A2
+ .charmapstr "Its highly developed muscles never grow{next}"
+ .charmapstr "fatigued, however much it exercises.{next}"
+ .charmapstr "This POKéMON can swim back and forth{next}"
+ .charmapstr "across the Pacific Ocean without effort.$"
+
+gAbraPokedexText: ; 855F83D
+ .charmapstr "A POKéMON that sleeps 18 hours a day.{next}"
+ .charmapstr "Observation revealed that it uses{next}"
+ .charmapstr "TELEPORT to change its location once{next}"
+ .charmapstr "every hour.$"
+
+gKadabraPokedexText: ; 855F8B6
+ .charmapstr "It is rumored that a boy with psychic{next}"
+ .charmapstr "abilities suddenly transformed into{next}"
+ .charmapstr "KADABRA while he was assisting research{next}"
+ .charmapstr "into extrasensory powers.$"
+
+gAlakazamPokedexText: ; 855F942
+ .charmapstr "While it has strong psychic abilities and{next}"
+ .charmapstr "high intelligence, an ALAKAZAM’s muscles{next}"
+ .charmapstr "are very weak. It uses psychic power to{next}"
+ .charmapstr "move its body.$"
+
+gMachopPokedexText: ; 855F9CC
+ .charmapstr "It continually undertakes strenuous{next}"
+ .charmapstr "training to master all forms of martial{next}"
+ .charmapstr "arts. Its strength lets it easily hoist{next}"
+ .charmapstr "a sumo wrestler onto its shoulders.$"
+
+gMachokePokedexText: ; 855FA64
+ .charmapstr "A belt is worn by a MACHOKE to keep its{next}"
+ .charmapstr "overwhelming power under control.{next}"
+ .charmapstr "Because it is so dangerous, no one has{next}"
+ .charmapstr "ever removed the belt.$"
+
+gMachampPokedexText: ; 855FAEC
+ .charmapstr "It is impossible to defend against punches{next}"
+ .charmapstr "and chops doled out by its four arms.{next}"
+ .charmapstr "Its fighting spirit flares up when it faces{next}"
+ .charmapstr "a tough opponent.$"
+
+gBellsproutPokedexText: ; 855FB7B
+ .charmapstr "A BELLSPROUT’s thin and flexible body lets{next}"
+ .charmapstr "it bend and sway to avoid any attack,{next}"
+ .charmapstr "however strong it may be. From its mouth,{next}"
+ .charmapstr "it leaks a fluid that melts even iron.$"
+
+gWeepinbellPokedexText: ; 855FC1D
+ .charmapstr "At night, a WEEPINBELL hangs on to a tree{next}"
+ .charmapstr "branch with its hooked rear and sleeps.{next}"
+ .charmapstr "If it moves around in its sleep, it may{next}"
+ .charmapstr "wake up to find itself on the ground.$"
+
+gVictreebelPokedexText: ; 855FCBD
+ .charmapstr "The long vine extending from its head is{next}"
+ .charmapstr "waved about as if it were a living thing to{next}"
+ .charmapstr "attract prey. When an unsuspecting victim{next}"
+ .charmapstr "approaches, it is swallowed whole.$"
+
+gTentacoolPokedexText: ; 855FD5F
+ .charmapstr "Its body is almost entirely composed of{next}"
+ .charmapstr "water. It ensnares its foe with its two{next}"
+ .charmapstr "long tentacles, then stabs with the poison{next}"
+ .charmapstr "stingers at their tips.$"
+
+gTentacruelPokedexText: ; 855FDF2
+ .charmapstr "It lives in complex rock formations on{next}"
+ .charmapstr "the ocean floor and traps prey using its{next}"
+ .charmapstr "80 tentacles. Its red orbs glow when it{next}"
+ .charmapstr "grows excited or agitated.$"
+
+gGeodudePokedexText: ; 855FE85
+ .charmapstr "It climbs mountain paths using only the{next}"
+ .charmapstr "power of its arms. Because they look just{next}"
+ .charmapstr "like boulders lining paths, hikers may step{next}"
+ .charmapstr "on them without noticing.$"
+
+gGravelerPokedexText: ; 855FF1D
+ .charmapstr "They descend from mountains by tumbling{next}"
+ .charmapstr "down steep slopes. They are so brutal,{next}"
+ .charmapstr "they smash aside obstructing trees and{next}"
+ .charmapstr "massive boulders with thunderous tackles.$"
+
+gGolemPokedexText: ; 855FFBD
+ .charmapstr "It is said to live in volcanic craters{next}"
+ .charmapstr "on mountain peaks. Once a year, it sheds{next}"
+ .charmapstr "its hide and grows larger. The shed hide{next}"
+ .charmapstr "crumbles and returns to the soil.$"
+
+gPonytaPokedexText: ; 8560058
+ .charmapstr "A PONYTA is very weak at birth. It can{next}"
+ .charmapstr "barely stand up. Its legs become stronger{next}"
+ .charmapstr "as it stumbles and falls while trying to{next}"
+ .charmapstr "keep up with its parent.$"
+
+gRapidashPokedexText: ; 85600EB
+ .charmapstr "It usually canters casually in the fields{next}"
+ .charmapstr "and plains. But once a RAPIDASH turns{next}"
+ .charmapstr "serious, its fiery manes flare and blaze{next}"
+ .charmapstr "as it gallops its way up to 150 mph.$"
+
+gSlowpokePokedexText: ; 8560189
+ .charmapstr "It catches prey by dipping its tail in{next}"
+ .charmapstr "water at the side of a river. But it often{next}"
+ .charmapstr "forgets what it is doing and spends entire{next}"
+ .charmapstr "days just loafing at water’s edge.$"
+
+gSlowbroPokedexText: ; 8560229
+ .charmapstr "Its tail has a SHELLDER firmly attached{next}"
+ .charmapstr "with a bite. As a result, the tail can’t be{next}"
+ .charmapstr "used for fishing anymore. This forces it{next}"
+ .charmapstr "to reluctantly swim and catch prey.$"
+
+gMagnemitePokedexText: ; 85602CA
+ .charmapstr "The units at its sides are extremely{next}"
+ .charmapstr "powerful magnets. They generate enough{next}"
+ .charmapstr "magnetism to draw in iron objects from{next}"
+ .charmapstr "over 300 feet away.$"
+
+gMagnetonPokedexText: ; 8560351
+ .charmapstr "It is actually three MAGNEMITE linked{next}"
+ .charmapstr "by magnetism. It generates powerful radio{next}"
+ .charmapstr "waves that raise temperatures by 3.6{next}"
+ .charmapstr "degrees F within a 3,300-foot radius.$"
+
+gFarfetchdPokedexText: ; 85603EC
+ .charmapstr "It is always seen with a stick from a plant.{next}"
+ .charmapstr "Apparently, there are good sticks and bad{next}"
+ .charmapstr "sticks. This POKéMON occasionally fights{next}"
+ .charmapstr "with others over choice sticks.$"
+
+gDoduoPokedexText: ; 856048C
+ .charmapstr "Even while eating or sleeping, one of the{next}"
+ .charmapstr "heads remains always vigilant for any sign{next}"
+ .charmapstr "of danger. When threatened, it flees at{next}"
+ .charmapstr "over 60 miles per hour.$"
+
+gDodrioPokedexText: ; 8560521
+ .charmapstr "A peculiar POKéMON species with three{next}"
+ .charmapstr "heads. It vigorously races across grassy{next}"
+ .charmapstr "plains even in arid seasons with little{next}"
+ .charmapstr "rainfall.$"
+
+gSeelPokedexText: ; 85605A2
+ .charmapstr "SEEL hunt for prey in frigid, ice-covered{next}"
+ .charmapstr "seas. When it needs to breathe, it punches{next}"
+ .charmapstr "a hole through the ice with the sharply{next}"
+ .charmapstr "protruding section of its head.$"
+
+gDewgongPokedexText: ; 856063F
+ .charmapstr "It loves to snooze on bitterly cold ice.{next}"
+ .charmapstr "The sight of this POKéMON sleeping on{next}"
+ .charmapstr "a glacier was mistakenly thought to be{next}"
+ .charmapstr "a mermaid by a mariner long ago.$"
+
+gGrimerPokedexText: ; 85606D6
+ .charmapstr "Born from polluted sludge in the sea,{next}"
+ .charmapstr "GRIMER’s favorite food is anything filthy.{next}"
+ .charmapstr "They feed on wastewater pumped out from{next}"
+ .charmapstr "factories.$"
+
+gMukPokedexText: ; 856075A
+ .charmapstr "It prefers warm and humid habitats.{next}"
+ .charmapstr "In the summertime, the toxic substances{next}"
+ .charmapstr "in its body intensify, making MUK reek like{next}"
+ .charmapstr "putrid kitchen garbage.$"
+
+gShellderPokedexText: ; 85607EA
+ .charmapstr "At night, it burrows a hole in the seafloor{next}"
+ .charmapstr "with its broad tongue to make a place to{next}"
+ .charmapstr "sleep. While asleep, it closes its shell,{next}"
+ .charmapstr "but leaves its tongue hanging out.$"
+
+gCloysterPokedexText: ; 856088C
+ .charmapstr "It swims in the sea by swallowing water,{next}"
+ .charmapstr "then jetting it out toward the rear.{next}"
+ .charmapstr "The CLOYSTER shoots spikes from its{next}"
+ .charmapstr "shell using the same system.$"
+
+gGastlyPokedexText: ; 856091B
+ .charmapstr "When exposed to a strong wind, a GASTLY’s{next}"
+ .charmapstr "gaseous body quickly dwindles away.{next}"
+ .charmapstr "They cluster under the eaves of houses{next}"
+ .charmapstr "to escape the ravages of wind.$"
+
+gHaunterPokedexText: ; 85609AF
+ .charmapstr "If a HAUNTER beckons you while it is{next}"
+ .charmapstr "floating in darkness, don’t approach it.{next}"
+ .charmapstr "This POKéMON will try to lick you with its{next}"
+ .charmapstr "tongue and steal your life away.$"
+
+gGengarPokedexText: ; 8560A49
+ .charmapstr "Deep in the night, your shadow cast by{next}"
+ .charmapstr "a streetlight may suddenly overtake you.{next}"
+ .charmapstr "It is actually a GENGAR running past{next}"
+ .charmapstr "you, pretending to be your shadow.$"
+
+gOnixPokedexText: ; 8560AE1
+ .charmapstr "There is a magnet in its brain that{next}"
+ .charmapstr "prevents an ONIX from losing direction{next}"
+ .charmapstr "while tunneling. As it grows older, its body{next}"
+ .charmapstr "becomes steadily rounder and smoother.$"
+
+gDrowzeePokedexText: ; 8560B80
+ .charmapstr "If your nose becomes itchy while you are{next}"
+ .charmapstr "sleeping, it’s a sure sign that a DROWZEE is{next}"
+ .charmapstr "standing above your pillow and trying to{next}"
+ .charmapstr "eat your dream through your nostrils.$"
+
+gHypnoPokedexText: ; 8560C25
+ .charmapstr "The arcing movement and glitter of the{next}"
+ .charmapstr "pendulum in a HYPNO’s hand lull the foe{next}"
+ .charmapstr "into deep hypnosis. While searching for{next}"
+ .charmapstr "prey, it polishes the pendulum.$"
+
+gKrabbyPokedexText: ; 8560CBC
+ .charmapstr "KRABBY live in holes dug into beaches.{next}"
+ .charmapstr "On sandy shores with little in the way{next}"
+ .charmapstr "of food, they can be seen squabbling with{next}"
+ .charmapstr "each other over territory.$"
+
+gKinglerPokedexText: ; 8560D4F
+ .charmapstr "It waves its huge, oversized claw in the{next}"
+ .charmapstr "air to communicate with others.{next}"
+ .charmapstr "But since the claw is so heavy, this{next}"
+ .charmapstr "POKéMON quickly tires.$"
+
+gVoltorbPokedexText: ; 8560DD4
+ .charmapstr "It bears an uncanny and unexplained{next}"
+ .charmapstr "resemblance to a POKé BALL. Because it{next}"
+ .charmapstr "explodes at the slightest shock, even{next}"
+ .charmapstr "veteran TRAINERS treat it with caution.$"
+
+gElectrodePokedexText: ; 8560E6D
+ .charmapstr "They appear in great numbers at electric{next}"
+ .charmapstr "power plants. Because they feed on{next}"
+ .charmapstr "electricity, they cause massive and{next}"
+ .charmapstr "chaotic blackouts in nearby cities.$"
+
+gExeggcutePokedexText: ; 8560F01
+ .charmapstr "It consists of six eggs that care for each{next}"
+ .charmapstr "other. The eggs attract each other and{next}"
+ .charmapstr "spin around. When cracks increasingly{next}"
+ .charmapstr "appear, it is close to evolution.$"
+
+gExeggutorPokedexText: ; 8560F9B
+ .charmapstr "Originally from the tropics, EXEGGUTOR’s{next}"
+ .charmapstr "heads grow larger from exposure to strong{next}"
+ .charmapstr "sunlight. It is said that when the heads{next}"
+ .charmapstr "fall, they group to form an EXEGGCUTE.$"
+
+gCubonePokedexText: ; 856103E
+ .charmapstr "It pines for the mother it will never see{next}"
+ .charmapstr "again. Seeing a likeness of its mother in{next}"
+ .charmapstr "the full moon, it cries. The stains on the{next}"
+ .charmapstr "skull it wears are from its tears.$"
+
+gMarowakPokedexText: ; 85610E0
+ .charmapstr "A MAROWAK is the evolved form of a CUBONE{next}"
+ .charmapstr "that has grown tough by overcoming the{next}"
+ .charmapstr "grief of losing its mother. Its tempered{next}"
+ .charmapstr "and hardened spirit is not easily broken.$"
+
+gHitmonleePokedexText: ; 8561184
+ .charmapstr "Its legs freely stretch and contract.{next}"
+ .charmapstr "Using these springlike limbs, it bowls over{next}"
+ .charmapstr "foes with devastating kicks. After battle,{next}"
+ .charmapstr "it rubs down its tired legs.$"
+
+gHitmonchanPokedexText: ; 856121E
+ .charmapstr "A HITMONCHAN is said to possess the{next}"
+ .charmapstr "spirit of a boxer who aimed to become the{next}"
+ .charmapstr "world champion. Having an indomitable{next}"
+ .charmapstr "spirit means that it will never give up.$"
+
+gLickitungPokedexText: ; 85612BB
+ .charmapstr "Whenever it sees something unfamiliar,{next}"
+ .charmapstr "it always licks the object because it{next}"
+ .charmapstr "memorizes things by texture and taste.{next}"
+ .charmapstr "It is somewhat put off by sour things.$"
+
+gKoffingPokedexText: ; 8561356
+ .charmapstr "Getting up close to a KOFFING will give{next}"
+ .charmapstr "you a chance to observe, through its thin{next}"
+ .charmapstr "skin, the toxic gases swirling inside. It{next}"
+ .charmapstr "blows up at the slightest stimulation.$"
+
+gWeezingPokedexText: ; 85613F9
+ .charmapstr "By diluting its toxic gases with a special{next}"
+ .charmapstr "process, the highest grade of perfume can{next}"
+ .charmapstr "be extracted. To WEEZING, gases emanating{next}"
+ .charmapstr "from garbage are the ultimate feast.$"
+
+gRhyhornPokedexText: ; 856149D
+ .charmapstr "Once it starts running, it doesn’t stop.{next}"
+ .charmapstr "Its tiny brain makes it so stupid that it{next}"
+ .charmapstr "can’t remember why it started running in{next}"
+ .charmapstr "the first place.$"
+
+gRhydonPokedexText: ; 856152A
+ .charmapstr "Its horn, which rotates like a drill,{next}"
+ .charmapstr "destroys tall buildings with one strike.{next}"
+ .charmapstr "It stands on its hind legs, and its brain{next}"
+ .charmapstr "is well developed.$"
+
+gChanseyPokedexText: ; 85615B6
+ .charmapstr "CHANSEY lay nutritionally excellent eggs{next}"
+ .charmapstr "every day. The eggs are so delicious, they{next}"
+ .charmapstr "are eagerly devoured by even those people{next}"
+ .charmapstr "who have lost their appetite.$"
+
+gTangelaPokedexText: ; 8561652
+ .charmapstr "Its vines snap off easily and painlessly{next}"
+ .charmapstr "if they are grabbed, allowing it to make a{next}"
+ .charmapstr "quick getaway. The lost vines are replaced{next}"
+ .charmapstr "by new growth the very next day.$"
+
+gKangaskhanPokedexText: ; 85616F2
+ .charmapstr "If you come across a young KANGASKHAN{next}"
+ .charmapstr "playing by itself, never try to catch it.{next}"
+ .charmapstr "The baby’s parent is sure to be in the area,{next}"
+ .charmapstr "and it will become violently enraged.$"
+
+gHorseaPokedexText: ; 8561795
+ .charmapstr "By cleverly flicking the fins on its back{next}"
+ .charmapstr "side to side, it moves in any direction{next}"
+ .charmapstr "while facing forward. It spits ink to{next}"
+ .charmapstr "escape if it senses danger.$"
+
+gSeadraPokedexText: ; 8561829
+ .charmapstr "The poisonous barbs all over its body are{next}"
+ .charmapstr "highly valued as ingredients for making{next}"
+ .charmapstr "traditional herbal medicine. It shows no{next}"
+ .charmapstr "mercy to anything approaching its nest.$"
+
+gGoldeenPokedexText: ; 85618CC
+ .charmapstr "In the springtime, schools of GOLDEEN{next}"
+ .charmapstr "can be seen swimming up falls and rivers.{next}"
+ .charmapstr "It metes out staggering damage with its{next}"
+ .charmapstr "single horn.$"
+
+gSeakingPokedexText: ; 8561951
+ .charmapstr "It punches holes in boulders on stream-{next}"
+ .charmapstr "beds. This is a clever innovation that{next}"
+ .charmapstr "prevents its eggs from being attacked or{next}"
+ .charmapstr "washed away by the current.$"
+
+gStaryuPokedexText: ; 85619E5
+ .charmapstr "It gathers with others in the night and{next}"
+ .charmapstr "makes its red core glow on and off with{next}"
+ .charmapstr "the twinkling stars. It can regenerate{next}"
+ .charmapstr "limbs if they are severed from its body.$"
+
+gStarmiePokedexText: ; 8561A85
+ .charmapstr "People in ancient times imagined that{next}"
+ .charmapstr "STARMIE were transformed from the{next}"
+ .charmapstr "reflections of stars that twinkled on{next}"
+ .charmapstr "gentle waves at night.$"
+
+gMrmimePokedexText: ; 8561B0A
+ .charmapstr "A MR. MIME is a master of pantomime. It can{next}"
+ .charmapstr "convince others that something unseeable{next}"
+ .charmapstr "actually exists. Once believed, the{next}"
+ .charmapstr "imaginary object does become real.$"
+
+gScytherPokedexText: ; 8561BA6
+ .charmapstr "Its blindingly fast speed adds to the{next}"
+ .charmapstr "sharpness of its twin forearm scythes.{next}"
+ .charmapstr "The scythes can slice through thick logs{next}"
+ .charmapstr "in one wicked stroke.$"
+
+gJynxPokedexText: ; 8561C32
+ .charmapstr "A JYNX sashays rhythmically as if it were{next}"
+ .charmapstr "dancing. Its motions are so bouncingly{next}"
+ .charmapstr "alluring, people seeing it are compelled to{next}"
+ .charmapstr "shake their hips without noticing.$"
+
+gElectabuzzPokedexText: ; 8561CD2
+ .charmapstr "When a storm approaches, it competes with{next}"
+ .charmapstr "others to scale heights that are likely to{next}"
+ .charmapstr "be stricken by lightning. Some towns use{next}"
+ .charmapstr "ELECTABUZZ in place of lightning rods.$"
+
+gMagmarPokedexText: ; 8561D77
+ .charmapstr "In battle, it blows out intense flames from{next}"
+ .charmapstr "all over its body to intimidate its foe.{next}"
+ .charmapstr "These fiery bursts create heat waves that{next}"
+ .charmapstr "ignite grass and trees in the area.$"
+
+gPinsirPokedexText: ; 8561E1A
+ .charmapstr "Their pincers are strong enough to{next}"
+ .charmapstr "shatter thick logs. Because they dislike{next}"
+ .charmapstr "cold, PINSIR burrow and sleep under{next}"
+ .charmapstr "the ground on chilly nights.$"
+
+gTaurosPokedexText: ; 8561EA7
+ .charmapstr "It is not satisfied unless it is rampaging{next}"
+ .charmapstr "at all times. If there is no opponent for{next}"
+ .charmapstr "TAUROS to battle, it will charge at thick{next}"
+ .charmapstr "trees and knock them down to calm itself.$"
+
+gMagikarpPokedexText: ; 8561F50
+ .charmapstr "Its swimming muscles are weak, so it is{next}"
+ .charmapstr "easily washed away by currents. In places{next}"
+ .charmapstr "where water pools, you can see many{next}"
+ .charmapstr "MAGIKARP deposited there by the flow.$"
+
+gGyaradosPokedexText: ; 8561FEC
+ .charmapstr "It is an extremely vicious and violent{next}"
+ .charmapstr "POKéMON. When humans begin to fight,{next}"
+ .charmapstr "it will appear and burn everything to the{next}"
+ .charmapstr "ground with intensely hot flames.$"
+
+gLaprasPokedexText: ; 8562084
+ .charmapstr "People have driven LAPRAS almost to the{next}"
+ .charmapstr "point of extinction. In the evenings,{next}"
+ .charmapstr "it is said to sing plaintively as it seeks{next}"
+ .charmapstr "what few others of its kind still remain.$"
+
+gDittoPokedexText: ; 8562127
+ .charmapstr "A DITTO rearranges its cell structure to{next}"
+ .charmapstr "transform itself. However, if it tries to{next}"
+ .charmapstr "change based on its memory, it will get{next}"
+ .charmapstr "details wrong.$"
+
+gEeveePokedexText: ; 85621B1
+ .charmapstr "An EEVEE has an unstable genetic makeup{next}"
+ .charmapstr "that suddenly mutates due to its{next}"
+ .charmapstr "environment. Radiation from various{next}"
+ .charmapstr "STONES causes this POKéMON to evolve.$"
+
+gVaporeonPokedexText: ; 8562244
+ .charmapstr "VAPOREON underwent a spontaneous{next}"
+ .charmapstr "mutation and grew fins and gills that{next}"
+ .charmapstr "allow them to live underwater. They have{next}"
+ .charmapstr "the ability to freely control water.$"
+
+gJolteonPokedexText: ; 85622D9
+ .charmapstr "Its cells generate weak power that is{next}"
+ .charmapstr "amplified by its fur’s static electricity{next}"
+ .charmapstr "to drop thunderbolts. The bristling fur is{next}"
+ .charmapstr "made of electrically charged needles.$"
+
+gFlareonPokedexText: ; 856237A
+ .charmapstr "FLAREON’s fluffy fur releases heat into{next}"
+ .charmapstr "the air so that its body does not get{next}"
+ .charmapstr "excessively hot. Its body temperature can{next}"
+ .charmapstr "rise to a maximum of 1,650 degrees F.$"
+
+gPorygonPokedexText: ; 8562418
+ .charmapstr "It is capable of reverting itself entirely{next}"
+ .charmapstr "back to program data in order to enter{next}"
+ .charmapstr "cyberspace. A PORYGON is copy-{next}"
+ .charmapstr "protected so it cannot be duplicated.$"
+
+gOmanytePokedexText: ; 85624AF
+ .charmapstr "One of the ancient and long-since-extinct{next}"
+ .charmapstr "POKéMON that have been regenerated{next}"
+ .charmapstr "from fossils by humans. If attacked,{next}"
+ .charmapstr "it withdraws into its hard shell.$"
+
+gOmastarPokedexText: ; 8562543
+ .charmapstr "An OMASTAR uses its tentacles to capture{next}"
+ .charmapstr "its prey. It is believed to have become{next}"
+ .charmapstr "extinct because its shell grew too large,{next}"
+ .charmapstr "making its movements slow and ponderous.$"
+
+gKabutoPokedexText: ; 85625E7
+ .charmapstr "It is a POKéMON that has been regenerated{next}"
+ .charmapstr "from a fossil. However, in rare cases, living{next}"
+ .charmapstr "examples have been discovered. KABUTO{next}"
+ .charmapstr "have not changed for 300 million years.$"
+
+gKabutopsPokedexText: ; 856268D
+ .charmapstr "KABUTOPS once swam underwater to hunt {next}"
+ .charmapstr "for prey. It was apparently evolving from{next}"
+ .charmapstr "being a water dweller to living on land as{next}"
+ .charmapstr "evident from changes in its gills and legs.$"
+
+gAerodactylPokedexText: ; 8562735
+ .charmapstr "AERODACTYL is a POKéMON from the age{next}"
+ .charmapstr "of dinosaurs. It was regenerated from DNA{next}"
+ .charmapstr "extracted from amber. It is imagined to{next}"
+ .charmapstr "have been the king of the skies.$"
+
+gSnorlaxPokedexText: ; 85627CD
+ .charmapstr "SNORLAX’s typical day consists of nothing{next}"
+ .charmapstr "more than eating and sleeping. It is such{next}"
+ .charmapstr "a docile POKéMON that there are children{next}"
+ .charmapstr "who use its big belly as a place to play.$"
+
+gArticunoPokedexText: ; 8562874
+ .charmapstr "ARTICUNO is a legendary bird POKéMON that{next}"
+ .charmapstr "can control ice. The flapping of its wings{next}"
+ .charmapstr "chills the air. As a result, it is said that{next}"
+ .charmapstr "when this POKéMON flies, snow will fall.$"
+
+gZapdosPokedexText: ; 856291F
+ .charmapstr "ZAPDOS is a legendary bird POKéMON that{next}"
+ .charmapstr "has the ability to control electricity.{next}"
+ .charmapstr "It usually lives in thunderclouds. It gains{next}"
+ .charmapstr "power if it is stricken by lightning bolts.$"
+
+gMoltresPokedexText: ; 85629C7
+ .charmapstr "MOLTRES is a legendary bird POKéMON{next}"
+ .charmapstr "that can control fire. If injured, it is said{next}"
+ .charmapstr "to dip its body in the molten magma of{next}"
+ .charmapstr "a volcano to burn and heal itself.$"
+
+gDratiniPokedexText: ; 8562A63
+ .charmapstr "A DRATINI continually molts and sloughs{next}"
+ .charmapstr "off its old skin. It does so because the{next}"
+ .charmapstr "life energy within its body steadily builds{next}"
+ .charmapstr "to reach uncontrollable levels.$"
+
+gDragonairPokedexText: ; 8562B00
+ .charmapstr "A DRAGONAIR stores an enormous amount of{next}"
+ .charmapstr "energy inside its body. It is said to alter{next}"
+ .charmapstr "the weather around it by loosing energy{next}"
+ .charmapstr "from the crystals on its neck and tail.$"
+
+gDragonitePokedexText: ; 8562BA5
+ .charmapstr "It can circle the globe in just 16 hours.{next}"
+ .charmapstr "It is a kindhearted POKéMON that leads{next}"
+ .charmapstr "lost and foundering ships in a storm{next}"
+ .charmapstr "to the safety of land.$"
+
+gMewtwoPokedexText: ; 8562C32
+ .charmapstr "A POKéMON that was created by genetic{next}"
+ .charmapstr "manipulation. However, even though the{next}"
+ .charmapstr "scientific power of humans made its body,{next}"
+ .charmapstr "they failed to give it a warm heart.$"
+
+gMewPokedexText: ; 8562CCE
+ .charmapstr "A MEW is said to possess the genes of all{next}"
+ .charmapstr "POKéMON. It is capable of making itself{next}"
+ .charmapstr "invisible at will, so it entirely avoids{next}"
+ .charmapstr "notice even if it approaches people.$"
+
+gChikoritaPokedexText: ; 8562D6E
+ .charmapstr "It waves its leaf around to keep foes{next}"
+ .charmapstr "at bay. However, a sweet fragrance also{next}"
+ .charmapstr "wafts from the leaf, creating a friendly{next}"
+ .charmapstr "atmosphere that becalms the battlers.$"
+
+gBayleefPokedexText: ; 8562E0B
+ .charmapstr "A BAYLEEF’s neck is ringed by curled-up{next}"
+ .charmapstr "leaves. Inside each leaf is a small tree{next}"
+ .charmapstr "shoot. The fragrance of this shoot{next}"
+ .charmapstr "makes people peppy.$"
+
+gMeganiumPokedexText: ; 8562E93
+ .charmapstr "The fragrance of a MEGANIUM’s flower{next}"
+ .charmapstr "soothes and calms emotions. In battle,{next}"
+ .charmapstr "it gives off more of its becalming scent{next}"
+ .charmapstr "to blunt the foe’s fighting spirit.$"
+
+gCyndaquilPokedexText: ; 8562F2C
+ .charmapstr "It flares flames from its back to protect{next}"
+ .charmapstr "itself. The fire burns vigorously if the{next}"
+ .charmapstr "POKéMON is angry. When it is tired,{next}"
+ .charmapstr "it sputters with incomplete combustion.$"
+
+gQuilavaPokedexText: ; 8562FCB
+ .charmapstr "It intimidates foes with intense gusts of{next}"
+ .charmapstr "flames and superheated air. Its quick{next}"
+ .charmapstr "nimbleness lets it dodge attacks even{next}"
+ .charmapstr "while scorching an enemy.$"
+
+gTyphlosionPokedexText: ; 856305B
+ .charmapstr "It can hide behind a shimmering heat haze{next}"
+ .charmapstr "that it creates using its intense flames.{next}"
+ .charmapstr "TYPHLOSION create blazing explosive{next}"
+ .charmapstr "blasts that burn everything to cinders.$"
+
+gTotodilePokedexText: ; 85630FB
+ .charmapstr "Despite its small body, TOTODILE’s jaws{next}"
+ .charmapstr "are very powerful. While it may think it is{next}"
+ .charmapstr "just playfully nipping, its bite has enough{next}"
+ .charmapstr "strength to cause serious injury.$"
+
+gCroconawPokedexText: ; 856319D
+ .charmapstr "Once its jaws clamp down on its foe, it will{next}"
+ .charmapstr "absolutely not let go. Because the tips of{next}"
+ .charmapstr "its fangs are forked back like fishhooks,{next}"
+ .charmapstr "they become irremovably embedded.$"
+
+gFeraligatrPokedexText: ; 8563241
+ .charmapstr "It opens its huge mouth to intimidate{next}"
+ .charmapstr "enemies. In battle, it runs using its thick{next}"
+ .charmapstr "and powerful hind legs to charge the{next}"
+ .charmapstr "foe with incredible speed.$"
+
+gSentretPokedexText: ; 85632D3
+ .charmapstr "They take turns standing guard when it{next}"
+ .charmapstr "is time to sleep. The sentry awakens the{next}"
+ .charmapstr "others if it senses danger. If one becomes{next}"
+ .charmapstr "separated, it turns sleepless with fear.$"
+
+gFurretPokedexText: ; 8563377
+ .charmapstr "A FURRET has a very slim build. When under{next}"
+ .charmapstr "attack, it can squirm through narrow{next}"
+ .charmapstr "spaces and get away. In spite of its short{next}"
+ .charmapstr "limbs, it is very nimble and fleet.$"
+
+gHoothootPokedexText: ; 8563416
+ .charmapstr "It has an internal organ that senses{next}"
+ .charmapstr "the earth’s rotation. Using this special{next}"
+ .charmapstr "organ, a HOOTHOOT begins hooting at{next}"
+ .charmapstr "precisely the same time every day.$"
+
+gNoctowlPokedexText: ; 85634AB
+ .charmapstr "It unfailingly catches prey in darkness.{next}"
+ .charmapstr "NOCTOWL owe their success to superior{next}"
+ .charmapstr "vision that allows them to see in minimal{next}"
+ .charmapstr "light, and to their supple and silent wings.$"
+
+gLedybaPokedexText: ; 8563551
+ .charmapstr "LEDYBA communicate using a fluid that{next}"
+ .charmapstr "they secrete from where the legs join the{next}"
+ .charmapstr "body. They are said to convey feelings to{next}"
+ .charmapstr "others by altering the fluid’s scent.$"
+
+gLedianPokedexText: ; 85635F1
+ .charmapstr "It is said that in lands with clean air,{next}"
+ .charmapstr "where the stars fill the sky, there live{next}"
+ .charmapstr "many LEDIAN. For good reason, they use{next}"
+ .charmapstr "the light of the stars as energy.$"
+
+gSpinarakPokedexText: ; 856368C
+ .charmapstr "The web it spins can be considered its{next}"
+ .charmapstr "second nervous system. It is said that a{next}"
+ .charmapstr "SPINARAK determines its prey by the tiny{next}"
+ .charmapstr "vibrations it feels through the web.$"
+
+gAriadosPokedexText: ; 856372A
+ .charmapstr "Its feet are tipped with tiny hooked claws{next}"
+ .charmapstr "that enable it to scuttle on ceilings and{next}"
+ .charmapstr "vertical walls. It constricts its foe with{next}"
+ .charmapstr "thin and strong silk webbing.$"
+
+gCrobatPokedexText: ; 85637C8
+ .charmapstr "Over the course of evolution, its hind legs{next}"
+ .charmapstr "turned into wings. By alternately resting{next}"
+ .charmapstr "its front and rear wings, it can fly all day{next}"
+ .charmapstr "without having to stop.$"
+
+gChinchouPokedexText: ; 8563863
+ .charmapstr "When it senses danger, it discharges{next}"
+ .charmapstr "positive and negative electricity from its{next}"
+ .charmapstr "two antennae. It lives in depths beyond{next}"
+ .charmapstr "sunlight’s reach.$"
+
+gLanturnPokedexText: ; 85638ED
+ .charmapstr "The light-emitting orbs on its back are{next}"
+ .charmapstr "very bright. They are formed from a part of{next}"
+ .charmapstr "its dorsal fin. This POKéMON illuminates{next}"
+ .charmapstr "the inky darkness of deep seas.$"
+
+gPichuPokedexText: ; 856398A
+ .charmapstr "It is still inept at retaining electricity.{next}"
+ .charmapstr "When it is startled, it discharges power{next}"
+ .charmapstr "accidentally. It gets better at holding{next}"
+ .charmapstr "power as it grows older.$"
+
+gCleffaPokedexText: ; 8563A20
+ .charmapstr "On nights with many shooting stars,{next}"
+ .charmapstr "CLEFFA can be seen dancing in a ring.{next}"
+ .charmapstr "They dance until daybreak, when they{next}"
+ .charmapstr "quench their thirst with the morning dew.$"
+
+gIgglybuffPokedexText: ; 8563AB9
+ .charmapstr "Its soft and pliable body is very bouncy.{next}"
+ .charmapstr "When it sings continuously with all its{next}"
+ .charmapstr "might, its body steadily turns a deepening{next}"
+ .charmapstr "pink color.$"
+
+gTogepiPokedexText: ; 8563B42
+ .charmapstr "As its energy, it uses the feelings of{next}"
+ .charmapstr "compassion and pleasure exuded by{next}"
+ .charmapstr "people and POKéMON. It stores up happy{next}"
+ .charmapstr "feelings in its shell, then shares them out.$"
+
+gTogeticPokedexText: ; 8563BDF
+ .charmapstr "It is said to be a POKéMON that brings good{next}"
+ .charmapstr "fortune. When it spots someone who is pure{next}"
+ .charmapstr "of heart, a TOGETIC appears and shares its{next}"
+ .charmapstr "happiness with that person.$"
+
+gNatuPokedexText: ; 8563C7D
+ .charmapstr "It runs up short trees that grow on the{next}"
+ .charmapstr "savanna to peck at new shoots.{next}"
+ .charmapstr "A NATU’s eyes look as if they are{next}"
+ .charmapstr "always observing something.$"
+
+gXatuPokedexText: ; 8563D02
+ .charmapstr "It has the enigmatic power of foreseeing{next}"
+ .charmapstr "the future. Some people in different lands{next}"
+ .charmapstr "have long believed that XATU are{next}"
+ .charmapstr "emissaries from another world.$"
+
+gMareepPokedexText: ; 8563D96
+ .charmapstr "Its fluffy wool rubs together and builds{next}"
+ .charmapstr "a static charge. The more energy is{next}"
+ .charmapstr "charged, the more brightly the lightbulb{next}"
+ .charmapstr "at the tip of its tail glows.$"
+
+gFlaaffyPokedexText: ; 8563E2A
+ .charmapstr "Its fleece quality changes to generate{next}"
+ .charmapstr "strong static electricity with a small{next}"
+ .charmapstr "amount of wool. The bare, slick parts of its{next}"
+ .charmapstr "hide are shielded against electricity.$"
+
+gAmpharosPokedexText: ; 8563ECC
+ .charmapstr "It gives off so much light that it can be{next}"
+ .charmapstr "seen even from space. People in the old{next}"
+ .charmapstr "days used its light to send signals back{next}"
+ .charmapstr "and forth with others far away.$"
+
+gBellossomPokedexText: ; 8563F67
+ .charmapstr "Its flower petals deepen in color through{next}"
+ .charmapstr "exposure to sunlight. When cloudy weather{next}"
+ .charmapstr "persists, it does a dance that is thought{next}"
+ .charmapstr "to be a ritual for summoning the sun.$"
+
+gMarillPokedexText: ; 856400B
+ .charmapstr "Its body is covered with water-repellent{next}"
+ .charmapstr "fur. Because of the fur, it can swim{next}"
+ .charmapstr "through water at high speed without being{next}"
+ .charmapstr "slowed by the water’s resistance.$"
+
+gAzumarillPokedexText: ; 85640A5
+ .charmapstr "It lives in water virtually all day long.{next}"
+ .charmapstr "Its body color and pattern act as{next}"
+ .charmapstr "camouflage that makes it tough for{next}"
+ .charmapstr "enemies to spot in water.$"
+
+gSudowoodoPokedexText: ; 856412E
+ .charmapstr "It mimics a tree to avoid being attacked{next}"
+ .charmapstr "by enemies. But since its forelegs{next}"
+ .charmapstr "remain green throughout the year, it is{next}"
+ .charmapstr "easily identified as a fake in the winter.$"
+
+gPolitoedPokedexText: ; 85641CD
+ .charmapstr "The curled hair on its head proves its{next}"
+ .charmapstr "status as a king. It is said that the{next}"
+ .charmapstr "longer and curlier the hair, the more{next}"
+ .charmapstr "respect it earns from its peers.$"
+
+gHoppipPokedexText: ; 8564261
+ .charmapstr "This POKéMON drifts and floats with the{next}"
+ .charmapstr "wind. If it senses the approach of strong{next}"
+ .charmapstr "winds, a HOPPIP links leaves with others{next}"
+ .charmapstr "to prepare against being blown away.$"
+
+gSkiploomPokedexText: ; 8564301
+ .charmapstr "It blossoms when the temperature rises{next}"
+ .charmapstr "above 64 degrees F. Because its flower’s{next}"
+ .charmapstr "blooming changes with the temperature,{next}"
+ .charmapstr "it is sometimes used as a thermometer.$"
+
+gJumpluffPokedexText: ; 856439F
+ .charmapstr "JUMPLUFF ride warm southern winds to{next}"
+ .charmapstr "cross the sea and fly to foreign lands.{next}"
+ .charmapstr "This POKéMON lands when it encounters{next}"
+ .charmapstr "cold air while it is floating.$"
+
+gAipomPokedexText: ; 8564431
+ .charmapstr "Its tail ends with a dexterous, handlike{next}"
+ .charmapstr "appendage. However, because it uses the{next}"
+ .charmapstr "tail so much, AIPOM’s real hands have{next}"
+ .charmapstr "become rather clumsy.$"
+
+gSunkernPokedexText: ; 85644BE
+ .charmapstr "SUNKERN try to minimize movement to{next}"
+ .charmapstr "conserve the nutrients they have stored{next}"
+ .charmapstr "in their bodies for evolution. They will{next}"
+ .charmapstr "not eat, subsisting only on morning dew.$"
+
+gSunfloraPokedexText: ; 856455C
+ .charmapstr "SUNFLORA convert solar energy into{next}"
+ .charmapstr "nutrition. They are highly active in the{next}"
+ .charmapstr "warm daytime but suddenly stop moving as{next}"
+ .charmapstr "soon as the sun sets.$"
+
+gYanmaPokedexText: ; 85645E7
+ .charmapstr "It can see 360 degrees without moving{next}"
+ .charmapstr "its eyes. It is a great flier capable of{next}"
+ .charmapstr "making sudden stops and turning midair to{next}"
+ .charmapstr "quickly chase down targeted prey.$"
+
+gWooperPokedexText: ; 8564682
+ .charmapstr "WOOPER usually live in water but come{next}"
+ .charmapstr "out onto land seeking food occasionally.{next}"
+ .charmapstr "On land, they coat their bodies with a{next}"
+ .charmapstr "gooey, toxic film.$"
+
+gQuagsirePokedexText: ; 856470B
+ .charmapstr "A QUAGSIRE hunts by leaving its mouth wide{next}"
+ .charmapstr "open in water and waiting for its prey to{next}"
+ .charmapstr "blunder in. Because it doesn’t move, it{next}"
+ .charmapstr "does not get very hungry.$"
+
+gEspeonPokedexText: ; 85647A2
+ .charmapstr "An ESPEON is extremely loyal to any{next}"
+ .charmapstr "TRAINER it considers to be worthy. It is{next}"
+ .charmapstr "said to have developed precognitive{next}"
+ .charmapstr "powers to protect its TRAINER from harm.$"
+
+gUmbreonPokedexText: ; 856483C
+ .charmapstr "UMBREON evolved from exposure to the{next}"
+ .charmapstr "moon’s energy pulses. It lurks in darkness{next}"
+ .charmapstr "and waits for its foes to move. The rings{next}"
+ .charmapstr "on its body glow when it leaps to attack.$"
+
+gMurkrowPokedexText: ; 85648E0
+ .charmapstr "MURKROW were feared as the alleged{next}"
+ .charmapstr "bearers of ill fortune. It shows strong{next}"
+ .charmapstr "interest in anything that sparkles. It will{next}"
+ .charmapstr "even try to steal rings from women.$"
+
+gSlowkingPokedexText: ; 856497B
+ .charmapstr "It undertakes research every day to{next}"
+ .charmapstr "solve the mysteries of the world.{next}"
+ .charmapstr "However, it apparently forgets everything{next}"
+ .charmapstr "if the SHELLDER on its head comes off.$"
+
+gMisdreavusPokedexText: ; 8564A12
+ .charmapstr "A MISDREAVUS frightens people with a{next}"
+ .charmapstr "creepy, sobbing cry. It apparently uses{next}"
+ .charmapstr "its red spheres to absorb the fear of foes{next}"
+ .charmapstr "as its nutrition.$"
+
+gUnownPokedexText: ; 8564A9C
+ .charmapstr "This POKéMON is shaped like ancient text{next}"
+ .charmapstr "characters. Although research is ongoing,{next}"
+ .charmapstr "it is a mystery as to which came first,{next}"
+ .charmapstr "the ancient writings or the various UNOWN.$"
+
+gWobbuffetPokedexText: ; 8564B42
+ .charmapstr "Usually docile, a WOBBUFFET strikes back{next}"
+ .charmapstr "ferociously if its black tail is attacked.{next}"
+ .charmapstr "It makes its lair in caves where it waits{next}"
+ .charmapstr "for nightfall.$"
+
+gGirafarigPokedexText: ; 8564BCF
+ .charmapstr "A GIRAFARIG is an herbivore--it eats{next}"
+ .charmapstr "grass and tree shoots. While it is eating,{next}"
+ .charmapstr "its tail makes chewing and swallowing{next}"
+ .charmapstr "motions as if it were also eating.$"
+
+gPinecoPokedexText: ; 8564C68
+ .charmapstr "A PINECO hangs from a tree branch and{next}"
+ .charmapstr "waits for prey. While eating, if it is{next}"
+ .charmapstr "disturbed by someone shaking its tree, it{next}"
+ .charmapstr "falls on the ground and suddenly explodes.$"
+
+gForretressPokedexText: ; 8564D0A
+ .charmapstr "It keeps itself inside its steel shell.{next}"
+ .charmapstr "The shell is opened when it is catching{next}"
+ .charmapstr "prey, but it is so quick that the shell’s{next}"
+ .charmapstr "inside cannot be seen.$"
+
+gDunsparcePokedexText: ; 8564D9B
+ .charmapstr "Its drill-tipped tail is used to burrow into{next}"
+ .charmapstr "the ground backwards. This POKéMON is{next}"
+ .charmapstr "known to make its nest in complex shapes{next}"
+ .charmapstr "deep under the ground.$"
+
+gGligarPokedexText: ; 8564E2E
+ .charmapstr "It glides without making a single sound.{next}"
+ .charmapstr "It grasps the face of its foe using its{next}"
+ .charmapstr "hind and large front claws, then stabs{next}"
+ .charmapstr "with its poison barb.$"
+
+gSteelixPokedexText: ; 8564EBC
+ .charmapstr "STEELIX live even further underground{next}"
+ .charmapstr "than ONIX. This POKéMON is known to dig{next}"
+ .charmapstr "toward the earth’s core, reaching a depth{next}"
+ .charmapstr "of over six-tenths of a mile underground.$"
+
+gSnubbullPokedexText: ; 8564F5E
+ .charmapstr "By baring its fangs and making a scary{next}"
+ .charmapstr "face, it sends smaller POKéMON scurrying{next}"
+ .charmapstr "in terror. The SNUBBULL does seem a{next}"
+ .charmapstr "little sad at making its foes flee.$"
+
+gGranbullPokedexText: ; 8564FF6
+ .charmapstr "It has a particularly well-developed lower{next}"
+ .charmapstr "jaw. The huge fangs are heavy, causing{next}"
+ .charmapstr "it to tilt its head. Unless it is startled, it{next}"
+ .charmapstr "will not try to bite.$"
+
+gQwilfishPokedexText: ; 856508D
+ .charmapstr "A QWILFISH uses the pressure of water{next}"
+ .charmapstr "it swallows to shoot toxic quills all at{next}"
+ .charmapstr "once from all over its body. It finds{next}"
+ .charmapstr "swimming to be somewhat challenging.$"
+
+gScizorPokedexText: ; 8565127
+ .charmapstr "A SCIZOR has a body with the hardness of{next}"
+ .charmapstr "steel. It is not easily fazed by ordinary{next}"
+ .charmapstr "sorts of attacks. It flaps its wings to{next}"
+ .charmapstr "regulate its body temperature.$"
+
+gShucklePokedexText: ; 85651C1
+ .charmapstr "A SHUCKLE hides under rocks, keeping its{next}"
+ .charmapstr "body concealed inside its shell while{next}"
+ .charmapstr "eating stored berries. The berries mix with{next}"
+ .charmapstr "its body fluids to become a juice.$"
+
+gHeracrossPokedexText: ; 856525F
+ .charmapstr "They gather in forests seeking the sweet{next}"
+ .charmapstr "sap of trees. It is completely clad in a{next}"
+ .charmapstr "steel-hard shell. It is proud of its horn,{next}"
+ .charmapstr "which it uses to fling foes.$"
+
+gSneaselPokedexText: ; 85652F9
+ .charmapstr "A SNEASEL scales trees by punching its{next}"
+ .charmapstr "hooked claws into the bark. It seeks out{next}"
+ .charmapstr "unguarded nests and steals eggs for food{next}"
+ .charmapstr "while the parents are away.$"
+
+gTeddiursaPokedexText: ; 856538E
+ .charmapstr "It licks its palms that are sweetened by{next}"
+ .charmapstr "being soaked in honey. A TEDDIURSA makes{next}"
+ .charmapstr "its own honey by blending fruits and pollen{next}"
+ .charmapstr "collected by BEEDRILL.$"
+
+gUrsaringPokedexText: ; 8565423
+ .charmapstr "In forests, it is said that there are many{next}"
+ .charmapstr "streams and towering trees where an{next}"
+ .charmapstr "URSARING gathers food. It walks through{next}"
+ .charmapstr "its forest collecting food every day.$"
+
+gSlugmaPokedexText: ; 85654C0
+ .charmapstr "It is a species of POKéMON that lives in{next}"
+ .charmapstr "volcanic areas. If its body cools, its skin{next}"
+ .charmapstr "hardens and immobilizes it. To avoid that,{next}"
+ .charmapstr "it sleeps near magma.$"
+
+gMagcargoPokedexText: ; 8565556
+ .charmapstr "The shell on its back is made of hardened{next}"
+ .charmapstr "magma. Tens of thousands of years spent{next}"
+ .charmapstr "living in volcanic craters have turned{next}"
+ .charmapstr "MAGCARGO’s bodies into magma.$"
+
+gSwinubPokedexText: ; 85655ED
+ .charmapstr "It roots for food by rubbing its snout{next}"
+ .charmapstr "against the ground. Its favorite food is a{next}"
+ .charmapstr "mushroom that grows under dried grass.{next}"
+ .charmapstr "It occasionally roots out hot springs.$"
+
+gPiloswinePokedexText: ; 856568D
+ .charmapstr "A PILOSWINE is covered by a thick coat{next}"
+ .charmapstr "of long hair for enduring freezing cold.{next}"
+ .charmapstr "It uses its tusks to dig up food that has{next}"
+ .charmapstr "been buried under ice.$"
+
+gCorsolaPokedexText: ; 856571E
+ .charmapstr "CORSOLA live in warm southern seas.{next}"
+ .charmapstr "If the sea becomes polluted, the beautiful{next}"
+ .charmapstr "coral stalks become discolored and crumble{next}"
+ .charmapstr "away in tatters.$"
+
+gRemoraidPokedexText: ; 85657A9
+ .charmapstr "A REMORAID uses its abdominal muscles{next}"
+ .charmapstr "to forcefully expel swallowed water, then{next}"
+ .charmapstr "shoot down flying prey. When evolution{next}"
+ .charmapstr "approaches, it travels down rivers.$"
+
+gOctilleryPokedexText: ; 8565844
+ .charmapstr "It ensnares its foe with its suction-{next}"
+ .charmapstr "cupped tentacles before delivering the{next}"
+ .charmapstr "finishing blow. If the foe turns out to be{next}"
+ .charmapstr "too strong, it spews ink to escape.$"
+
+gDelibirdPokedexText: ; 85658E0
+ .charmapstr "It carries food bundled up in its tail.{next}"
+ .charmapstr "There was a famous explorer who{next}"
+ .charmapstr "managed to scale Mt. Everest thanks{next}"
+ .charmapstr "to a DELIBIRD sharing its food.$"
+
+gMantinePokedexText: ; 856596C
+ .charmapstr "On sunny days, schools of MANTINE can be{next}"
+ .charmapstr "seen elegantly leaping over the waves.{next}"
+ .charmapstr "It is not bothered by the REMORAID that{next}"
+ .charmapstr "hitches rides.$"
+
+gSkarmoryPokedexText: ; 85659F3
+ .charmapstr "A POKéMON that has a body and wings of{next}"
+ .charmapstr "steel. People in the past used feathers{next}"
+ .charmapstr "fallen from SKARMORY to make swords and{next}"
+ .charmapstr "knives.$"
+
+gHoundourPokedexText: ; 8565A72
+ .charmapstr "HOUNDOUR communicate with each other{next}"
+ .charmapstr "using a variety of cries to corner their{next}"
+ .charmapstr "prey. This POKéMON’s remarkable teamwork{next}"
+ .charmapstr "is simply unparalleled.$"
+
+gHoundoomPokedexText: ; 8565B01
+ .charmapstr "In a HOUNDOOM pack, the one with its horns{next}"
+ .charmapstr "raked sharply back serves a leadership{next}"
+ .charmapstr "role. They choose their leader by fighting{next}"
+ .charmapstr "among themselves.$"
+
+gKingdraPokedexText: ; 8565B90
+ .charmapstr "It sleeps quietly, deep on the seafloor.{next}"
+ .charmapstr "When it comes up to the surface, it{next}"
+ .charmapstr "creates a huge whirlpool that can swallow{next}"
+ .charmapstr "even ships.$"
+
+gPhanpyPokedexText: ; 8565C13
+ .charmapstr "PHANPY’s big ears serve as broad fans.{next}"
+ .charmapstr "When it becomes hot, it flaps the ears{next}"
+ .charmapstr "busily to cool down. Even the young are{next}"
+ .charmapstr "very strong.$"
+
+gDonphanPokedexText: ; 8565C96
+ .charmapstr "A DONPHAN is so strong it can easily haul{next}"
+ .charmapstr "a dump truck. Its hide has toughened to a{next}"
+ .charmapstr "rock-hard state. An ordinary sort of{next}"
+ .charmapstr "attack won’t even leave a scratch.$"
+
+gPorygon2PokedexText: ; 8565D32
+ .charmapstr "It was created by humans using the power{next}"
+ .charmapstr "of science. It has been given artificial{next}"
+ .charmapstr "intelligence that enables it to learn new{next}"
+ .charmapstr "gestures and emotions on its own.$"
+
+gStantlerPokedexText: ; 8565DD0
+ .charmapstr "STANTLER’s magnificent antlers were{next}"
+ .charmapstr "once traded at high prices as works of art.{next}"
+ .charmapstr "As a result, this POKéMON was hunted{next}"
+ .charmapstr "close to extinction.$"
+
+gSmearglePokedexText: ; 8565E5A
+ .charmapstr "A SMEARGLE marks its territory using a{next}"
+ .charmapstr "fluid that leaks out from the tip of its{next}"
+ .charmapstr "tail. About 5,000 different marks left by{next}"
+ .charmapstr "this POKéMON have been found.$"
+
+gTyroguePokedexText: ; 8565EF2
+ .charmapstr "TYROGUE become stressed out if they do{next}"
+ .charmapstr "not get to train every day. When raising{next}"
+ .charmapstr "this POKéMON, the TRAINER must establish{next}"
+ .charmapstr "a regular training schedule.$"
+
+gHitmontopPokedexText: ; 8565F88
+ .charmapstr "Its technique of kicking while spinning is{next}"
+ .charmapstr "a remarkable mix of both offense and{next}"
+ .charmapstr "defense. HITMONTOP travel faster{next}"
+ .charmapstr "spinning than they do walking.$"
+
+gSmoochumPokedexText: ; 8566018
+ .charmapstr "It actively runs about, but also falls{next}"
+ .charmapstr "often. Whenever it falls, it will check its{next}"
+ .charmapstr "reflection on a lake’s surface to make{next}"
+ .charmapstr "sure its face hasn’t become dirty.$"
+
+gElekidPokedexText: ; 85660B5
+ .charmapstr "If it touches metal and discharges the{next}"
+ .charmapstr "electricity it has stored in its body, an{next}"
+ .charmapstr "ELEKID begins swinging its arms in circles{next}"
+ .charmapstr "to recharge itself.$"
+
+gMagbyPokedexText: ; 8566145
+ .charmapstr "If a MAGBY is spouting yellow flames from{next}"
+ .charmapstr "its mouth, it is in good health. When it is{next}"
+ .charmapstr "fatigued, black smoke will be mixed in with{next}"
+ .charmapstr "the flames.$"
+
+gMiltankPokedexText: ; 85661D3
+ .charmapstr "It gives over five gallons of milk daily.{next}"
+ .charmapstr "Its sweet milk is enjoyed by children and{next}"
+ .charmapstr "grown-ups alike. People who can’t drink{next}"
+ .charmapstr "milk turn it into yogurt and eat it instead.$"
+
+gBlisseyPokedexText: ; 856627C
+ .charmapstr "If it senses sadness with its fluffy fur,{next}"
+ .charmapstr "a BLISSEY will rush over to the sad person,{next}"
+ .charmapstr "however far away, to share an egg of{next}"
+ .charmapstr "happiness that brings a smile to any face.$"
+
+gRaikouPokedexText: ; 8566322
+ .charmapstr "RAIKOU embodies the speed of lightning.{next}"
+ .charmapstr "Its roars send shock waves shuddering{next}"
+ .charmapstr "through the air and ground as if{next}"
+ .charmapstr "lightning bolts were crashing down.$"
+
+gEnteiPokedexText: ; 85663B5
+ .charmapstr "ENTEI embodies the passion of magma.{next}"
+ .charmapstr "It is thought to have been born in the{next}"
+ .charmapstr "eruption of a volcano. It blasts fire that{next}"
+ .charmapstr "consumes all that it touches.$"
+
+gSuicunePokedexText: ; 856644A
+ .charmapstr "SUICUNE embodies the compassion of{next}"
+ .charmapstr "a pure spring of water. It runs across{next}"
+ .charmapstr "the land with gliding elegance. It has the{next}"
+ .charmapstr "power to purify dirty water.$"
+
+gLarvitarPokedexText: ; 85664DC
+ .charmapstr "A LARVITAR is born deep under the ground.{next}"
+ .charmapstr "It must eat its way through the soil above{next}"
+ .charmapstr "and reach the surface for it to see its{next}"
+ .charmapstr "parents’ faces.$"
+
+gPupitarPokedexText: ; 8566569
+ .charmapstr "A PUPITAR creates a gas inside its body{next}"
+ .charmapstr "that it ejects under compression to propel{next}"
+ .charmapstr "itself like a jet. Its body can withstand{next}"
+ .charmapstr "a collision with solid steel.$"
+
+gTyranitarPokedexText: ; 8566604
+ .charmapstr "A TYRANITAR is so overwhelmingly powerful,{next}"
+ .charmapstr "it can bring down a whole mountain to make{next}"
+ .charmapstr "its nest. It roams in mountains seeking{next}"
+ .charmapstr "new opponents to fight.$"
+
+gLugiaPokedexText: ; 856669A
+ .charmapstr "LUGIA is so powerful even a light{next}"
+ .charmapstr "fluttering of its wings can blow apart{next}"
+ .charmapstr "houses. As a result, it chooses to live out{next}"
+ .charmapstr "of sight deep under the sea.$"
+
+gHoOhPokedexText: ; 856672C
+ .charmapstr "Its feathers--which glow in seven colors{next}"
+ .charmapstr "depending on the angle at which they are{next}"
+ .charmapstr "struck by light--are thought to bring joy.{next}"
+ .charmapstr "It is said to live at the foot of a rainbow.$"
+
+gCelebiPokedexText: ; 85667D6
+ .charmapstr "This POKéMON came from the future by{next}"
+ .charmapstr "crossing over time. It is thought that so{next}"
+ .charmapstr "long as CELEBI appears, a bright and{next}"
+ .charmapstr "shining future awaits us.$"
+
+gTreeckoPokedexText: ; 8566864
+ .charmapstr "It makes its nest in a giant tree in the{next}"
+ .charmapstr "forest. It ferociously guards against{next}"
+ .charmapstr "anything nearing its territory. It is said{next}"
+ .charmapstr "to be the protector of the forest’s trees.$"
+
+gGrovylePokedexText: ; 8566909
+ .charmapstr "Leaves grow out of this POKéMON’s body.{next}"
+ .charmapstr "They help obscure a GROVYLE from the eyes{next}"
+ .charmapstr "of its enemies while it is in a thickly{next}"
+ .charmapstr "overgrown forest.$"
+
+gSceptilePokedexText: ; 8566995
+ .charmapstr "In the jungle, its power is without equal.{next}"
+ .charmapstr "This POKéMON carefully grows trees and{next}"
+ .charmapstr "plants. It regulates its body temperature{next}"
+ .charmapstr "by basking in sunlight.$"
+
+gTorchicPokedexText: ; 8566A29
+ .charmapstr "If attacked, it strikes back by spitting{next}"
+ .charmapstr "balls of fire it forms in its stomach.{next}"
+ .charmapstr "A TORCHIC dislikes darkness because it{next}"
+ .charmapstr "can’t see its surroundings.$"
+
+gCombuskenPokedexText: ; 8566ABC
+ .charmapstr "It lashes out with 10 kicks per second.{next}"
+ .charmapstr "Its strong fighting instinct compels it{next}"
+ .charmapstr "to keep up its offensive until the{next}"
+ .charmapstr "opponent gives up.$"
+
+gBlazikenPokedexText: ; 8566B42
+ .charmapstr "It learns martial arts that use punches{next}"
+ .charmapstr "and kicks. Every several years, its old{next}"
+ .charmapstr "feathers burn off, and new, supple{next}"
+ .charmapstr "feathers grow back in their place.$"
+
+gMudkipPokedexText: ; 8566BD8
+ .charmapstr "On land, it can powerfully lift large{next}"
+ .charmapstr "boulders by planting its four feet and{next}"
+ .charmapstr "heaving. It sleeps by burying itself in soil{next}"
+ .charmapstr "at the water’s edge.$"
+
+gMarshtompPokedexText: ; 8566C67
+ .charmapstr "Its toughened hind legs enable it to stand{next}"
+ .charmapstr "upright. Because it weakens if its skin{next}"
+ .charmapstr "dries out, it replenishes fluids by playing{next}"
+ .charmapstr "in mud.$"
+
+gSwampertPokedexText: ; 8566CEE
+ .charmapstr "If it senses the approach of a storm and{next}"
+ .charmapstr "a tidal wave, it protects its seaside nest{next}"
+ .charmapstr "by piling up boulders. It swims as fast as{next}"
+ .charmapstr "a jet ski.$"
+
+gPoochyenaPokedexText: ; 8566D78
+ .charmapstr "It savagely threatens foes with bared{next}"
+ .charmapstr "fangs. It chases after fleeing targets{next}"
+ .charmapstr "tenaciously. It turns tail and runs,{next}"
+ .charmapstr "however, if the foe strikes back.$"
+
+gMightyenaPokedexText: ; 8566E0C
+ .charmapstr "In the wild, MIGHTYENA live in a pack.{next}"
+ .charmapstr "They never defy their leader’s orders.{next}"
+ .charmapstr "They defeat foes with perfectly{next}"
+ .charmapstr "coordinated teamwork.$"
+
+gZigzagoonPokedexText: ; 8566E90
+ .charmapstr "Rubbing its nose against the ground, it{next}"
+ .charmapstr "always wanders about back and forth in{next}"
+ .charmapstr "search of something. It is distinguished{next}"
+ .charmapstr "by the zigzag footprints it leaves.$"
+
+gLinoonePokedexText: ; 8566F2C
+ .charmapstr "It is exceedingly fast if it only has to run{next}"
+ .charmapstr "in a straight line. When it spots pond-{next}"
+ .charmapstr "dwelling prey underwater, it quickly leaps{next}"
+ .charmapstr "in and catches it with its sharp claws.$"
+
+gWurmplePokedexText: ; 8566FD4
+ .charmapstr "It sticks to tree branches and eats{next}"
+ .charmapstr "leaves. The thread it spits from its mouth,{next}"
+ .charmapstr "which becomes gooey when it touches{next}"
+ .charmapstr "air, slows the movement of its foes.$"
+
+gSilcoonPokedexText: ; 856706D
+ .charmapstr "It prepares for evolution using the{next}"
+ .charmapstr "energy it stored while it was a WURMPLE.{next}"
+ .charmapstr "It keeps watch over the surroundings with{next}"
+ .charmapstr "its two eyes.$"
+
+gBeautiflyPokedexText: ; 85670F2
+ .charmapstr "Its colorfully patterned wings are its{next}"
+ .charmapstr "most prominent feature. It flies through{next}"
+ .charmapstr "flower-covered fields collecting pollen.{next}"
+ .charmapstr "It attacks ferociously when angered.$"
+
+gCascoonPokedexText: ; 8567190
+ .charmapstr "To avoid detection by its enemies, it hides{next}"
+ .charmapstr "motionlessly beneath large leaves and in{next}"
+ .charmapstr "the gaps of branches. It also attaches{next}"
+ .charmapstr "dead leaves to its body for camouflage.$"
+
+gDustoxPokedexText: ; 8567234
+ .charmapstr "It is a nocturnal POKéMON that flies from{next}"
+ .charmapstr "fields and mountains to the attraction of{next}"
+ .charmapstr "streetlights at night. It looses highly{next}"
+ .charmapstr "toxic powder from its wings.$"
+
+gLotadPokedexText: ; 85672CD
+ .charmapstr "This POKéMON lives in ponds with clean{next}"
+ .charmapstr "water. It is known to ferry small POKéMON{next}"
+ .charmapstr "across ponds by carrying them on the{next}"
+ .charmapstr "broad leaf on its head.$"
+
+gLombrePokedexText: ; 856735B
+ .charmapstr "In the evening, it takes great delight in{next}"
+ .charmapstr "popping out of rivers and startling people.{next}"
+ .charmapstr "It feeds on aquatic moss that grows on{next}"
+ .charmapstr "rocks in the riverbed.$"
+
+gLudicoloPokedexText: ; 85673EF
+ .charmapstr "When it hears festive music, all the cells{next}"
+ .charmapstr "in its body become stimulated, and it{next}"
+ .charmapstr "begins moving in rhythm. It does not{next}"
+ .charmapstr "quail even when it faces a tough opponent.$"
+
+gSeedotPokedexText: ; 8567490
+ .charmapstr "It hangs off branches and absorbs{next}"
+ .charmapstr "nutrients. When it finishes eating, its{next}"
+ .charmapstr "body becomes so heavy that it drops to{next}"
+ .charmapstr "the ground with a thump.$"
+
+gNuzleafPokedexText: ; 856751A
+ .charmapstr "A forest-dwelling POKéMON that is skilled{next}"
+ .charmapstr "at climbing trees. Its long and pointed{next}"
+ .charmapstr "nose is its weak point. It loses power if{next}"
+ .charmapstr "the nose is gripped.$"
+
+gShiftryPokedexText: ; 85675AB
+ .charmapstr "It is said to arrive on chilly, wintry winds.{next}"
+ .charmapstr "Feared from long ago as the guardian of{next}"
+ .charmapstr "forests, this POKéMON lives in a deep{next}"
+ .charmapstr "forest where people do not venture.$"
+
+gTaillowPokedexText: ; 856764B
+ .charmapstr "Although it is small, it is very courageous.{next}"
+ .charmapstr "It will take on a larger SKARMORY on an{next}"
+ .charmapstr "equal footing. However, its will weakens if{next}"
+ .charmapstr "it becomes hungry.$"
+
+gSwellowPokedexText: ; 85676DF
+ .charmapstr "A SWELLOW dives upon prey from far above.{next}"
+ .charmapstr "It never misses its targets. It takes to{next}"
+ .charmapstr "the skies in search of lands with a warm{next}"
+ .charmapstr "climate.$"
+
+gWingullPokedexText: ; 8567764
+ .charmapstr "It makes its nest on a sheer cliff at the{next}"
+ .charmapstr "edge of the sea. It has trouble keeping{next}"
+ .charmapstr "its wings flapping in flight. Instead, it{next}"
+ .charmapstr "soars on updrafts.$"
+
+gPelipperPokedexText: ; 85677F3
+ .charmapstr "It skims the tops of waves as it flies.{next}"
+ .charmapstr "When it spots prey, it uses its large beak{next}"
+ .charmapstr "to scoop up the victim with water.{next}"
+ .charmapstr "It protects its eggs in its beak.$"
+
+gRaltsPokedexText: ; 856788B
+ .charmapstr "A RALTS has the power to sense the{next}"
+ .charmapstr "emotions of people and POKéMON with the{next}"
+ .charmapstr "horns on its head. It takes cover if it{next}"
+ .charmapstr "senses any hostility.$"
+
+gKirliaPokedexText: ; 8567914
+ .charmapstr "A KIRLIA has the psychic power to create {next}"
+ .charmapstr "a rip in the dimensions and see into the{next}"
+ .charmapstr "future. It is said to dance with pleasure{next}"
+ .charmapstr "on sunny mornings.$"
+
+gGardevoirPokedexText: ; 85679A4
+ .charmapstr "It apparently does not feel the pull of{next}"
+ .charmapstr "gravity because it supports itself with{next}"
+ .charmapstr "psychic power. It will give its life to{next}"
+ .charmapstr "protect its TRAINER.$"
+
+gSurskitPokedexText: ; 8567A31
+ .charmapstr "They gather on puddles after evening{next}"
+ .charmapstr "downpours, gliding across the surface{next}"
+ .charmapstr "of water as if sliding. It secretes honey{next}"
+ .charmapstr "with a sweet aroma from its head.$"
+
+gMasquerainPokedexText: ; 8567AC8
+ .charmapstr "It intimidates foes with the large eyelike{next}"
+ .charmapstr "patterns on its antennae. Because it can’t{next}"
+ .charmapstr "fly if its wings get wet, it shelters itself{next}"
+ .charmapstr "from rain under large trees and eaves.$"
+
+gShroomishPokedexText: ; 8567B72
+ .charmapstr "It loves to eat damp, composted soil in{next}"
+ .charmapstr "forests. If you enter a forest after a{next}"
+ .charmapstr "long rain, you can see many SHROOMISH{next}"
+ .charmapstr "feasting on composted soil.$"
+
+gBreloomPokedexText: ; 8567C03
+ .charmapstr "It scatters spores from holes in the cap{next}"
+ .charmapstr "on its head. It loves warm and humid{next}"
+ .charmapstr "climates. It feeds on trees and plants in{next}"
+ .charmapstr "fields and forests.$"
+
+gSlakothPokedexText: ; 8567C8F
+ .charmapstr "It sleeps virtually all day and night long.{next}"
+ .charmapstr "It doesn’t change its nest its entire life,{next}"
+ .charmapstr "but it sometimes travels great distances{next}"
+ .charmapstr "by swimming in rivers.$"
+
+gVigorothPokedexText: ; 8567D27
+ .charmapstr "It can’t keep still because its blood boils{next}"
+ .charmapstr "with energy. It runs through the fields{next}"
+ .charmapstr "and mountains all day to calm itself. If it{next}"
+ .charmapstr "doesn’t, it can’t sleep at night.$"
+
+gSlakingPokedexText: ; 8567DC9
+ .charmapstr "Hordes of SLAKING gather around trees{next}"
+ .charmapstr "when fruits come into season. They wait{next}"
+ .charmapstr "around patiently for ripened fruits to fall{next}"
+ .charmapstr "out of the trees.$"
+
+gNincadaPokedexText: ; 8567E55
+ .charmapstr "It makes its nest at the roots of a mighty{next}"
+ .charmapstr "tree. Using its whiskerlike antennae, it{next}"
+ .charmapstr "probes its surroundings in the{next}"
+ .charmapstr "pitch-black darkness of soil.$"
+
+gNinjaskPokedexText: ; 8567EE6
+ .charmapstr "Because it darts about vigorously at high{next}"
+ .charmapstr "speed, it is very difficult to see. Hearing{next}"
+ .charmapstr "its distinctive cries for too long induces{next}"
+ .charmapstr "a headache.$"
+
+gShedinjaPokedexText: ; 8567F73
+ .charmapstr "A peculiar POKéMON that floats in air even{next}"
+ .charmapstr "though its wings remain completely still.{next}"
+ .charmapstr "The inside of its body is hollow and{next}"
+ .charmapstr "utterly dark.$"
+
+gWhismurPokedexText: ; 8567FFB
+ .charmapstr "Its cries equal a jet plane in volume.{next}"
+ .charmapstr "It inhales through its ear canals. Because{next}"
+ .charmapstr "of this system, it can cry continually{next}"
+ .charmapstr "without having to catch its breath.$"
+
+gLoudredPokedexText: ; 8568098
+ .charmapstr "It positions the round speakers on its{next}"
+ .charmapstr "head to assail foes with ultrasonic waves{next}"
+ .charmapstr "at massive volume. It builds power by{next}"
+ .charmapstr "stomping the ground.$"
+
+gExploudPokedexText: ; 8568124
+ .charmapstr "It has sound-generating organs all over{next}"
+ .charmapstr "its body. It communicates with others by{next}"
+ .charmapstr "adjusting the tone and volume of the cries{next}"
+ .charmapstr "it emits.$"
+
+gMakuhitaPokedexText: ; 85681AA
+ .charmapstr "It loves to toughen up its body above all{next}"
+ .charmapstr "else. If you hear quaking rumbles in a cave,{next}"
+ .charmapstr "it is the sound of MAKUHITA undertaking{next}"
+ .charmapstr "strenuous training.$"
+
+gHariyamaPokedexText: ; 856823D
+ .charmapstr "It has the habit of challenging others{next}"
+ .charmapstr "without hesitation to tests of strength.{next}"
+ .charmapstr "It’s been known to stand on train tracks{next}"
+ .charmapstr "and stop trains using forearm thrusts.$"
+
+gAzurillPokedexText: ; 85682DD
+ .charmapstr "Its tail, which is packed with nutrition,{next}"
+ .charmapstr "is very bouncy like a rubber ball. On sunny{next}"
+ .charmapstr "days they gather at the edge of water and{next}"
+ .charmapstr "splash about for fun.$"
+
+gNosepassPokedexText: ; 8568373
+ .charmapstr "Its body emits a powerful magnetism.{next}"
+ .charmapstr "It feeds on prey that is pulled in by the{next}"
+ .charmapstr "force. Its magnetism is stronger in cold{next}"
+ .charmapstr "seasons.$"
+
+gSkittyPokedexText: ; 85683F4
+ .charmapstr "A SKITTY’s adorably cute behavior makes it{next}"
+ .charmapstr "highly popular. In battle, it makes its tail{next}"
+ .charmapstr "puff out. It threatens foes with a sharp{next}"
+ .charmapstr "growl.$"
+
+gDelcattyPokedexText: ; 856847C
+ .charmapstr "Rather than keeping a permanent lair,{next}"
+ .charmapstr "it habitually seeks comfortable spots and{next}"
+ .charmapstr "sleeps there. It is nocturnal and becomes{next}"
+ .charmapstr "active at dusk.$"
+
+gSableyePokedexText: ; 8568506
+ .charmapstr "It digs branching holes in caves using its{next}"
+ .charmapstr "sharp claws in search of food--raw gems.{next}"
+ .charmapstr "A SABLEYE lurks in darkness and is seen{next}"
+ .charmapstr "only rarely.$"
+
+gMawilePokedexText: ; 856858F
+ .charmapstr "Its giant jaws are actually steel horns{next}"
+ .charmapstr "that transformed. It fools foes into{next}"
+ .charmapstr "complacency with its adorable gestures,{next}"
+ .charmapstr "then chomps them with its huge jaws.$"
+
+gAronPokedexText: ; 8568629
+ .charmapstr "A POKéMON that is clad in steel armor.{next}"
+ .charmapstr "A new suit of armor is made when it evolves.{next}"
+ .charmapstr "The old, discarded armor is salvaged as{next}"
+ .charmapstr "metal for making iron products.$"
+
+gLaironPokedexText: ; 85686C5
+ .charmapstr "When two LAIRON meet in the wild, they{next}"
+ .charmapstr "fight for territory by bashing into each{next}"
+ .charmapstr "other with their steel bodies. The sound{next}"
+ .charmapstr "of their collision carries for miles.$"
+
+gAggronPokedexText: ; 8568764
+ .charmapstr "Its iron horns grow longer a little at{next}"
+ .charmapstr "a time. They are used to determine the{next}"
+ .charmapstr "AGGRON’s age. The gouges in its armor are{next}"
+ .charmapstr "worn with pride as mementos from battles.$"
+
+gMedititePokedexText: ; 8568806
+ .charmapstr "It continually meditates for hours every{next}"
+ .charmapstr "day. As a result of rigorous and dedicated{next}"
+ .charmapstr "yoga training, it has tempered its{next}"
+ .charmapstr "spiritual power so much it can fly.$"
+
+gMedichamPokedexText: ; 85688A1
+ .charmapstr "Through crushingly harsh yoga training, it{next}"
+ .charmapstr "gained the power to foretell its foe’s{next}"
+ .charmapstr "actions. It battles with elegant, dance-{next}"
+ .charmapstr "like movement.$"
+
+gElectrikePokedexText: ; 856892B
+ .charmapstr "It generates electricity using friction{next}"
+ .charmapstr "from the atmosphere. In seasons with{next}"
+ .charmapstr "especially arid air, its entire body blazes{next}"
+ .charmapstr "with violent showers of sparks.$"
+
+gManectricPokedexText: ; 85689C4
+ .charmapstr "Because lightning falls in their vicinities,{next}"
+ .charmapstr "MANECTRIC were thought to have been born{next}"
+ .charmapstr "from lightning. In battle, they create{next}"
+ .charmapstr "thunderclouds.$"
+
+gPluslePokedexText: ; 8568A50
+ .charmapstr "It has the trait of cheering on its fellow{next}"
+ .charmapstr "POKéMON. By shorting out the electricity{next}"
+ .charmapstr "it releases from its paws, it creates{next}"
+ .charmapstr "pom-poms for cheering.$"
+
+gMinunPokedexText: ; 8568AE1
+ .charmapstr "At a meeting of POKéMON academics, it was{next}"
+ .charmapstr "announced that simultaneous exposure to{next}"
+ .charmapstr "electricity from a PLUSLE and MINUN will{next}"
+ .charmapstr "promote circulation and boost vitality.$"
+
+gVolbeatPokedexText: ; 8568B84
+ .charmapstr "With their taillights lit, VOLBEAT fly in{next}"
+ .charmapstr "a swarm, drawing geometric designs in the{next}"
+ .charmapstr "night sky. They move their nests if their{next}"
+ .charmapstr "pond water becomes dirty.$"
+
+gIllumisePokedexText: ; 8568C1C
+ .charmapstr "A nocturnal POKéMON that becomes active{next}"
+ .charmapstr "upon nightfall. It leads a VOLBEAT swarm{next}"
+ .charmapstr "to draw patterns in the night sky. Over 200{next}"
+ .charmapstr "different patterns have been confirmed.$"
+
+gRoseliaPokedexText: ; 8568CC1
+ .charmapstr "A ROSELIA that drinks nutritionally rich{next}"
+ .charmapstr "springwater blooms with lovely flowers.{next}"
+ .charmapstr "The fragrance of its flowers has the{next}"
+ .charmapstr "effect of making its foes careless.$"
+
+gGulpinPokedexText: ; 8568D5B
+ .charmapstr "This POKéMON’s stomach fluid can even{next}"
+ .charmapstr "digest scrap iron. In one gulp, it can{next}"
+ .charmapstr "swallow something that is as large as{next}"
+ .charmapstr "itself.$"
+
+gSwalotPokedexText: ; 8568DD6
+ .charmapstr "Its powerful stomach acid is capable of{next}"
+ .charmapstr "digesting almost anything. The one thing{next}"
+ .charmapstr "in the whole world a SWALOT can’t digest is{next}"
+ .charmapstr "its own stomach.$"
+
+gCarvanhaPokedexText: ; 8568E64
+ .charmapstr "CARVANHA attack ships in swarms, making{next}"
+ .charmapstr "them sink. Although it is said to be a very{next}"
+ .charmapstr "vicious POKéMON, it timidly flees as soon{next}"
+ .charmapstr "as it finds itself alone.$"
+
+gSharpedoPokedexText: ; 8568EFC
+ .charmapstr "The vicious and sly gangster of the sea.{next}"
+ .charmapstr "Its skin is specially textured to minimize{next}"
+ .charmapstr "drag in water. Its speed tops out at over{next}"
+ .charmapstr "75 miles per hour.$"
+
+gWailmerPokedexText: ; 8568F8D
+ .charmapstr "While this POKéMON usually lives in the sea,{next}"
+ .charmapstr "it can survive on land, although not too{next}"
+ .charmapstr "long. It loses vitality if its body becomes{next}"
+ .charmapstr "dried out.$"
+
+gWailordPokedexText: ; 856901A
+ .charmapstr "It breathes through nostrils that it{next}"
+ .charmapstr "raises above the sea. By inhaling to its{next}"
+ .charmapstr "maximum capacity, a WAILORD can dive close{next}"
+ .charmapstr "to 10,000 feet beneath the waves.$"
+
+gNumelPokedexText: ; 85690B5
+ .charmapstr "A NUMEL stores boiling magma in the hump{next}"
+ .charmapstr "on its back. It is a hardy POKéMON that can{next}"
+ .charmapstr "transport a 220-pound load. It has served{next}"
+ .charmapstr "humans at work since long ago.$"
+
+gCameruptPokedexText: ; 8569153
+ .charmapstr "A POKéMON that lives in the crater of{next}"
+ .charmapstr "a volcano. Every 10 years, the volcanoes{next}"
+ .charmapstr "on its back erupt violently. Research is{next}"
+ .charmapstr "under way on the cause of eruption.$"
+
+gTorkoalPokedexText: ; 85691EF
+ .charmapstr "It battles using energy it gets from{next}"
+ .charmapstr "burning coal. When loosing smoke from its{next}"
+ .charmapstr "nostrils, it lets off a sound that is{next}"
+ .charmapstr "similar to a locomotive’s horn.$"
+
+gSpoinkPokedexText: ; 8569284
+ .charmapstr "A POKéMON that manipulates psychic power{next}"
+ .charmapstr "at will. It doesn’t stop bouncing even when{next}"
+ .charmapstr "it is asleep. It loves eating mushrooms{next}"
+ .charmapstr "that grow underground.$"
+
+gGrumpigPokedexText: ; 8569318
+ .charmapstr "It stores power in the black pearls on its{next}"
+ .charmapstr "forehead. When it uses psychic power, it{next}"
+ .charmapstr "performs an odd dance step. Its style of{next}"
+ .charmapstr "dancing became hugely popular overseas.$"
+
+gSpindaPokedexText: ; 85693BD
+ .charmapstr "It is distinguished by a pattern of{next}"
+ .charmapstr "spots that is always different. Its{next}"
+ .charmapstr "unsteady, tottering walk has the{next}"
+ .charmapstr "effect of fouling its foe’s aim.$"
+
+gTrapinchPokedexText: ; 8569447
+ .charmapstr "Its big jaws crunch through boulders.{next}"
+ .charmapstr "Because its head is so big, it has a hard{next}"
+ .charmapstr "time getting back upright if it tips over{next}"
+ .charmapstr "onto its back.$"
+
+gVibravaPokedexText: ; 85694D0
+ .charmapstr "It looses ultrasonic waves by rubbing its{next}"
+ .charmapstr "wings together. Since a VIBRAVA’s wings{next}"
+ .charmapstr "are still in the process of growing, it can{next}"
+ .charmapstr "only fly short distances.$"
+
+gFlygonPokedexText: ; 8569568
+ .charmapstr "The flapping of its wings sounds like{next}"
+ .charmapstr "singing. To prevent detection by enemies,{next}"
+ .charmapstr "it hides itself by flapping up a cloud of{next}"
+ .charmapstr "desert sand.$"
+
+gCacneaPokedexText: ; 85695EF
+ .charmapstr "CACNEA live in deserts with virtually no{next}"
+ .charmapstr "rainfall. It battles by swinging its thick,{next}"
+ .charmapstr "spiked arms. Once a year, a yellow flower{next}"
+ .charmapstr "blooms.$"
+
+gCacturnePokedexText: ; 8569676
+ .charmapstr "After spending thousands of years in{next}"
+ .charmapstr "harsh deserts, its blood transformed into{next}"
+ .charmapstr "the same substances as sand. It is{next}"
+ .charmapstr "nocturnal, so it hunts at night.$"
+
+gSwabluPokedexText: ; 8569709
+ .charmapstr "A POKéMON that has wings like cottony{next}"
+ .charmapstr "clouds. After enduring winter, in which{next}"
+ .charmapstr "little food is available, SWABLU flocks{next}"
+ .charmapstr "move closer to towns in the spring.$"
+
+gAltariaPokedexText: ; 85697A3
+ .charmapstr "It hums in a beautiful soprano voice.{next}"
+ .charmapstr "It flies among white clouds in the blue{next}"
+ .charmapstr "sky. It launches intensely hot fireballs{next}"
+ .charmapstr "from its mouth.$"
+
+gZangoosePokedexText: ; 856982A
+ .charmapstr "When it battles, it stands on its hind legs{next}"
+ .charmapstr "and attacks with its sharply clawed{next}"
+ .charmapstr "forelegs. Its fur bristles if it encounters{next}"
+ .charmapstr "any SEVIPER.$"
+
+gSeviperPokedexText: ; 85698B3
+ .charmapstr "SEVIPER and ZANGOOSE are eternal rivals.{next}"
+ .charmapstr "It counters a ZANGOOSE’s dazzling agility{next}"
+ .charmapstr "with its swordlike tail, which also oozes{next}"
+ .charmapstr "a horrible poison.$"
+
+gLunatonePokedexText: ; 8569943
+ .charmapstr "It becomes very active on the night of{next}"
+ .charmapstr "a full moon. This POKéMON was first{next}"
+ .charmapstr "discovered 40 years ago at the site of{next}"
+ .charmapstr "a meteor strike.$"
+
+gSolrockPokedexText: ; 85699C6
+ .charmapstr "Solar energy is the source of this {next}"
+ .charmapstr "POKéMON’s power. On sunny days, groups of{next}"
+ .charmapstr "SOLROCK line up facing the sun and absorb{next}"
+ .charmapstr "its light.$"
+
+gBarboachPokedexText: ; 8569A49
+ .charmapstr "Its body is covered with a slimy film.{next}"
+ .charmapstr "The film acts as a barrier to prevent germs{next}"
+ .charmapstr "in muddy water from entering the{next}"
+ .charmapstr "BARBOACH’s body.$"
+
+gWhiscashPokedexText: ; 8569ACE
+ .charmapstr "Mysteriously, it can foretell earthquakes.{next}"
+ .charmapstr "In the daytime, it sleeps in mud at the{next}"
+ .charmapstr "bottom of a pond. When it awakens, it{next}"
+ .charmapstr "continually feeds throughout the night.$"
+
+gCorphishPokedexText: ; 8569B6F
+ .charmapstr "Once it grips prey with its large pincers,{next}"
+ .charmapstr "it will never let go, no matter what.{next}"
+ .charmapstr "It is a hardy POKéMON that can thrive{next}"
+ .charmapstr "in any environment.$"
+
+gCrawdauntPokedexText: ; 8569BFA
+ .charmapstr "A brutish POKéMON that loves to battle.{next}"
+ .charmapstr "A veteran CRAWDAUNT that has prevailed in{next}"
+ .charmapstr "hundreds of battles has giant pincers{next}"
+ .charmapstr "marked with countless scars.$"
+
+gBaltoyPokedexText: ; 8569C8F
+ .charmapstr "A BALTOY moves by spinning on its single{next}"
+ .charmapstr "foot. It has been depicted in murals {next}"
+ .charmapstr "adorning the walls of a once-bustling city{next}"
+ .charmapstr "in an ancient age.$"
+
+gClaydolPokedexText: ; 8569D1C
+ .charmapstr "A CLAYDOL sleeps while hovering in midair.{next}"
+ .charmapstr "Its arms are separate from its body.{next}"
+ .charmapstr "They are kept floating by the POKéMON’s{next}"
+ .charmapstr "manipulation of psychic power.$"
+
+gLileepPokedexText: ; 8569DB3
+ .charmapstr "It disguises itself as seaweed by making{next}"
+ .charmapstr "its tentacles sway. Unsuspecting prey{next}"
+ .charmapstr "that come too close are swallowed whole.{next}"
+ .charmapstr "It became extinct 100 million years ago.$"
+
+gCradilyPokedexText: ; 8569E54
+ .charmapstr "It drags its heavy body along the{next}"
+ .charmapstr "seafloor. It makes its nest in the shallows{next}"
+ .charmapstr "of warm seas. CRADILY can be seen on{next}"
+ .charmapstr "beaches when the tide goes out.$"
+
+gAnorithPokedexText: ; 8569EE7
+ .charmapstr "It was resurrected from a fossil using the{next}"
+ .charmapstr "power of science. It swims by undulating{next}"
+ .charmapstr "the eight wings at its sides. They were{next}"
+ .charmapstr "feet that adapted to life in the sea.$"
+
+gArmaldoPokedexText: ; 8569F89
+ .charmapstr "ARMALDO usually lives on land. However,{next}"
+ .charmapstr "when it hunts for prey, it dives beneath{next}"
+ .charmapstr "the ocean. It swims around using its two{next}"
+ .charmapstr "large wings.$"
+
+gFeebasPokedexText: ; 856A010
+ .charmapstr "FEEBAS live in ponds that are heavily{next}"
+ .charmapstr "infested with weeds. Because of its{next}"
+ .charmapstr "hopelessly shabby appearance, it{next}"
+ .charmapstr "seems as if few TRAINERS raise it.$"
+
+gMiloticPokedexText: ; 856A09E
+ .charmapstr "It is said to live at the bottom of{next}"
+ .charmapstr "large lakes. Considered to be the most{next}"
+ .charmapstr "beautiful of all POKéMON, it has been{next}"
+ .charmapstr "depicted in paintings and statues.$"
+
+gCastformPokedexText: ; 856A132
+ .charmapstr "It alters its form depending on the{next}"
+ .charmapstr "weather. Changes in the climate such as{next}"
+ .charmapstr "the temperature and humidity appear to{next}"
+ .charmapstr "affect its cellular structure.$"
+
+gKecleonPokedexText: ; 856A1C4
+ .charmapstr "A POKéMON that has the ability to alter its{next}"
+ .charmapstr "body colors to match its surroundings.{next}"
+ .charmapstr "A KECLEON reverts to its original colors if{next}"
+ .charmapstr "it is startled.$"
+
+gShuppetPokedexText: ; 856A253
+ .charmapstr "This POKéMON roams about deep in the{next}"
+ .charmapstr "night seeking such negative emotions as{next}"
+ .charmapstr "grudges and envy. It retreats to its nest{next}"
+ .charmapstr "when the sun begins to rise.$"
+
+gBanettePokedexText: ; 856A2E7
+ .charmapstr "An abandoned plush doll became this{next}"
+ .charmapstr "POKéMON. They are said to live in garbage{next}"
+ .charmapstr "dumps and wander about in search of the{next}"
+ .charmapstr "children that threw them away.$"
+
+gDuskullPokedexText: ; 856A37C
+ .charmapstr "A glare from its single scarlet eye makes{next}"
+ .charmapstr "even burly grown-ups freeze in utter fear.{next}"
+ .charmapstr "It is a nocturnal POKéMON that roams{next}"
+ .charmapstr "about under the cloak of darkness.$"
+
+gDusclopsPokedexText: ; 856A419
+ .charmapstr "It is thought that its body is hollow with{next}"
+ .charmapstr "only a spectral ball of fire burning inside.{next}"
+ .charmapstr "However, no one has been able to{next}"
+ .charmapstr "confirm this theory as fact.$"
+
+gTropiusPokedexText: ; 856A4AF
+ .charmapstr "It flies by flapping its broad leaves.{next}"
+ .charmapstr "The bunch of fruit that grows around its{next}"
+ .charmapstr "neck is deliciously sweet. In the spring,{next}"
+ .charmapstr "it scatters pollen from its neck.$"
+
+gChimechoPokedexText: ; 856A54B
+ .charmapstr "They fly about very actively when the hot{next}"
+ .charmapstr "season arrives. They communicate among{next}"
+ .charmapstr "themselves using seven different and{next}"
+ .charmapstr "distinguishing cries.$"
+
+gAbsolPokedexText: ; 856A5D7
+ .charmapstr "It sharply senses even subtle changes in{next}"
+ .charmapstr "the sky and the land to predict natural{next}"
+ .charmapstr "disasters. It is a long-lived POKéMON that{next}"
+ .charmapstr "has a life-span of 100 years.$"
+
+gWynautPokedexText: ; 856A671
+ .charmapstr "A WYNAUT loves to eat sweet fruits.{next}"
+ .charmapstr "It cleverly picks fruits using its earlike{next}"
+ .charmapstr "arms. They gather in fruit gardens, drawn{next}"
+ .charmapstr "by the fragrance.$"
+
+gSnoruntPokedexText: ; 856A6FC
+ .charmapstr "They tend to move about in groups of{next}"
+ .charmapstr "around five SNORUNT. In snowy regions,{next}"
+ .charmapstr "it is said that when they are seen late at{next}"
+ .charmapstr "night, snowfall will arrive by morning.$"
+
+gGlaliePokedexText: ; 856A79B
+ .charmapstr "A GLALIE has the power to instantaneously{next}"
+ .charmapstr "freeze moisture in the atmosphere.{next}"
+ .charmapstr "A dazzling cloud of diamondlike ice{next}"
+ .charmapstr "crystals forms around its body.$"
+
+gSphealPokedexText: ; 856A82C
+ .charmapstr "It is completely covered with plushy fur.{next}"
+ .charmapstr "As a result, it never feels the cold even{next}"
+ .charmapstr "when it is rolling about on ice floes or{next}"
+ .charmapstr "diving in the sea.$"
+
+gSealeoPokedexText: ; 856A8BC
+ .charmapstr "SEALEO live in herds on ice floes. Using its{next}"
+ .charmapstr "powerful flippers, it shatters ice.{next}"
+ .charmapstr "It dives into the sea to hunt prey five{next}"
+ .charmapstr "times a day.$"
+
+gWalreinPokedexText: ; 856A942
+ .charmapstr "To protect its herd, the leader battles{next}"
+ .charmapstr "anything that invades its territory, even{next}"
+ .charmapstr "at the cost of its life. Its tusks may snap{next}"
+ .charmapstr "off in battle.$"
+
+gClamperlPokedexText: ; 856A9CF
+ .charmapstr "A CLAMPERL slams its shell closed on prey{next}"
+ .charmapstr "to prevent escape. The pearl it creates{next}"
+ .charmapstr "upon evolution is said to be infused with{next}"
+ .charmapstr "a mysterious energy.$"
+
+gHuntailPokedexText: ; 856AA60
+ .charmapstr "To withstand the crushing pressure of{next}"
+ .charmapstr "water deep under the sea, its spine is very{next}"
+ .charmapstr "thick and sturdy. Its tail, which is shaped{next}"
+ .charmapstr "like a small fish, has eyes that light up.$"
+
+gGorebyssPokedexText: ; 856AB09
+ .charmapstr "A GOREBYSS siphons the body fluids of prey{next}"
+ .charmapstr "through its thin, tubular mouth. Its light{next}"
+ .charmapstr "pink body color turns vivid when it{next}"
+ .charmapstr "finishes feeding.$"
+
+gRelicanthPokedexText: ; 856AB95
+ .charmapstr "A POKéMON that was once believed to have{next}"
+ .charmapstr "been extinct. The species has not changed{next}"
+ .charmapstr "its form for 100 million years. It walks on{next}"
+ .charmapstr "the seafloor using its pectoral fins.$"
+
+gLuvdiscPokedexText: ; 856AC3A
+ .charmapstr "LUVDISC make the branches of CORSOLA{next}"
+ .charmapstr "their nests. There is a custom from long{next}"
+ .charmapstr "ago of giving a LUVDISC as a gift to{next}"
+ .charmapstr "express one’s feelings of love.$"
+
+gBagonPokedexText: ; 856ACCD
+ .charmapstr "Although it is small, this POKéMON is very{next}"
+ .charmapstr "powerful because its body is a bundle of{next}"
+ .charmapstr "muscles. It launches head-butts with its{next}"
+ .charmapstr "ironlike skull.$"
+
+gShelgonPokedexText: ; 856AD5A
+ .charmapstr "It hardly eats while it awaits evolution.{next}"
+ .charmapstr "It becomes hardier by enduring hunger.{next}"
+ .charmapstr "Its shell peels off the instant it begins{next}"
+ .charmapstr "to evolve.$"
+
+gSalamencePokedexText: ; 856ADE0
+ .charmapstr "After many long years, its cellular{next}"
+ .charmapstr "structure underwent a sudden mutation to{next}"
+ .charmapstr "grow wings. When angered, it loses all{next}"
+ .charmapstr "thought and rampages out of control.$"
+
+gBeldumPokedexText: ; 856AE79
+ .charmapstr "When BELDUM gather in a swarm, they move{next}"
+ .charmapstr "in perfect unison as if they were but one{next}"
+ .charmapstr "POKéMON. They communicate with each other{next}"
+ .charmapstr "using brain waves.$"
+
+gMetangPokedexText: ; 856AF09
+ .charmapstr "The claws tipping its arms pack the{next}"
+ .charmapstr "destructive power to tear through thick{next}"
+ .charmapstr "iron sheets as if they were silk. It flies{next}"
+ .charmapstr "at over 60 miles per hour.$"
+
+gMetagrossPokedexText: ; 856AF9B
+ .charmapstr "METAGROSS has four brains that are joined{next}"
+ .charmapstr "by a complex neural network. As a result of{next}"
+ .charmapstr "integration, this POKéMON is smarter than{next}"
+ .charmapstr "a supercomputer.$"
+
+gRegirockPokedexText: ; 856B02C
+ .charmapstr "A POKéMON that is made entirely of rocks{next}"
+ .charmapstr "and boulders. If parts of its body chip off{next}"
+ .charmapstr "in battle, REGIROCK repairs itself by{next}"
+ .charmapstr "adding new rocks.$"
+
+gRegicePokedexText: ; 856B0B9
+ .charmapstr "Its entire body is made of Antarctic ice.{next}"
+ .charmapstr "After extensive studies, researchers{next}"
+ .charmapstr "believe the ice was formed during an{next}"
+ .charmapstr "ice age.$"
+
+gRegisteelPokedexText: ; 856B136
+ .charmapstr "Its body is harder than any other kind of{next}"
+ .charmapstr "metal. The body metal is composed of a{next}"
+ .charmapstr "mysterious substance. Not only is it hard,{next}"
+ .charmapstr "it shrinks and stretches flexibly.$"
+
+gLatiasPokedexText: ; 856B1D5
+ .charmapstr "They make a small herd of only several{next}"
+ .charmapstr "members. They rarely make contact with{next}"
+ .charmapstr "people or other POKéMON. They disappear{next}"
+ .charmapstr "if they sense enemies.$"
+
+gLatiosPokedexText: ; 856B262
+ .charmapstr "Even in hiding, it can detect the locations{next}"
+ .charmapstr "of others and sense their emotions since{next}"
+ .charmapstr "it has telepathy. Its intelligence allows{next}"
+ .charmapstr "it to understand human languages.$"
+
+gKyogrePokedexText: ; 856B303
+ .charmapstr "KYOGRE has appeared in mythology as the{next}"
+ .charmapstr "creator of the sea. After long years of{next}"
+ .charmapstr "feuding with GROUDON, it took to sleep at{next}"
+ .charmapstr "the bottom of the sea.$"
+
+gGroudonPokedexText: ; 856B394
+ .charmapstr "GROUDON has appeared in mythology as the{next}"
+ .charmapstr "creator of the land. It sleeps in magma{next}"
+ .charmapstr "underground and is said to make volcanoes{next}"
+ .charmapstr "erupt on awakening.$"
+
+gRayquazaPokedexText: ; 856B423
+ .charmapstr "A POKéMON that flies endlessly in the{next}"
+ .charmapstr "ozone layer. It is said it would descend{next}"
+ .charmapstr "to the ground if KYOGRE and GROUDON{next}"
+ .charmapstr "were to fight.$"
+
+gJirachiPokedexText: ; 856B4A5
+ .charmapstr "JIRACHI is said to make wishes come true.{next}"
+ .charmapstr "While it sleeps, a tough crystalline shell{next}"
+ .charmapstr "envelops the body to protect it from{next}"
+ .charmapstr "enemies.$"
+
+gDeoxysPokedexText: ; 856B528
+ .charmapstr "A POKéMON that mutated from an{next}"
+ .charmapstr "extraterrestrial virus exposed to a laser{next}"
+ .charmapstr "beam. Its body is configured for superior{next}"
+ .charmapstr "agility and speed.$"