diff options
-rw-r--r-- | src/data/pokemon/pokedex_entries.h | 774 |
1 files changed, 387 insertions, 387 deletions
diff --git a/src/data/pokemon/pokedex_entries.h b/src/data/pokemon/pokedex_entries.h index 43525677f..4f14c64e9 100644 --- a/src/data/pokemon/pokedex_entries.h +++ b/src/data/pokemon/pokedex_entries.h @@ -6,7 +6,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 0, .weight = 0, .description = gDummyPokedexText, - .unusedDescription = gDummyPokedexText + ARRAY_COUNT(gDummyPokedexText), + .unusedDescription = gDummyPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 0, .trainerScale = 256, @@ -19,7 +19,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 69, .description = gBulbasaurPokedexText, - .unusedDescription = gBulbasaurPokedexText + ARRAY_COUNT(gBulbasaurPokedexText), + .unusedDescription = gBulbasaurPokedexTextUnused, .pokemonScale = 356, .pokemonOffset = 16, .trainerScale = 256, @@ -32,7 +32,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 130, .description = gIvysaurPokedexText, - .unusedDescription = gIvysaurPokedexText + ARRAY_COUNT(gIvysaurPokedexText), + .unusedDescription = gIvysaurPokedexTextUnused, .pokemonScale = 332, .pokemonOffset = 11, .trainerScale = 256, @@ -45,7 +45,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 20, .weight = 1000, .description = gVenusaurPokedexText, - .unusedDescription = gVenusaurPokedexText + ARRAY_COUNT(gVenusaurPokedexText), + .unusedDescription = gVenusaurPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 1, .trainerScale = 375, @@ -58,7 +58,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 85, .description = gCharmanderPokedexText, - .unusedDescription = gCharmanderPokedexText + ARRAY_COUNT(gCharmanderPokedexText), + .unusedDescription = gCharmanderPokedexTextUnused, .pokemonScale = 410, .pokemonOffset = 16, .trainerScale = 256, @@ -71,7 +71,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 190, .description = gCharmeleonPokedexText, - .unusedDescription = gCharmeleonPokedexText + ARRAY_COUNT(gCharmeleonPokedexText), + .unusedDescription = gCharmeleonPokedexTextUnused, .pokemonScale = 294, .pokemonOffset = 8, .trainerScale = 256, @@ -84,7 +84,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 17, .weight = 905, .description = gCharizardPokedexText, - .unusedDescription = gCharizardPokedexText + ARRAY_COUNT(gCharizardPokedexText), + .unusedDescription = gCharizardPokedexTextUnused, .pokemonScale = 271, .pokemonOffset = 0, .trainerScale = 317, @@ -97,7 +97,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 90, .description = gSquirtlePokedexText, - .unusedDescription = gSquirtlePokedexText + ARRAY_COUNT(gSquirtlePokedexText), + .unusedDescription = gSquirtlePokedexTextUnused, .pokemonScale = 412, .pokemonOffset = 16, .trainerScale = 256, @@ -110,7 +110,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 225, .description = gWartortlePokedexText, - .unusedDescription = gWartortlePokedexText + ARRAY_COUNT(gWartortlePokedexText), + .unusedDescription = gWartortlePokedexTextUnused, .pokemonScale = 334, .pokemonOffset = 9, .trainerScale = 256, @@ -123,7 +123,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 16, .weight = 855, .description = gBlastoisePokedexText, - .unusedDescription = gBlastoisePokedexText + ARRAY_COUNT(gBlastoisePokedexText), + .unusedDescription = gBlastoisePokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 1, .trainerScale = 329, @@ -136,7 +136,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 29, .description = gCaterpiePokedexText, - .unusedDescription = gCaterpiePokedexText + ARRAY_COUNT(gCaterpiePokedexText), + .unusedDescription = gCaterpiePokedexTextUnused, .pokemonScale = 549, .pokemonOffset = 20, .trainerScale = 256, @@ -149,7 +149,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 99, .description = gMetapodPokedexText, - .unusedDescription = gMetapodPokedexText + ARRAY_COUNT(gMetapodPokedexText), + .unusedDescription = gMetapodPokedexTextUnused, .pokemonScale = 350, .pokemonOffset = 18, .trainerScale = 256, @@ -162,7 +162,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 320, .description = gButterfreePokedexText, - .unusedDescription = gButterfreePokedexText + ARRAY_COUNT(gButterfreePokedexText), + .unusedDescription = gButterfreePokedexTextUnused, .pokemonScale = 312, .pokemonOffset = 2, .trainerScale = 256, @@ -175,7 +175,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 32, .description = gWeedlePokedexText, - .unusedDescription = gWeedlePokedexText + ARRAY_COUNT(gWeedlePokedexText), + .unusedDescription = gWeedlePokedexTextUnused, .pokemonScale = 455, .pokemonOffset = 19, .trainerScale = 256, @@ -188,7 +188,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 100, .description = gKakunaPokedexText, - .unusedDescription = gKakunaPokedexText + ARRAY_COUNT(gKakunaPokedexText), + .unusedDescription = gKakunaPokedexTextUnused, .pokemonScale = 424, .pokemonOffset = 14, .trainerScale = 256, @@ -201,7 +201,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 295, .description = gBeedrillPokedexText, - .unusedDescription = gBeedrillPokedexText + ARRAY_COUNT(gBeedrillPokedexText), + .unusedDescription = gBeedrillPokedexTextUnused, .pokemonScale = 366, .pokemonOffset = 2, .trainerScale = 256, @@ -214,7 +214,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 18, .description = gPidgeyPokedexText, - .unusedDescription = gPidgeyPokedexText + ARRAY_COUNT(gPidgeyPokedexText), + .unusedDescription = gPidgeyPokedexTextUnused, .pokemonScale = 492, .pokemonOffset = 18, .trainerScale = 256, @@ -227,7 +227,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 300, .description = gPidgeottoPokedexText, - .unusedDescription = gPidgeottoPokedexText + ARRAY_COUNT(gPidgeottoPokedexText), + .unusedDescription = gPidgeottoPokedexTextUnused, .pokemonScale = 334, .pokemonOffset = 11, .trainerScale = 256, @@ -240,7 +240,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 395, .description = gPidgeotPokedexText, - .unusedDescription = gPidgeotPokedexText + ARRAY_COUNT(gPidgeotPokedexText), + .unusedDescription = gPidgeotPokedexTextUnused, .pokemonScale = 269, .pokemonOffset = -2, .trainerScale = 256, @@ -253,7 +253,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 35, .description = gRattataPokedexText, - .unusedDescription = gRattataPokedexText + ARRAY_COUNT(gRattataPokedexText), + .unusedDescription = gRattataPokedexTextUnused, .pokemonScale = 481, .pokemonOffset = 18, .trainerScale = 256, @@ -266,7 +266,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 185, .description = gRaticatePokedexText, - .unusedDescription = gRaticatePokedexText + ARRAY_COUNT(gRaticatePokedexText), + .unusedDescription = gRaticatePokedexTextUnused, .pokemonScale = 401, .pokemonOffset = 14, .trainerScale = 256, @@ -279,7 +279,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 20, .description = gSpearowPokedexText, - .unusedDescription = gSpearowPokedexText + ARRAY_COUNT(gSpearowPokedexText), + .unusedDescription = gSpearowPokedexTextUnused, .pokemonScale = 571, .pokemonOffset = 19, .trainerScale = 256, @@ -292,7 +292,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 380, .description = gFearowPokedexText, - .unusedDescription = gFearowPokedexText + ARRAY_COUNT(gFearowPokedexText), + .unusedDescription = gFearowPokedexTextUnused, .pokemonScale = 282, .pokemonOffset = -1, .trainerScale = 272, @@ -305,7 +305,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 20, .weight = 69, .description = gEkansPokedexText, - .unusedDescription = gEkansPokedexText + ARRAY_COUNT(gEkansPokedexText), + .unusedDescription = gEkansPokedexTextUnused, .pokemonScale = 298, .pokemonOffset = 13, .trainerScale = 256, @@ -318,7 +318,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 35, .weight = 650, .description = gArbokPokedexText, - .unusedDescription = gArbokPokedexText + ARRAY_COUNT(gArbokPokedexText), + .unusedDescription = gArbokPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 0, .trainerScale = 296, @@ -331,7 +331,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 60, .description = gPikachuPokedexText, - .unusedDescription = gPikachuPokedexText + ARRAY_COUNT(gPikachuPokedexText), + .unusedDescription = gPikachuPokedexTextUnused, .pokemonScale = 479, .pokemonOffset = 16, .trainerScale = 256, @@ -344,7 +344,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 300, .description = gRaichuPokedexText, - .unusedDescription = gRaichuPokedexText + ARRAY_COUNT(gRaichuPokedexText), + .unusedDescription = gRaichuPokedexTextUnused, .pokemonScale = 426, .pokemonOffset = 10, .trainerScale = 256, @@ -357,7 +357,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 120, .description = gSandshrewPokedexText, - .unusedDescription = gSandshrewPokedexText + ARRAY_COUNT(gSandshrewPokedexText), + .unusedDescription = gSandshrewPokedexTextUnused, .pokemonScale = 370, .pokemonOffset = 15, .trainerScale = 256, @@ -370,7 +370,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 295, .description = gSandslashPokedexText, - .unusedDescription = gSandslashPokedexText + ARRAY_COUNT(gSandslashPokedexText), + .unusedDescription = gSandslashPokedexTextUnused, .pokemonScale = 341, .pokemonOffset = 10, .trainerScale = 256, @@ -383,7 +383,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 70, .description = gNidoranFPokedexText, - .unusedDescription = gNidoranFPokedexText + ARRAY_COUNT(gNidoranFPokedexText), + .unusedDescription = gNidoranFPokedexTextUnused, .pokemonScale = 488, .pokemonOffset = 19, .trainerScale = 256, @@ -396,7 +396,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 200, .description = gNidorinaPokedexText, - .unusedDescription = gNidorinaPokedexText + ARRAY_COUNT(gNidorinaPokedexText), + .unusedDescription = gNidorinaPokedexTextUnused, .pokemonScale = 381, .pokemonOffset = 13, .trainerScale = 256, @@ -409,7 +409,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 600, .description = gNidoqueenPokedexText, - .unusedDescription = gNidoqueenPokedexText + ARRAY_COUNT(gNidoqueenPokedexText), + .unusedDescription = gNidoqueenPokedexTextUnused, .pokemonScale = 283, .pokemonOffset = 2, .trainerScale = 256, @@ -422,7 +422,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 90, .description = gNidoranMPokedexText, - .unusedDescription = gNidoranMPokedexText + ARRAY_COUNT(gNidoranMPokedexText), + .unusedDescription = gNidoranMPokedexTextUnused, .pokemonScale = 480, .pokemonOffset = 17, .trainerScale = 256, @@ -435,7 +435,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 195, .description = gNidorinoPokedexText, - .unusedDescription = gNidorinoPokedexText + ARRAY_COUNT(gNidorinoPokedexText), + .unusedDescription = gNidorinoPokedexTextUnused, .pokemonScale = 408, .pokemonOffset = 13, .trainerScale = 256, @@ -448,7 +448,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 620, .description = gNidokingPokedexText, - .unusedDescription = gNidokingPokedexText + ARRAY_COUNT(gNidokingPokedexText), + .unusedDescription = gNidokingPokedexTextUnused, .pokemonScale = 304, .pokemonOffset = 3, .trainerScale = 323, @@ -461,7 +461,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 75, .description = gClefairyPokedexText, - .unusedDescription = gClefairyPokedexText + ARRAY_COUNT(gClefairyPokedexText), + .unusedDescription = gClefairyPokedexTextUnused, .pokemonScale = 425, .pokemonOffset = 18, .trainerScale = 256, @@ -474,7 +474,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 400, .description = gClefablePokedexText, - .unusedDescription = gClefablePokedexText + ARRAY_COUNT(gClefablePokedexText), + .unusedDescription = gClefablePokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 3, .trainerScale = 272, @@ -487,7 +487,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 99, .description = gVulpixPokedexText, - .unusedDescription = gVulpixPokedexText + ARRAY_COUNT(gVulpixPokedexText), + .unusedDescription = gVulpixPokedexTextUnused, .pokemonScale = 497, .pokemonOffset = 18, .trainerScale = 256, @@ -500,7 +500,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 199, .description = gNinetalesPokedexText, - .unusedDescription = gNinetalesPokedexText + ARRAY_COUNT(gNinetalesPokedexText), + .unusedDescription = gNinetalesPokedexTextUnused, .pokemonScale = 339, .pokemonOffset = 6, .trainerScale = 256, @@ -513,7 +513,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 55, .description = gJigglypuffPokedexText, - .unusedDescription = gJigglypuffPokedexText + ARRAY_COUNT(gJigglypuffPokedexText), + .unusedDescription = gJigglypuffPokedexTextUnused, .pokemonScale = 419, .pokemonOffset = 19, .trainerScale = 256, @@ -526,7 +526,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 120, .description = gWigglytuffPokedexText, - .unusedDescription = gWigglytuffPokedexText + ARRAY_COUNT(gWigglytuffPokedexText), + .unusedDescription = gWigglytuffPokedexTextUnused, .pokemonScale = 328, .pokemonOffset = 9, .trainerScale = 256, @@ -539,7 +539,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 75, .description = gZubatPokedexText, - .unusedDescription = gZubatPokedexText + ARRAY_COUNT(gZubatPokedexText), + .unusedDescription = gZubatPokedexTextUnused, .pokemonScale = 355, .pokemonOffset = -4, .trainerScale = 256, @@ -552,7 +552,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 16, .weight = 550, .description = gGolbatPokedexText, - .unusedDescription = gGolbatPokedexText + ARRAY_COUNT(gGolbatPokedexText), + .unusedDescription = gGolbatPokedexTextUnused, .pokemonScale = 291, .pokemonOffset = 0, .trainerScale = 296, @@ -565,7 +565,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 54, .description = gOddishPokedexText, - .unusedDescription = gOddishPokedexText + ARRAY_COUNT(gOddishPokedexText), + .unusedDescription = gOddishPokedexTextUnused, .pokemonScale = 423, .pokemonOffset = 15, .trainerScale = 256, @@ -578,7 +578,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 86, .description = gGloomPokedexText, - .unusedDescription = gGloomPokedexText + ARRAY_COUNT(gGloomPokedexText), + .unusedDescription = gGloomPokedexTextUnused, .pokemonScale = 329, .pokemonOffset = 10, .trainerScale = 256, @@ -591,7 +591,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 186, .description = gVileplumePokedexText, - .unusedDescription = gVileplumePokedexText + ARRAY_COUNT(gVileplumePokedexText), + .unusedDescription = gVileplumePokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 4, .trainerScale = 272, @@ -604,7 +604,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 54, .description = gParasPokedexText, - .unusedDescription = gParasPokedexText + ARRAY_COUNT(gParasPokedexText), + .unusedDescription = gParasPokedexTextUnused, .pokemonScale = 546, .pokemonOffset = 21, .trainerScale = 256, @@ -617,7 +617,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 295, .description = gParasectPokedexText, - .unusedDescription = gParasectPokedexText + ARRAY_COUNT(gParasectPokedexText), + .unusedDescription = gParasectPokedexTextUnused, .pokemonScale = 307, .pokemonOffset = 8, .trainerScale = 256, @@ -630,7 +630,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 300, .description = gVenonatPokedexText, - .unusedDescription = gVenonatPokedexText + ARRAY_COUNT(gVenonatPokedexText), + .unusedDescription = gVenonatPokedexTextUnused, .pokemonScale = 360, .pokemonOffset = 14, .trainerScale = 256, @@ -643,7 +643,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 125, .description = gVenomothPokedexText, - .unusedDescription = gVenomothPokedexText + ARRAY_COUNT(gVenomothPokedexText), + .unusedDescription = gVenomothPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 3, .trainerScale = 293, @@ -656,7 +656,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 2, .weight = 8, .description = gDiglettPokedexText, - .unusedDescription = gDiglettPokedexText + ARRAY_COUNT(gDiglettPokedexText), + .unusedDescription = gDiglettPokedexTextUnused, .pokemonScale = 706, .pokemonOffset = 22, .trainerScale = 256, @@ -669,7 +669,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 333, .description = gDugtrioPokedexText, - .unusedDescription = gDugtrioPokedexText + ARRAY_COUNT(gDugtrioPokedexText), + .unusedDescription = gDugtrioPokedexTextUnused, .pokemonScale = 384, .pokemonOffset = 14, .trainerScale = 256, @@ -682,7 +682,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 42, .description = gMeowthPokedexText, - .unusedDescription = gMeowthPokedexText + ARRAY_COUNT(gMeowthPokedexText), + .unusedDescription = gMeowthPokedexTextUnused, .pokemonScale = 480, .pokemonOffset = 17, .trainerScale = 256, @@ -695,7 +695,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 320, .description = gPersianPokedexText, - .unusedDescription = gPersianPokedexText + ARRAY_COUNT(gPersianPokedexText), + .unusedDescription = gPersianPokedexTextUnused, .pokemonScale = 320, .pokemonOffset = 10, .trainerScale = 256, @@ -708,7 +708,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 196, .description = gPsyduckPokedexText, - .unusedDescription = gPsyduckPokedexText + ARRAY_COUNT(gPsyduckPokedexText), + .unusedDescription = gPsyduckPokedexTextUnused, .pokemonScale = 347, .pokemonOffset = 11, .trainerScale = 256, @@ -721,7 +721,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 17, .weight = 766, .description = gGolduckPokedexText, - .unusedDescription = gGolduckPokedexText + ARRAY_COUNT(gGolduckPokedexText), + .unusedDescription = gGolduckPokedexTextUnused, .pokemonScale = 272, .pokemonOffset = 4, .trainerScale = 287, @@ -734,7 +734,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 280, .description = gMankeyPokedexText, - .unusedDescription = gMankeyPokedexText + ARRAY_COUNT(gMankeyPokedexText), + .unusedDescription = gMankeyPokedexTextUnused, .pokemonScale = 388, .pokemonOffset = 16, .trainerScale = 256, @@ -747,7 +747,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 320, .description = gPrimeapePokedexText, - .unusedDescription = gPrimeapePokedexText + ARRAY_COUNT(gPrimeapePokedexText), + .unusedDescription = gPrimeapePokedexTextUnused, .pokemonScale = 326, .pokemonOffset = 8, .trainerScale = 256, @@ -760,7 +760,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 190, .description = gGrowlithePokedexText, - .unusedDescription = gGrowlithePokedexText + ARRAY_COUNT(gGrowlithePokedexText), + .unusedDescription = gGrowlithePokedexTextUnused, .pokemonScale = 346, .pokemonOffset = 14, .trainerScale = 256, @@ -773,7 +773,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 19, .weight = 1550, .description = gArcaninePokedexText, - .unusedDescription = gArcaninePokedexText + ARRAY_COUNT(gArcaninePokedexText), + .unusedDescription = gArcaninePokedexTextUnused, .pokemonScale = 256, .pokemonOffset = -1, .trainerScale = 312, @@ -786,7 +786,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 124, .description = gPoliwagPokedexText, - .unusedDescription = gPoliwagPokedexText + ARRAY_COUNT(gPoliwagPokedexText), + .unusedDescription = gPoliwagPokedexTextUnused, .pokemonScale = 353, .pokemonOffset = 17, .trainerScale = 256, @@ -799,7 +799,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 200, .description = gPoliwhirlPokedexText, - .unusedDescription = gPoliwhirlPokedexText + ARRAY_COUNT(gPoliwhirlPokedexText), + .unusedDescription = gPoliwhirlPokedexTextUnused, .pokemonScale = 288, .pokemonOffset = 10, .trainerScale = 256, @@ -812,7 +812,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 540, .description = gPoliwrathPokedexText, - .unusedDescription = gPoliwrathPokedexText + ARRAY_COUNT(gPoliwrathPokedexText), + .unusedDescription = gPoliwrathPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 5, .trainerScale = 256, @@ -825,7 +825,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 195, .description = gAbraPokedexText, - .unusedDescription = gAbraPokedexText + ARRAY_COUNT(gAbraPokedexText), + .unusedDescription = gAbraPokedexTextUnused, .pokemonScale = 374, .pokemonOffset = 14, .trainerScale = 256, @@ -838,7 +838,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 565, .description = gKadabraPokedexText, - .unusedDescription = gKadabraPokedexText + ARRAY_COUNT(gKadabraPokedexText), + .unusedDescription = gKadabraPokedexTextUnused, .pokemonScale = 272, .pokemonOffset = 2, .trainerScale = 256, @@ -851,7 +851,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 480, .description = gAlakazamPokedexText, - .unusedDescription = gAlakazamPokedexText + ARRAY_COUNT(gAlakazamPokedexText), + .unusedDescription = gAlakazamPokedexTextUnused, .pokemonScale = 272, .pokemonOffset = -1, .trainerScale = 271, @@ -864,7 +864,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 195, .description = gMachopPokedexText, - .unusedDescription = gMachopPokedexText + ARRAY_COUNT(gMachopPokedexText), + .unusedDescription = gMachopPokedexTextUnused, .pokemonScale = 320, .pokemonOffset = 12, .trainerScale = 256, @@ -877,7 +877,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 705, .description = gMachokePokedexText, - .unusedDescription = gMachokePokedexText + ARRAY_COUNT(gMachokePokedexText), + .unusedDescription = gMachokePokedexTextUnused, .pokemonScale = 304, .pokemonOffset = 6, .trainerScale = 256, @@ -890,7 +890,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 16, .weight = 1300, .description = gMachampPokedexText, - .unusedDescription = gMachampPokedexText + ARRAY_COUNT(gMachampPokedexText), + .unusedDescription = gMachampPokedexTextUnused, .pokemonScale = 278, .pokemonOffset = 2, .trainerScale = 283, @@ -903,7 +903,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 40, .description = gBellsproutPokedexText, - .unusedDescription = gBellsproutPokedexText + ARRAY_COUNT(gBellsproutPokedexText), + .unusedDescription = gBellsproutPokedexTextUnused, .pokemonScale = 354, .pokemonOffset = 16, .trainerScale = 256, @@ -916,7 +916,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 64, .description = gWeepinbellPokedexText, - .unusedDescription = gWeepinbellPokedexText + ARRAY_COUNT(gWeepinbellPokedexText), + .unusedDescription = gWeepinbellPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = -1, .trainerScale = 256, @@ -929,7 +929,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 17, .weight = 155, .description = gVictreebelPokedexText, - .unusedDescription = gVictreebelPokedexText + ARRAY_COUNT(gVictreebelPokedexText), + .unusedDescription = gVictreebelPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 2, .trainerScale = 302, @@ -942,7 +942,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 455, .description = gTentacoolPokedexText, - .unusedDescription = gTentacoolPokedexText + ARRAY_COUNT(gTentacoolPokedexText), + .unusedDescription = gTentacoolPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 0, .trainerScale = 256, @@ -955,7 +955,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 16, .weight = 550, .description = gTentacruelPokedexText, - .unusedDescription = gTentacruelPokedexText + ARRAY_COUNT(gTentacruelPokedexText), + .unusedDescription = gTentacruelPokedexTextUnused, .pokemonScale = 272, .pokemonOffset = -1, .trainerScale = 312, @@ -968,7 +968,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 200, .description = gGeodudePokedexText, - .unusedDescription = gGeodudePokedexText + ARRAY_COUNT(gGeodudePokedexText), + .unusedDescription = gGeodudePokedexTextUnused, .pokemonScale = 330, .pokemonOffset = 17, .trainerScale = 256, @@ -981,7 +981,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 1050, .description = gGravelerPokedexText, - .unusedDescription = gGravelerPokedexText + ARRAY_COUNT(gGravelerPokedexText), + .unusedDescription = gGravelerPokedexTextUnused, .pokemonScale = 272, .pokemonOffset = 8, .trainerScale = 305, @@ -994,7 +994,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 3000, .description = gGolemPokedexText, - .unusedDescription = gGolemPokedexText + ARRAY_COUNT(gGolemPokedexText), + .unusedDescription = gGolemPokedexTextUnused, .pokemonScale = 266, .pokemonOffset = 3, .trainerScale = 298, @@ -1007,7 +1007,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 300, .description = gPonytaPokedexText, - .unusedDescription = gPonytaPokedexText + ARRAY_COUNT(gPonytaPokedexText), + .unusedDescription = gPonytaPokedexTextUnused, .pokemonScale = 288, .pokemonOffset = 7, .trainerScale = 256, @@ -1020,7 +1020,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 17, .weight = 950, .description = gRapidashPokedexText, - .unusedDescription = gRapidashPokedexText + ARRAY_COUNT(gRapidashPokedexText), + .unusedDescription = gRapidashPokedexTextUnused, .pokemonScale = 282, .pokemonOffset = -1, .trainerScale = 312, @@ -1033,7 +1033,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 360, .description = gSlowpokePokedexText, - .unusedDescription = gSlowpokePokedexText + ARRAY_COUNT(gSlowpokePokedexText), + .unusedDescription = gSlowpokePokedexTextUnused, .pokemonScale = 271, .pokemonOffset = 10, .trainerScale = 272, @@ -1046,7 +1046,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 16, .weight = 785, .description = gSlowbroPokedexText, - .unusedDescription = gSlowbroPokedexText + ARRAY_COUNT(gSlowbroPokedexText), + .unusedDescription = gSlowbroPokedexTextUnused, .pokemonScale = 257, .pokemonOffset = -2, .trainerScale = 312, @@ -1059,7 +1059,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 60, .description = gMagnemitePokedexText, - .unusedDescription = gMagnemitePokedexText + ARRAY_COUNT(gMagnemitePokedexText), + .unusedDescription = gMagnemitePokedexTextUnused, .pokemonScale = 294, .pokemonOffset = -8, .trainerScale = 256, @@ -1072,7 +1072,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 600, .description = gMagnetonPokedexText, - .unusedDescription = gMagnetonPokedexText + ARRAY_COUNT(gMagnetonPokedexText), + .unusedDescription = gMagnetonPokedexTextUnused, .pokemonScale = 293, .pokemonOffset = -4, .trainerScale = 273, @@ -1085,7 +1085,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 150, .description = gFarfetchdPokedexText, - .unusedDescription = gFarfetchdPokedexText + ARRAY_COUNT(gFarfetchdPokedexText), + .unusedDescription = gFarfetchdPokedexTextUnused, .pokemonScale = 317, .pokemonOffset = -2, .trainerScale = 256, @@ -1098,7 +1098,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 392, .description = gDoduoPokedexText, - .unusedDescription = gDoduoPokedexText + ARRAY_COUNT(gDoduoPokedexText), + .unusedDescription = gDoduoPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 3, .trainerScale = 287, @@ -1111,7 +1111,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 18, .weight = 852, .description = gDodrioPokedexText, - .unusedDescription = gDodrioPokedexText + ARRAY_COUNT(gDodrioPokedexText), + .unusedDescription = gDodrioPokedexTextUnused, .pokemonScale = 272, .pokemonOffset = -2, .trainerScale = 296, @@ -1124,7 +1124,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 900, .description = gSeelPokedexText, - .unusedDescription = gSeelPokedexText + ARRAY_COUNT(gSeelPokedexText), + .unusedDescription = gSeelPokedexTextUnused, .pokemonScale = 298, .pokemonOffset = 8, .trainerScale = 256, @@ -1137,7 +1137,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 17, .weight = 1200, .description = gDewgongPokedexText, - .unusedDescription = gDewgongPokedexText + ARRAY_COUNT(gDewgongPokedexText), + .unusedDescription = gDewgongPokedexTextUnused, .pokemonScale = 288, .pokemonOffset = 1, .trainerScale = 306, @@ -1150,7 +1150,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 300, .description = gGrimerPokedexText, - .unusedDescription = gGrimerPokedexText + ARRAY_COUNT(gGrimerPokedexText), + .unusedDescription = gGrimerPokedexTextUnused, .pokemonScale = 258, .pokemonOffset = 8, .trainerScale = 256, @@ -1163,7 +1163,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 300, .description = gMukPokedexText, - .unusedDescription = gMukPokedexText + ARRAY_COUNT(gMukPokedexText), + .unusedDescription = gMukPokedexTextUnused, .pokemonScale = 288, .pokemonOffset = 7, .trainerScale = 288, @@ -1176,7 +1176,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 40, .description = gShellderPokedexText, - .unusedDescription = gShellderPokedexText + ARRAY_COUNT(gShellderPokedexText), + .unusedDescription = gShellderPokedexTextUnused, .pokemonScale = 643, .pokemonOffset = 21, .trainerScale = 256, @@ -1189,7 +1189,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 1325, .description = gCloysterPokedexText, - .unusedDescription = gCloysterPokedexText + ARRAY_COUNT(gCloysterPokedexText), + .unusedDescription = gCloysterPokedexTextUnused, .pokemonScale = 264, .pokemonOffset = 0, .trainerScale = 288, @@ -1202,7 +1202,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 1, .description = gGastlyPokedexText, - .unusedDescription = gGastlyPokedexText + ARRAY_COUNT(gGastlyPokedexText), + .unusedDescription = gGastlyPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 0, .trainerScale = 256, @@ -1215,7 +1215,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 16, .weight = 1, .description = gHaunterPokedexText, - .unusedDescription = gHaunterPokedexText + ARRAY_COUNT(gHaunterPokedexText), + .unusedDescription = gHaunterPokedexTextUnused, .pokemonScale = 269, .pokemonOffset = 2, .trainerScale = 308, @@ -1228,7 +1228,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 405, .description = gGengarPokedexText, - .unusedDescription = gGengarPokedexText + ARRAY_COUNT(gGengarPokedexText), + .unusedDescription = gGengarPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 4, .trainerScale = 317, @@ -1241,7 +1241,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 88, .weight = 2100, .description = gOnixPokedexText, - .unusedDescription = gOnixPokedexText + ARRAY_COUNT(gOnixPokedexText), + .unusedDescription = gOnixPokedexTextUnused, .pokemonScale = 257, .pokemonOffset = 0, .trainerScale = 515, @@ -1254,7 +1254,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 324, .description = gDrowzeePokedexText, - .unusedDescription = gDrowzeePokedexText + ARRAY_COUNT(gDrowzeePokedexText), + .unusedDescription = gDrowzeePokedexTextUnused, .pokemonScale = 274, .pokemonOffset = 7, .trainerScale = 256, @@ -1267,7 +1267,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 16, .weight = 756, .description = gHypnoPokedexText, - .unusedDescription = gHypnoPokedexText + ARRAY_COUNT(gHypnoPokedexText), + .unusedDescription = gHypnoPokedexTextUnused, .pokemonScale = 298, .pokemonOffset = 3, .trainerScale = 310, @@ -1280,7 +1280,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 65, .description = gKrabbyPokedexText, - .unusedDescription = gKrabbyPokedexText + ARRAY_COUNT(gKrabbyPokedexText), + .unusedDescription = gKrabbyPokedexTextUnused, .pokemonScale = 469, .pokemonOffset = 18, .trainerScale = 256, @@ -1293,7 +1293,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 600, .description = gKinglerPokedexText, - .unusedDescription = gKinglerPokedexText + ARRAY_COUNT(gKinglerPokedexText), + .unusedDescription = gKinglerPokedexTextUnused, .pokemonScale = 287, .pokemonOffset = 3, .trainerScale = 308, @@ -1306,7 +1306,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 104, .description = gVoltorbPokedexText, - .unusedDescription = gVoltorbPokedexText + ARRAY_COUNT(gVoltorbPokedexText), + .unusedDescription = gVoltorbPokedexTextUnused, .pokemonScale = 364, .pokemonOffset = -8, .trainerScale = 256, @@ -1319,7 +1319,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 666, .description = gElectrodePokedexText, - .unusedDescription = gElectrodePokedexText + ARRAY_COUNT(gElectrodePokedexText), + .unusedDescription = gElectrodePokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 0, .trainerScale = 256, @@ -1332,7 +1332,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 25, .description = gExeggcutePokedexText, - .unusedDescription = gExeggcutePokedexText + ARRAY_COUNT(gExeggcutePokedexText), + .unusedDescription = gExeggcutePokedexTextUnused, .pokemonScale = 495, .pokemonOffset = -4, .trainerScale = 256, @@ -1345,7 +1345,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 20, .weight = 1200, .description = gExeggutorPokedexText, - .unusedDescription = gExeggutorPokedexText + ARRAY_COUNT(gExeggutorPokedexText), + .unusedDescription = gExeggutorPokedexTextUnused, .pokemonScale = 283, .pokemonOffset = 0, .trainerScale = 376, @@ -1358,7 +1358,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 65, .description = gCubonePokedexText, - .unusedDescription = gCubonePokedexText + ARRAY_COUNT(gCubonePokedexText), + .unusedDescription = gCubonePokedexTextUnused, .pokemonScale = 545, .pokemonOffset = 19, .trainerScale = 256, @@ -1371,7 +1371,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 450, .description = gMarowakPokedexText, - .unusedDescription = gMarowakPokedexText + ARRAY_COUNT(gMarowakPokedexText), + .unusedDescription = gMarowakPokedexTextUnused, .pokemonScale = 293, .pokemonOffset = 12, .trainerScale = 256, @@ -1384,7 +1384,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 498, .description = gHitmonleePokedexText, - .unusedDescription = gHitmonleePokedexText + ARRAY_COUNT(gHitmonleePokedexText), + .unusedDescription = gHitmonleePokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 0, .trainerScale = 273, @@ -1397,7 +1397,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 502, .description = gHitmonchanPokedexText, - .unusedDescription = gHitmonchanPokedexText + ARRAY_COUNT(gHitmonchanPokedexText), + .unusedDescription = gHitmonchanPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 1, .trainerScale = 264, @@ -1410,7 +1410,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 655, .description = gLickitungPokedexText, - .unusedDescription = gLickitungPokedexText + ARRAY_COUNT(gLickitungPokedexText), + .unusedDescription = gLickitungPokedexTextUnused, .pokemonScale = 272, .pokemonOffset = 3, .trainerScale = 272, @@ -1423,7 +1423,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 10, .description = gKoffingPokedexText, - .unusedDescription = gKoffingPokedexText + ARRAY_COUNT(gKoffingPokedexText), + .unusedDescription = gKoffingPokedexTextUnused, .pokemonScale = 369, .pokemonOffset = -1, .trainerScale = 256, @@ -1436,7 +1436,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 95, .description = gWeezingPokedexText, - .unusedDescription = gWeezingPokedexText + ARRAY_COUNT(gWeezingPokedexText), + .unusedDescription = gWeezingPokedexTextUnused, .pokemonScale = 321, .pokemonOffset = -1, .trainerScale = 276, @@ -1449,7 +1449,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 1150, .description = gRhyhornPokedexText, - .unusedDescription = gRhyhornPokedexText + ARRAY_COUNT(gRhyhornPokedexText), + .unusedDescription = gRhyhornPokedexTextUnused, .pokemonScale = 291, .pokemonOffset = 7, .trainerScale = 276, @@ -1462,7 +1462,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 19, .weight = 1200, .description = gRhydonPokedexText, - .unusedDescription = gRhydonPokedexText + ARRAY_COUNT(gRhydonPokedexText), + .unusedDescription = gRhydonPokedexTextUnused, .pokemonScale = 272, .pokemonOffset = -1, .trainerScale = 344, @@ -1475,7 +1475,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 346, .description = gChanseyPokedexText, - .unusedDescription = gChanseyPokedexText + ARRAY_COUNT(gChanseyPokedexText), + .unusedDescription = gChanseyPokedexTextUnused, .pokemonScale = 257, .pokemonOffset = 6, .trainerScale = 256, @@ -1488,7 +1488,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 350, .description = gTangelaPokedexText, - .unusedDescription = gTangelaPokedexText + ARRAY_COUNT(gTangelaPokedexText), + .unusedDescription = gTangelaPokedexTextUnused, .pokemonScale = 320, .pokemonOffset = 9, .trainerScale = 256, @@ -1501,7 +1501,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 22, .weight = 800, .description = gKangaskhanPokedexText, - .unusedDescription = gKangaskhanPokedexText + ARRAY_COUNT(gKangaskhanPokedexText), + .unusedDescription = gKangaskhanPokedexTextUnused, .pokemonScale = 257, .pokemonOffset = -3, .trainerScale = 349, @@ -1514,7 +1514,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 80, .description = gHorseaPokedexText, - .unusedDescription = gHorseaPokedexText + ARRAY_COUNT(gHorseaPokedexText), + .unusedDescription = gHorseaPokedexTextUnused, .pokemonScale = 399, .pokemonOffset = -1, .trainerScale = 256, @@ -1527,7 +1527,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 250, .description = gSeadraPokedexText, - .unusedDescription = gSeadraPokedexText + ARRAY_COUNT(gSeadraPokedexText), + .unusedDescription = gSeadraPokedexTextUnused, .pokemonScale = 296, .pokemonOffset = 3, .trainerScale = 256, @@ -1540,7 +1540,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 150, .description = gGoldeenPokedexText, - .unusedDescription = gGoldeenPokedexText + ARRAY_COUNT(gGoldeenPokedexText), + .unusedDescription = gGoldeenPokedexTextUnused, .pokemonScale = 379, .pokemonOffset = 4, .trainerScale = 256, @@ -1553,7 +1553,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 390, .description = gSeakingPokedexText, - .unusedDescription = gSeakingPokedexText + ARRAY_COUNT(gSeakingPokedexText), + .unusedDescription = gSeakingPokedexTextUnused, .pokemonScale = 304, .pokemonOffset = 1, .trainerScale = 288, @@ -1566,7 +1566,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 345, .description = gStaryuPokedexText, - .unusedDescription = gStaryuPokedexText + ARRAY_COUNT(gStaryuPokedexText), + .unusedDescription = gStaryuPokedexTextUnused, .pokemonScale = 326, .pokemonOffset = 1, .trainerScale = 256, @@ -1579,7 +1579,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 800, .description = gStarmiePokedexText, - .unusedDescription = gStarmiePokedexText + ARRAY_COUNT(gStarmiePokedexText), + .unusedDescription = gStarmiePokedexTextUnused, .pokemonScale = 301, .pokemonOffset = 3, .trainerScale = 256, @@ -1592,7 +1592,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 545, .description = gMrmimePokedexText, - .unusedDescription = gMrmimePokedexText + ARRAY_COUNT(gMrmimePokedexText), + .unusedDescription = gMrmimePokedexTextUnused, .pokemonScale = 258, .pokemonOffset = 4, .trainerScale = 256, @@ -1605,7 +1605,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 560, .description = gScytherPokedexText, - .unusedDescription = gScytherPokedexText + ARRAY_COUNT(gScytherPokedexText), + .unusedDescription = gScytherPokedexTextUnused, .pokemonScale = 272, .pokemonOffset = 0, .trainerScale = 293, @@ -1618,7 +1618,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 406, .description = gJynxPokedexText, - .unusedDescription = gJynxPokedexText + ARRAY_COUNT(gJynxPokedexText), + .unusedDescription = gJynxPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 3, .trainerScale = 300, @@ -1631,7 +1631,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 300, .description = gElectabuzzPokedexText, - .unusedDescription = gElectabuzzPokedexText + ARRAY_COUNT(gElectabuzzPokedexText), + .unusedDescription = gElectabuzzPokedexTextUnused, .pokemonScale = 330, .pokemonOffset = 7, .trainerScale = 256, @@ -1644,7 +1644,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 445, .description = gMagmarPokedexText, - .unusedDescription = gMagmarPokedexText + ARRAY_COUNT(gMagmarPokedexText), + .unusedDescription = gMagmarPokedexTextUnused, .pokemonScale = 293, .pokemonOffset = 4, .trainerScale = 272, @@ -1657,7 +1657,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 550, .description = gPinsirPokedexText, - .unusedDescription = gPinsirPokedexText + ARRAY_COUNT(gPinsirPokedexText), + .unusedDescription = gPinsirPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 1, .trainerScale = 257, @@ -1670,7 +1670,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 884, .description = gTaurosPokedexText, - .unusedDescription = gTaurosPokedexText + ARRAY_COUNT(gTaurosPokedexText), + .unusedDescription = gTaurosPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 2, .trainerScale = 312, @@ -1683,7 +1683,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 100, .description = gMagikarpPokedexText, - .unusedDescription = gMagikarpPokedexText + ARRAY_COUNT(gMagikarpPokedexText), + .unusedDescription = gMagikarpPokedexTextUnused, .pokemonScale = 317, .pokemonOffset = 4, .trainerScale = 256, @@ -1696,7 +1696,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 65, .weight = 2350, .description = gGyaradosPokedexText, - .unusedDescription = gGyaradosPokedexText + ARRAY_COUNT(gGyaradosPokedexText), + .unusedDescription = gGyaradosPokedexTextUnused, .pokemonScale = 288, .pokemonOffset = -1, .trainerScale = 512, @@ -1709,7 +1709,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 25, .weight = 2200, .description = gLaprasPokedexText, - .unusedDescription = gLaprasPokedexText + ARRAY_COUNT(gLaprasPokedexText), + .unusedDescription = gLaprasPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 0, .trainerScale = 425, @@ -1722,7 +1722,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 40, .description = gDittoPokedexText, - .unusedDescription = gDittoPokedexText + ARRAY_COUNT(gDittoPokedexText), + .unusedDescription = gDittoPokedexTextUnused, .pokemonScale = 602, .pokemonOffset = 21, .trainerScale = 256, @@ -1735,7 +1735,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 65, .description = gEeveePokedexText, - .unusedDescription = gEeveePokedexText + ARRAY_COUNT(gEeveePokedexText), + .unusedDescription = gEeveePokedexTextUnused, .pokemonScale = 476, .pokemonOffset = 17, .trainerScale = 256, @@ -1748,7 +1748,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 290, .description = gVaporeonPokedexText, - .unusedDescription = gVaporeonPokedexText + ARRAY_COUNT(gVaporeonPokedexText), + .unusedDescription = gVaporeonPokedexTextUnused, .pokemonScale = 316, .pokemonOffset = 7, .trainerScale = 256, @@ -1761,7 +1761,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 245, .description = gJolteonPokedexText, - .unusedDescription = gJolteonPokedexText + ARRAY_COUNT(gJolteonPokedexText), + .unusedDescription = gJolteonPokedexTextUnused, .pokemonScale = 283, .pokemonOffset = 8, .trainerScale = 256, @@ -1774,7 +1774,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 250, .description = gFlareonPokedexText, - .unusedDescription = gFlareonPokedexText + ARRAY_COUNT(gFlareonPokedexText), + .unusedDescription = gFlareonPokedexTextUnused, .pokemonScale = 302, .pokemonOffset = 11, .trainerScale = 256, @@ -1787,7 +1787,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 365, .description = gPorygonPokedexText, - .unusedDescription = gPorygonPokedexText + ARRAY_COUNT(gPorygonPokedexText), + .unusedDescription = gPorygonPokedexTextUnused, .pokemonScale = 328, .pokemonOffset = 7, .trainerScale = 256, @@ -1800,7 +1800,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 75, .description = gOmanytePokedexText, - .unusedDescription = gOmanytePokedexText + ARRAY_COUNT(gOmanytePokedexText), + .unusedDescription = gOmanytePokedexTextUnused, .pokemonScale = 521, .pokemonOffset = 20, .trainerScale = 256, @@ -1813,7 +1813,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 350, .description = gOmastarPokedexText, - .unusedDescription = gOmastarPokedexText + ARRAY_COUNT(gOmastarPokedexText), + .unusedDescription = gOmastarPokedexTextUnused, .pokemonScale = 307, .pokemonOffset = 5, .trainerScale = 256, @@ -1826,7 +1826,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 115, .description = gKabutoPokedexText, - .unusedDescription = gKabutoPokedexText + ARRAY_COUNT(gKabutoPokedexText), + .unusedDescription = gKabutoPokedexTextUnused, .pokemonScale = 438, .pokemonOffset = 21, .trainerScale = 256, @@ -1839,7 +1839,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 405, .description = gKabutopsPokedexText, - .unusedDescription = gKabutopsPokedexText + ARRAY_COUNT(gKabutopsPokedexText), + .unusedDescription = gKabutopsPokedexTextUnused, .pokemonScale = 271, .pokemonOffset = 1, .trainerScale = 256, @@ -1852,7 +1852,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 18, .weight = 590, .description = gAerodactylPokedexText, - .unusedDescription = gAerodactylPokedexText + ARRAY_COUNT(gAerodactylPokedexText), + .unusedDescription = gAerodactylPokedexTextUnused, .pokemonScale = 275, .pokemonOffset = -1, .trainerScale = 317, @@ -1865,7 +1865,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 21, .weight = 4600, .description = gSnorlaxPokedexText, - .unusedDescription = gSnorlaxPokedexText + ARRAY_COUNT(gSnorlaxPokedexText), + .unusedDescription = gSnorlaxPokedexTextUnused, .pokemonScale = 275, .pokemonOffset = 1, .trainerScale = 408, @@ -1878,7 +1878,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 17, .weight = 554, .description = gArticunoPokedexText, - .unusedDescription = gArticunoPokedexText + ARRAY_COUNT(gArticunoPokedexText), + .unusedDescription = gArticunoPokedexTextUnused, .pokemonScale = 278, .pokemonOffset = 0, .trainerScale = 308, @@ -1891,7 +1891,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 16, .weight = 526, .description = gZapdosPokedexText, - .unusedDescription = gZapdosPokedexText + ARRAY_COUNT(gZapdosPokedexText), + .unusedDescription = gZapdosPokedexTextUnused, .pokemonScale = 275, .pokemonOffset = 1, .trainerScale = 330, @@ -1904,7 +1904,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 20, .weight = 600, .description = gMoltresPokedexText, - .unusedDescription = gMoltresPokedexText + ARRAY_COUNT(gMoltresPokedexText), + .unusedDescription = gMoltresPokedexTextUnused, .pokemonScale = 270, .pokemonOffset = 1, .trainerScale = 379, @@ -1917,7 +1917,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 18, .weight = 33, .description = gDratiniPokedexText, - .unusedDescription = gDratiniPokedexText + ARRAY_COUNT(gDratiniPokedexText), + .unusedDescription = gDratiniPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 8, .trainerScale = 386, @@ -1930,7 +1930,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 40, .weight = 165, .description = gDragonairPokedexText, - .unusedDescription = gDragonairPokedexText + ARRAY_COUNT(gDragonairPokedexText), + .unusedDescription = gDragonairPokedexTextUnused, .pokemonScale = 274, .pokemonOffset = 0, .trainerScale = 423, @@ -1943,7 +1943,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 22, .weight = 2100, .description = gDragonitePokedexText, - .unusedDescription = gDragonitePokedexText + ARRAY_COUNT(gDragonitePokedexText), + .unusedDescription = gDragonitePokedexTextUnused, .pokemonScale = 283, .pokemonOffset = -1, .trainerScale = 342, @@ -1956,7 +1956,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 20, .weight = 1220, .description = gMewtwoPokedexText, - .unusedDescription = gMewtwoPokedexText + ARRAY_COUNT(gMewtwoPokedexText), + .unusedDescription = gMewtwoPokedexTextUnused, .pokemonScale = 276, .pokemonOffset = -1, .trainerScale = 342, @@ -1969,7 +1969,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 40, .description = gMewPokedexText, - .unusedDescription = gMewPokedexText + ARRAY_COUNT(gMewPokedexText), + .unusedDescription = gMewPokedexTextUnused, .pokemonScale = 460, .pokemonOffset = -2, .trainerScale = 256, @@ -1982,7 +1982,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 64, .description = gChikoritaPokedexText, - .unusedDescription = gChikoritaPokedexText + ARRAY_COUNT(gChikoritaPokedexText), + .unusedDescription = gChikoritaPokedexTextUnused, .pokemonScale = 512, .pokemonOffset = 18, .trainerScale = 256, @@ -1995,7 +1995,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 158, .description = gBayleefPokedexText, - .unusedDescription = gBayleefPokedexText + ARRAY_COUNT(gBayleefPokedexText), + .unusedDescription = gBayleefPokedexTextUnused, .pokemonScale = 296, .pokemonOffset = 4, .trainerScale = 256, @@ -2008,7 +2008,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 18, .weight = 1005, .description = gMeganiumPokedexText, - .unusedDescription = gMeganiumPokedexText + ARRAY_COUNT(gMeganiumPokedexText), + .unusedDescription = gMeganiumPokedexTextUnused, .pokemonScale = 286, .pokemonOffset = 0, .trainerScale = 317, @@ -2021,7 +2021,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 79, .description = gCyndaquilPokedexText, - .unusedDescription = gCyndaquilPokedexText + ARRAY_COUNT(gCyndaquilPokedexText), + .unusedDescription = gCyndaquilPokedexTextUnused, .pokemonScale = 539, .pokemonOffset = 19, .trainerScale = 256, @@ -2034,7 +2034,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 190, .description = gQuilavaPokedexText, - .unusedDescription = gQuilavaPokedexText + ARRAY_COUNT(gQuilavaPokedexText), + .unusedDescription = gQuilavaPokedexTextUnused, .pokemonScale = 329, .pokemonOffset = 10, .trainerScale = 256, @@ -2047,7 +2047,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 17, .weight = 795, .description = gTyphlosionPokedexText, - .unusedDescription = gTyphlosionPokedexText + ARRAY_COUNT(gTyphlosionPokedexText), + .unusedDescription = gTyphlosionPokedexTextUnused, .pokemonScale = 284, .pokemonOffset = -1, .trainerScale = 287, @@ -2060,7 +2060,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 95, .description = gTotodilePokedexText, - .unusedDescription = gTotodilePokedexText + ARRAY_COUNT(gTotodilePokedexText), + .unusedDescription = gTotodilePokedexTextUnused, .pokemonScale = 487, .pokemonOffset = 20, .trainerScale = 256, @@ -2073,7 +2073,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 250, .description = gCroconawPokedexText, - .unusedDescription = gCroconawPokedexText + ARRAY_COUNT(gCroconawPokedexText), + .unusedDescription = gCroconawPokedexTextUnused, .pokemonScale = 378, .pokemonOffset = 11, .trainerScale = 256, @@ -2086,7 +2086,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 23, .weight = 888, .description = gFeraligatrPokedexText, - .unusedDescription = gFeraligatrPokedexText + ARRAY_COUNT(gFeraligatrPokedexText), + .unusedDescription = gFeraligatrPokedexTextUnused, .pokemonScale = 282, .pokemonOffset = -1, .trainerScale = 375, @@ -2099,7 +2099,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 60, .description = gSentretPokedexText, - .unusedDescription = gSentretPokedexText + ARRAY_COUNT(gSentretPokedexText), + .unusedDescription = gSentretPokedexTextUnused, .pokemonScale = 439, .pokemonOffset = 12, .trainerScale = 256, @@ -2112,7 +2112,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 18, .weight = 325, .description = gFurretPokedexText, - .unusedDescription = gFurretPokedexText + ARRAY_COUNT(gFurretPokedexText), + .unusedDescription = gFurretPokedexTextUnused, .pokemonScale = 346, .pokemonOffset = 10, .trainerScale = 256, @@ -2125,7 +2125,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 212, .description = gHoothootPokedexText, - .unusedDescription = gHoothootPokedexText + ARRAY_COUNT(gHoothootPokedexText), + .unusedDescription = gHoothootPokedexTextUnused, .pokemonScale = 380, .pokemonOffset = 15, .trainerScale = 256, @@ -2138,7 +2138,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 16, .weight = 408, .description = gNoctowlPokedexText, - .unusedDescription = gNoctowlPokedexText + ARRAY_COUNT(gNoctowlPokedexText), + .unusedDescription = gNoctowlPokedexTextUnused, .pokemonScale = 278, .pokemonOffset = 2, .trainerScale = 256, @@ -2151,7 +2151,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 108, .description = gLedybaPokedexText, - .unusedDescription = gLedybaPokedexText + ARRAY_COUNT(gLedybaPokedexText), + .unusedDescription = gLedybaPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 4, .trainerScale = 256, @@ -2164,7 +2164,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 356, .description = gLedianPokedexText, - .unusedDescription = gLedianPokedexText + ARRAY_COUNT(gLedianPokedexText), + .unusedDescription = gLedianPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 1, .trainerScale = 256, @@ -2177,7 +2177,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 85, .description = gSpinarakPokedexText, - .unusedDescription = gSpinarakPokedexText + ARRAY_COUNT(gSpinarakPokedexText), + .unusedDescription = gSpinarakPokedexTextUnused, .pokemonScale = 414, .pokemonOffset = 20, .trainerScale = 256, @@ -2190,7 +2190,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 335, .description = gAriadosPokedexText, - .unusedDescription = gAriadosPokedexText + ARRAY_COUNT(gAriadosPokedexText), + .unusedDescription = gAriadosPokedexTextUnused, .pokemonScale = 316, .pokemonOffset = 7, .trainerScale = 256, @@ -2203,7 +2203,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 18, .weight = 750, .description = gCrobatPokedexText, - .unusedDescription = gCrobatPokedexText + ARRAY_COUNT(gCrobatPokedexText), + .unusedDescription = gCrobatPokedexTextUnused, .pokemonScale = 279, .pokemonOffset = -1, .trainerScale = 313, @@ -2216,7 +2216,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 120, .description = gChinchouPokedexText, - .unusedDescription = gChinchouPokedexText + ARRAY_COUNT(gChinchouPokedexText), + .unusedDescription = gChinchouPokedexTextUnused, .pokemonScale = 424, .pokemonOffset = -2, .trainerScale = 256, @@ -2229,7 +2229,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 225, .description = gLanturnPokedexText, - .unusedDescription = gLanturnPokedexText + ARRAY_COUNT(gLanturnPokedexText), + .unusedDescription = gLanturnPokedexTextUnused, .pokemonScale = 269, .pokemonOffset = 6, .trainerScale = 256, @@ -2242,7 +2242,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 20, .description = gPichuPokedexText, - .unusedDescription = gPichuPokedexText + ARRAY_COUNT(gPichuPokedexText), + .unusedDescription = gPichuPokedexTextUnused, .pokemonScale = 508, .pokemonOffset = 17, .trainerScale = 256, @@ -2255,7 +2255,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 30, .description = gCleffaPokedexText, - .unusedDescription = gCleffaPokedexText + ARRAY_COUNT(gCleffaPokedexText), + .unusedDescription = gCleffaPokedexTextUnused, .pokemonScale = 462, .pokemonOffset = 22, .trainerScale = 256, @@ -2268,7 +2268,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 10, .description = gIgglybuffPokedexText, - .unusedDescription = gIgglybuffPokedexText + ARRAY_COUNT(gIgglybuffPokedexText), + .unusedDescription = gIgglybuffPokedexTextUnused, .pokemonScale = 457, .pokemonOffset = -1, .trainerScale = 256, @@ -2281,7 +2281,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 15, .description = gTogepiPokedexText, - .unusedDescription = gTogepiPokedexText + ARRAY_COUNT(gTogepiPokedexText), + .unusedDescription = gTogepiPokedexTextUnused, .pokemonScale = 507, .pokemonOffset = 21, .trainerScale = 256, @@ -2294,7 +2294,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 32, .description = gTogeticPokedexText, - .unusedDescription = gTogeticPokedexText + ARRAY_COUNT(gTogeticPokedexText), + .unusedDescription = gTogeticPokedexTextUnused, .pokemonScale = 424, .pokemonOffset = 15, .trainerScale = 256, @@ -2307,7 +2307,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 2, .weight = 20, .description = gNatuPokedexText, - .unusedDescription = gNatuPokedexText + ARRAY_COUNT(gNatuPokedexText), + .unusedDescription = gNatuPokedexTextUnused, .pokemonScale = 610, .pokemonOffset = 23, .trainerScale = 256, @@ -2320,7 +2320,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 150, .description = gXatuPokedexText, - .unusedDescription = gXatuPokedexText + ARRAY_COUNT(gXatuPokedexText), + .unusedDescription = gXatuPokedexTextUnused, .pokemonScale = 258, .pokemonOffset = 4, .trainerScale = 317, @@ -2333,7 +2333,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 78, .description = gMareepPokedexText, - .unusedDescription = gMareepPokedexText + ARRAY_COUNT(gMareepPokedexText), + .unusedDescription = gMareepPokedexTextUnused, .pokemonScale = 379, .pokemonOffset = 18, .trainerScale = 256, @@ -2346,7 +2346,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 133, .description = gFlaaffyPokedexText, - .unusedDescription = gFlaaffyPokedexText + ARRAY_COUNT(gFlaaffyPokedexText), + .unusedDescription = gFlaaffyPokedexTextUnused, .pokemonScale = 372, .pokemonOffset = 13, .trainerScale = 256, @@ -2359,7 +2359,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 615, .description = gAmpharosPokedexText, - .unusedDescription = gAmpharosPokedexText + ARRAY_COUNT(gAmpharosPokedexText), + .unusedDescription = gAmpharosPokedexTextUnused, .pokemonScale = 275, .pokemonOffset = 2, .trainerScale = 283, @@ -2372,7 +2372,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 58, .description = gBellossomPokedexText, - .unusedDescription = gBellossomPokedexText + ARRAY_COUNT(gBellossomPokedexText), + .unusedDescription = gBellossomPokedexTextUnused, .pokemonScale = 472, .pokemonOffset = 19, .trainerScale = 256, @@ -2385,7 +2385,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 85, .description = gMarillPokedexText, - .unusedDescription = gMarillPokedexText + ARRAY_COUNT(gMarillPokedexText), + .unusedDescription = gMarillPokedexTextUnused, .pokemonScale = 476, .pokemonOffset = 19, .trainerScale = 256, @@ -2398,7 +2398,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 285, .description = gAzumarillPokedexText, - .unusedDescription = gAzumarillPokedexText + ARRAY_COUNT(gAzumarillPokedexText), + .unusedDescription = gAzumarillPokedexTextUnused, .pokemonScale = 448, .pokemonOffset = 15, .trainerScale = 256, @@ -2411,7 +2411,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 380, .description = gSudowoodoPokedexText, - .unusedDescription = gSudowoodoPokedexText + ARRAY_COUNT(gSudowoodoPokedexText), + .unusedDescription = gSudowoodoPokedexTextUnused, .pokemonScale = 305, .pokemonOffset = 7, .trainerScale = 256, @@ -2424,7 +2424,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 339, .description = gPolitoedPokedexText, - .unusedDescription = gPolitoedPokedexText + ARRAY_COUNT(gPolitoedPokedexText), + .unusedDescription = gPolitoedPokedexTextUnused, .pokemonScale = 289, .pokemonOffset = 5, .trainerScale = 256, @@ -2437,7 +2437,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 5, .description = gHoppipPokedexText, - .unusedDescription = gHoppipPokedexText + ARRAY_COUNT(gHoppipPokedexText), + .unusedDescription = gHoppipPokedexTextUnused, .pokemonScale = 562, .pokemonOffset = -7, .trainerScale = 256, @@ -2450,7 +2450,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 10, .description = gSkiploomPokedexText, - .unusedDescription = gSkiploomPokedexText + ARRAY_COUNT(gSkiploomPokedexText), + .unusedDescription = gSkiploomPokedexTextUnused, .pokemonScale = 387, .pokemonOffset = 0, .trainerScale = 256, @@ -2463,7 +2463,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 30, .description = gJumpluffPokedexText, - .unusedDescription = gJumpluffPokedexText + ARRAY_COUNT(gJumpluffPokedexText), + .unusedDescription = gJumpluffPokedexTextUnused, .pokemonScale = 418, .pokemonOffset = -4, .trainerScale = 256, @@ -2476,7 +2476,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 115, .description = gAipomPokedexText, - .unusedDescription = gAipomPokedexText + ARRAY_COUNT(gAipomPokedexText), + .unusedDescription = gAipomPokedexTextUnused, .pokemonScale = 363, .pokemonOffset = 8, .trainerScale = 256, @@ -2489,7 +2489,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 18, .description = gSunkernPokedexText, - .unusedDescription = gSunkernPokedexText + ARRAY_COUNT(gSunkernPokedexText), + .unusedDescription = gSunkernPokedexTextUnused, .pokemonScale = 541, .pokemonOffset = 0, .trainerScale = 256, @@ -2502,7 +2502,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 85, .description = gSunfloraPokedexText, - .unusedDescription = gSunfloraPokedexText + ARRAY_COUNT(gSunfloraPokedexText), + .unusedDescription = gSunfloraPokedexTextUnused, .pokemonScale = 374, .pokemonOffset = 12, .trainerScale = 256, @@ -2515,7 +2515,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 380, .description = gYanmaPokedexText, - .unusedDescription = gYanmaPokedexText + ARRAY_COUNT(gYanmaPokedexText), + .unusedDescription = gYanmaPokedexTextUnused, .pokemonScale = 274, .pokemonOffset = -4, .trainerScale = 256, @@ -2528,7 +2528,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 85, .description = gWooperPokedexText, - .unusedDescription = gWooperPokedexText + ARRAY_COUNT(gWooperPokedexText), + .unusedDescription = gWooperPokedexTextUnused, .pokemonScale = 479, .pokemonOffset = 20, .trainerScale = 256, @@ -2541,7 +2541,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 750, .description = gQuagsirePokedexText, - .unusedDescription = gQuagsirePokedexText + ARRAY_COUNT(gQuagsirePokedexText), + .unusedDescription = gQuagsirePokedexTextUnused, .pokemonScale = 273, .pokemonOffset = 4, .trainerScale = 273, @@ -2554,7 +2554,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 265, .description = gEspeonPokedexText, - .unusedDescription = gEspeonPokedexText + ARRAY_COUNT(gEspeonPokedexText), + .unusedDescription = gEspeonPokedexTextUnused, .pokemonScale = 363, .pokemonOffset = 12, .trainerScale = 256, @@ -2567,7 +2567,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 270, .description = gUmbreonPokedexText, - .unusedDescription = gUmbreonPokedexText + ARRAY_COUNT(gUmbreonPokedexText), + .unusedDescription = gUmbreonPokedexTextUnused, .pokemonScale = 317, .pokemonOffset = 9, .trainerScale = 256, @@ -2580,7 +2580,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 21, .description = gMurkrowPokedexText, - .unusedDescription = gMurkrowPokedexText + ARRAY_COUNT(gMurkrowPokedexText), + .unusedDescription = gMurkrowPokedexTextUnused, .pokemonScale = 401, .pokemonOffset = -8, .trainerScale = 256, @@ -2593,7 +2593,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 20, .weight = 795, .description = gSlowkingPokedexText, - .unusedDescription = gSlowkingPokedexText + ARRAY_COUNT(gSlowkingPokedexText), + .unusedDescription = gSlowkingPokedexTextUnused, .pokemonScale = 265, .pokemonOffset = -1, .trainerScale = 330, @@ -2606,7 +2606,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 10, .description = gMisdreavusPokedexText, - .unusedDescription = gMisdreavusPokedexText + ARRAY_COUNT(gMisdreavusPokedexText), + .unusedDescription = gMisdreavusPokedexTextUnused, .pokemonScale = 407, .pokemonOffset = -8, .trainerScale = 256, @@ -2619,7 +2619,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 50, .description = gUnownPokedexText, - .unusedDescription = gUnownPokedexText + ARRAY_COUNT(gUnownPokedexText), + .unusedDescription = gUnownPokedexTextUnused, .pokemonScale = 411, .pokemonOffset = 2, .trainerScale = 256, @@ -2632,7 +2632,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 285, .description = gWobbuffetPokedexText, - .unusedDescription = gWobbuffetPokedexText + ARRAY_COUNT(gWobbuffetPokedexText), + .unusedDescription = gWobbuffetPokedexTextUnused, .pokemonScale = 274, .pokemonOffset = 4, .trainerScale = 256, @@ -2645,7 +2645,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 415, .description = gGirafarigPokedexText, - .unusedDescription = gGirafarigPokedexText + ARRAY_COUNT(gGirafarigPokedexText), + .unusedDescription = gGirafarigPokedexTextUnused, .pokemonScale = 281, .pokemonOffset = 2, .trainerScale = 256, @@ -2658,7 +2658,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 72, .description = gPinecoPokedexText, - .unusedDescription = gPinecoPokedexText + ARRAY_COUNT(gPinecoPokedexText), + .unusedDescription = gPinecoPokedexTextUnused, .pokemonScale = 445, .pokemonOffset = 2, .trainerScale = 256, @@ -2671,7 +2671,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 1258, .description = gForretressPokedexText, - .unusedDescription = gForretressPokedexText + ARRAY_COUNT(gForretressPokedexText), + .unusedDescription = gForretressPokedexTextUnused, .pokemonScale = 293, .pokemonOffset = 5, .trainerScale = 256, @@ -2684,7 +2684,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 140, .description = gDunsparcePokedexText, - .unusedDescription = gDunsparcePokedexText + ARRAY_COUNT(gDunsparcePokedexText), + .unusedDescription = gDunsparcePokedexTextUnused, .pokemonScale = 284, .pokemonOffset = 15, .trainerScale = 256, @@ -2697,7 +2697,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 648, .description = gGligarPokedexText, - .unusedDescription = gGligarPokedexText + ARRAY_COUNT(gGligarPokedexText), + .unusedDescription = gGligarPokedexTextUnused, .pokemonScale = 350, .pokemonOffset = -1, .trainerScale = 256, @@ -2710,7 +2710,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 92, .weight = 4000, .description = gSteelixPokedexText, - .unusedDescription = gSteelixPokedexText + ARRAY_COUNT(gSteelixPokedexText), + .unusedDescription = gSteelixPokedexTextUnused, .pokemonScale = 278, .pokemonOffset = -1, .trainerScale = 557, @@ -2723,7 +2723,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 78, .description = gSnubbullPokedexText, - .unusedDescription = gSnubbullPokedexText + ARRAY_COUNT(gSnubbullPokedexText), + .unusedDescription = gSnubbullPokedexTextUnused, .pokemonScale = 465, .pokemonOffset = 18, .trainerScale = 256, @@ -2736,7 +2736,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 487, .description = gGranbullPokedexText, - .unusedDescription = gGranbullPokedexText + ARRAY_COUNT(gGranbullPokedexText), + .unusedDescription = gGranbullPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 3, .trainerScale = 256, @@ -2749,7 +2749,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 39, .description = gQwilfishPokedexText, - .unusedDescription = gQwilfishPokedexText + ARRAY_COUNT(gQwilfishPokedexText), + .unusedDescription = gQwilfishPokedexTextUnused, .pokemonScale = 430, .pokemonOffset = 0, .trainerScale = 256, @@ -2762,7 +2762,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 18, .weight = 1180, .description = gScizorPokedexText, - .unusedDescription = gScizorPokedexText + ARRAY_COUNT(gScizorPokedexText), + .unusedDescription = gScizorPokedexTextUnused, .pokemonScale = 282, .pokemonOffset = 0, .trainerScale = 282, @@ -2775,7 +2775,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 205, .description = gShucklePokedexText, - .unusedDescription = gShucklePokedexText + ARRAY_COUNT(gShucklePokedexText), + .unusedDescription = gShucklePokedexTextUnused, .pokemonScale = 485, .pokemonOffset = 16, .trainerScale = 256, @@ -2788,7 +2788,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 540, .description = gHeracrossPokedexText, - .unusedDescription = gHeracrossPokedexText + ARRAY_COUNT(gHeracrossPokedexText), + .unusedDescription = gHeracrossPokedexTextUnused, .pokemonScale = 285, .pokemonOffset = 0, .trainerScale = 283, @@ -2801,7 +2801,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 280, .description = gSneaselPokedexText, - .unusedDescription = gSneaselPokedexText + ARRAY_COUNT(gSneaselPokedexText), + .unusedDescription = gSneaselPokedexTextUnused, .pokemonScale = 413, .pokemonOffset = -3, .trainerScale = 256, @@ -2814,7 +2814,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 88, .description = gTeddiursaPokedexText, - .unusedDescription = gTeddiursaPokedexText + ARRAY_COUNT(gTeddiursaPokedexText), + .unusedDescription = gTeddiursaPokedexTextUnused, .pokemonScale = 455, .pokemonOffset = 17, .trainerScale = 256, @@ -2827,7 +2827,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 18, .weight = 1258, .description = gUrsaringPokedexText, - .unusedDescription = gUrsaringPokedexText + ARRAY_COUNT(gUrsaringPokedexText), + .unusedDescription = gUrsaringPokedexTextUnused, .pokemonScale = 275, .pokemonOffset = 0, .trainerScale = 280, @@ -2840,7 +2840,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 350, .description = gSlugmaPokedexText, - .unusedDescription = gSlugmaPokedexText + ARRAY_COUNT(gSlugmaPokedexText), + .unusedDescription = gSlugmaPokedexTextUnused, .pokemonScale = 329, .pokemonOffset = 14, .trainerScale = 256, @@ -2853,7 +2853,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 550, .description = gMagcargoPokedexText, - .unusedDescription = gMagcargoPokedexText + ARRAY_COUNT(gMagcargoPokedexText), + .unusedDescription = gMagcargoPokedexTextUnused, .pokemonScale = 332, .pokemonOffset = 14, .trainerScale = 256, @@ -2866,7 +2866,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 65, .description = gSwinubPokedexText, - .unusedDescription = gSwinubPokedexText + ARRAY_COUNT(gSwinubPokedexText), + .unusedDescription = gSwinubPokedexTextUnused, .pokemonScale = 324, .pokemonOffset = 19, .trainerScale = 256, @@ -2879,7 +2879,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 558, .description = gPiloswinePokedexText, - .unusedDescription = gPiloswinePokedexText + ARRAY_COUNT(gPiloswinePokedexText), + .unusedDescription = gPiloswinePokedexTextUnused, .pokemonScale = 306, .pokemonOffset = 8, .trainerScale = 256, @@ -2892,7 +2892,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 50, .description = gCorsolaPokedexText, - .unusedDescription = gCorsolaPokedexText + ARRAY_COUNT(gCorsolaPokedexText), + .unusedDescription = gCorsolaPokedexTextUnused, .pokemonScale = 410, .pokemonOffset = 15, .trainerScale = 256, @@ -2905,7 +2905,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 120, .description = gRemoraidPokedexText, - .unusedDescription = gRemoraidPokedexText + ARRAY_COUNT(gRemoraidPokedexText), + .unusedDescription = gRemoraidPokedexTextUnused, .pokemonScale = 316, .pokemonOffset = 4, .trainerScale = 256, @@ -2918,7 +2918,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 285, .description = gOctilleryPokedexText, - .unusedDescription = gOctilleryPokedexText + ARRAY_COUNT(gOctilleryPokedexText), + .unusedDescription = gOctilleryPokedexTextUnused, .pokemonScale = 296, .pokemonOffset = 9, .trainerScale = 256, @@ -2931,7 +2931,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 160, .description = gDelibirdPokedexText, - .unusedDescription = gDelibirdPokedexText + ARRAY_COUNT(gDelibirdPokedexText), + .unusedDescription = gDelibirdPokedexTextUnused, .pokemonScale = 293, .pokemonOffset = 8, .trainerScale = 256, @@ -2944,7 +2944,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 21, .weight = 2200, .description = gMantinePokedexText, - .unusedDescription = gMantinePokedexText + ARRAY_COUNT(gMantinePokedexText), + .unusedDescription = gMantinePokedexTextUnused, .pokemonScale = 275, .pokemonOffset = 0, .trainerScale = 360, @@ -2957,7 +2957,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 17, .weight = 505, .description = gSkarmoryPokedexText, - .unusedDescription = gSkarmoryPokedexText + ARRAY_COUNT(gSkarmoryPokedexText), + .unusedDescription = gSkarmoryPokedexTextUnused, .pokemonScale = 285, .pokemonOffset = 0, .trainerScale = 276, @@ -2970,7 +2970,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 108, .description = gHoundourPokedexText, - .unusedDescription = gHoundourPokedexText + ARRAY_COUNT(gHoundourPokedexText), + .unusedDescription = gHoundourPokedexTextUnused, .pokemonScale = 393, .pokemonOffset = 15, .trainerScale = 256, @@ -2983,7 +2983,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 350, .description = gHoundoomPokedexText, - .unusedDescription = gHoundoomPokedexText + ARRAY_COUNT(gHoundoomPokedexText), + .unusedDescription = gHoundoomPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 2, .trainerScale = 256, @@ -2996,7 +2996,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 18, .weight = 1520, .description = gKingdraPokedexText, - .unusedDescription = gKingdraPokedexText + ARRAY_COUNT(gKingdraPokedexText), + .unusedDescription = gKingdraPokedexTextUnused, .pokemonScale = 257, .pokemonOffset = 1, .trainerScale = 293, @@ -3009,7 +3009,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 335, .description = gPhanpyPokedexText, - .unusedDescription = gPhanpyPokedexText + ARRAY_COUNT(gPhanpyPokedexText), + .unusedDescription = gPhanpyPokedexTextUnused, .pokemonScale = 465, .pokemonOffset = 20, .trainerScale = 256, @@ -3022,7 +3022,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 1200, .description = gDonphanPokedexText, - .unusedDescription = gDonphanPokedexText + ARRAY_COUNT(gDonphanPokedexText), + .unusedDescription = gDonphanPokedexTextUnused, .pokemonScale = 313, .pokemonOffset = 9, .trainerScale = 256, @@ -3035,7 +3035,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 325, .description = gPorygon2PokedexText, - .unusedDescription = gPorygon2PokedexText + ARRAY_COUNT(gPorygon2PokedexText), + .unusedDescription = gPorygon2PokedexTextUnused, .pokemonScale = 320, .pokemonOffset = 15, .trainerScale = 256, @@ -3048,7 +3048,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 712, .description = gStantlerPokedexText, - .unusedDescription = gStantlerPokedexText + ARRAY_COUNT(gStantlerPokedexText), + .unusedDescription = gStantlerPokedexTextUnused, .pokemonScale = 277, .pokemonOffset = -1, .trainerScale = 277, @@ -3061,7 +3061,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 580, .description = gSmearglePokedexText, - .unusedDescription = gSmearglePokedexText + ARRAY_COUNT(gSmearglePokedexText), + .unusedDescription = gSmearglePokedexTextUnused, .pokemonScale = 287, .pokemonOffset = 5, .trainerScale = 256, @@ -3074,7 +3074,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 210, .description = gTyroguePokedexText, - .unusedDescription = gTyroguePokedexText + ARRAY_COUNT(gTyroguePokedexText), + .unusedDescription = gTyroguePokedexTextUnused, .pokemonScale = 292, .pokemonOffset = 8, .trainerScale = 256, @@ -3087,7 +3087,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 480, .description = gHitmontopPokedexText, - .unusedDescription = gHitmontopPokedexText + ARRAY_COUNT(gHitmontopPokedexText), + .unusedDescription = gHitmontopPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 2, .trainerScale = 257, @@ -3100,7 +3100,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 60, .description = gSmoochumPokedexText, - .unusedDescription = gSmoochumPokedexText + ARRAY_COUNT(gSmoochumPokedexText), + .unusedDescription = gSmoochumPokedexTextUnused, .pokemonScale = 440, .pokemonOffset = 19, .trainerScale = 256, @@ -3113,7 +3113,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 235, .description = gElekidPokedexText, - .unusedDescription = gElekidPokedexText + ARRAY_COUNT(gElekidPokedexText), + .unusedDescription = gElekidPokedexTextUnused, .pokemonScale = 363, .pokemonOffset = 13, .trainerScale = 256, @@ -3126,7 +3126,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 214, .description = gMagbyPokedexText, - .unusedDescription = gMagbyPokedexText + ARRAY_COUNT(gMagbyPokedexText), + .unusedDescription = gMagbyPokedexTextUnused, .pokemonScale = 284, .pokemonOffset = 11, .trainerScale = 256, @@ -3139,7 +3139,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 755, .description = gMiltankPokedexText, - .unusedDescription = gMiltankPokedexText + ARRAY_COUNT(gMiltankPokedexText), + .unusedDescription = gMiltankPokedexTextUnused, .pokemonScale = 280, .pokemonOffset = 3, .trainerScale = 256, @@ -3152,7 +3152,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 468, .description = gBlisseyPokedexText, - .unusedDescription = gBlisseyPokedexText + ARRAY_COUNT(gBlisseyPokedexText), + .unusedDescription = gBlisseyPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 3, .trainerScale = 310, @@ -3165,7 +3165,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 19, .weight = 1780, .description = gRaikouPokedexText, - .unusedDescription = gRaikouPokedexText + ARRAY_COUNT(gRaikouPokedexText), + .unusedDescription = gRaikouPokedexTextUnused, .pokemonScale = 283, .pokemonOffset = 0, .trainerScale = 359, @@ -3178,7 +3178,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 21, .weight = 1980, .description = gEnteiPokedexText, - .unusedDescription = gEnteiPokedexText + ARRAY_COUNT(gEnteiPokedexText), + .unusedDescription = gEnteiPokedexTextUnused, .pokemonScale = 283, .pokemonOffset = 0, .trainerScale = 370, @@ -3191,7 +3191,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 20, .weight = 1870, .description = gSuicunePokedexText, - .unusedDescription = gSuicunePokedexText + ARRAY_COUNT(gSuicunePokedexText), + .unusedDescription = gSuicunePokedexTextUnused, .pokemonScale = 286, .pokemonOffset = 0, .trainerScale = 371, @@ -3204,7 +3204,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 720, .description = gLarvitarPokedexText, - .unusedDescription = gLarvitarPokedexText + ARRAY_COUNT(gLarvitarPokedexText), + .unusedDescription = gLarvitarPokedexTextUnused, .pokemonScale = 472, .pokemonOffset = 16, .trainerScale = 256, @@ -3217,7 +3217,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 1520, .description = gPupitarPokedexText, - .unusedDescription = gPupitarPokedexText + ARRAY_COUNT(gPupitarPokedexText), + .unusedDescription = gPupitarPokedexTextUnused, .pokemonScale = 292, .pokemonOffset = 8, .trainerScale = 256, @@ -3230,7 +3230,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 20, .weight = 2020, .description = gTyranitarPokedexText, - .unusedDescription = gTyranitarPokedexText + ARRAY_COUNT(gTyranitarPokedexText), + .unusedDescription = gTyranitarPokedexTextUnused, .pokemonScale = 285, .pokemonOffset = 0, .trainerScale = 383, @@ -3243,7 +3243,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 52, .weight = 2160, .description = gLugiaPokedexText, - .unusedDescription = gLugiaPokedexText + ARRAY_COUNT(gLugiaPokedexText), + .unusedDescription = gLugiaPokedexTextUnused, .pokemonScale = 283, .pokemonOffset = 0, .trainerScale = 742, @@ -3256,7 +3256,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 38, .weight = 1990, .description = gHoOhPokedexText, - .unusedDescription = gHoOhPokedexText + ARRAY_COUNT(gHoOhPokedexText), + .unusedDescription = gHoOhPokedexTextUnused, .pokemonScale = 283, .pokemonOffset = 0, .trainerScale = 620, @@ -3269,7 +3269,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 50, .description = gCelebiPokedexText, - .unusedDescription = gCelebiPokedexText + ARRAY_COUNT(gCelebiPokedexText), + .unusedDescription = gCelebiPokedexTextUnused, .pokemonScale = 393, .pokemonOffset = -10, .trainerScale = 256, @@ -3282,7 +3282,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 50, .description = gTreeckoPokedexText, - .unusedDescription = gTreeckoPokedexText + ARRAY_COUNT(gTreeckoPokedexText), + .unusedDescription = gTreeckoPokedexTextUnused, .pokemonScale = 541, .pokemonOffset = 17, .trainerScale = 256, @@ -3295,7 +3295,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 216, .description = gGrovylePokedexText, - .unusedDescription = gGrovylePokedexText + ARRAY_COUNT(gGrovylePokedexText), + .unusedDescription = gGrovylePokedexTextUnused, .pokemonScale = 360, .pokemonOffset = 5, .trainerScale = 256, @@ -3308,7 +3308,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 17, .weight = 522, .description = gSceptilePokedexText, - .unusedDescription = gSceptilePokedexText + ARRAY_COUNT(gSceptilePokedexText), + .unusedDescription = gSceptilePokedexTextUnused, .pokemonScale = 282, .pokemonOffset = -1, .trainerScale = 313, @@ -3321,7 +3321,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 25, .description = gTorchicPokedexText, - .unusedDescription = gTorchicPokedexText + ARRAY_COUNT(gTorchicPokedexText), + .unusedDescription = gTorchicPokedexTextUnused, .pokemonScale = 566, .pokemonOffset = 18, .trainerScale = 256, @@ -3334,7 +3334,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 195, .description = gCombuskenPokedexText, - .unusedDescription = gCombuskenPokedexText + ARRAY_COUNT(gCombuskenPokedexText), + .unusedDescription = gCombuskenPokedexTextUnused, .pokemonScale = 343, .pokemonOffset = 5, .trainerScale = 256, @@ -3347,7 +3347,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 19, .weight = 520, .description = gBlazikenPokedexText, - .unusedDescription = gBlazikenPokedexText + ARRAY_COUNT(gBlazikenPokedexText), + .unusedDescription = gBlazikenPokedexTextUnused, .pokemonScale = 275, .pokemonOffset = -1, .trainerScale = 314, @@ -3360,7 +3360,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 76, .description = gMudkipPokedexText, - .unusedDescription = gMudkipPokedexText + ARRAY_COUNT(gMudkipPokedexText), + .unusedDescription = gMudkipPokedexTextUnused, .pokemonScale = 535, .pokemonOffset = 19, .trainerScale = 256, @@ -3373,7 +3373,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 280, .description = gMarshtompPokedexText, - .unusedDescription = gMarshtompPokedexText + ARRAY_COUNT(gMarshtompPokedexText), + .unusedDescription = gMarshtompPokedexTextUnused, .pokemonScale = 340, .pokemonOffset = 7, .trainerScale = 256, @@ -3386,7 +3386,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 819, .description = gSwampertPokedexText, - .unusedDescription = gSwampertPokedexText + ARRAY_COUNT(gSwampertPokedexText), + .unusedDescription = gSwampertPokedexTextUnused, .pokemonScale = 276, .pokemonOffset = -1, .trainerScale = 282, @@ -3399,7 +3399,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 136, .description = gPoochyenaPokedexText, - .unusedDescription = gPoochyenaPokedexText + ARRAY_COUNT(gPoochyenaPokedexText), + .unusedDescription = gPoochyenaPokedexTextUnused, .pokemonScale = 481, .pokemonOffset = 18, .trainerScale = 256, @@ -3412,7 +3412,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 370, .description = gMightyenaPokedexText, - .unusedDescription = gMightyenaPokedexText + ARRAY_COUNT(gMightyenaPokedexText), + .unusedDescription = gMightyenaPokedexTextUnused, .pokemonScale = 359, .pokemonOffset = 9, .trainerScale = 256, @@ -3425,7 +3425,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 175, .description = gZigzagoonPokedexText, - .unusedDescription = gZigzagoonPokedexText + ARRAY_COUNT(gZigzagoonPokedexText), + .unusedDescription = gZigzagoonPokedexTextUnused, .pokemonScale = 560, .pokemonOffset = 21, .trainerScale = 256, @@ -3438,7 +3438,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 325, .description = gLinoonePokedexText, - .unusedDescription = gLinoonePokedexText + ARRAY_COUNT(gLinoonePokedexText), + .unusedDescription = gLinoonePokedexTextUnused, .pokemonScale = 321, .pokemonOffset = 5, .trainerScale = 256, @@ -3451,7 +3451,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 36, .description = gWurmplePokedexText, - .unusedDescription = gWurmplePokedexText + ARRAY_COUNT(gWurmplePokedexText), + .unusedDescription = gWurmplePokedexTextUnused, .pokemonScale = 711, .pokemonOffset = 22, .trainerScale = 256, @@ -3464,7 +3464,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 100, .description = gSilcoonPokedexText, - .unusedDescription = gSilcoonPokedexText + ARRAY_COUNT(gSilcoonPokedexText), + .unusedDescription = gSilcoonPokedexTextUnused, .pokemonScale = 431, .pokemonOffset = 19, .trainerScale = 256, @@ -3477,7 +3477,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 284, .description = gBeautiflyPokedexText, - .unusedDescription = gBeautiflyPokedexText + ARRAY_COUNT(gBeautiflyPokedexText), + .unusedDescription = gBeautiflyPokedexTextUnused, .pokemonScale = 298, .pokemonOffset = -1, .trainerScale = 256, @@ -3490,7 +3490,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 115, .description = gCascoonPokedexText, - .unusedDescription = gCascoonPokedexText + ARRAY_COUNT(gCascoonPokedexText), + .unusedDescription = gCascoonPokedexTextUnused, .pokemonScale = 391, .pokemonOffset = 19, .trainerScale = 256, @@ -3503,7 +3503,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 316, .description = gDustoxPokedexText, - .unusedDescription = gDustoxPokedexText + ARRAY_COUNT(gDustoxPokedexText), + .unusedDescription = gDustoxPokedexTextUnused, .pokemonScale = 269, .pokemonOffset = 1, .trainerScale = 256, @@ -3516,7 +3516,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 26, .description = gLotadPokedexText, - .unusedDescription = gLotadPokedexText + ARRAY_COUNT(gLotadPokedexText), + .unusedDescription = gLotadPokedexTextUnused, .pokemonScale = 406, .pokemonOffset = 17, .trainerScale = 256, @@ -3529,7 +3529,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 325, .description = gLombrePokedexText, - .unusedDescription = gLombrePokedexText + ARRAY_COUNT(gLombrePokedexText), + .unusedDescription = gLombrePokedexTextUnused, .pokemonScale = 277, .pokemonOffset = 7, .trainerScale = 256, @@ -3542,7 +3542,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 550, .description = gLudicoloPokedexText, - .unusedDescription = gLudicoloPokedexText + ARRAY_COUNT(gLudicoloPokedexText), + .unusedDescription = gLudicoloPokedexTextUnused, .pokemonScale = 283, .pokemonOffset = 0, .trainerScale = 282, @@ -3555,7 +3555,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 40, .description = gSeedotPokedexText, - .unusedDescription = gSeedotPokedexText + ARRAY_COUNT(gSeedotPokedexText), + .unusedDescription = gSeedotPokedexTextUnused, .pokemonScale = 472, .pokemonOffset = 20, .trainerScale = 256, @@ -3568,7 +3568,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 280, .description = gNuzleafPokedexText, - .unusedDescription = gNuzleafPokedexText + ARRAY_COUNT(gNuzleafPokedexText), + .unusedDescription = gNuzleafPokedexTextUnused, .pokemonScale = 299, .pokemonOffset = 8, .trainerScale = 256, @@ -3581,7 +3581,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 596, .description = gShiftryPokedexText, - .unusedDescription = gShiftryPokedexText + ARRAY_COUNT(gShiftryPokedexText), + .unusedDescription = gShiftryPokedexTextUnused, .pokemonScale = 290, .pokemonOffset = 2, .trainerScale = 256, @@ -3594,7 +3594,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 23, .description = gTaillowPokedexText, - .unusedDescription = gTaillowPokedexText + ARRAY_COUNT(gTaillowPokedexText), + .unusedDescription = gTaillowPokedexTextUnused, .pokemonScale = 465, .pokemonOffset = 20, .trainerScale = 256, @@ -3607,7 +3607,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 198, .description = gSwellowPokedexText, - .unusedDescription = gSwellowPokedexText + ARRAY_COUNT(gSwellowPokedexText), + .unusedDescription = gSwellowPokedexTextUnused, .pokemonScale = 428, .pokemonOffset = 13, .trainerScale = 256, @@ -3620,7 +3620,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 95, .description = gWingullPokedexText, - .unusedDescription = gWingullPokedexText + ARRAY_COUNT(gWingullPokedexText), + .unusedDescription = gWingullPokedexTextUnused, .pokemonScale = 295, .pokemonOffset = -2, .trainerScale = 256, @@ -3633,7 +3633,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 280, .description = gPelipperPokedexText, - .unusedDescription = gPelipperPokedexText + ARRAY_COUNT(gPelipperPokedexText), + .unusedDescription = gPelipperPokedexTextUnused, .pokemonScale = 288, .pokemonOffset = 1, .trainerScale = 256, @@ -3646,7 +3646,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 66, .description = gRaltsPokedexText, - .unusedDescription = gRaltsPokedexText + ARRAY_COUNT(gRaltsPokedexText), + .unusedDescription = gRaltsPokedexTextUnused, .pokemonScale = 457, .pokemonOffset = 18, .trainerScale = 256, @@ -3659,7 +3659,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 202, .description = gKirliaPokedexText, - .unusedDescription = gKirliaPokedexText + ARRAY_COUNT(gKirliaPokedexText), + .unusedDescription = gKirliaPokedexTextUnused, .pokemonScale = 354, .pokemonOffset = 10, .trainerScale = 256, @@ -3672,7 +3672,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 16, .weight = 484, .description = gGardevoirPokedexText, - .unusedDescription = gGardevoirPokedexText + ARRAY_COUNT(gGardevoirPokedexText), + .unusedDescription = gGardevoirPokedexTextUnused, .pokemonScale = 277, .pokemonOffset = 0, .trainerScale = 276, @@ -3685,7 +3685,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 17, .description = gSurskitPokedexText, - .unusedDescription = gSurskitPokedexText + ARRAY_COUNT(gSurskitPokedexText), + .unusedDescription = gSurskitPokedexTextUnused, .pokemonScale = 375, .pokemonOffset = 17, .trainerScale = 256, @@ -3698,7 +3698,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 36, .description = gMasquerainPokedexText, - .unusedDescription = gMasquerainPokedexText + ARRAY_COUNT(gMasquerainPokedexText), + .unusedDescription = gMasquerainPokedexTextUnused, .pokemonScale = 378, .pokemonOffset = -1, .trainerScale = 256, @@ -3711,7 +3711,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 45, .description = gShroomishPokedexText, - .unusedDescription = gShroomishPokedexText + ARRAY_COUNT(gShroomishPokedexText), + .unusedDescription = gShroomishPokedexTextUnused, .pokemonScale = 513, .pokemonOffset = 20, .trainerScale = 256, @@ -3724,7 +3724,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 392, .description = gBreloomPokedexText, - .unusedDescription = gBreloomPokedexText + ARRAY_COUNT(gBreloomPokedexText), + .unusedDescription = gBreloomPokedexTextUnused, .pokemonScale = 324, .pokemonOffset = 6, .trainerScale = 256, @@ -3737,7 +3737,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 240, .description = gSlakothPokedexText, - .unusedDescription = gSlakothPokedexText + ARRAY_COUNT(gSlakothPokedexText), + .unusedDescription = gSlakothPokedexTextUnused, .pokemonScale = 291, .pokemonOffset = 16, .trainerScale = 256, @@ -3750,7 +3750,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 465, .description = gVigorothPokedexText, - .unusedDescription = gVigorothPokedexText + ARRAY_COUNT(gVigorothPokedexText), + .unusedDescription = gVigorothPokedexTextUnused, .pokemonScale = 301, .pokemonOffset = 1, .trainerScale = 256, @@ -3763,7 +3763,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 20, .weight = 1305, .description = gSlakingPokedexText, - .unusedDescription = gSlakingPokedexText + ARRAY_COUNT(gSlakingPokedexText), + .unusedDescription = gSlakingPokedexTextUnused, .pokemonScale = 277, .pokemonOffset = 5, .trainerScale = 326, @@ -3776,7 +3776,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 55, .description = gNincadaPokedexText, - .unusedDescription = gNincadaPokedexText + ARRAY_COUNT(gNincadaPokedexText), + .unusedDescription = gNincadaPokedexTextUnused, .pokemonScale = 405, .pokemonOffset = 20, .trainerScale = 256, @@ -3789,7 +3789,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 120, .description = gNinjaskPokedexText, - .unusedDescription = gNinjaskPokedexText + ARRAY_COUNT(gNinjaskPokedexText), + .unusedDescription = gNinjaskPokedexTextUnused, .pokemonScale = 383, .pokemonOffset = -9, .trainerScale = 256, @@ -3802,7 +3802,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 12, .description = gShedinjaPokedexText, - .unusedDescription = gShedinjaPokedexText + ARRAY_COUNT(gShedinjaPokedexText), + .unusedDescription = gShedinjaPokedexTextUnused, .pokemonScale = 372, .pokemonOffset = -8, .trainerScale = 256, @@ -3815,7 +3815,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 163, .description = gWhismurPokedexText, - .unusedDescription = gWhismurPokedexText + ARRAY_COUNT(gWhismurPokedexText), + .unusedDescription = gWhismurPokedexTextUnused, .pokemonScale = 373, .pokemonOffset = 16, .trainerScale = 256, @@ -3828,7 +3828,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 405, .description = gLoudredPokedexText, - .unusedDescription = gLoudredPokedexText + ARRAY_COUNT(gLoudredPokedexText), + .unusedDescription = gLoudredPokedexTextUnused, .pokemonScale = 356, .pokemonOffset = 8, .trainerScale = 256, @@ -3841,7 +3841,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 840, .description = gExploudPokedexText, - .unusedDescription = gExploudPokedexText + ARRAY_COUNT(gExploudPokedexText), + .unusedDescription = gExploudPokedexTextUnused, .pokemonScale = 284, .pokemonOffset = 1, .trainerScale = 256, @@ -3854,7 +3854,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 864, .description = gMakuhitaPokedexText, - .unusedDescription = gMakuhitaPokedexText + ARRAY_COUNT(gMakuhitaPokedexText), + .unusedDescription = gMakuhitaPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 9, .trainerScale = 256, @@ -3867,7 +3867,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 23, .weight = 2538, .description = gHariyamaPokedexText, - .unusedDescription = gHariyamaPokedexText + ARRAY_COUNT(gHariyamaPokedexText), + .unusedDescription = gHariyamaPokedexTextUnused, .pokemonScale = 268, .pokemonOffset = -1, .trainerScale = 375, @@ -3880,7 +3880,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 2, .weight = 20, .description = gAzurillPokedexText, - .unusedDescription = gAzurillPokedexText + ARRAY_COUNT(gAzurillPokedexText), + .unusedDescription = gAzurillPokedexTextUnused, .pokemonScale = 603, .pokemonOffset = 21, .trainerScale = 256, @@ -3893,7 +3893,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 970, .description = gNosepassPokedexText, - .unusedDescription = gNosepassPokedexText + ARRAY_COUNT(gNosepassPokedexText), + .unusedDescription = gNosepassPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 9, .trainerScale = 289, @@ -3906,7 +3906,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 110, .description = gSkittyPokedexText, - .unusedDescription = gSkittyPokedexText + ARRAY_COUNT(gSkittyPokedexText), + .unusedDescription = gSkittyPokedexTextUnused, .pokemonScale = 492, .pokemonOffset = 18, .trainerScale = 256, @@ -3919,7 +3919,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 326, .description = gDelcattyPokedexText, - .unusedDescription = gDelcattyPokedexText + ARRAY_COUNT(gDelcattyPokedexText), + .unusedDescription = gDelcattyPokedexTextUnused, .pokemonScale = 322, .pokemonOffset = 9, .trainerScale = 256, @@ -3932,7 +3932,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 110, .description = gSableyePokedexText, - .unusedDescription = gSableyePokedexText + ARRAY_COUNT(gSableyePokedexText), + .unusedDescription = gSableyePokedexTextUnused, .pokemonScale = 451, .pokemonOffset = 15, .trainerScale = 256, @@ -3945,7 +3945,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 115, .description = gMawilePokedexText, - .unusedDescription = gMawilePokedexText + ARRAY_COUNT(gMawilePokedexText), + .unusedDescription = gMawilePokedexTextUnused, .pokemonScale = 466, .pokemonOffset = 15, .trainerScale = 256, @@ -3958,7 +3958,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 600, .description = gAronPokedexText, - .unusedDescription = gAronPokedexText + ARRAY_COUNT(gAronPokedexText), + .unusedDescription = gAronPokedexTextUnused, .pokemonScale = 419, .pokemonOffset = 21, .trainerScale = 256, @@ -3971,7 +3971,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 1200, .description = gLaironPokedexText, - .unusedDescription = gLaironPokedexText + ARRAY_COUNT(gLaironPokedexText), + .unusedDescription = gLaironPokedexTextUnused, .pokemonScale = 275, .pokemonOffset = 11, .trainerScale = 256, @@ -3984,7 +3984,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 21, .weight = 3600, .description = gAggronPokedexText, - .unusedDescription = gAggronPokedexText + ARRAY_COUNT(gAggronPokedexText), + .unusedDescription = gAggronPokedexTextUnused, .pokemonScale = 274, .pokemonOffset = -1, .trainerScale = 374, @@ -3997,7 +3997,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 112, .description = gMedititePokedexText, - .unusedDescription = gMedititePokedexText + ARRAY_COUNT(gMedititePokedexText), + .unusedDescription = gMedititePokedexTextUnused, .pokemonScale = 465, .pokemonOffset = 17, .trainerScale = 256, @@ -4010,7 +4010,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 315, .description = gMedichamPokedexText, - .unusedDescription = gMedichamPokedexText + ARRAY_COUNT(gMedichamPokedexText), + .unusedDescription = gMedichamPokedexTextUnused, .pokemonScale = 298, .pokemonOffset = 2, .trainerScale = 256, @@ -4023,7 +4023,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 152, .description = gElectrikePokedexText, - .unusedDescription = gElectrikePokedexText + ARRAY_COUNT(gElectrikePokedexText), + .unusedDescription = gElectrikePokedexTextUnused, .pokemonScale = 290, .pokemonOffset = 16, .trainerScale = 256, @@ -4036,7 +4036,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 402, .description = gManectricPokedexText, - .unusedDescription = gManectricPokedexText + ARRAY_COUNT(gManectricPokedexText), + .unusedDescription = gManectricPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 1, .trainerScale = 257, @@ -4049,7 +4049,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 42, .description = gPluslePokedexText, - .unusedDescription = gPluslePokedexText + ARRAY_COUNT(gPluslePokedexText), + .unusedDescription = gPluslePokedexTextUnused, .pokemonScale = 515, .pokemonOffset = -9, .trainerScale = 256, @@ -4062,7 +4062,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 42, .description = gMinunPokedexText, - .unusedDescription = gMinunPokedexText + ARRAY_COUNT(gMinunPokedexText), + .unusedDescription = gMinunPokedexTextUnused, .pokemonScale = 512, .pokemonOffset = -7, .trainerScale = 256, @@ -4075,7 +4075,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 177, .description = gVolbeatPokedexText, - .unusedDescription = gVolbeatPokedexText + ARRAY_COUNT(gVolbeatPokedexText), + .unusedDescription = gVolbeatPokedexTextUnused, .pokemonScale = 442, .pokemonOffset = -4, .trainerScale = 256, @@ -4088,7 +4088,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 177, .description = gIllumisePokedexText, - .unusedDescription = gIllumisePokedexText + ARRAY_COUNT(gIllumisePokedexText), + .unusedDescription = gIllumisePokedexTextUnused, .pokemonScale = 572, .pokemonOffset = -4, .trainerScale = 256, @@ -4101,7 +4101,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 20, .description = gRoseliaPokedexText, - .unusedDescription = gRoseliaPokedexText + ARRAY_COUNT(gRoseliaPokedexText), + .unusedDescription = gRoseliaPokedexTextUnused, .pokemonScale = 677, .pokemonOffset = 20, .trainerScale = 256, @@ -4114,7 +4114,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 103, .description = gGulpinPokedexText, - .unusedDescription = gGulpinPokedexText + ARRAY_COUNT(gGulpinPokedexText), + .unusedDescription = gGulpinPokedexTextUnused, .pokemonScale = 593, .pokemonOffset = 22, .trainerScale = 256, @@ -4127,7 +4127,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 17, .weight = 800, .description = gSwalotPokedexText, - .unusedDescription = gSwalotPokedexText + ARRAY_COUNT(gSwalotPokedexText), + .unusedDescription = gSwalotPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 5, .trainerScale = 345, @@ -4140,7 +4140,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 208, .description = gCarvanhaPokedexText, - .unusedDescription = gCarvanhaPokedexText + ARRAY_COUNT(gCarvanhaPokedexText), + .unusedDescription = gCarvanhaPokedexTextUnused, .pokemonScale = 362, .pokemonOffset = 0, .trainerScale = 256, @@ -4153,7 +4153,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 18, .weight = 888, .description = gSharpedoPokedexText, - .unusedDescription = gSharpedoPokedexText + ARRAY_COUNT(gSharpedoPokedexText), + .unusedDescription = gSharpedoPokedexTextUnused, .pokemonScale = 265, .pokemonOffset = 0, .trainerScale = 342, @@ -4166,7 +4166,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 20, .weight = 1300, .description = gWailmerPokedexText, - .unusedDescription = gWailmerPokedexText + ARRAY_COUNT(gWailmerPokedexText), + .unusedDescription = gWailmerPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 10, .trainerScale = 493, @@ -4179,7 +4179,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 145, .weight = 3980, .description = gWailordPokedexText, - .unusedDescription = gWailordPokedexText + ARRAY_COUNT(gWailordPokedexText), + .unusedDescription = gWailordPokedexTextUnused, .pokemonScale = 276, .pokemonOffset = -1, .trainerScale = 1428, @@ -4192,7 +4192,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 240, .description = gNumelPokedexText, - .unusedDescription = gNumelPokedexText + ARRAY_COUNT(gNumelPokedexText), + .unusedDescription = gNumelPokedexTextUnused, .pokemonScale = 310, .pokemonOffset = 14, .trainerScale = 256, @@ -4205,7 +4205,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 19, .weight = 2200, .description = gCameruptPokedexText, - .unusedDescription = gCameruptPokedexText + ARRAY_COUNT(gCameruptPokedexText), + .unusedDescription = gCameruptPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 6, .trainerScale = 345, @@ -4218,7 +4218,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 804, .description = gTorkoalPokedexText, - .unusedDescription = gTorkoalPokedexText + ARRAY_COUNT(gTorkoalPokedexText), + .unusedDescription = gTorkoalPokedexTextUnused, .pokemonScale = 392, .pokemonOffset = 9, .trainerScale = 256, @@ -4231,7 +4231,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 306, .description = gSpoinkPokedexText, - .unusedDescription = gSpoinkPokedexText + ARRAY_COUNT(gSpoinkPokedexText), + .unusedDescription = gSpoinkPokedexTextUnused, .pokemonScale = 423, .pokemonOffset = 15, .trainerScale = 256, @@ -4244,7 +4244,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 715, .description = gGrumpigPokedexText, - .unusedDescription = gGrumpigPokedexText + ARRAY_COUNT(gGrumpigPokedexText), + .unusedDescription = gGrumpigPokedexTextUnused, .pokemonScale = 358, .pokemonOffset = 9, .trainerScale = 256, @@ -4257,7 +4257,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 50, .description = gSpindaPokedexText, - .unusedDescription = gSpindaPokedexText + ARRAY_COUNT(gSpindaPokedexText), + .unusedDescription = gSpindaPokedexTextUnused, .pokemonScale = 321, .pokemonOffset = 9, .trainerScale = 256, @@ -4270,7 +4270,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 150, .description = gTrapinchPokedexText, - .unusedDescription = gTrapinchPokedexText + ARRAY_COUNT(gTrapinchPokedexText), + .unusedDescription = gTrapinchPokedexTextUnused, .pokemonScale = 298, .pokemonOffset = 15, .trainerScale = 256, @@ -4283,7 +4283,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 153, .description = gVibravaPokedexText, - .unusedDescription = gVibravaPokedexText + ARRAY_COUNT(gVibravaPokedexText), + .unusedDescription = gVibravaPokedexTextUnused, .pokemonScale = 370, .pokemonOffset = 15, .trainerScale = 256, @@ -4296,7 +4296,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 20, .weight = 820, .description = gFlygonPokedexText, - .unusedDescription = gFlygonPokedexText + ARRAY_COUNT(gFlygonPokedexText), + .unusedDescription = gFlygonPokedexTextUnused, .pokemonScale = 280, .pokemonOffset = 0, .trainerScale = 299, @@ -4309,7 +4309,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 513, .description = gCacneaPokedexText, - .unusedDescription = gCacneaPokedexText + ARRAY_COUNT(gCacneaPokedexText), + .unusedDescription = gCacneaPokedexTextUnused, .pokemonScale = 455, .pokemonOffset = 19, .trainerScale = 256, @@ -4322,7 +4322,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 774, .description = gCacturnePokedexText, - .unusedDescription = gCacturnePokedexText + ARRAY_COUNT(gCacturnePokedexText), + .unusedDescription = gCacturnePokedexTextUnused, .pokemonScale = 327, .pokemonOffset = 3, .trainerScale = 256, @@ -4335,7 +4335,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 12, .description = gSwabluPokedexText, - .unusedDescription = gSwabluPokedexText + ARRAY_COUNT(gSwabluPokedexText), + .unusedDescription = gSwabluPokedexTextUnused, .pokemonScale = 422, .pokemonOffset = -8, .trainerScale = 256, @@ -4348,7 +4348,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 206, .description = gAltariaPokedexText, - .unusedDescription = gAltariaPokedexText + ARRAY_COUNT(gAltariaPokedexText), + .unusedDescription = gAltariaPokedexTextUnused, .pokemonScale = 327, .pokemonOffset = 0, .trainerScale = 256, @@ -4361,7 +4361,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 13, .weight = 403, .description = gZangoosePokedexText, - .unusedDescription = gZangoosePokedexText + ARRAY_COUNT(gZangoosePokedexText), + .unusedDescription = gZangoosePokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 2, .trainerScale = 256, @@ -4374,7 +4374,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 27, .weight = 525, .description = gSeviperPokedexText, - .unusedDescription = gSeviperPokedexText + ARRAY_COUNT(gSeviperPokedexText), + .unusedDescription = gSeviperPokedexTextUnused, .pokemonScale = 275, .pokemonOffset = 6, .trainerScale = 256, @@ -4387,7 +4387,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 1680, .description = gLunatonePokedexText, - .unusedDescription = gLunatonePokedexText + ARRAY_COUNT(gLunatonePokedexText), + .unusedDescription = gLunatonePokedexTextUnused, .pokemonScale = 300, .pokemonOffset = 1, .trainerScale = 256, @@ -4400,7 +4400,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 1540, .description = gSolrockPokedexText, - .unusedDescription = gSolrockPokedexText + ARRAY_COUNT(gSolrockPokedexText), + .unusedDescription = gSolrockPokedexTextUnused, .pokemonScale = 328, .pokemonOffset = -3, .trainerScale = 256, @@ -4413,7 +4413,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 19, .description = gBarboachPokedexText, - .unusedDescription = gBarboachPokedexText + ARRAY_COUNT(gBarboachPokedexText), + .unusedDescription = gBarboachPokedexTextUnused, .pokemonScale = 581, .pokemonOffset = -2, .trainerScale = 256, @@ -4426,7 +4426,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 9, .weight = 236, .description = gWhiscashPokedexText, - .unusedDescription = gWhiscashPokedexText + ARRAY_COUNT(gWhiscashPokedexText), + .unusedDescription = gWhiscashPokedexTextUnused, .pokemonScale = 317, .pokemonOffset = 1, .trainerScale = 256, @@ -4439,7 +4439,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 115, .description = gCorphishPokedexText, - .unusedDescription = gCorphishPokedexText + ARRAY_COUNT(gCorphishPokedexText), + .unusedDescription = gCorphishPokedexTextUnused, .pokemonScale = 484, .pokemonOffset = 18, .trainerScale = 256, @@ -4452,7 +4452,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 328, .description = gCrawdauntPokedexText, - .unusedDescription = gCrawdauntPokedexText + ARRAY_COUNT(gCrawdauntPokedexText), + .unusedDescription = gCrawdauntPokedexTextUnused, .pokemonScale = 365, .pokemonOffset = 7, .trainerScale = 256, @@ -4465,7 +4465,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 5, .weight = 215, .description = gBaltoyPokedexText, - .unusedDescription = gBaltoyPokedexText + ARRAY_COUNT(gBaltoyPokedexText), + .unusedDescription = gBaltoyPokedexTextUnused, .pokemonScale = 384, .pokemonOffset = 18, .trainerScale = 256, @@ -4478,7 +4478,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 1080, .description = gClaydolPokedexText, - .unusedDescription = gClaydolPokedexText + ARRAY_COUNT(gClaydolPokedexText), + .unusedDescription = gClaydolPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 3, .trainerScale = 280, @@ -4491,7 +4491,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 238, .description = gLileepPokedexText, - .unusedDescription = gLileepPokedexText + ARRAY_COUNT(gLileepPokedexText), + .unusedDescription = gLileepPokedexTextUnused, .pokemonScale = 305, .pokemonOffset = 8, .trainerScale = 256, @@ -4504,7 +4504,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 604, .description = gCradilyPokedexText, - .unusedDescription = gCradilyPokedexText + ARRAY_COUNT(gCradilyPokedexText), + .unusedDescription = gCradilyPokedexTextUnused, .pokemonScale = 275, .pokemonOffset = -1, .trainerScale = 269, @@ -4517,7 +4517,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 125, .description = gAnorithPokedexText, - .unusedDescription = gAnorithPokedexText + ARRAY_COUNT(gAnorithPokedexText), + .unusedDescription = gAnorithPokedexTextUnused, .pokemonScale = 296, .pokemonOffset = 4, .trainerScale = 256, @@ -4530,7 +4530,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 682, .description = gArmaldoPokedexText, - .unusedDescription = gArmaldoPokedexText + ARRAY_COUNT(gArmaldoPokedexText), + .unusedDescription = gArmaldoPokedexTextUnused, .pokemonScale = 312, .pokemonOffset = 2, .trainerScale = 271, @@ -4543,7 +4543,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 74, .description = gFeebasPokedexText, - .unusedDescription = gFeebasPokedexText + ARRAY_COUNT(gFeebasPokedexText), + .unusedDescription = gFeebasPokedexTextUnused, .pokemonScale = 423, .pokemonOffset = 3, .trainerScale = 256, @@ -4556,7 +4556,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 62, .weight = 1620, .description = gMiloticPokedexText, - .unusedDescription = gMiloticPokedexText + ARRAY_COUNT(gMiloticPokedexText), + .unusedDescription = gMiloticPokedexTextUnused, .pokemonScale = 282, .pokemonOffset = -1, .trainerScale = 382, @@ -4569,7 +4569,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 8, .description = gCastformPokedexText, - .unusedDescription = gCastformPokedexText + ARRAY_COUNT(gCastformPokedexText), + .unusedDescription = gCastformPokedexTextUnused, .pokemonScale = 435, .pokemonOffset = -5, .trainerScale = 256, @@ -4582,7 +4582,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 220, .description = gKecleonPokedexText, - .unusedDescription = gKecleonPokedexText + ARRAY_COUNT(gKecleonPokedexText), + .unusedDescription = gKecleonPokedexTextUnused, .pokemonScale = 316, .pokemonOffset = 8, .trainerScale = 256, @@ -4595,7 +4595,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 23, .description = gShuppetPokedexText, - .unusedDescription = gShuppetPokedexText + ARRAY_COUNT(gShuppetPokedexText), + .unusedDescription = gShuppetPokedexTextUnused, .pokemonScale = 440, .pokemonOffset = -3, .trainerScale = 256, @@ -4608,7 +4608,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 125, .description = gBanettePokedexText, - .unusedDescription = gBanettePokedexText + ARRAY_COUNT(gBanettePokedexText), + .unusedDescription = gBanettePokedexTextUnused, .pokemonScale = 262, .pokemonOffset = 9, .trainerScale = 256, @@ -4621,7 +4621,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 150, .description = gDuskullPokedexText, - .unusedDescription = gDuskullPokedexText + ARRAY_COUNT(gDuskullPokedexText), + .unusedDescription = gDuskullPokedexTextUnused, .pokemonScale = 376, .pokemonOffset = 13, .trainerScale = 256, @@ -4634,7 +4634,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 16, .weight = 306, .description = gDusclopsPokedexText, - .unusedDescription = gDusclopsPokedexText + ARRAY_COUNT(gDusclopsPokedexText), + .unusedDescription = gDusclopsPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 2, .trainerScale = 299, @@ -4647,7 +4647,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 20, .weight = 1000, .description = gTropiusPokedexText, - .unusedDescription = gTropiusPokedexText + ARRAY_COUNT(gTropiusPokedexText), + .unusedDescription = gTropiusPokedexTextUnused, .pokemonScale = 283, .pokemonOffset = -1, .trainerScale = 371, @@ -4660,7 +4660,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 10, .description = gChimechoPokedexText, - .unusedDescription = gChimechoPokedexText + ARRAY_COUNT(gChimechoPokedexText), + .unusedDescription = gChimechoPokedexTextUnused, .pokemonScale = 505, .pokemonOffset = -4, .trainerScale = 256, @@ -4673,7 +4673,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 470, .description = gAbsolPokedexText, - .unusedDescription = gAbsolPokedexText + ARRAY_COUNT(gAbsolPokedexText), + .unusedDescription = gAbsolPokedexTextUnused, .pokemonScale = 301, .pokemonOffset = 1, .trainerScale = 256, @@ -4686,7 +4686,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 140, .description = gWynautPokedexText, - .unusedDescription = gWynautPokedexText + ARRAY_COUNT(gWynautPokedexText), + .unusedDescription = gWynautPokedexTextUnused, .pokemonScale = 453, .pokemonOffset = 17, .trainerScale = 256, @@ -4699,7 +4699,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 7, .weight = 168, .description = gSnoruntPokedexText, - .unusedDescription = gSnoruntPokedexText + ARRAY_COUNT(gSnoruntPokedexText), + .unusedDescription = gSnoruntPokedexTextUnused, .pokemonScale = 380, .pokemonOffset = 14, .trainerScale = 256, @@ -4712,7 +4712,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 2565, .description = gGlaliePokedexText, - .unusedDescription = gGlaliePokedexText + ARRAY_COUNT(gGlaliePokedexText), + .unusedDescription = gGlaliePokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 3, .trainerScale = 344, @@ -4725,7 +4725,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 8, .weight = 395, .description = gSphealPokedexText, - .unusedDescription = gSphealPokedexText + ARRAY_COUNT(gSphealPokedexText), + .unusedDescription = gSphealPokedexTextUnused, .pokemonScale = 315, .pokemonOffset = 15, .trainerScale = 256, @@ -4738,7 +4738,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 876, .description = gSealeoPokedexText, - .unusedDescription = gSealeoPokedexText + ARRAY_COUNT(gSealeoPokedexText), + .unusedDescription = gSealeoPokedexTextUnused, .pokemonScale = 338, .pokemonOffset = 12, .trainerScale = 256, @@ -4751,7 +4751,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 1506, .description = gWalreinPokedexText, - .unusedDescription = gWalreinPokedexText + ARRAY_COUNT(gWalreinPokedexText), + .unusedDescription = gWalreinPokedexTextUnused, .pokemonScale = 305, .pokemonOffset = 2, .trainerScale = 277, @@ -4764,7 +4764,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 4, .weight = 525, .description = gClamperlPokedexText, - .unusedDescription = gClamperlPokedexText + ARRAY_COUNT(gClamperlPokedexText), + .unusedDescription = gClamperlPokedexTextUnused, .pokemonScale = 691, .pokemonOffset = 22, .trainerScale = 256, @@ -4777,7 +4777,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 17, .weight = 270, .description = gHuntailPokedexText, - .unusedDescription = gHuntailPokedexText + ARRAY_COUNT(gHuntailPokedexText), + .unusedDescription = gHuntailPokedexTextUnused, .pokemonScale = 307, .pokemonOffset = 1, .trainerScale = 256, @@ -4790,7 +4790,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 18, .weight = 226, .description = gGorebyssPokedexText, - .unusedDescription = gGorebyssPokedexText + ARRAY_COUNT(gGorebyssPokedexText), + .unusedDescription = gGorebyssPokedexTextUnused, .pokemonScale = 278, .pokemonOffset = 5, .trainerScale = 256, @@ -4803,7 +4803,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 10, .weight = 234, .description = gRelicanthPokedexText, - .unusedDescription = gRelicanthPokedexText + ARRAY_COUNT(gRelicanthPokedexText), + .unusedDescription = gRelicanthPokedexTextUnused, .pokemonScale = 316, .pokemonOffset = 5, .trainerScale = 256, @@ -4816,7 +4816,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 87, .description = gLuvdiscPokedexText, - .unusedDescription = gLuvdiscPokedexText + ARRAY_COUNT(gLuvdiscPokedexText), + .unusedDescription = gLuvdiscPokedexTextUnused, .pokemonScale = 371, .pokemonOffset = 2, .trainerScale = 256, @@ -4829,7 +4829,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 421, .description = gBagonPokedexText, - .unusedDescription = gBagonPokedexText + ARRAY_COUNT(gBagonPokedexText), + .unusedDescription = gBagonPokedexTextUnused, .pokemonScale = 448, .pokemonOffset = 17, .trainerScale = 256, @@ -4842,7 +4842,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 11, .weight = 1105, .description = gShelgonPokedexText, - .unusedDescription = gShelgonPokedexText + ARRAY_COUNT(gShelgonPokedexText), + .unusedDescription = gShelgonPokedexTextUnused, .pokemonScale = 311, .pokemonOffset = 10, .trainerScale = 256, @@ -4855,7 +4855,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 15, .weight = 1026, .description = gSalamencePokedexText, - .unusedDescription = gSalamencePokedexText + ARRAY_COUNT(gSalamencePokedexText), + .unusedDescription = gSalamencePokedexTextUnused, .pokemonScale = 272, .pokemonOffset = 2, .trainerScale = 307, @@ -4868,7 +4868,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 6, .weight = 952, .description = gBeldumPokedexText, - .unusedDescription = gBeldumPokedexText + ARRAY_COUNT(gBeldumPokedexText), + .unusedDescription = gBeldumPokedexTextUnused, .pokemonScale = 414, .pokemonOffset = -1, .trainerScale = 256, @@ -4881,7 +4881,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 12, .weight = 2025, .description = gMetangPokedexText, - .unusedDescription = gMetangPokedexText + ARRAY_COUNT(gMetangPokedexText), + .unusedDescription = gMetangPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 3, .trainerScale = 272, @@ -4894,7 +4894,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 16, .weight = 5500, .description = gMetagrossPokedexText, - .unusedDescription = gMetagrossPokedexText + ARRAY_COUNT(gMetagrossPokedexText), + .unusedDescription = gMetagrossPokedexTextUnused, .pokemonScale = 272, .pokemonOffset = 3, .trainerScale = 461, @@ -4907,7 +4907,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 17, .weight = 2300, .description = gRegirockPokedexText, - .unusedDescription = gRegirockPokedexText + ARRAY_COUNT(gRegirockPokedexText), + .unusedDescription = gRegirockPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 1, .trainerScale = 309, @@ -4920,7 +4920,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 18, .weight = 1750, .description = gRegicePokedexText, - .unusedDescription = gRegicePokedexText + ARRAY_COUNT(gRegicePokedexText), + .unusedDescription = gRegicePokedexTextUnused, .pokemonScale = 265, .pokemonOffset = 0, .trainerScale = 317, @@ -4933,7 +4933,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 19, .weight = 2050, .description = gRegisteelPokedexText, - .unusedDescription = gRegisteelPokedexText + ARRAY_COUNT(gRegisteelPokedexText), + .unusedDescription = gRegisteelPokedexTextUnused, .pokemonScale = 256, .pokemonOffset = 0, .trainerScale = 359, @@ -4946,7 +4946,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 14, .weight = 400, .description = gLatiasPokedexText, - .unusedDescription = gLatiasPokedexText + ARRAY_COUNT(gLatiasPokedexText), + .unusedDescription = gLatiasPokedexTextUnused, .pokemonScale = 291, .pokemonOffset = 2, .trainerScale = 256, @@ -4959,7 +4959,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 20, .weight = 600, .description = gLatiosPokedexText, - .unusedDescription = gLatiosPokedexText + ARRAY_COUNT(gLatiosPokedexText), + .unusedDescription = gLatiosPokedexTextUnused, .pokemonScale = 273, .pokemonOffset = 0, .trainerScale = 313, @@ -4972,7 +4972,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 45, .weight = 3520, .description = gKyogrePokedexText, - .unusedDescription = gKyogrePokedexText + ARRAY_COUNT(gKyogrePokedexText), + .unusedDescription = gKyogrePokedexTextUnused, .pokemonScale = 272, .pokemonOffset = 1, .trainerScale = 639, @@ -4985,7 +4985,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 35, .weight = 9500, .description = gGroudonPokedexText, - .unusedDescription = gGroudonPokedexText + ARRAY_COUNT(gGroudonPokedexText), + .unusedDescription = gGroudonPokedexTextUnused, .pokemonScale = 276, .pokemonOffset = 0, .trainerScale = 530, @@ -4998,7 +4998,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 70, .weight = 2065, .description = gRayquazaPokedexText, - .unusedDescription = gRayquazaPokedexText + ARRAY_COUNT(gRayquazaPokedexText), + .unusedDescription = gRayquazaPokedexTextUnused, .pokemonScale = 286, .pokemonOffset = -1, .trainerScale = 483, @@ -5011,7 +5011,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 3, .weight = 11, .description = gJirachiPokedexText, - .unusedDescription = gJirachiPokedexText + ARRAY_COUNT(gJirachiPokedexText), + .unusedDescription = gJirachiPokedexTextUnused, .pokemonScale = 608, .pokemonOffset = -8, .trainerScale = 256, @@ -5024,7 +5024,7 @@ const struct PokedexEntry gPokedexEntries[] = .height = 17, .weight = 608, .description = gDeoxysPokedexText, - .unusedDescription = gDeoxysPokedexText + ARRAY_COUNT(gDeoxysPokedexText), + .unusedDescription = gDeoxysPokedexTextUnused, .pokemonScale = 293, .pokemonOffset = 0, .trainerScale = 337, |