From 4e052570de2d795f2510cbb7b6cc81f7d47c22d8 Mon Sep 17 00:00:00 2001 From: Skeli Date: Fri, 1 May 2020 16:01:02 +0300 Subject: [PATCH] Fix Unbound Dex Data --- linker.ld | 2 +- scripts/insert.py | 2 +- scripts/make.py | 2 +- src/Pokedex_Data_Table.c | 770 +++++++++++++++++++-------------------- src/Pokedex_Orders.c | 627 +++++++++++++++++++++++-------- 5 files changed, 864 insertions(+), 539 deletions(-) diff --git a/linker.ld b/linker.ld index 9d04850..b3911bd 100644 --- a/linker.ld +++ b/linker.ld @@ -1,7 +1,7 @@ OUTPUT_ARCH(arm) MEMORY { - rom : ORIGIN = (0x08000000 + 0x17174e0), LENGTH = 32M + rom : ORIGIN = (0x08000000 + 0x16c0900), LENGTH = 32M ewram : ORIGIN = 0x02000000, LENGTH = 4M - 4k } diff --git a/scripts/insert.py b/scripts/insert.py index 6ab4ae9..84f98b5 100644 --- a/scripts/insert.py +++ b/scripts/insert.py @@ -7,7 +7,7 @@ import sys from datetime import datetime import _io -OFFSET_TO_PUT = 0x17174e0 +OFFSET_TO_PUT = 0x16c0900 SOURCE_ROM = "Pokemon Unbound.gba" ROM_NAME = "test.gba" diff --git a/scripts/make.py b/scripts/make.py index bd2ba26..9702c43 100644 --- a/scripts/make.py +++ b/scripts/make.py @@ -9,7 +9,7 @@ import sys ############ ROM_NAME = "Pokemon Unbound.gba" # The name of your rom -OFFSET_TO_PUT = 0x17174e0 +OFFSET_TO_PUT = 0x16c0900 SEARCH_FREE_SPACE = False # Set to True if you want the script to search for free space # Set to False if you don't want to search for free space as you update the engine diff --git a/src/Pokedex_Data_Table.c b/src/Pokedex_Data_Table.c index e1ad6db..278eb03 100644 --- a/src/Pokedex_Data_Table.c +++ b/src/Pokedex_Data_Table.c @@ -33,7 +33,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _e, _e, _d, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 130, - .description = (const u8*) 0x8444d1c, + .description = (const u8*) 0x8444d12, .unusedDescription = (const u8*) 0x8444d76, .pokemonScale = 332, .pokemonOffset = 11, @@ -45,7 +45,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _e, _e, _d, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 20, .weight = 1000, - .description = (const u8*) 0x8444d8c, + .description = (const u8*) 0x8444d77, .unusedDescription = (const u8*) 0x8444dde, .pokemonScale = 256, .pokemonOffset = 1, @@ -57,7 +57,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _i, _z, _a, _r, _d, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 85, - .description = (const u8*) 0x8444de8, + .description = (const u8*) 0x8444ddf, .unusedDescription = (const u8*) 0x8444e47, .pokemonScale = 410, .pokemonOffset = 16, @@ -69,7 +69,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _l, _a, _m, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 11, .weight = 190, - .description = (const u8*) 0x8444e59, + .description = (const u8*) 0x8444e48, .unusedDescription = (const u8*) 0x8444eac, .pokemonScale = 294, .pokemonOffset = 8, @@ -81,7 +81,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _l, _a, _m, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 17, .weight = 905, - .description = (const u8*) 0x8444ec6, + .description = (const u8*) 0x8444ead, .unusedDescription = (const u8*) 0x8444f17, .pokemonScale = 271, .pokemonOffset = 0, @@ -93,7 +93,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _i, _n, _y, _SPACE, _T, _u, _r, _t, _l, _e, _END}, .height = 5, .weight = 90, - .description = (const u8*) 0x8444f39, + .description = (const u8*) 0x8444f18, .unusedDescription = (const u8*) 0x8444f7f, .pokemonScale = 412, .pokemonOffset = 16, @@ -105,7 +105,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _u, _r, _t, _l, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 225, - .description = (const u8*) 0x8444f93, + .description = (const u8*) 0x8444f80, .unusedDescription = (const u8*) 0x8444fe6, .pokemonScale = 334, .pokemonOffset = 9, @@ -117,7 +117,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _h, _e, _l, _l, _f, _i, _s, _h, _END, _SPACE, _SPACE}, .height = 16, .weight = 855, - .description = (const u8*) 0x8444fee, + .description = (const u8*) 0x8444fe7, .unusedDescription = (const u8*) 0x8445049, .pokemonScale = 256, .pokemonOffset = 1, @@ -129,7 +129,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _o, _r, _m, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 3, .weight = 29, - .description = (const u8*) 0x8445059, + .description = (const u8*) 0x844504a, .unusedDescription = (const u8*) 0x84450ae, .pokemonScale = 549, .pokemonOffset = 20, @@ -141,7 +141,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _c, _o, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 99, - .description = (const u8*) 0x84450cc, + .description = (const u8*) 0x84450af, .unusedDescription = (const u8*) 0x844510e, .pokemonScale = 350, .pokemonOffset = 18, @@ -153,7 +153,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _u, _t, _t, _e, _r, _f, _l, _y, _END, _SPACE, _SPACE}, .height = 11, .weight = 320, - .description = (const u8*) 0x8445138, + .description = (const u8*) 0x844510f, .unusedDescription = (const u8*) 0x844516f, .pokemonScale = 312, .pokemonOffset = 2, @@ -165,7 +165,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_H, _a, _i, _r, _y, _SPACE, _B, _u, _g, _END, _SPACE, _SPACE}, .height = 3, .weight = 32, - .description = (const u8*) 0x844519f, + .description = (const u8*) 0x8445170, .unusedDescription = (const u8*) 0x84451d2, .pokemonScale = 455, .pokemonOffset = 19, @@ -177,7 +177,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _c, _o, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 100, - .description = (const u8*) 0x844520b, + .description = (const u8*) 0x84451d3, .unusedDescription = (const u8*) 0x8445233, .pokemonScale = 424, .pokemonOffset = 14, @@ -189,7 +189,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _o, _i, _s, _o, _n, _SPACE, _B, _e, _e, _END, _SPACE}, .height = 10, .weight = 295, - .description = (const u8*) 0x844527b, + .description = (const u8*) 0x8445234, .unusedDescription = (const u8*) 0x8445295, .pokemonScale = 366, .pokemonOffset = 2, @@ -201,7 +201,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _i, _n, _y, _SPACE, _B, _i, _r, _d, _END, _SPACE, _SPACE}, .height = 3, .weight = 18, - .description = (const u8*) 0x84452e7, + .description = (const u8*) 0x8445296, .unusedDescription = (const u8*) 0x84452fc, .pokemonScale = 492, .pokemonOffset = 18, @@ -213,7 +213,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _i, _r, _d, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 11, .weight = 300, - .description = (const u8*) 0x8445348, + .description = (const u8*) 0x84452fd, .unusedDescription = (const u8*) 0x844535d, .pokemonScale = 334, .pokemonOffset = 11, @@ -225,7 +225,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _i, _r, _d, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 15, .weight = 395, - .description = (const u8*) 0x84453ba, + .description = (const u8*) 0x844535e, .unusedDescription = (const u8*) 0x84453c7, .pokemonScale = 269, .pokemonOffset = 65534, @@ -237,7 +237,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _a, _t, _END, _E, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 3, .weight = 35, - .description = (const u8*) 0x8445423, + .description = (const u8*) 0x84453c8, .unusedDescription = (const u8*) 0x8445426, .pokemonScale = 481, .pokemonOffset = 18, @@ -249,7 +249,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _a, _t, _END, _E, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 185, - .description = (const u8*) 0x8445490, + .description = (const u8*) 0x8445427, .unusedDescription = (const u8*) 0x844547f, .pokemonScale = 401, .pokemonOffset = 14, @@ -261,7 +261,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _i, _n, _y, _SPACE, _B, _i, _r, _d, _END, _SPACE, _SPACE}, .height = 3, .weight = 20, - .description = (const u8*) 0x84454e9, + .description = (const u8*) 0x8445480, .unusedDescription = (const u8*) 0x84454e9, .pokemonScale = 571, .pokemonOffset = 19, @@ -273,7 +273,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _e, _a, _k, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 380, - .description = (const u8*) 0x8445553, + .description = (const u8*) 0x84454ea, .unusedDescription = (const u8*) 0x8445550, .pokemonScale = 282, .pokemonOffset = 65535, @@ -285,7 +285,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _n, _a, _k, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 20, .weight = 69, - .description = (const u8*) 0x84455c3, + .description = (const u8*) 0x8445551, .unusedDescription = (const u8*) 0x84455b5, .pokemonScale = 298, .pokemonOffset = 13, @@ -297,7 +297,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _b, _r, _a, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 35, .weight = 650, - .description = (const u8*) 0x8445630, + .description = (const u8*) 0x84455b6, .unusedDescription = (const u8*) 0x844561c, .pokemonScale = 256, .pokemonOffset = 0, @@ -309,7 +309,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _o, _u, _s, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 60, - .description = (const u8*) 0x84456a2, + .description = (const u8*) 0x844561d, .unusedDescription = (const u8*) 0x8445685, .pokemonScale = 479, .pokemonOffset = 16, @@ -321,7 +321,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _o, _u, _s, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 300, - .description = (const u8*) 0x844570b, + .description = (const u8*) 0x8445686, .unusedDescription = (const u8*) 0x84456ea, .pokemonScale = 426, .pokemonOffset = 10, @@ -333,7 +333,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _o, _u, _s, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 120, - .description = (const u8*) 0x844577c, + .description = (const u8*) 0x84456eb, .unusedDescription = (const u8*) 0x844574b, .pokemonScale = 370, .pokemonOffset = 15, @@ -345,7 +345,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _o, _u, _s, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 295, - .description = (const u8*) 0x84457dd, + .description = (const u8*) 0x844574c, .unusedDescription = (const u8*) 0x84457b4, .pokemonScale = 341, .pokemonOffset = 10, @@ -357,7 +357,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _o, _i, _s, _o, _n, _SPACE, _P, _i, _n, _END, _SPACE}, .height = 4, .weight = 70, - .description = (const u8*) 0x8445846, + .description = (const u8*) 0x84457b5, .unusedDescription = (const u8*) 0x844581a, .pokemonScale = 488, .pokemonOffset = 19, @@ -369,7 +369,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _o, _i, _s, _o, _n, _SPACE, _P, _i, _n, _END, _SPACE}, .height = 8, .weight = 200, - .description = (const u8*) 0x84458ba, + .description = (const u8*) 0x844581b, .unusedDescription = (const u8*) 0x8445874, .pokemonScale = 381, .pokemonOffset = 13, @@ -381,7 +381,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _r, _i, _l, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 13, .weight = 600, - .description = (const u8*) 0x8445920, + .description = (const u8*) 0x8445875, .unusedDescription = (const u8*) 0x84458da, .pokemonScale = 283, .pokemonOffset = 2, @@ -393,7 +393,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _o, _i, _s, _o, _n, _SPACE, _P, _i, _n, _END, _SPACE}, .height = 5, .weight = 90, - .description = (const u8*) 0x8445989, + .description = (const u8*) 0x84458db, .unusedDescription = (const u8*) 0x8445949, .pokemonScale = 480, .pokemonOffset = 17, @@ -405,7 +405,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _o, _i, _s, _o, _n, _SPACE, _P, _i, _n, _END, _SPACE}, .height = 9, .weight = 195, - .description = (const u8*) 0x84459fd, + .description = (const u8*) 0x844594a, .unusedDescription = (const u8*) 0x84459af, .pokemonScale = 408, .pokemonOffset = 13, @@ -417,7 +417,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _r, _i, _l, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 14, .weight = 620, - .description = (const u8*) 0x8445a64, + .description = (const u8*) 0x84459b0, .unusedDescription = (const u8*) 0x8445a17, .pokemonScale = 304, .pokemonOffset = 3, @@ -429,7 +429,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _a, _i, _r, _y, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 75, - .description = (const u8*) 0x8445ad2, + .description = (const u8*) 0x8445a18, .unusedDescription = (const u8*) 0x8445a7a, .pokemonScale = 425, .pokemonOffset = 18, @@ -441,7 +441,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _a, _i, _r, _y, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 13, .weight = 400, - .description = (const u8*) 0x8445b31, + .description = (const u8*) 0x8445a7b, .unusedDescription = (const u8*) 0x8445ada, .pokemonScale = 256, .pokemonOffset = 3, @@ -453,7 +453,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _o, _x, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 99, - .description = (const u8*) 0x8445b94, + .description = (const u8*) 0x8445adb, .unusedDescription = (const u8*) 0x8445b32, .pokemonScale = 497, .pokemonOffset = 18, @@ -465,7 +465,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _o, _x, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 11, .weight = 199, - .description = (const u8*) 0x8445bec, + .description = (const u8*) 0x8445b33, .unusedDescription = (const u8*) 0x8445b93, .pokemonScale = 339, .pokemonOffset = 6, @@ -477,7 +477,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _l, _l, _o, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 5, .weight = 55, - .description = (const u8*) 0x8445c44, + .description = (const u8*) 0x8445b94, .unusedDescription = (const u8*) 0x8445bf9, .pokemonScale = 419, .pokemonOffset = 19, @@ -489,7 +489,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _l, _l, _o, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 120, - .description = (const u8*) 0x8445caa, + .description = (const u8*) 0x8445bfa, .unusedDescription = (const u8*) 0x8445c61, .pokemonScale = 328, .pokemonOffset = 9, @@ -501,7 +501,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 75, - .description = (const u8*) 0x8445d12, + .description = (const u8*) 0x8445c62, .unusedDescription = (const u8*) 0x8445cca, .pokemonScale = 355, .pokemonOffset = 65532, @@ -513,7 +513,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 16, .weight = 550, - .description = (const u8*) 0x8445d7b, + .description = (const u8*) 0x8445ccb, .unusedDescription = (const u8*) 0x8445d34, .pokemonScale = 291, .pokemonOffset = 0, @@ -525,7 +525,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _e, _e, _d, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 5, .weight = 54, - .description = (const u8*) 0x8445de0, + .description = (const u8*) 0x8445d35, .unusedDescription = (const u8*) 0x8445da0, .pokemonScale = 423, .pokemonOffset = 15, @@ -537,7 +537,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _e, _e, _d, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 86, - .description = (const u8*) 0x8445e4c, + .description = (const u8*) 0x8445da1, .unusedDescription = (const u8*) 0x8445e07, .pokemonScale = 329, .pokemonOffset = 10, @@ -549,7 +549,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _l, _o, _w, _e, _r, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 186, - .description = (const u8*) 0x8445eba, + .description = (const u8*) 0x8445e08, .unusedDescription = (const u8*) 0x8445e6f, .pokemonScale = 256, .pokemonOffset = 4, @@ -561,7 +561,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _u, _s, _h, _r, _o, _o, _m, _END, _SPACE, _SPACE, _SPACE}, .height = 3, .weight = 54, - .description = (const u8*) 0x8445f23, + .description = (const u8*) 0x8445e70, .unusedDescription = (const u8*) 0x8445ed6, .pokemonScale = 546, .pokemonOffset = 21, @@ -573,7 +573,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _u, _s, _h, _r, _o, _o, _m, _END, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 295, - .description = (const u8*) 0x8445f88, + .description = (const u8*) 0x8445ed7, .unusedDescription = (const u8*) 0x8445f42, .pokemonScale = 307, .pokemonOffset = 8, @@ -585,7 +585,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_I, _n, _s, _e, _c, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 300, - .description = (const u8*) 0x8445feb, + .description = (const u8*) 0x8445f43, .unusedDescription = (const u8*) 0x8445fa0, .pokemonScale = 360, .pokemonOffset = 14, @@ -597,7 +597,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _o, _i, _s, _o, _n, _SPACE, _M, _o, _t, _h, _END}, .height = 15, .weight = 125, - .description = (const u8*) 0x8446051, + .description = (const u8*) 0x8445fa1, .unusedDescription = (const u8*) 0x8446009, .pokemonScale = 256, .pokemonOffset = 3, @@ -609,7 +609,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _o, _l, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 2, .weight = 8, - .description = (const u8*) 0x84460ba, + .description = (const u8*) 0x844600a, .unusedDescription = (const u8*) 0x8446078, .pokemonScale = 706, .pokemonOffset = 22, @@ -621,7 +621,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _o, _l, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 333, - .description = (const u8*) 0x8446129, + .description = (const u8*) 0x8446079, .unusedDescription = (const u8*) 0x84460e2, .pokemonScale = 384, .pokemonOffset = 14, @@ -633,7 +633,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _c, _r, _a, _t, _c, _h, _SPACE, _C, _a, _t, _END}, .height = 4, .weight = 42, - .description = (const u8*) 0x844618f, + .description = (const u8*) 0x84460e3, .unusedDescription = (const u8*) 0x8446143, .pokemonScale = 480, .pokemonOffset = 17, @@ -645,7 +645,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _l, _a, _s, _s, _y, _SPACE, _C, _a, _t, _END, _SPACE}, .height = 10, .weight = 320, - .description = (const u8*) 0x84461f1, + .description = (const u8*) 0x8446144, .unusedDescription = (const u8*) 0x84461a6, .pokemonScale = 320, .pokemonOffset = 10, @@ -657,7 +657,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _u, _c, _k, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 196, - .description = (const u8*) 0x844626b, + .description = (const u8*) 0x84461a7, .unusedDescription = (const u8*) 0x8446213, .pokemonScale = 347, .pokemonOffset = 11, @@ -669,7 +669,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _u, _c, _k, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 17, .weight = 766, - .description = (const u8*) 0x84462d8, + .description = (const u8*) 0x8446214, .unusedDescription = (const u8*) 0x8446273, .pokemonScale = 272, .pokemonOffset = 4, @@ -681,7 +681,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _i, _g, _SPACE, _M, _o, _n, _k, _e, _y, _END, _SPACE}, .height = 5, .weight = 280, - .description = (const u8*) 0x8446348, + .description = (const u8*) 0x8446274, .unusedDescription = (const u8*) 0x84462e5, .pokemonScale = 388, .pokemonOffset = 16, @@ -693,7 +693,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _i, _g, _SPACE, _M, _o, _n, _k, _e, _y, _END, _SPACE}, .height = 10, .weight = 320, - .description = (const u8*) 0x84463ba, + .description = (const u8*) 0x84462e6, .unusedDescription = (const u8*) 0x844634b, .pokemonScale = 326, .pokemonOffset = 8, @@ -705,7 +705,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _u, _p, _p, _y, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 190, - .description = (const u8*) 0x8446429, + .description = (const u8*) 0x844634c, .unusedDescription = (const u8*) 0x84463b1, .pokemonScale = 346, .pokemonOffset = 14, @@ -717,7 +717,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _e, _g, _e, _n, _d, _a, _r, _y, _END, _SPACE, _SPACE}, .height = 19, .weight = 1550, - .description = (const u8*) 0x8446484, + .description = (const u8*) 0x84463b2, .unusedDescription = (const u8*) 0x8446416, .pokemonScale = 256, .pokemonOffset = 65535, @@ -729,7 +729,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _a, _d, _p, _o, _l, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 124, - .description = (const u8*) 0x84464e2, + .description = (const u8*) 0x8446417, .unusedDescription = (const u8*) 0x844647d, .pokemonScale = 353, .pokemonOffset = 17, @@ -741,7 +741,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _a, _d, _p, _o, _l, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 200, - .description = (const u8*) 0x844655a, + .description = (const u8*) 0x844647e, .unusedDescription = (const u8*) 0x84464db, .pokemonScale = 288, .pokemonOffset = 10, @@ -753,7 +753,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _a, _d, _p, _o, _l, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 13, .weight = 540, - .description = (const u8*) 0x84465bf, + .description = (const u8*) 0x84464dc, .unusedDescription = (const u8*) 0x844653f, .pokemonScale = 256, .pokemonOffset = 5, @@ -765,7 +765,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _s, _i, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 9, .weight = 195, - .description = (const u8*) 0x844662c, + .description = (const u8*) 0x8446540, .unusedDescription = (const u8*) 0x844659a, .pokemonScale = 374, .pokemonOffset = 14, @@ -777,7 +777,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _s, _i, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 13, .weight = 565, - .description = (const u8*) 0x8446687, + .description = (const u8*) 0x844659b, .unusedDescription = (const u8*) 0x84465f6, .pokemonScale = 272, .pokemonOffset = 2, @@ -789,7 +789,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _s, _i, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 15, .weight = 480, - .description = (const u8*) 0x84466e8, + .description = (const u8*) 0x84465f7, .unusedDescription = (const u8*) 0x8446663, .pokemonScale = 272, .pokemonOffset = 65535, @@ -801,7 +801,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _u, _p, _e, _r, _p, _o, _w, _e, _r, _END, _SPACE}, .height = 8, .weight = 195, - .description = (const u8*) 0x8446755, + .description = (const u8*) 0x8446664, .unusedDescription = (const u8*) 0x84466c9, .pokemonScale = 320, .pokemonOffset = 12, @@ -813,7 +813,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _u, _p, _e, _r, _p, _o, _w, _e, _r, _END, _SPACE}, .height = 15, .weight = 705, - .description = (const u8*) 0x84467c4, + .description = (const u8*) 0x84466ca, .unusedDescription = (const u8*) 0x8446731, .pokemonScale = 304, .pokemonOffset = 6, @@ -825,7 +825,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _u, _p, _e, _r, _p, _o, _w, _e, _r, _END, _SPACE}, .height = 16, .weight = 1300, - .description = (const u8*) 0x844682c, + .description = (const u8*) 0x8446732, .unusedDescription = (const u8*) 0x844679a, .pokemonScale = 278, .pokemonOffset = 2, @@ -837,7 +837,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _l, _o, _w, _e, _r, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 40, - .description = (const u8*) 0x8446888, + .description = (const u8*) 0x844679b, .unusedDescription = (const u8*) 0x8446802, .pokemonScale = 354, .pokemonOffset = 16, @@ -849,7 +849,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _l, _y, _c, _a, _t, _c, _h, _e, _r, _END, _SPACE}, .height = 10, .weight = 64, - .description = (const u8*) 0x84468f6, + .description = (const u8*) 0x8446803, .unusedDescription = (const u8*) 0x8446861, .pokemonScale = 256, .pokemonOffset = 65535, @@ -861,7 +861,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _l, _y, _c, _a, _t, _c, _h, _e, _r, _END, _SPACE}, .height = 17, .weight = 155, - .description = (const u8*) 0x8446955, + .description = (const u8*) 0x8446862, .unusedDescription = (const u8*) 0x84468c7, .pokemonScale = 256, .pokemonOffset = 2, @@ -873,7 +873,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_J, _e, _l, _l, _y, _f, _i, _s, _h, _END, _SPACE, _SPACE}, .height = 9, .weight = 455, - .description = (const u8*) 0x84469bd, + .description = (const u8*) 0x84468c8, .unusedDescription = (const u8*) 0x8446937, .pokemonScale = 256, .pokemonOffset = 0, @@ -885,7 +885,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_J, _e, _l, _l, _y, _f, _i, _s, _h, _END, _SPACE, _SPACE}, .height = 16, .weight = 550, - .description = (const u8*) 0x8446a17, + .description = (const u8*) 0x8446938, .unusedDescription = (const u8*) 0x84469a0, .pokemonScale = 272, .pokemonOffset = 65535, @@ -897,7 +897,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _o, _c, _k, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 200, - .description = (const u8*) 0x8446a80, + .description = (const u8*) 0x84469a1, .unusedDescription = (const u8*) 0x8446a05, .pokemonScale = 330, .pokemonOffset = 17, @@ -909,7 +909,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _o, _c, _k, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 1050, - .description = (const u8*) 0x8446af0, + .description = (const u8*) 0x8446a06, .unusedDescription = (const u8*) 0x8446a6b, .pokemonScale = 272, .pokemonOffset = 8, @@ -921,7 +921,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _e, _g, _a, _t, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 14, .weight = 3000, - .description = (const u8*) 0x8446b56, + .description = (const u8*) 0x8446a6c, .unusedDescription = (const u8*) 0x8446ad9, .pokemonScale = 266, .pokemonOffset = 3, @@ -933,7 +933,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _i, _r, _e, _SPACE, _H, _o, _r, _s, _e, _END, _SPACE}, .height = 10, .weight = 300, - .description = (const u8*) 0x8446bc4, + .description = (const u8*) 0x8446ada, .unusedDescription = (const u8*) 0x8446b41, .pokemonScale = 288, .pokemonOffset = 7, @@ -945,7 +945,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _i, _r, _e, _SPACE, _H, _o, _r, _s, _e, _END, _SPACE}, .height = 17, .weight = 950, - .description = (const u8*) 0x8446c23, + .description = (const u8*) 0x8446b42, .unusedDescription = (const u8*) 0x8446b9f, .pokemonScale = 282, .pokemonOffset = 65535, @@ -957,7 +957,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _o, _p, _e, _y, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 360, - .description = (const u8*) 0x8446c8c, + .description = (const u8*) 0x8446ba0, .unusedDescription = (const u8*) 0x8446c01, .pokemonScale = 271, .pokemonOffset = 10, @@ -969,7 +969,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_H, _e, _r, _m, _i, _t, _SPACE, _C, _r, _a, _b, _END}, .height = 16, .weight = 785, - .description = (const u8*) 0x8446d05, + .description = (const u8*) 0x8446c02, .unusedDescription = (const u8*) 0x8446c61, .pokemonScale = 257, .pokemonOffset = 65534, @@ -981,7 +981,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _a, _g, _n, _e, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 3, .weight = 60, - .description = (const u8*) 0x8446d74, + .description = (const u8*) 0x8446c62, .unusedDescription = (const u8*) 0x8446cc8, .pokemonScale = 294, .pokemonOffset = 65528, @@ -993,7 +993,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _a, _g, _n, _e, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 600, - .description = (const u8*) 0x8446ddb, + .description = (const u8*) 0x8446cc9, .unusedDescription = (const u8*) 0x8446d2e, .pokemonScale = 293, .pokemonOffset = 65532, @@ -1005,7 +1005,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _i, _l, _d, _SPACE, _D, _u, _c, _k, _END, _SPACE, _SPACE}, .height = 8, .weight = 150, - .description = (const u8*) 0x8446e41, + .description = (const u8*) 0x8446d2f, .unusedDescription = (const u8*) 0x8446d96, .pokemonScale = 317, .pokemonOffset = 65534, @@ -1017,7 +1017,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _w, _i, _n, _SPACE, _B, _i, _r, _d, _END, _SPACE, _SPACE}, .height = 14, .weight = 392, - .description = (const u8*) 0x8446ea9, + .description = (const u8*) 0x8446d97, .unusedDescription = (const u8*) 0x8446dfe, .pokemonScale = 256, .pokemonOffset = 3, @@ -1029,7 +1029,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _r, _i, _p, _l, _e, _SPACE, _B, _i, _r, _d, _END}, .height = 18, .weight = 852, - .description = (const u8*) 0x8446f16, + .description = (const u8*) 0x8446dff, .unusedDescription = (const u8*) 0x8446e62, .pokemonScale = 272, .pokemonOffset = 65534, @@ -1041,7 +1041,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _e, _a, _SPACE, _L, _i, _o, _n, _END, _SPACE, _SPACE, _SPACE}, .height = 11, .weight = 900, - .description = (const u8*) 0x8446f7c, + .description = (const u8*) 0x8446e63, .unusedDescription = (const u8*) 0x8446edc, .pokemonScale = 298, .pokemonOffset = 8, @@ -1053,7 +1053,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _e, _a, _SPACE, _L, _i, _o, _n, _END, _SPACE, _SPACE, _SPACE}, .height = 17, .weight = 1200, - .description = (const u8*) 0x8446ff3, + .description = (const u8*) 0x8446edd, .unusedDescription = (const u8*) 0x8446f3e, .pokemonScale = 288, .pokemonOffset = 1, @@ -1065,7 +1065,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _l, _u, _d, _g, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 9, .weight = 300, - .description = (const u8*) 0x8447053, + .description = (const u8*) 0x8446f3f, .unusedDescription = (const u8*) 0x8446fa7, .pokemonScale = 258, .pokemonOffset = 8, @@ -1077,7 +1077,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _l, _u, _d, _g, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 300, - .description = (const u8*) 0x84470b7, + .description = (const u8*) 0x8446fa8, .unusedDescription = (const u8*) 0x8447013, .pokemonScale = 288, .pokemonOffset = 7, @@ -1089,7 +1089,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _i, _v, _a, _l, _v, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 3, .weight = 40, - .description = (const u8*) 0x8447123, + .description = (const u8*) 0x8447014, .unusedDescription = (const u8*) 0x8447076, .pokemonScale = 643, .pokemonOffset = 21, @@ -1101,7 +1101,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _i, _v, _a, _l, _v, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 15, .weight = 1325, - .description = (const u8*) 0x8447186, + .description = (const u8*) 0x8447077, .unusedDescription = (const u8*) 0x84470e9, .pokemonScale = 264, .pokemonOffset = 0, @@ -1113,7 +1113,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_G, _a, _s, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 13, .weight = 1, - .description = (const u8*) 0x84471f9, + .description = (const u8*) 0x84470ea, .unusedDescription = (const u8*) 0x8447151, .pokemonScale = 256, .pokemonOffset = 0, @@ -1125,7 +1125,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_G, _a, _s, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 16, .weight = 1, - .description = (const u8*) 0x8447265, + .description = (const u8*) 0x8447152, .unusedDescription = (const u8*) 0x84471b1, .pokemonScale = 269, .pokemonOffset = 2, @@ -1137,7 +1137,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _h, _a, _d, _o, _w, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 15, .weight = 405, - .description = (const u8*) 0x84472c3, + .description = (const u8*) 0x84471b2, .unusedDescription = (const u8*) 0x844721e, .pokemonScale = 256, .pokemonOffset = 4, @@ -1149,7 +1149,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _o, _c, _k, _SPACE, _S, _n, _a, _k, _e, _END, _SPACE}, .height = 88, .weight = 2100, - .description = (const u8*) 0x8447321, + .description = (const u8*) 0x844721f, .unusedDescription = (const u8*) 0x8447281, .pokemonScale = 257, .pokemonOffset = 0, @@ -1161,7 +1161,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_H, _y, _p, _n, _o, _s, _i, _s, _END, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 324, - .description = (const u8*) 0x8447393, + .description = (const u8*) 0x8447282, .unusedDescription = (const u8*) 0x84472ed, .pokemonScale = 274, .pokemonOffset = 7, @@ -1173,7 +1173,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_H, _y, _p, _n, _o, _s, _i, _s, _END, _SPACE, _SPACE, _SPACE}, .height = 16, .weight = 756, - .description = (const u8*) 0x84473f8, + .description = (const u8*) 0x84472ee, .unusedDescription = (const u8*) 0x8447352, .pokemonScale = 298, .pokemonOffset = 3, @@ -1185,7 +1185,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _i, _v, _e, _r, _SPACE, _C, _r, _a, _b, _END, _SPACE}, .height = 4, .weight = 65, - .description = (const u8*) 0x8447465, + .description = (const u8*) 0x8447353, .unusedDescription = (const u8*) 0x84473b4, .pokemonScale = 469, .pokemonOffset = 18, @@ -1197,7 +1197,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _i, _n, _c, _e, _r, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 13, .weight = 600, - .description = (const u8*) 0x84474c7, + .description = (const u8*) 0x84473b5, .unusedDescription = (const u8*) 0x844741d, .pokemonScale = 287, .pokemonOffset = 3, @@ -1209,7 +1209,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _l, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 5, .weight = 104, - .description = (const u8*) 0x8447532, + .description = (const u8*) 0x844741e, .unusedDescription = (const u8*) 0x8447475, .pokemonScale = 364, .pokemonOffset = 65528, @@ -1221,7 +1221,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _l, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 666, - .description = (const u8*) 0x844758a, + .description = (const u8*) 0x8447476, .unusedDescription = (const u8*) 0x84474d9, .pokemonScale = 256, .pokemonOffset = 0, @@ -1233,7 +1233,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_E, _g, _g, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 25, - .description = (const u8*) 0x84475ee, + .description = (const u8*) 0x84474da, .unusedDescription = (const u8*) 0x8447546, .pokemonScale = 495, .pokemonOffset = 65532, @@ -1245,7 +1245,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _c, _o, _n, _u, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 20, .weight = 1200, - .description = (const u8*) 0x844765b, + .description = (const u8*) 0x8447547, .unusedDescription = (const u8*) 0x84475a5, .pokemonScale = 283, .pokemonOffset = 0, @@ -1257,7 +1257,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _o, _n, _e, _l, _y, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 65, - .description = (const u8*) 0x84476bf, + .description = (const u8*) 0x84475a6, .unusedDescription = (const u8*) 0x8447606, .pokemonScale = 545, .pokemonOffset = 19, @@ -1269,7 +1269,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _o, _n, _e, _SPACE, _K, _e, _e, _p, _e, _r, _END}, .height = 10, .weight = 450, - .description = (const u8*) 0x8447727, + .description = (const u8*) 0x8447607, .unusedDescription = (const u8*) 0x8447675, .pokemonScale = 293, .pokemonOffset = 12, @@ -1281,7 +1281,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_K, _i, _c, _k, _i, _n, _g, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 15, .weight = 498, - .description = (const u8*) 0x844778e, + .description = (const u8*) 0x8447676, .unusedDescription = (const u8*) 0x84476d3, .pokemonScale = 256, .pokemonOffset = 0, @@ -1293,7 +1293,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _u, _n, _c, _h, _i, _n, _g, _END, _SPACE, _SPACE, _SPACE}, .height = 14, .weight = 502, - .description = (const u8*) 0x84477f9, + .description = (const u8*) 0x84476d4, .unusedDescription = (const u8*) 0x8447733, .pokemonScale = 256, .pokemonOffset = 1, @@ -1305,7 +1305,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _i, _c, _k, _i, _n, _g, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 655, - .description = (const u8*) 0x8447865, + .description = (const u8*) 0x8447734, .unusedDescription = (const u8*) 0x844779d, .pokemonScale = 272, .pokemonOffset = 3, @@ -1317,7 +1317,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _o, _i, _s, _o, _n, _SPACE, _G, _a, _s, _END, _SPACE}, .height = 6, .weight = 10, - .description = (const u8*) 0x84478cf, + .description = (const u8*) 0x844779e, .unusedDescription = (const u8*) 0x84477ff, .pokemonScale = 369, .pokemonOffset = 65535, @@ -1329,7 +1329,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _o, _i, _s, _o, _n, _SPACE, _G, _a, _s, _END, _SPACE}, .height = 12, .weight = 95, - .description = (const u8*) 0x844792d, + .description = (const u8*) 0x8447800, .unusedDescription = (const u8*) 0x8447866, .pokemonScale = 321, .pokemonOffset = 65535, @@ -1341,7 +1341,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _p, _i, _k, _e, _s, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 1150, - .description = (const u8*) 0x8447994, + .description = (const u8*) 0x8447867, .unusedDescription = (const u8*) 0x84478cb, .pokemonScale = 291, .pokemonOffset = 7, @@ -1353,7 +1353,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _r, _i, _l, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 19, .weight = 1200, - .description = (const u8*) 0x84479f7, + .description = (const u8*) 0x84478cc, .unusedDescription = (const u8*) 0x844792e, .pokemonScale = 272, .pokemonOffset = 65535, @@ -1365,7 +1365,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_E, _g, _g, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 11, .weight = 346, - .description = (const u8*) 0x8447a5f, + .description = (const u8*) 0x844792f, .unusedDescription = (const u8*) 0x8447991, .pokemonScale = 257, .pokemonOffset = 6, @@ -1377,7 +1377,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_V, _i, _n, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 350, - .description = (const u8*) 0x8447abf, + .description = (const u8*) 0x8447992, .unusedDescription = (const u8*) 0x84479ef, .pokemonScale = 320, .pokemonOffset = 9, @@ -1389,7 +1389,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _a, _r, _e, _n, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 22, .weight = 800, - .description = (const u8*) 0x8447b28, + .description = (const u8*) 0x84479f0, .unusedDescription = (const u8*) 0x8447a5c, .pokemonScale = 257, .pokemonOffset = 65533, @@ -1401,7 +1401,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _r, _a, _g, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 80, - .description = (const u8*) 0x8447b90, + .description = (const u8*) 0x8447a5d, .unusedDescription = (const u8*) 0x8447ac2, .pokemonScale = 399, .pokemonOffset = 65535, @@ -1413,7 +1413,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _r, _a, _g, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 250, - .description = (const u8*) 0x8447bf6, + .description = (const u8*) 0x8447ac3, .unusedDescription = (const u8*) 0x8447b2b, .pokemonScale = 296, .pokemonOffset = 3, @@ -1425,7 +1425,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_G, _o, _l, _d, _f, _i, _s, _h, _END, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 150, - .description = (const u8*) 0x8447c60, + .description = (const u8*) 0x8447b2c, .unusedDescription = (const u8*) 0x8447b89, .pokemonScale = 379, .pokemonOffset = 4, @@ -1437,7 +1437,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_G, _o, _l, _d, _f, _i, _s, _h, _END, _SPACE, _SPACE, _SPACE}, .height = 13, .weight = 390, - .description = (const u8*) 0x8447cc9, + .description = (const u8*) 0x8447b8a, .unusedDescription = (const u8*) 0x8447be5, .pokemonScale = 304, .pokemonOffset = 1, @@ -1449,7 +1449,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _t, _a, _r, _SPACE, _S, _h, _a, _p, _e, _END, _SPACE}, .height = 8, .weight = 345, - .description = (const u8*) 0x8447d25, + .description = (const u8*) 0x8447be6, .unusedDescription = (const u8*) 0x8447c42, .pokemonScale = 326, .pokemonOffset = 1, @@ -1461,7 +1461,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _y, _s, _t, _e, _r, _i, _o, _u, _s, _END, _SPACE}, .height = 11, .weight = 800, - .description = (const u8*) 0x8447d85, + .description = (const u8*) 0x8447c43, .unusedDescription = (const u8*) 0x8447cac, .pokemonScale = 301, .pokemonOffset = 3, @@ -1473,7 +1473,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _r, _r, _i, _e, _r, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 13, .weight = 545, - .description = (const u8*) 0x8447def, + .description = (const u8*) 0x8447cad, .unusedDescription = (const u8*) 0x8447d08, .pokemonScale = 258, .pokemonOffset = 4, @@ -1485,7 +1485,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _a, _n, _t, _i, _s, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 15, .weight = 560, - .description = (const u8*) 0x8447e50, + .description = (const u8*) 0x8447d09, .unusedDescription = (const u8*) 0x8447d73, .pokemonScale = 272, .pokemonOffset = 0, @@ -1497,7 +1497,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_H, _u, _m, _a, _n, _SPACE, _S, _h, _a, _p, _e, _END}, .height = 14, .weight = 406, - .description = (const u8*) 0x8447eb4, + .description = (const u8*) 0x8447d74, .unusedDescription = (const u8*) 0x8447dd5, .pokemonScale = 256, .pokemonOffset = 3, @@ -1509,7 +1509,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_E, _l, _e, _c, _t, _r, _i, _c, _END, _SPACE, _SPACE, _SPACE}, .height = 11, .weight = 300, - .description = (const u8*) 0x8447f1a, + .description = (const u8*) 0x8447dd6, .unusedDescription = (const u8*) 0x8447e3b, .pokemonScale = 330, .pokemonOffset = 7, @@ -1521,7 +1521,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _p, _i, _t, _f, _i, _r, _e, _END, _SPACE, _SPACE, _SPACE}, .height = 13, .weight = 445, - .description = (const u8*) 0x8447f80, + .description = (const u8*) 0x8447e3c, .unusedDescription = (const u8*) 0x8447eae, .pokemonScale = 293, .pokemonOffset = 4, @@ -1533,7 +1533,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _t, _a, _g, _SPACE, _B, _e, _e, _t, _l, _e, _END}, .height = 15, .weight = 550, - .description = (const u8*) 0x8447fee, + .description = (const u8*) 0x8447eaf, .unusedDescription = (const u8*) 0x8447f10, .pokemonScale = 256, .pokemonOffset = 1, @@ -1545,7 +1545,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _i, _l, _d, _SPACE, _B, _u, _l, _l, _END, _SPACE, _SPACE}, .height = 14, .weight = 884, - .description = (const u8*) 0x844805a, + .description = (const u8*) 0x8447f11, .unusedDescription = (const u8*) 0x8447f79, .pokemonScale = 256, .pokemonOffset = 2, @@ -1557,7 +1557,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _i, _s, _h, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 9, .weight = 100, - .description = (const u8*) 0x84480af, + .description = (const u8*) 0x8447f7a, .unusedDescription = (const u8*) 0x8447fd9, .pokemonScale = 317, .pokemonOffset = 4, @@ -1569,7 +1569,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_A, _t, _r, _o, _c, _i, _o, _u, _s, _END, _SPACE, _SPACE}, .height = 65, .weight = 2350, - .description = (const u8*) 0x8448123, + .description = (const u8*) 0x8447fda, .unusedDescription = (const u8*) 0x8448032, .pokemonScale = 288, .pokemonOffset = 65535, @@ -1581,7 +1581,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _r, _a, _n, _s, _p, _o, _r, _t, _END, _SPACE, _SPACE}, .height = 25, .weight = 2200, - .description = (const u8*) 0x8448194, + .description = (const u8*) 0x8448033, .unusedDescription = (const u8*) 0x8448098, .pokemonScale = 256, .pokemonOffset = 0, @@ -1593,7 +1593,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _r, _a, _n, _s, _f, _o, _r, _m, _END, _SPACE, _SPACE}, .height = 3, .weight = 40, - .description = (const u8*) 0x84481f8, + .description = (const u8*) 0x8448099, .unusedDescription = (const u8*) 0x84480fb, .pokemonScale = 602, .pokemonOffset = 21, @@ -1605,7 +1605,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_E, _v, _o, _l, _u, _t, _i, _o, _n, _END, _SPACE, _SPACE}, .height = 3, .weight = 65, - .description = (const u8*) 0x8448251, + .description = (const u8*) 0x84480fc, .unusedDescription = (const u8*) 0x844815a, .pokemonScale = 476, .pokemonOffset = 17, @@ -1617,7 +1617,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _u, _b, _b, _l, _e, _SPACE, _J, _e, _t, _END, _SPACE}, .height = 10, .weight = 290, - .description = (const u8*) 0x84482b0, + .description = (const u8*) 0x844815b, .unusedDescription = (const u8*) 0x84481cc, .pokemonScale = 316, .pokemonOffset = 7, @@ -1629,7 +1629,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _i, _g, _h, _t, _n, _i, _n, _g, _END, _SPACE, _SPACE}, .height = 8, .weight = 245, - .description = (const u8*) 0x8448321, + .description = (const u8*) 0x84481cd, .unusedDescription = (const u8*) 0x844822b, .pokemonScale = 283, .pokemonOffset = 8, @@ -1641,7 +1641,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _l, _a, _m, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 9, .weight = 250, - .description = (const u8*) 0x8448388, + .description = (const u8*) 0x844822c, .unusedDescription = (const u8*) 0x844829f, .pokemonScale = 302, .pokemonOffset = 11, @@ -1653,7 +1653,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_V, _i, _r, _t, _u, _a, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 365, - .description = (const u8*) 0x84483fc, + .description = (const u8*) 0x84482a0, .unusedDescription = (const u8*) 0x844830b, .pokemonScale = 328, .pokemonOffset = 7, @@ -1665,7 +1665,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _p, _i, _r, _a, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 75, - .description = (const u8*) 0x8448468, + .description = (const u8*) 0x844830c, .unusedDescription = (const u8*) 0x844836e, .pokemonScale = 521, .pokemonOffset = 20, @@ -1677,7 +1677,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _p, _i, _r, _a, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 350, - .description = (const u8*) 0x84484ce, + .description = (const u8*) 0x844836f, .unusedDescription = (const u8*) 0x84483dd, .pokemonScale = 307, .pokemonOffset = 5, @@ -1689,7 +1689,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _h, _e, _l, _l, _f, _i, _s, _h, _END, _SPACE, _SPACE}, .height = 5, .weight = 115, - .description = (const u8*) 0x8448538, + .description = (const u8*) 0x84483de, .unusedDescription = (const u8*) 0x8448444, .pokemonScale = 438, .pokemonOffset = 21, @@ -1701,7 +1701,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _h, _e, _l, _l, _f, _i, _s, _h, _END, _SPACE, _SPACE}, .height = 13, .weight = 405, - .description = (const u8*) 0x84485a4, + .description = (const u8*) 0x8448445, .unusedDescription = (const u8*) 0x84484a9, .pokemonScale = 271, .pokemonOffset = 1, @@ -1713,7 +1713,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _o, _s, _s, _i, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 18, .weight = 590, - .description = (const u8*) 0x844860e, + .description = (const u8*) 0x84484aa, .unusedDescription = (const u8*) 0x8448510, .pokemonScale = 275, .pokemonOffset = 65535, @@ -1725,7 +1725,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _l, _e, _e, _p, _i, _n, _g, _END, _SPACE, _SPACE, _SPACE}, .height = 21, .weight = 4600, - .description = (const u8*) 0x844867e, + .description = (const u8*) 0x8448511, .unusedDescription = (const u8*) 0x844857f, .pokemonScale = 275, .pokemonOffset = 1, @@ -1737,7 +1737,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _r, _e, _e, _z, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 17, .weight = 554, - .description = (const u8*) 0x84486f8, + .description = (const u8*) 0x8448580, .unusedDescription = (const u8*) 0x84485e7, .pokemonScale = 278, .pokemonOffset = 0, @@ -1749,7 +1749,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_E, _l, _e, _c, _t, _r, _i, _c, _END, _SPACE, _SPACE, _SPACE}, .height = 16, .weight = 526, - .description = (const u8*) 0x8448760, + .description = (const u8*) 0x84485e8, .unusedDescription = (const u8*) 0x8448642, .pokemonScale = 275, .pokemonOffset = 1, @@ -1761,7 +1761,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _l, _a, _m, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 20, .weight = 600, - .description = (const u8*) 0x84487c0, + .description = (const u8*) 0x8448643, .unusedDescription = (const u8*) 0x84486ab, .pokemonScale = 270, .pokemonOffset = 1, @@ -1773,7 +1773,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _r, _a, _g, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 18, .weight = 33, - .description = (const u8*) 0x8448831, + .description = (const u8*) 0x84486ac, .unusedDescription = (const u8*) 0x844870a, .pokemonScale = 256, .pokemonOffset = 8, @@ -1785,7 +1785,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _r, _a, _g, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 40, .weight = 165, - .description = (const u8*) 0x844888d, + .description = (const u8*) 0x844870b, .unusedDescription = (const u8*) 0x844876e, .pokemonScale = 274, .pokemonOffset = 0, @@ -1797,7 +1797,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _r, _a, _g, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 22, .weight = 2100, - .description = (const u8*) 0x84488f7, + .description = (const u8*) 0x844876f, .unusedDescription = (const u8*) 0x84487d5, .pokemonScale = 283, .pokemonOffset = 65535, @@ -1809,7 +1809,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_G, _e, _n, _e, _t, _i, _c, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 20, .weight = 1220, - .description = (const u8*) 0x8448952, + .description = (const u8*) 0x84487d6, .unusedDescription = (const u8*) 0x844883a, .pokemonScale = 276, .pokemonOffset = 65535, @@ -1821,7 +1821,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_N, _e, _w, _SPACE, _S, _p, _e, _c, _i, _e, _s, _END}, .height = 4, .weight = 40, - .description = (const u8*) 0x84489b7, + .description = (const u8*) 0x844883b, .unusedDescription = (const u8*) 0x844889d, .pokemonScale = 460, .pokemonOffset = 65534, @@ -1833,7 +1833,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _e, _a, _f, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 9, .weight = 64, - .description = (const u8*) 0x8448a26, + .description = (const u8*) 0x844889e, .unusedDescription = (const u8*) 0x8448906, .pokemonScale = 512, .pokemonOffset = 18, @@ -1845,7 +1845,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _e, _a, _f, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 158, - .description = (const u8*) 0x8448a7e, + .description = (const u8*) 0x8448907, .unusedDescription = (const u8*) 0x8448965, .pokemonScale = 296, .pokemonOffset = 4, @@ -1857,7 +1857,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_H, _e, _r, _b, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 18, .weight = 1005, - .description = (const u8*) 0x8448add, + .description = (const u8*) 0x8448966, .unusedDescription = (const u8*) 0x84489c7, .pokemonScale = 286, .pokemonOffset = 0, @@ -1869,7 +1869,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _i, _r, _e, _SPACE, _M, _o, _u, _s, _e, _END, _SPACE}, .height = 5, .weight = 79, - .description = (const u8*) 0x8448b3f, + .description = (const u8*) 0x84489c8, .unusedDescription = (const u8*) 0x8448a2e, .pokemonScale = 539, .pokemonOffset = 19, @@ -1881,7 +1881,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_V, _o, _l, _c, _a, _n, _o, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 9, .weight = 190, - .description = (const u8*) 0x8448b9e, + .description = (const u8*) 0x8448a2f, .unusedDescription = (const u8*) 0x8448a90, .pokemonScale = 329, .pokemonOffset = 10, @@ -1893,7 +1893,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_V, _o, _l, _c, _a, _n, _o, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 17, .weight = 795, - .description = (const u8*) 0x8448bfc, + .description = (const u8*) 0x8448a91, .unusedDescription = (const u8*) 0x8448af4, .pokemonScale = 284, .pokemonOffset = 65535, @@ -1905,7 +1905,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _i, _g, _SPACE, _J, _a, _w, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 95, - .description = (const u8*) 0x8448c5b, + .description = (const u8*) 0x8448af5, .unusedDescription = (const u8*) 0x8448b59, .pokemonScale = 487, .pokemonOffset = 20, @@ -1917,7 +1917,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _i, _g, _SPACE, _J, _a, _w, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 11, .weight = 250, - .description = (const u8*) 0x8448cba, + .description = (const u8*) 0x8448b5a, .unusedDescription = (const u8*) 0x8448bbd, .pokemonScale = 378, .pokemonOffset = 11, @@ -1929,7 +1929,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _i, _g, _SPACE, _J, _a, _w, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 23, .weight = 888, - .description = (const u8*) 0x8448d1e, + .description = (const u8*) 0x8448bbe, .unusedDescription = (const u8*) 0x8448c24, .pokemonScale = 282, .pokemonOffset = 65535, @@ -1941,7 +1941,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _c, _o, _u, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 60, - .description = (const u8*) 0x8448d8a, + .description = (const u8*) 0x8448c25, .unusedDescription = (const u8*) 0x8448c8d, .pokemonScale = 439, .pokemonOffset = 12, @@ -1953,7 +1953,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _o, _n, _g, _SPACE, _B, _o, _d, _y, _END, _SPACE, _SPACE}, .height = 18, .weight = 325, - .description = (const u8*) 0x8448df3, + .description = (const u8*) 0x8448c8e, .unusedDescription = (const u8*) 0x8448cfa, .pokemonScale = 346, .pokemonOffset = 10, @@ -1965,7 +1965,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_O, _w, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 212, - .description = (const u8*) 0x8448e57, + .description = (const u8*) 0x8448cfb, .unusedDescription = (const u8*) 0x8448d64, .pokemonScale = 380, .pokemonOffset = 15, @@ -1977,7 +1977,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_O, _w, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 16, .weight = 408, - .description = (const u8*) 0x8448ec1, + .description = (const u8*) 0x8448d65, .unusedDescription = (const u8*) 0x8448dc0, .pokemonScale = 278, .pokemonOffset = 2, @@ -1989,7 +1989,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _i, _v, _e, _SPACE, _S, _t, _a, _r, _END, _SPACE, _SPACE}, .height = 10, .weight = 108, - .description = (const u8*) 0x8448f1d, + .description = (const u8*) 0x8448dc1, .unusedDescription = (const u8*) 0x8448e27, .pokemonScale = 256, .pokemonOffset = 4, @@ -2001,7 +2001,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _i, _v, _e, _SPACE, _S, _t, _a, _r, _END, _SPACE, _SPACE}, .height = 14, .weight = 356, - .description = (const u8*) 0x8448f87, + .description = (const u8*) 0x8448e28, .unusedDescription = (const u8*) 0x8448e8c, .pokemonScale = 256, .pokemonOffset = 1, @@ -2013,7 +2013,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _t, _r, _i, _n, _g, _SPACE, _S, _p, _i, _t, _END}, .height = 5, .weight = 85, - .description = (const u8*) 0x8448ff0, + .description = (const u8*) 0x8448e8d, .unusedDescription = (const u8*) 0x8448ef4, .pokemonScale = 414, .pokemonOffset = 20, @@ -2025,7 +2025,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _o, _n, _g, _SPACE, _L, _e, _g, _END, _SPACE, _SPACE, _SPACE}, .height = 11, .weight = 335, - .description = (const u8*) 0x8449052, + .description = (const u8*) 0x8448ef5, .unusedDescription = (const u8*) 0x8448f5c, .pokemonScale = 316, .pokemonOffset = 7, @@ -2037,7 +2037,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 18, .weight = 750, - .description = (const u8*) 0x84490bd, + .description = (const u8*) 0x8448f5d, .unusedDescription = (const u8*) 0x8448fca, .pokemonScale = 279, .pokemonOffset = 65535, @@ -2049,7 +2049,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_A, _n, _g, _l, _e, _r, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 5, .weight = 120, - .description = (const u8*) 0x8449124, + .description = (const u8*) 0x8448fcb, .unusedDescription = (const u8*) 0x8449032, .pokemonScale = 424, .pokemonOffset = 65534, @@ -2061,7 +2061,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _i, _g, _h, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 225, - .description = (const u8*) 0x8449181, + .description = (const u8*) 0x8449033, .unusedDescription = (const u8*) 0x8449097, .pokemonScale = 269, .pokemonOffset = 6, @@ -2073,7 +2073,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _i, _n, _y, _SPACE, _M, _o, _u, _s, _e, _END, _SPACE}, .height = 3, .weight = 20, - .description = (const u8*) 0x84491e6, + .description = (const u8*) 0x8449098, .unusedDescription = (const u8*) 0x8449100, .pokemonScale = 508, .pokemonOffset = 17, @@ -2085,7 +2085,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _t, _a, _r, _SPACE, _S, _h, _a, _p, _e, _END, _SPACE}, .height = 3, .weight = 30, - .description = (const u8*) 0x844924f, + .description = (const u8*) 0x8449101, .unusedDescription = (const u8*) 0x8449159, .pokemonScale = 462, .pokemonOffset = 22, @@ -2097,7 +2097,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _l, _l, _o, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 3, .weight = 10, - .description = (const u8*) 0x84492a8, + .description = (const u8*) 0x844915a, .unusedDescription = (const u8*) 0x84491b3, .pokemonScale = 457, .pokemonOffset = 65535, @@ -2109,7 +2109,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _p, _i, _k, _e, _SPACE, _B, _a, _l, _l, _END, _SPACE}, .height = 3, .weight = 15, - .description = (const u8*) 0x8449302, + .description = (const u8*) 0x84491b4, .unusedDescription = (const u8*) 0x8449211, .pokemonScale = 507, .pokemonOffset = 21, @@ -2121,7 +2121,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_H, _a, _p, _p, _i, _n, _e, _s, _s, _END, _SPACE, _SPACE}, .height = 6, .weight = 32, - .description = (const u8*) 0x8449360, + .description = (const u8*) 0x8449212, .unusedDescription = (const u8*) 0x8449276, .pokemonScale = 424, .pokemonOffset = 15, @@ -2133,7 +2133,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _i, _n, _y, _SPACE, _B, _i, _r, _d, _END, _SPACE, _SPACE}, .height = 2, .weight = 20, - .description = (const u8*) 0x84493c5, + .description = (const u8*) 0x8449277, .unusedDescription = (const u8*) 0x84492e1, .pokemonScale = 610, .pokemonOffset = 23, @@ -2145,7 +2145,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _y, _s, _t, _i, _c, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 15, .weight = 150, - .description = (const u8*) 0x8449431, + .description = (const u8*) 0x84492e2, .unusedDescription = (const u8*) 0x8449349, .pokemonScale = 258, .pokemonOffset = 4, @@ -2157,7 +2157,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _o, _o, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 78, - .description = (const u8*) 0x8449493, + .description = (const u8*) 0x844934a, .unusedDescription = (const u8*) 0x84493ae, .pokemonScale = 379, .pokemonOffset = 18, @@ -2169,7 +2169,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _o, _o, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 133, - .description = (const u8*) 0x84494f8, + .description = (const u8*) 0x84493af, .unusedDescription = (const u8*) 0x844941a, .pokemonScale = 372, .pokemonOffset = 13, @@ -2181,7 +2181,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _i, _g, _h, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 14, .weight = 1000, - .description = (const u8*) 0x8449559, + .description = (const u8*) 0x844941b, .unusedDescription = (const u8*) 0x8449486, .pokemonScale = 275, .pokemonOffset = 2, @@ -2193,7 +2193,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _l, _o, _w, _e, _r, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 58, - .description = (const u8*) 0x84495c4, + .description = (const u8*) 0x8449487, .unusedDescription = (const u8*) 0x84494f7, .pokemonScale = 472, .pokemonOffset = 19, @@ -2205,7 +2205,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_A, _q, _u, _a, _SPACE, _M, _o, _u, _s, _e, _END, _SPACE}, .height = 4, .weight = 85, - .description = (const u8*) 0x844962a, + .description = (const u8*) 0x84494f8, .unusedDescription = (const u8*) 0x8449556, .pokemonScale = 476, .pokemonOffset = 19, @@ -2217,7 +2217,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_A, _q, _u, _a, _SPACE, _R, _a, _b, _b, _i, _t, _END}, .height = 8, .weight = 285, - .description = (const u8*) 0x8449688, + .description = (const u8*) 0x8449557, .unusedDescription = (const u8*) 0x84495b9, .pokemonScale = 448, .pokemonOffset = 15, @@ -2229,7 +2229,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_I, _m, _i, _t, _a, _t, _i, _o, _n, _END, _SPACE, _SPACE}, .height = 12, .weight = 380, - .description = (const u8*) 0x84496eb, + .description = (const u8*) 0x84495ba, .unusedDescription = (const u8*) 0x8449624, .pokemonScale = 305, .pokemonOffset = 7, @@ -2241,7 +2241,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _r, _o, _g, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 11, .weight = 339, - .description = (const u8*) 0x8449756, + .description = (const u8*) 0x8449625, .unusedDescription = (const u8*) 0x8449681, .pokemonScale = 289, .pokemonOffset = 5, @@ -2253,7 +2253,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _t, _t, _o, _n, _w, _e, _e, _d, _END, _SPACE}, .height = 4, .weight = 5, - .description = (const u8*) 0x84497bb, + .description = (const u8*) 0x8449682, .unusedDescription = (const u8*) 0x84496e4, .pokemonScale = 562, .pokemonOffset = 65529, @@ -2265,7 +2265,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _t, _t, _o, _n, _w, _e, _e, _d, _END, _SPACE}, .height = 6, .weight = 10, - .description = (const u8*) 0x844981e, + .description = (const u8*) 0x84496e5, .unusedDescription = (const u8*) 0x8449745, .pokemonScale = 387, .pokemonOffset = 0, @@ -2277,7 +2277,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _t, _t, _o, _n, _w, _e, _e, _d, _END, _SPACE}, .height = 8, .weight = 30, - .description = (const u8*) 0x844987d, + .description = (const u8*) 0x8449746, .unusedDescription = (const u8*) 0x84497b1, .pokemonScale = 418, .pokemonOffset = 65532, @@ -2289,7 +2289,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _o, _n, _g, _SPACE, _T, _a, _i, _l, _END, _SPACE, _SPACE}, .height = 8, .weight = 115, - .description = (const u8*) 0x84498e9, + .description = (const u8*) 0x84497b2, .unusedDescription = (const u8*) 0x8449816, .pokemonScale = 363, .pokemonOffset = 8, @@ -2301,7 +2301,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _e, _e, _d, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 3, .weight = 18, - .description = (const u8*) 0x844994d, + .description = (const u8*) 0x8449817, .unusedDescription = (const u8*) 0x8449881, .pokemonScale = 541, .pokemonOffset = 0, @@ -2313,7 +2313,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _u, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 85, - .description = (const u8*) 0x84499b8, + .description = (const u8*) 0x8449882, .unusedDescription = (const u8*) 0x84498e9, .pokemonScale = 374, .pokemonOffset = 12, @@ -2325,7 +2325,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _l, _e, _a, _r, _SPACE, _W, _i, _n, _g, _END, _SPACE}, .height = 12, .weight = 380, - .description = (const u8*) 0x8449a20, + .description = (const u8*) 0x84498ea, .unusedDescription = (const u8*) 0x8449954, .pokemonScale = 274, .pokemonOffset = 65532, @@ -2337,7 +2337,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _a, _t, _e, _r, _SPACE, _F, _i, _s, _h, _END, _SPACE}, .height = 4, .weight = 85, - .description = (const u8*) 0x8449a82, + .description = (const u8*) 0x8449955, .unusedDescription = (const u8*) 0x84499bd, .pokemonScale = 479, .pokemonOffset = 20, @@ -2349,7 +2349,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _a, _t, _e, _r, _SPACE, _F, _i, _s, _h, _END, _SPACE}, .height = 14, .weight = 750, - .description = (const u8*) 0x8449ad7, + .description = (const u8*) 0x84499be, .unusedDescription = (const u8*) 0x8449a27, .pokemonScale = 273, .pokemonOffset = 4, @@ -2361,7 +2361,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _u, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 9, .weight = 265, - .description = (const u8*) 0x8449b42, + .description = (const u8*) 0x8449a28, .unusedDescription = (const u8*) 0x8449a8a, .pokemonScale = 363, .pokemonOffset = 12, @@ -2373,7 +2373,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _o, _o, _n, _l, _i, _g, _h, _t, _END, _SPACE, _SPACE}, .height = 10, .weight = 270, - .description = (const u8*) 0x8449b9e, + .description = (const u8*) 0x8449a8b, .unusedDescription = (const u8*) 0x8449aec, .pokemonScale = 317, .pokemonOffset = 9, @@ -2385,7 +2385,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _a, _r, _k, _n, _e, _s, _s, _END, _SPACE, _SPACE, _SPACE}, .height = 5, .weight = 21, - .description = (const u8*) 0x8449c07, + .description = (const u8*) 0x8449aed, .unusedDescription = (const u8*) 0x8449b4e, .pokemonScale = 401, .pokemonOffset = 65528, @@ -2397,7 +2397,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _o, _y, _a, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 20, .weight = 795, - .description = (const u8*) 0x8449c72, + .description = (const u8*) 0x8449b4f, .unusedDescription = (const u8*) 0x8449bad, .pokemonScale = 265, .pokemonOffset = 65535, @@ -2409,7 +2409,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _c, _r, _e, _e, _c, _h, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 10, - .description = (const u8*) 0x8449cd1, + .description = (const u8*) 0x8449bae, .unusedDescription = (const u8*) 0x8449c18, .pokemonScale = 407, .pokemonOffset = 65528, @@ -2421,7 +2421,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _y, _m, _b, _o, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 5, .weight = 50, - .description = (const u8*) 0x8449d3c, + .description = (const u8*) 0x8449c19, .unusedDescription = (const u8*) 0x8449c6f, .pokemonScale = 411, .pokemonOffset = 2, @@ -2433,7 +2433,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _a, _t, _i, _e, _n, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 13, .weight = 285, - .description = (const u8*) 0x8449d93, + .description = (const u8*) 0x8449c70, .unusedDescription = (const u8*) 0x8449cd4, .pokemonScale = 274, .pokemonOffset = 4, @@ -2445,7 +2445,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _o, _n, _g, _SPACE, _N, _e, _c, _k, _END, _SPACE, _SPACE}, .height = 15, .weight = 415, - .description = (const u8*) 0x8449df8, + .description = (const u8*) 0x8449cd5, .unusedDescription = (const u8*) 0x8449d37, .pokemonScale = 281, .pokemonOffset = 2, @@ -2457,7 +2457,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _g, _w, _o, _r, _m, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 72, - .description = (const u8*) 0x8449e5b, + .description = (const u8*) 0x8449d38, .unusedDescription = (const u8*) 0x8449d98, .pokemonScale = 445, .pokemonOffset = 2, @@ -2469,7 +2469,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _g, _w, _o, _r, _m, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 1258, - .description = (const u8*) 0x8449ebc, + .description = (const u8*) 0x8449d99, .unusedDescription = (const u8*) 0x8449e02, .pokemonScale = 293, .pokemonOffset = 5, @@ -2481,7 +2481,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _a, _n, _d, _SPACE, _S, _n, _a, _k, _e, _END, _SPACE}, .height = 15, .weight = 140, - .description = (const u8*) 0x8449f26, + .description = (const u8*) 0x8449e03, .unusedDescription = (const u8*) 0x8449e62, .pokemonScale = 284, .pokemonOffset = 15, @@ -2493,7 +2493,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _l, _y, _s, _c, _o, _r, _p, _i, _o, _n, _END}, .height = 11, .weight = 648, - .description = (const u8*) 0x8449f86, + .description = (const u8*) 0x8449e63, .unusedDescription = (const u8*) 0x8449ec8, .pokemonScale = 350, .pokemonOffset = 65535, @@ -2505,7 +2505,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_I, _r, _o, _n, _SPACE, _S, _n, _a, _k, _e, _END, _SPACE}, .height = 92, .weight = 4000, - .description = (const u8*) 0x8449fec, + .description = (const u8*) 0x8449ec9, .unusedDescription = (const u8*) 0x8449f2c, .pokemonScale = 278, .pokemonOffset = 65535, @@ -2517,7 +2517,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _a, _i, _r, _y, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 78, - .description = (const u8*) 0x844a052, + .description = (const u8*) 0x8449f2d, .unusedDescription = (const u8*) 0x8449f92, .pokemonScale = 465, .pokemonOffset = 18, @@ -2529,7 +2529,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _a, _i, _r, _y, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 14, .weight = 487, - .description = (const u8*) 0x844a0b9, + .description = (const u8*) 0x8449f93, .unusedDescription = (const u8*) 0x8449ff3, .pokemonScale = 256, .pokemonOffset = 3, @@ -2541,7 +2541,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _l, _l, _o, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 5, .weight = 39, - .description = (const u8*) 0x844a120, + .description = (const u8*) 0x8449ff4, .unusedDescription = (const u8*) 0x844a059, .pokemonScale = 430, .pokemonOffset = 0, @@ -2553,7 +2553,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _c, _i, _s, _s, _o, _r, _s, _END, _SPACE, _SPACE, _SPACE}, .height = 18, .weight = 1180, - .description = (const u8*) 0x844a185, + .description = (const u8*) 0x844a05a, .unusedDescription = (const u8*) 0x844a0c0, .pokemonScale = 282, .pokemonOffset = 0, @@ -2565,7 +2565,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _o, _l, _d, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 205, - .description = (const u8*) 0x844a1e8, + .description = (const u8*) 0x844a0c1, .unusedDescription = (const u8*) 0x844a120, .pokemonScale = 485, .pokemonOffset = 16, @@ -2577,7 +2577,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _i, _n, _g, _l, _e, _SPACE, _H, _o, _r, _n, _END}, .height = 15, .weight = 540, - .description = (const u8*) 0x844a254, + .description = (const u8*) 0x844a121, .unusedDescription = (const u8*) 0x844a183, .pokemonScale = 285, .pokemonOffset = 0, @@ -2589,7 +2589,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _h, _a, _r, _p, _SPACE, _C, _l, _a, _w, _END, _SPACE}, .height = 9, .weight = 280, - .description = (const u8*) 0x844a2b5, + .description = (const u8*) 0x844a184, .unusedDescription = (const u8*) 0x844a1e5, .pokemonScale = 413, .pokemonOffset = 65533, @@ -2601,7 +2601,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _i, _t, _t, _l, _e, _SPACE, _B, _e, _a, _r, _END}, .height = 6, .weight = 88, - .description = (const u8*) 0x844a318, + .description = (const u8*) 0x844a1e6, .unusedDescription = (const u8*) 0x844a24a, .pokemonScale = 455, .pokemonOffset = 17, @@ -2613,7 +2613,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_H, _i, _b, _e, _r, _n, _a, _t, _o, _r, _END, _SPACE}, .height = 18, .weight = 1258, - .description = (const u8*) 0x844a378, + .description = (const u8*) 0x844a24b, .unusedDescription = (const u8*) 0x844a2ad, .pokemonScale = 275, .pokemonOffset = 0, @@ -2625,7 +2625,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _a, _v, _a, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 350, - .description = (const u8*) 0x844a3db, + .description = (const u8*) 0x844a2ae, .unusedDescription = (const u8*) 0x844a312, .pokemonScale = 329, .pokemonOffset = 14, @@ -2637,7 +2637,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _a, _v, _a, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 550, - .description = (const u8*) 0x844a43e, + .description = (const u8*) 0x844a313, .unusedDescription = (const u8*) 0x844a37a, .pokemonScale = 332, .pokemonOffset = 14, @@ -2649,7 +2649,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _i, _g, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 65, - .description = (const u8*) 0x844a498, + .description = (const u8*) 0x844a37b, .unusedDescription = (const u8*) 0x844a3d4, .pokemonScale = 324, .pokemonOffset = 19, @@ -2661,7 +2661,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _w, _i, _n, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 11, .weight = 558, - .description = (const u8*) 0x844a4f2, + .description = (const u8*) 0x844a3d5, .unusedDescription = (const u8*) 0x844a438, .pokemonScale = 306, .pokemonOffset = 8, @@ -2673,7 +2673,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _r, _a, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 50, - .description = (const u8*) 0x844a556, + .description = (const u8*) 0x844a439, .unusedDescription = (const u8*) 0x844a49a, .pokemonScale = 410, .pokemonOffset = 15, @@ -2685,7 +2685,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_J, _e, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 120, - .description = (const u8*) 0x844a5b8, + .description = (const u8*) 0x844a49b, .unusedDescription = (const u8*) 0x844a500, .pokemonScale = 316, .pokemonOffset = 4, @@ -2697,7 +2697,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_J, _e, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 9, .weight = 285, - .description = (const u8*) 0x844a61e, + .description = (const u8*) 0x844a501, .unusedDescription = (const u8*) 0x844a568, .pokemonScale = 296, .pokemonOffset = 9, @@ -2709,7 +2709,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _e, _l, _i, _v, _e, _r, _y, _END, _SPACE, _SPACE, _SPACE}, .height = 9, .weight = 160, - .description = (const u8*) 0x844a686, + .description = (const u8*) 0x844a569, .unusedDescription = (const u8*) 0x844a5d0, .pokemonScale = 293, .pokemonOffset = 8, @@ -2721,7 +2721,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_K, _i, _t, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 21, .weight = 2200, - .description = (const u8*) 0x844a6e5, + .description = (const u8*) 0x844a5d1, .unusedDescription = (const u8*) 0x844a63c, .pokemonScale = 275, .pokemonOffset = 0, @@ -2733,7 +2733,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_A, _r, _m, _o, _r, _SPACE, _B, _i, _r, _d, _END, _SPACE}, .height = 17, .weight = 505, - .description = (const u8*) 0x844a751, + .description = (const u8*) 0x844a63d, .unusedDescription = (const u8*) 0x844a6a8, .pokemonScale = 285, .pokemonOffset = 0, @@ -2745,7 +2745,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _a, _r, _k, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 108, - .description = (const u8*) 0x844a7af, + .description = (const u8*) 0x844a6a9, .unusedDescription = (const u8*) 0x844a705, .pokemonScale = 393, .pokemonOffset = 15, @@ -2757,7 +2757,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _a, _r, _k, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 14, .weight = 350, - .description = (const u8*) 0x844a80c, + .description = (const u8*) 0x844a706, .unusedDescription = (const u8*) 0x844a764, .pokemonScale = 256, .pokemonOffset = 2, @@ -2769,7 +2769,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _r, _a, _g, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 18, .weight = 1520, - .description = (const u8*) 0x844a870, + .description = (const u8*) 0x844a765, .unusedDescription = (const u8*) 0x844a7c7, .pokemonScale = 257, .pokemonOffset = 1, @@ -2781,7 +2781,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _o, _n, _g, _SPACE, _N, _o, _s, _e, _END, _SPACE, _SPACE}, .height = 5, .weight = 335, - .description = (const u8*) 0x844a8d3, + .description = (const u8*) 0x844a7c8, .unusedDescription = (const u8*) 0x844a82b, .pokemonScale = 465, .pokemonOffset = 20, @@ -2793,7 +2793,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_A, _r, _m, _o, _r, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 11, .weight = 1200, - .description = (const u8*) 0x844a937, + .description = (const u8*) 0x844a82c, .unusedDescription = (const u8*) 0x844a890, .pokemonScale = 313, .pokemonOffset = 9, @@ -2805,7 +2805,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_V, _i, _r, _t, _u, _a, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 325, - .description = (const u8*) 0x844a99e, + .description = (const u8*) 0x844a891, .unusedDescription = (const u8*) 0x844a8ee, .pokemonScale = 320, .pokemonOffset = 15, @@ -2817,7 +2817,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _i, _g, _SPACE, _H, _o, _r, _n, _END, _SPACE, _SPACE, _SPACE}, .height = 14, .weight = 712, - .description = (const u8*) 0x844aa04, + .description = (const u8*) 0x844a8ef, .unusedDescription = (const u8*) 0x844a952, .pokemonScale = 277, .pokemonOffset = 65535, @@ -2829,7 +2829,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _a, _i, _n, _t, _e, _r, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 580, - .description = (const u8*) 0x844aa68, + .description = (const u8*) 0x844a953, .unusedDescription = (const u8*) 0x844a9b1, .pokemonScale = 287, .pokemonOffset = 5, @@ -2841,7 +2841,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _c, _u, _f, _f, _l, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 210, - .description = (const u8*) 0x844aac7, + .description = (const u8*) 0x844a9b2, .unusedDescription = (const u8*) 0x844aa16, .pokemonScale = 292, .pokemonOffset = 8, @@ -2853,7 +2853,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_H, _a, _n, _d, _s, _t, _a, _n, _d, _END, _SPACE, _SPACE}, .height = 14, .weight = 480, - .description = (const u8*) 0x844ab2c, + .description = (const u8*) 0x844aa17, .unusedDescription = (const u8*) 0x844aa79, .pokemonScale = 256, .pokemonOffset = 2, @@ -2865,7 +2865,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_K, _i, _s, _s, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 60, - .description = (const u8*) 0x844ab8f, + .description = (const u8*) 0x844aa7a, .unusedDescription = (const u8*) 0x844aad5, .pokemonScale = 440, .pokemonOffset = 19, @@ -2877,7 +2877,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_E, _l, _e, _c, _t, _r, _i, _c, _END, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 235, - .description = (const u8*) 0x844abeb, + .description = (const u8*) 0x844aad6, .unusedDescription = (const u8*) 0x844ab30, .pokemonScale = 363, .pokemonOffset = 13, @@ -2889,7 +2889,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _i, _v, _e, _SPACE, _C, _o, _a, _l, _END, _SPACE, _SPACE}, .height = 7, .weight = 214, - .description = (const u8*) 0x844ac46, + .description = (const u8*) 0x844ab31, .unusedDescription = (const u8*) 0x844ab8f, .pokemonScale = 284, .pokemonOffset = 11, @@ -2901,7 +2901,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _i, _l, _k, _SPACE, _C, _o, _w, _END, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 755, - .description = (const u8*) 0x844acb3, + .description = (const u8*) 0x844ab90, .unusedDescription = (const u8*) 0x844abe9, .pokemonScale = 280, .pokemonOffset = 3, @@ -2913,7 +2913,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_H, _a, _p, _p, _i, _n, _e, _s, _s, _END, _SPACE, _SPACE}, .height = 15, .weight = 468, - .description = (const u8*) 0x844ad0d, + .description = (const u8*) 0x844abea, .unusedDescription = (const u8*) 0x844ac54, .pokemonScale = 256, .pokemonOffset = 3, @@ -2925,7 +2925,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _h, _u, _n, _d, _e, _r, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 19, .weight = 1780, - .description = (const u8*) 0x844ad78, + .description = (const u8*) 0x844ac55, .unusedDescription = (const u8*) 0x844acaf, .pokemonScale = 283, .pokemonOffset = 0, @@ -2937,7 +2937,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_V, _o, _l, _c, _a, _n, _o, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 21, .weight = 1980, - .description = (const u8*) 0x844add3, + .description = (const u8*) 0x844acb0, .unusedDescription = (const u8*) 0x844ad14, .pokemonScale = 283, .pokemonOffset = 0, @@ -2949,7 +2949,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_A, _u, _r, _o, _r, _a, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 20, .weight = 1870, - .description = (const u8*) 0x844ae38, + .description = (const u8*) 0x844ad15, .unusedDescription = (const u8*) 0x844ad7c, .pokemonScale = 286, .pokemonOffset = 0, @@ -2961,7 +2961,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _o, _c, _k, _SPACE, _S, _k, _i, _n, _END, _SPACE, _SPACE}, .height = 6, .weight = 720, - .description = (const u8*) 0x844aea0, + .description = (const u8*) 0x844ad7d, .unusedDescription = (const u8*) 0x844addd, .pokemonScale = 472, .pokemonOffset = 16, @@ -2973,7 +2973,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_H, _a, _r, _d, _SPACE, _S, _h, _e, _l, _l, _END, _SPACE}, .height = 12, .weight = 1520, - .description = (const u8*) 0x844af01, + .description = (const u8*) 0x844adde, .unusedDescription = (const u8*) 0x844ae41, .pokemonScale = 292, .pokemonOffset = 8, @@ -2985,7 +2985,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_A, _r, _m, _o, _r, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 20, .weight = 2020, - .description = (const u8*) 0x844af65, + .description = (const u8*) 0x844ae42, .unusedDescription = (const u8*) 0x844aeaa, .pokemonScale = 285, .pokemonOffset = 0, @@ -2997,7 +2997,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _i, _v, _i, _n, _g, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 52, .weight = 2160, - .description = (const u8*) 0x844afce, + .description = (const u8*) 0x844aeab, .unusedDescription = (const u8*) 0x844af0f, .pokemonScale = 283, .pokemonOffset = 0, @@ -3009,7 +3009,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _a, _i, _n, _b, _o, _w, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 38, .weight = 1990, - .description = (const u8*) 0x844b033, + .description = (const u8*) 0x844af10, .unusedDescription = (const u8*) 0x844af76, .pokemonScale = 283, .pokemonOffset = 0, @@ -3021,7 +3021,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _i, _m, _e, _SPACE, _T, _r, _a, _v, _e, _l, _END}, .height = 6, .weight = 50, - .description = (const u8*) 0x844b09a, + .description = (const u8*) 0x844af77, .unusedDescription = (const u8*) 0x844afde, .pokemonScale = 393, .pokemonOffset = 65526, @@ -3033,7 +3033,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _o, _o, _d, _SPACE, _G, _e, _c, _k, _o, _END, _SPACE}, .height = 5, .weight = 50, - .description = (const u8*) 0x844b102, + .description = (const u8*) 0x844afdf, .unusedDescription = (const u8*) 0x844b046, .pokemonScale = 541, .pokemonOffset = 17, @@ -3045,7 +3045,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _o, _o, _d, _SPACE, _G, _e, _c, _k, _o, _END, _SPACE}, .height = 9, .weight = 216, - .description = (const u8*) 0x844b16e, + .description = (const u8*) 0x844b047, .unusedDescription = (const u8*) 0x844b0a5, .pokemonScale = 360, .pokemonOffset = 5, @@ -3057,7 +3057,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _o, _r, _e, _s, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 17, .weight = 522, - .description = (const u8*) 0x844b1c8, + .description = (const u8*) 0x844b0a6, .unusedDescription = (const u8*) 0x844b108, .pokemonScale = 282, .pokemonOffset = 65535, @@ -3069,7 +3069,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _h, _i, _c, _k, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 25, - .description = (const u8*) 0x844b234, + .description = (const u8*) 0x844b109, .unusedDescription = (const u8*) 0x844b164, .pokemonScale = 566, .pokemonOffset = 18, @@ -3081,7 +3081,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_Y, _o, _u, _n, _g, _SPACE, _F, _o, _w, _l, _END, _SPACE}, .height = 9, .weight = 195, - .description = (const u8*) 0x844b290, + .description = (const u8*) 0x844b165, .unusedDescription = (const u8*) 0x844b1c5, .pokemonScale = 343, .pokemonOffset = 5, @@ -3093,7 +3093,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _l, _a, _z, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 19, .weight = 520, - .description = (const u8*) 0x844b2f4, + .description = (const u8*) 0x844b1c6, .unusedDescription = (const u8*) 0x844b232, .pokemonScale = 275, .pokemonOffset = 65535, @@ -3105,7 +3105,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _u, _d, _SPACE, _F, _i, _s, _h, _END, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 76, - .description = (const u8*) 0x844b364, + .description = (const u8*) 0x844b233, .unusedDescription = (const u8*) 0x844b29e, .pokemonScale = 535, .pokemonOffset = 19, @@ -3117,7 +3117,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _u, _d, _SPACE, _F, _i, _s, _h, _END, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 280, - .description = (const u8*) 0x844b3d0, + .description = (const u8*) 0x844b29f, .unusedDescription = (const u8*) 0x844b30a, .pokemonScale = 340, .pokemonOffset = 7, @@ -3129,7 +3129,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _u, _d, _SPACE, _F, _i, _s, _h, _END, _SPACE, _SPACE, _SPACE}, .height = 15, .weight = 819, - .description = (const u8*) 0x844b439, + .description = (const u8*) 0x844b30b, .unusedDescription = (const u8*) 0x844b379, .pokemonScale = 276, .pokemonOffset = 65535, @@ -3141,7 +3141,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _i, _t, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 5, .weight = 136, - .description = (const u8*) 0x844b4a8, + .description = (const u8*) 0x844b37a, .unusedDescription = (const u8*) 0x844b3da, .pokemonScale = 481, .pokemonOffset = 18, @@ -3153,7 +3153,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _i, _t, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 370, - .description = (const u8*) 0x844b519, + .description = (const u8*) 0x844b3db, .unusedDescription = (const u8*) 0x844b451, .pokemonScale = 359, .pokemonOffset = 9, @@ -3165,7 +3165,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _i, _n, _y, _r, _a, _c, _c, _o, _o, _n, _END}, .height = 4, .weight = 175, - .description = (const u8*) 0x844b590, + .description = (const u8*) 0x844b452, .unusedDescription = (const u8*) 0x844b4b5, .pokemonScale = 560, .pokemonOffset = 21, @@ -3177,7 +3177,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _u, _s, _h, _i, _n, _g, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 5, .weight = 325, - .description = (const u8*) 0x844b5f4, + .description = (const u8*) 0x844b4b6, .unusedDescription = (const u8*) 0x844b52d, .pokemonScale = 321, .pokemonOffset = 5, @@ -3189,7 +3189,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _o, _r, _m, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 3, .weight = 36, - .description = (const u8*) 0x844b664, + .description = (const u8*) 0x844b52e, .unusedDescription = (const u8*) 0x844b59f, .pokemonScale = 711, .pokemonOffset = 22, @@ -3201,7 +3201,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _c, _o, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 100, - .description = (const u8*) 0x844b6d6, + .description = (const u8*) 0x844b5a0, .unusedDescription = (const u8*) 0x844b607, .pokemonScale = 431, .pokemonOffset = 19, @@ -3213,7 +3213,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _u, _t, _t, _e, _r, _f, _l, _y, _END, _SPACE, _SPACE}, .height = 10, .weight = 284, - .description = (const u8*) 0x844b74c, + .description = (const u8*) 0x844b608, .unusedDescription = (const u8*) 0x844b66e, .pokemonScale = 298, .pokemonOffset = 65535, @@ -3225,7 +3225,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _c, _o, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 115, - .description = (const u8*) 0x844b7b3, + .description = (const u8*) 0x844b66f, .unusedDescription = (const u8*) 0x844b6ce, .pokemonScale = 391, .pokemonOffset = 19, @@ -3237,7 +3237,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _o, _i, _s, _o, _n, _SPACE, _M, _o, _t, _h, _END}, .height = 12, .weight = 316, - .description = (const u8*) 0x844b814, + .description = (const u8*) 0x844b6cf, .unusedDescription = (const u8*) 0x844b73f, .pokemonScale = 269, .pokemonOffset = 1, @@ -3249,7 +3249,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _a, _t, _e, _r, _SPACE, _W, _e, _e, _d, _END, _SPACE}, .height = 5, .weight = 26, - .description = (const u8*) 0x844b885, + .description = (const u8*) 0x844b740, .unusedDescription = (const u8*) 0x844b7a8, .pokemonScale = 406, .pokemonOffset = 17, @@ -3261,7 +3261,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_J, _o, _l, _l, _y, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 325, - .description = (const u8*) 0x844b8ee, + .description = (const u8*) 0x844b7a9, .unusedDescription = (const u8*) 0x844b80f, .pokemonScale = 277, .pokemonOffset = 7, @@ -3273,7 +3273,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _a, _r, _e, _f, _r, _e, _e, _END, _SPACE, _SPACE, _SPACE}, .height = 15, .weight = 550, - .description = (const u8*) 0x844b965, + .description = (const u8*) 0x844b810, .unusedDescription = (const u8*) 0x844b876, .pokemonScale = 283, .pokemonOffset = 0, @@ -3285,7 +3285,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_A, _c, _o, _r, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 5, .weight = 40, - .description = (const u8*) 0x844b9bf, + .description = (const u8*) 0x844b877, .unusedDescription = (const u8*) 0x844b8ec, .pokemonScale = 472, .pokemonOffset = 20, @@ -3297,7 +3297,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _i, _l, _y, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 280, - .description = (const u8*) 0x844ba35, + .description = (const u8*) 0x844b8ed, .unusedDescription = (const u8*) 0x844b955, .pokemonScale = 299, .pokemonOffset = 8, @@ -3309,7 +3309,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _i, _c, _k, _e, _d, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 13, .weight = 596, - .description = (const u8*) 0x844ba9e, + .description = (const u8*) 0x844b956, .unusedDescription = (const u8*) 0x844b9bd, .pokemonScale = 290, .pokemonOffset = 2, @@ -3321,7 +3321,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _i, _n, _y, _s, _w, _a, _l, _l, _o, _w, _END}, .height = 3, .weight = 23, - .description = (const u8*) 0x844bb06, + .description = (const u8*) 0x844b9be, .unusedDescription = (const u8*) 0x844ba31, .pokemonScale = 465, .pokemonOffset = 20, @@ -3333,7 +3333,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _w, _a, _l, _l, _o, _w, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 198, - .description = (const u8*) 0x844bb6f, + .description = (const u8*) 0x844ba32, .unusedDescription = (const u8*) 0x844baa1, .pokemonScale = 428, .pokemonOffset = 13, @@ -3345,7 +3345,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _e, _a, _g, _u, _l, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 95, - .description = (const u8*) 0x844bbdf, + .description = (const u8*) 0x844baa2, .unusedDescription = (const u8*) 0x844bb09, .pokemonScale = 295, .pokemonOffset = 65534, @@ -3357,7 +3357,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _a, _t, _e, _r, _SPACE, _B, _i, _r, _d, _END, _SPACE}, .height = 12, .weight = 280, - .description = (const u8*) 0x844bc40, + .description = (const u8*) 0x844bb0a, .unusedDescription = (const u8*) 0x844bb75, .pokemonScale = 288, .pokemonOffset = 1, @@ -3369,7 +3369,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _e, _e, _l, _i, _n, _g, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 66, - .description = (const u8*) 0x844bcac, + .description = (const u8*) 0x844bb76, .unusedDescription = (const u8*) 0x844bbdf, .pokemonScale = 457, .pokemonOffset = 18, @@ -3381,7 +3381,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_E, _m, _o, _t, _i, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 202, - .description = (const u8*) 0x844bd0a, + .description = (const u8*) 0x844bbe0, .unusedDescription = (const u8*) 0x844bc3f, .pokemonScale = 354, .pokemonOffset = 10, @@ -3393,7 +3393,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_E, _m, _b, _r, _a, _c, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 16, .weight = 484, - .description = (const u8*) 0x844bd7b, + .description = (const u8*) 0x844bc40, .unusedDescription = (const u8*) 0x844bca6, .pokemonScale = 277, .pokemonOffset = 0, @@ -3405,7 +3405,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _o, _n, _d, _SPACE, _S, _k, _a, _t, _e, _r, _END}, .height = 5, .weight = 17, - .description = (const u8*) 0x844bdd7, + .description = (const u8*) 0x844bca7, .unusedDescription = (const u8*) 0x844bd05, .pokemonScale = 375, .pokemonOffset = 17, @@ -3417,7 +3417,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_E, _y, _e, _b, _a, _l, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 36, - .description = (const u8*) 0x844be36, + .description = (const u8*) 0x844bd06, .unusedDescription = (const u8*) 0x844bd7c, .pokemonScale = 378, .pokemonOffset = 65535, @@ -3429,7 +3429,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _u, _s, _h, _r, _o, _o, _m, _END, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 45, - .description = (const u8*) 0x844bead, + .description = (const u8*) 0x844bd7d, .unusedDescription = (const u8*) 0x844bdea, .pokemonScale = 513, .pokemonOffset = 20, @@ -3441,7 +3441,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _u, _s, _h, _r, _o, _o, _m, _END, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 392, - .description = (const u8*) 0x844bf1b, + .description = (const u8*) 0x844bdeb, .unusedDescription = (const u8*) 0x844be57, .pokemonScale = 324, .pokemonOffset = 6, @@ -3453,7 +3453,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _l, _a, _c, _k, _e, _r, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 240, - .description = (const u8*) 0x844bf88, + .description = (const u8*) 0x844be58, .unusedDescription = (const u8*) 0x844bebf, .pokemonScale = 291, .pokemonOffset = 16, @@ -3465,7 +3465,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _i, _l, _d, _SPACE, _M, _o, _n, _k, _e, _y, _END}, .height = 14, .weight = 465, - .description = (const u8*) 0x844bfe4, + .description = (const u8*) 0x844bec0, .unusedDescription = (const u8*) 0x844bf20, .pokemonScale = 301, .pokemonOffset = 1, @@ -3477,7 +3477,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _a, _z, _y, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 20, .weight = 1305, - .description = (const u8*) 0x844c048, + .description = (const u8*) 0x844bf21, .unusedDescription = (const u8*) 0x844bf9a, .pokemonScale = 277, .pokemonOffset = 5, @@ -3489,7 +3489,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _r, _a, _i, _n, _e, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 5, .weight = 55, - .description = (const u8*) 0x844c0c2, + .description = (const u8*) 0x844bf9b, .unusedDescription = (const u8*) 0x844bff9, .pokemonScale = 405, .pokemonOffset = 20, @@ -3501,7 +3501,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_N, _i, _n, _j, _a, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 120, - .description = (const u8*) 0x844c123, + .description = (const u8*) 0x844bffa, .unusedDescription = (const u8*) 0x844c05d, .pokemonScale = 383, .pokemonOffset = 65527, @@ -3513,7 +3513,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _h, _e, _d, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 12, - .description = (const u8*) 0x844c187, + .description = (const u8*) 0x844c05e, .unusedDescription = (const u8*) 0x844c0b2, .pokemonScale = 372, .pokemonOffset = 65528, @@ -3525,7 +3525,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _h, _i, _s, _p, _e, _r, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 163, - .description = (const u8*) 0x844c1dc, + .description = (const u8*) 0x844c0b3, .unusedDescription = (const u8*) 0x844c11c, .pokemonScale = 373, .pokemonOffset = 16, @@ -3537,7 +3537,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _i, _g, _SPACE, _V, _o, _i, _c, _e, _END, _SPACE, _SPACE}, .height = 10, .weight = 405, - .description = (const u8*) 0x844c246, + .description = (const u8*) 0x844c11d, .unusedDescription = (const u8*) 0x844c17d, .pokemonScale = 356, .pokemonOffset = 8, @@ -3549,7 +3549,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _o, _u, _d, _SPACE, _N, _o, _i, _s, _e, _END, _SPACE}, .height = 15, .weight = 840, - .description = (const u8*) 0x844c2a7, + .description = (const u8*) 0x844c17e, .unusedDescription = (const u8*) 0x844c1f4, .pokemonScale = 284, .pokemonOffset = 1, @@ -3561,7 +3561,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_G, _u, _t, _s, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 864, - .description = (const u8*) 0x844c31e, + .description = (const u8*) 0x844c1f5, .unusedDescription = (const u8*) 0x844c25d, .pokemonScale = 256, .pokemonOffset = 9, @@ -3573,7 +3573,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_A, _r, _m, _SPACE, _T, _h, _r, _u, _s, _t, _END, _SPACE}, .height = 23, .weight = 2538, - .description = (const u8*) 0x844c382, + .description = (const u8*) 0x844c25e, .unusedDescription = (const u8*) 0x844c2c1, .pokemonScale = 268, .pokemonOffset = 65535, @@ -3585,7 +3585,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _o, _l, _k, _a, _SPACE, _D, _o, _t, _END, _SPACE, _SPACE}, .height = 2, .weight = 20, - .description = (const u8*) 0x844c3e8, + .description = (const u8*) 0x844c2c2, .unusedDescription = (const u8*) 0x844c332, .pokemonScale = 603, .pokemonOffset = 21, @@ -3597,7 +3597,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _m, _p, _a, _s, _s, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 970, - .description = (const u8*) 0x844c459, + .description = (const u8*) 0x844c333, .unusedDescription = (const u8*) 0x844c38f, .pokemonScale = 256, .pokemonOffset = 9, @@ -3609,7 +3609,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_K, _i, _t, _t, _e, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 110, - .description = (const u8*) 0x844c4b6, + .description = (const u8*) 0x844c390, .unusedDescription = (const u8*) 0x844c400, .pokemonScale = 492, .pokemonOffset = 18, @@ -3621,7 +3621,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _r, _i, _m, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 11, .weight = 326, - .description = (const u8*) 0x844c527, + .description = (const u8*) 0x844c401, .unusedDescription = (const u8*) 0x844c468, .pokemonScale = 322, .pokemonOffset = 9, @@ -3633,7 +3633,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _a, _r, _k, _n, _e, _s, _s, _END, _SPACE, _SPACE, _SPACE}, .height = 5, .weight = 110, - .description = (const u8*) 0x844c58f, + .description = (const u8*) 0x844c469, .unusedDescription = (const u8*) 0x844c4c7, .pokemonScale = 451, .pokemonOffset = 15, @@ -3645,7 +3645,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _e, _c, _e, _i, _v, _e, _r, _END, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 115, - .description = (const u8*) 0x844c5e9, + .description = (const u8*) 0x844c4c8, .unusedDescription = (const u8*) 0x844c532, .pokemonScale = 466, .pokemonOffset = 15, @@ -3657,7 +3657,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_I, _r, _o, _n, _SPACE, _A, _r, _m, _o, _r, _END, _SPACE}, .height = 4, .weight = 600, - .description = (const u8*) 0x844c654, + .description = (const u8*) 0x844c533, .unusedDescription = (const u8*) 0x844c595, .pokemonScale = 419, .pokemonOffset = 21, @@ -3669,7 +3669,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_I, _r, _o, _n, _SPACE, _A, _r, _m, _o, _r, _END, _SPACE}, .height = 9, .weight = 1200, - .description = (const u8*) 0x844c6c6, + .description = (const u8*) 0x844c596, .unusedDescription = (const u8*) 0x844c5fc, .pokemonScale = 275, .pokemonOffset = 11, @@ -3681,7 +3681,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_I, _r, _o, _n, _SPACE, _A, _r, _m, _o, _r, _END, _SPACE}, .height = 21, .weight = 3600, - .description = (const u8*) 0x844c738, + .description = (const u8*) 0x844c5fd, .unusedDescription = (const u8*) 0x844c671, .pokemonScale = 274, .pokemonOffset = 65535, @@ -3693,7 +3693,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _e, _d, _i, _t, _a, _t, _e, _END, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 112, - .description = (const u8*) 0x844c7a1, + .description = (const u8*) 0x844c672, .unusedDescription = (const u8*) 0x844c6d6, .pokemonScale = 465, .pokemonOffset = 17, @@ -3705,7 +3705,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _e, _d, _i, _t, _a, _t, _e, _END, _SPACE, _SPACE, _SPACE}, .height = 13, .weight = 315, - .description = (const u8*) 0x844c7fe, + .description = (const u8*) 0x844c6d7, .unusedDescription = (const u8*) 0x844c740, .pokemonScale = 298, .pokemonOffset = 2, @@ -3717,7 +3717,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _i, _g, _h, _t, _n, _i, _n, _g, _END, _SPACE, _SPACE}, .height = 6, .weight = 152, - .description = (const u8*) 0x844c868, + .description = (const u8*) 0x844c741, .unusedDescription = (const u8*) 0x844c7a5, .pokemonScale = 290, .pokemonOffset = 16, @@ -3729,7 +3729,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _i, _s, _c, _h, _a, _r, _g, _e, _END, _SPACE, _SPACE}, .height = 15, .weight = 402, - .description = (const u8*) 0x844c8cd, + .description = (const u8*) 0x844c7a6, .unusedDescription = (const u8*) 0x844c80b, .pokemonScale = 256, .pokemonOffset = 1, @@ -3741,7 +3741,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _h, _e, _e, _r, _i, _n, _g, _END, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 42, - .description = (const u8*) 0x844c91e, + .description = (const u8*) 0x844c80c, .unusedDescription = (const u8*) 0x844c872, .pokemonScale = 515, .pokemonOffset = 65527, @@ -3753,7 +3753,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _h, _e, _e, _r, _i, _n, _g, _END, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 42, - .description = (const u8*) 0x844c98d, + .description = (const u8*) 0x844c873, .unusedDescription = (const u8*) 0x844c8d1, .pokemonScale = 512, .pokemonOffset = 65529, @@ -3765,7 +3765,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _i, _r, _e, _f, _l, _y, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 177, - .description = (const u8*) 0x844ca0a, + .description = (const u8*) 0x844c8d2, .unusedDescription = (const u8*) 0x844c931, .pokemonScale = 442, .pokemonOffset = 65532, @@ -3777,7 +3777,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _i, _r, _e, _f, _l, _y, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 177, - .description = (const u8*) 0x844ca76, + .description = (const u8*) 0x844c932, .unusedDescription = (const u8*) 0x844c99b, .pokemonScale = 572, .pokemonOffset = 65532, @@ -3789,7 +3789,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _h, _o, _r, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 3, .weight = 20, - .description = (const u8*) 0x844cae0, + .description = (const u8*) 0x844c99c, .unusedDescription = (const u8*) 0x844ca02, .pokemonScale = 677, .pokemonOffset = 20, @@ -3801,7 +3801,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _t, _o, _m, _a, _c, _h, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 103, - .description = (const u8*) 0x844cb42, + .description = (const u8*) 0x844ca03, .unusedDescription = (const u8*) 0x844ca6c, .pokemonScale = 593, .pokemonOffset = 22, @@ -3813,7 +3813,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _o, _i, _s, _o, _n, _SPACE, _B, _a, _g, _END, _SPACE}, .height = 17, .weight = 800, - .description = (const u8*) 0x844cbac, + .description = (const u8*) 0x844ca6d, .unusedDescription = (const u8*) 0x844cad5, .pokemonScale = 256, .pokemonOffset = 5, @@ -3825,7 +3825,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _a, _v, _a, _g, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 208, - .description = (const u8*) 0x844cc15, + .description = (const u8*) 0x844cad6, .unusedDescription = (const u8*) 0x844cb32, .pokemonScale = 362, .pokemonOffset = 0, @@ -3837,7 +3837,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _r, _u, _t, _a, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 18, .weight = 888, - .description = (const u8*) 0x844cc77, + .description = (const u8*) 0x844cb33, .unusedDescription = (const u8*) 0x844cb9c, .pokemonScale = 265, .pokemonOffset = 0, @@ -3849,7 +3849,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _l, _l, _SPACE, _W, _h, _a, _l, _e, _END, _SPACE}, .height = 20, .weight = 1300, - .description = (const u8*) 0x844cce1, + .description = (const u8*) 0x844cb9d, .unusedDescription = (const u8*) 0x844cbff, .pokemonScale = 256, .pokemonOffset = 10, @@ -3861,7 +3861,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _l, _o, _a, _t, _SPACE, _W, _h, _a, _l, _e, _END}, .height = 145, .weight = 3980, - .description = (const u8*) 0x844cd50, + .description = (const u8*) 0x844cc00, .unusedDescription = (const u8*) 0x844cc5d, .pokemonScale = 276, .pokemonOffset = 65535, @@ -3873,7 +3873,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_N, _u, _m, _b, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 240, - .description = (const u8*) 0x844cdbc, + .description = (const u8*) 0x844cc5e, .unusedDescription = (const u8*) 0x844ccba, .pokemonScale = 310, .pokemonOffset = 14, @@ -3885,7 +3885,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_E, _r, _u, _p, _t, _i, _o, _n, _END, _SPACE, _SPACE, _SPACE}, .height = 19, .weight = 2200, - .description = (const u8*) 0x844ce34, + .description = (const u8*) 0x844ccbb, .unusedDescription = (const u8*) 0x844cd25, .pokemonScale = 256, .pokemonOffset = 6, @@ -3897,7 +3897,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _a, _l, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 5, .weight = 804, - .description = (const u8*) 0x844ce9f, + .description = (const u8*) 0x844cd26, .unusedDescription = (const u8*) 0x844cd8c, .pokemonScale = 392, .pokemonOffset = 9, @@ -3909,7 +3909,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _o, _u, _n, _c, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 306, - .description = (const u8*) 0x844cefc, + .description = (const u8*) 0x844cd8d, .unusedDescription = (const u8*) 0x844cdf4, .pokemonScale = 423, .pokemonOffset = 15, @@ -3921,7 +3921,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _a, _n, _i, _p, _u, _l, _a, _t, _e, _END, _SPACE}, .height = 9, .weight = 715, - .description = (const u8*) 0x844cf5a, + .description = (const u8*) 0x844cdf5, .unusedDescription = (const u8*) 0x844ce61, .pokemonScale = 358, .pokemonOffset = 9, @@ -3933,7 +3933,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _p, _o, _t, _SPACE, _P, _a, _n, _d, _a, _END, _SPACE}, .height = 11, .weight = 50, - .description = (const u8*) 0x844cfc7, + .description = (const u8*) 0x844ce62, .unusedDescription = (const u8*) 0x844cec2, .pokemonScale = 321, .pokemonOffset = 9, @@ -3945,7 +3945,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_A, _n, _t, _SPACE, _P, _i, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 150, - .description = (const u8*) 0x844d028, + .description = (const u8*) 0x844cec3, .unusedDescription = (const u8*) 0x844cf26, .pokemonScale = 298, .pokemonOffset = 15, @@ -3957,7 +3957,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_V, _i, _b, _r, _a, _t, _i, _o, _n, _END, _SPACE, _SPACE}, .height = 11, .weight = 153, - .description = (const u8*) 0x844d087, + .description = (const u8*) 0x844cf27, .unusedDescription = (const u8*) 0x844cf83, .pokemonScale = 370, .pokemonOffset = 15, @@ -3969,7 +3969,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _y, _s, _t, _i, _c, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 20, .weight = 820, - .description = (const u8*) 0x844d101, + .description = (const u8*) 0x844cf84, .unusedDescription = (const u8*) 0x844cfe4, .pokemonScale = 280, .pokemonOffset = 0, @@ -3981,7 +3981,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _a, _c, _t, _u, _s, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 513, - .description = (const u8*) 0x844d162, + .description = (const u8*) 0x844cfe5, .unusedDescription = (const u8*) 0x844d04c, .pokemonScale = 455, .pokemonOffset = 19, @@ -3993,7 +3993,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _c, _a, _r, _e, _c, _r, _o, _w, _END, _SPACE, _SPACE}, .height = 13, .weight = 774, - .description = (const u8*) 0x844d1ca, + .description = (const u8*) 0x844d04d, .unusedDescription = (const u8*) 0x844d0a4, .pokemonScale = 327, .pokemonOffset = 3, @@ -4005,7 +4005,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _t, _t, _o, _n, _SPACE, _B, _i, _r, _d, _END}, .height = 4, .weight = 12, - .description = (const u8*) 0x844d234, + .description = (const u8*) 0x844d0a5, .unusedDescription = (const u8*) 0x844d0f9, .pokemonScale = 422, .pokemonOffset = 65528, @@ -4017,7 +4017,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_H, _u, _m, _m, _i, _n, _g, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 11, .weight = 206, - .description = (const u8*) 0x844d298, + .description = (const u8*) 0x844d0fa, .unusedDescription = (const u8*) 0x844d15a, .pokemonScale = 327, .pokemonOffset = 0, @@ -4029,7 +4029,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _a, _t, _SPACE, _F, _e, _r, _r, _e, _t, _END, _SPACE}, .height = 13, .weight = 403, - .description = (const u8*) 0x844d300, + .description = (const u8*) 0x844d15b, .unusedDescription = (const u8*) 0x844d1cf, .pokemonScale = 256, .pokemonOffset = 2, @@ -4041,7 +4041,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _a, _n, _g, _SPACE, _S, _n, _a, _k, _e, _END, _SPACE}, .height = 27, .weight = 525, - .description = (const u8*) 0x844d375, + .description = (const u8*) 0x844d1d0, .unusedDescription = (const u8*) 0x844d237, .pokemonScale = 275, .pokemonOffset = 6, @@ -4053,7 +4053,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _e, _t, _e, _o, _r, _i, _t, _e, _END, _SPACE, _SPACE}, .height = 10, .weight = 1680, - .description = (const u8*) 0x844d3e8, + .description = (const u8*) 0x844d238, .unusedDescription = (const u8*) 0x844d2a8, .pokemonScale = 300, .pokemonOffset = 1, @@ -4065,7 +4065,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _e, _t, _e, _o, _r, _i, _t, _e, _END, _SPACE, _SPACE}, .height = 12, .weight = 1540, - .description = (const u8*) 0x844d459, + .description = (const u8*) 0x844d2a9, .unusedDescription = (const u8*) 0x844d30f, .pokemonScale = 328, .pokemonOffset = 65533, @@ -4077,7 +4077,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _h, _i, _s, _k, _e, _r, _s, _END, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 19, - .description = (const u8*) 0x844d4c0, + .description = (const u8*) 0x844d310, .unusedDescription = (const u8*) 0x844d367, .pokemonScale = 581, .pokemonOffset = 65534, @@ -4089,7 +4089,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _h, _i, _s, _k, _e, _r, _s, _END, _SPACE, _SPACE, _SPACE}, .height = 9, .weight = 236, - .description = (const u8*) 0x844d517, + .description = (const u8*) 0x844d368, .unusedDescription = (const u8*) 0x844d3cc, .pokemonScale = 317, .pokemonOffset = 1, @@ -4101,7 +4101,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _u, _f, _f, _i, _a, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 115, - .description = (const u8*) 0x844d581, + .description = (const u8*) 0x844d3cd, .unusedDescription = (const u8*) 0x844d434, .pokemonScale = 484, .pokemonOffset = 18, @@ -4113,7 +4113,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _o, _g, _u, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 11, .weight = 328, - .description = (const u8*) 0x844d5ee, + .description = (const u8*) 0x844d435, .unusedDescription = (const u8*) 0x844d4a7, .pokemonScale = 365, .pokemonOffset = 7, @@ -4125,7 +4125,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _l, _a, _y, _SPACE, _D, _o, _l, _l, _END, _SPACE, _SPACE}, .height = 5, .weight = 215, - .description = (const u8*) 0x844d64e, + .description = (const u8*) 0x844d4a8, .unusedDescription = (const u8*) 0x844d518, .pokemonScale = 384, .pokemonOffset = 18, @@ -4137,7 +4137,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _l, _a, _y, _SPACE, _D, _o, _l, _l, _END, _SPACE, _SPACE}, .height = 15, .weight = 1080, - .description = (const u8*) 0x844d6be, + .description = (const u8*) 0x844d519, .unusedDescription = (const u8*) 0x844d585, .pokemonScale = 256, .pokemonOffset = 3, @@ -4149,7 +4149,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _e, _a, _SPACE, _L, _i, _l, _y, _END, _SPACE, _SPACE, _SPACE}, .height = 10, .weight = 238, - .description = (const u8*) 0x844d72b, + .description = (const u8*) 0x844d586, .unusedDescription = (const u8*) 0x844d5f3, .pokemonScale = 305, .pokemonOffset = 8, @@ -4161,7 +4161,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _r, _n, _a, _c, _l, _e, _END, _SPACE, _SPACE, _SPACE}, .height = 15, .weight = 604, - .description = (const u8*) 0x844d799, + .description = (const u8*) 0x844d5f4, .unusedDescription = (const u8*) 0x844d657, .pokemonScale = 275, .pokemonOffset = 65535, @@ -4173,7 +4173,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_O, _l, _d, _SPACE, _S, _h, _r, _i, _m, _p, _END, _SPACE}, .height = 7, .weight = 125, - .description = (const u8*) 0x844d7ff, + .description = (const u8*) 0x844d658, .unusedDescription = (const u8*) 0x844d6b8, .pokemonScale = 296, .pokemonOffset = 4, @@ -4185,7 +4185,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _l, _a, _t, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 15, .weight = 682, - .description = (const u8*) 0x844d872, + .description = (const u8*) 0x844d6b9, .unusedDescription = (const u8*) 0x844d724, .pokemonScale = 312, .pokemonOffset = 2, @@ -4197,7 +4197,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _i, _s, _h, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 74, - .description = (const u8*) 0x844d8cf, + .description = (const u8*) 0x844d725, .unusedDescription = (const u8*) 0x844d78d, .pokemonScale = 423, .pokemonOffset = 3, @@ -4209,7 +4209,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_T, _e, _n, _d, _e, _r, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 62, .weight = 1620, - .description = (const u8*) 0x844d938, + .description = (const u8*) 0x844d78e, .unusedDescription = (const u8*) 0x844d7f2, .pokemonScale = 282, .pokemonOffset = 65535, @@ -4221,7 +4221,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _e, _a, _t, _h, _e, _r, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 3, .weight = 8, - .description = (const u8*) 0x844d99c, + .description = (const u8*) 0x844d7f3, .unusedDescription = (const u8*) 0x844d85d, .pokemonScale = 435, .pokemonOffset = 65531, @@ -4233,7 +4233,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _l, _o, _r, _SPACE, _S, _w, _a, _p, _END, _SPACE}, .height = 10, .weight = 220, - .description = (const u8*) 0x844da07, + .description = (const u8*) 0x844d85e, .unusedDescription = (const u8*) 0x844d8c4, .pokemonScale = 316, .pokemonOffset = 8, @@ -4245,7 +4245,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_P, _u, _p, _p, _e, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 23, - .description = (const u8*) 0x844da6e, + .description = (const u8*) 0x844d8c5, .unusedDescription = (const u8*) 0x844d929, .pokemonScale = 440, .pokemonOffset = 65533, @@ -4257,7 +4257,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_M, _a, _r, _i, _o, _n, _e, _t, _t, _e, _END, _SPACE}, .height = 11, .weight = 125, - .description = (const u8*) 0x844dad3, + .description = (const u8*) 0x844d92a, .unusedDescription = (const u8*) 0x844d991, .pokemonScale = 262, .pokemonOffset = 9, @@ -4269,7 +4269,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _e, _q, _u, _i, _e, _m, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 150, - .description = (const u8*) 0x844db40, + .description = (const u8*) 0x844d992, .unusedDescription = (const u8*) 0x844d9f6, .pokemonScale = 376, .pokemonOffset = 13, @@ -4281,7 +4281,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _e, _c, _k, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 16, .weight = 306, - .description = (const u8*) 0x844dba9, + .description = (const u8*) 0x844d9f7, .unusedDescription = (const u8*) 0x844da60, .pokemonScale = 256, .pokemonOffset = 2, @@ -4293,7 +4293,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _r, _u, _i, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 20, .weight = 1000, - .description = (const u8*) 0x844dc13, + .description = (const u8*) 0x844da61, .unusedDescription = (const u8*) 0x844dace, .pokemonScale = 283, .pokemonOffset = 65535, @@ -4305,7 +4305,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _i, _n, _d, _SPACE, _C, _h, _i, _m, _e, _END, _SPACE}, .height = 6, .weight = 10, - .description = (const u8*) 0x844dc81, + .description = (const u8*) 0x844dacf, .unusedDescription = (const u8*) 0x844db34, .pokemonScale = 505, .pokemonOffset = 65532, @@ -4317,7 +4317,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _i, _s, _a, _s, _t, _e, _r, _END, _SPACE, _SPACE, _SPACE}, .height = 12, .weight = 470, - .description = (const u8*) 0x844dcf2, + .description = (const u8*) 0x844db35, .unusedDescription = (const u8*) 0x844db9e, .pokemonScale = 301, .pokemonOffset = 1, @@ -4329,7 +4329,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _r, _i, _g, _h, _t, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 6, .weight = 140, - .description = (const u8*) 0x844dd5c, + .description = (const u8*) 0x844db9f, .unusedDescription = (const u8*) 0x844dbfc, .pokemonScale = 453, .pokemonOffset = 17, @@ -4341,7 +4341,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _n, _o, _w, _SPACE, _H, _a, _t, _END, _SPACE, _SPACE, _SPACE}, .height = 7, .weight = 168, - .description = (const u8*) 0x844ddb7, + .description = (const u8*) 0x844dbfd, .unusedDescription = (const u8*) 0x844dc57, .pokemonScale = 380, .pokemonOffset = 14, @@ -4353,7 +4353,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_F, _a, _c, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 15, .weight = 2565, - .description = (const u8*) 0x844de29, + .description = (const u8*) 0x844dc58, .unusedDescription = (const u8*) 0x844dcc2, .pokemonScale = 256, .pokemonOffset = 3, @@ -4365,7 +4365,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _l, _a, _p, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 8, .weight = 395, - .description = (const u8*) 0x844de94, + .description = (const u8*) 0x844dcc3, .unusedDescription = (const u8*) 0x844dd27, .pokemonScale = 315, .pokemonOffset = 15, @@ -4377,7 +4377,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _a, _l, _l, _SPACE, _R, _o, _l, _l, _END, _SPACE, _SPACE}, .height = 11, .weight = 876, - .description = (const u8*) 0x844def7, + .description = (const u8*) 0x844dd28, .unusedDescription = (const u8*) 0x844dd91, .pokemonScale = 338, .pokemonOffset = 12, @@ -4389,7 +4389,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_I, _c, _e, _SPACE, _B, _r, _e, _a, _k, _END, _SPACE, _SPACE}, .height = 14, .weight = 1506, - .description = (const u8*) 0x844df61, + .description = (const u8*) 0x844dd92, .unusedDescription = (const u8*) 0x844ddfa, .pokemonScale = 305, .pokemonOffset = 2, @@ -4401,7 +4401,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_B, _i, _v, _a, _l, _v, _e, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 4, .weight = 525, - .description = (const u8*) 0x844dfd3, + .description = (const u8*) 0x844ddfb, .unusedDescription = (const u8*) 0x844de54, .pokemonScale = 691, .pokemonOffset = 22, @@ -4413,7 +4413,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _e, _e, _p, _SPACE, _S, _e, _a, _END, _SPACE, _SPACE, _SPACE}, .height = 17, .weight = 270, - .description = (const u8*) 0x844e029, + .description = (const u8*) 0x844de55, .unusedDescription = (const u8*) 0x844dec6, .pokemonScale = 307, .pokemonOffset = 1, @@ -4425,7 +4425,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _o, _u, _t, _h, _SPACE, _S, _e, _a, _END, _SPACE, _SPACE}, .height = 18, .weight = 226, - .description = (const u8*) 0x844e09b, + .description = (const u8*) 0x844dec7, .unusedDescription = (const u8*) 0x844df34, .pokemonScale = 278, .pokemonOffset = 5, @@ -4437,7 +4437,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_L, _o, _n, _g, _e, _v, _i, _t, _y, _END, _SPACE, _SPACE}, .height = 10, .weight = 234, - .description = (const u8*) 0x844e109, + .description = (const u8*) 0x844df35, .unusedDescription = (const u8*) 0x844df9c, .pokemonScale = 316, .pokemonOffset = 5, @@ -4449,7 +4449,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _e, _n, _d, _e, _z, _v, _o, _u, _s, _END, _SPACE}, .height = 6, .weight = 87, - .description = (const u8*) 0x844e16c, + .description = (const u8*) 0x844df9d, .unusedDescription = (const u8*) 0x844dfff, .pokemonScale = 371, .pokemonOffset = 2, @@ -4461,7 +4461,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _o, _c, _k, _SPACE, _H, _e, _a, _d, _END, _SPACE, _SPACE}, .height = 6, .weight = 421, - .description = (const u8*) 0x844e1cf, + .description = (const u8*) 0x844e000, .unusedDescription = (const u8*) 0x844e062, .pokemonScale = 448, .pokemonOffset = 17, @@ -4473,7 +4473,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_E, _n, _d, _u, _r, _a, _n, _c, _e, _END, _SPACE, _SPACE}, .height = 11, .weight = 1105, - .description = (const u8*) 0x844e22e, + .description = (const u8*) 0x844e063, .unusedDescription = (const u8*) 0x844e0da, .pokemonScale = 311, .pokemonOffset = 10, @@ -4485,7 +4485,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _r, _a, _g, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 15, .weight = 1026, - .description = (const u8*) 0x844e2a6, + .description = (const u8*) 0x844e0db, .unusedDescription = (const u8*) 0x844e13d, .pokemonScale = 272, .pokemonOffset = 2, @@ -4497,7 +4497,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_I, _r, _o, _n, _SPACE, _B, _a, _l, _l, _END, _SPACE, _SPACE}, .height = 6, .weight = 952, - .description = (const u8*) 0x844e309, + .description = (const u8*) 0x844e13e, .unusedDescription = (const u8*) 0x844e198, .pokemonScale = 414, .pokemonOffset = 65535, @@ -4509,7 +4509,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_I, _r, _o, _n, _SPACE, _C, _l, _a, _w, _END, _SPACE, _SPACE}, .height = 12, .weight = 2025, - .description = (const u8*) 0x844e364, + .description = (const u8*) 0x844e199, .unusedDescription = (const u8*) 0x844e1f0, .pokemonScale = 256, .pokemonOffset = 3, @@ -4521,7 +4521,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_I, _r, _o, _n, _SPACE, _L, _e, _g, _END, _SPACE, _SPACE, _SPACE}, .height = 16, .weight = 5500, - .description = (const u8*) 0x844e3d2, + .description = (const u8*) 0x844e1f1, .unusedDescription = (const u8*) 0x844e25c, .pokemonScale = 272, .pokemonOffset = 3, @@ -4533,7 +4533,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_R, _o, _c, _k, _SPACE, _P, _e, _a, _k, _END, _SPACE, _SPACE}, .height = 17, .weight = 2300, - .description = (const u8*) 0x844e432, + .description = (const u8*) 0x844e25d, .unusedDescription = (const u8*) 0x844e2cb, .pokemonScale = 256, .pokemonOffset = 1, @@ -4545,7 +4545,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_I, _c, _e, _b, _e, _r, _g, _END, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 18, .weight = 1750, - .description = (const u8*) 0x844e4a1, + .description = (const u8*) 0x844e2cc, .unusedDescription = (const u8*) 0x844e333, .pokemonScale = 265, .pokemonOffset = 0, @@ -4557,7 +4557,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_I, _r, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 19, .weight = 2050, - .description = (const u8*) 0x844e503, + .description = (const u8*) 0x844e334, .unusedDescription = (const u8*) 0x844e3a4, .pokemonScale = 256, .pokemonOffset = 0, @@ -4569,7 +4569,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_E, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 14, .weight = 400, - .description = (const u8*) 0x844e574, + .description = (const u8*) 0x844e3a5, .unusedDescription = (const u8*) 0x844e405, .pokemonScale = 291, .pokemonOffset = 2, @@ -4581,7 +4581,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_E, _o, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 20, .weight = 600, - .description = (const u8*) 0x844e5e2, + .description = (const u8*) 0x844e406, .unusedDescription = (const u8*) 0x844e476, .pokemonScale = 273, .pokemonOffset = 0, @@ -4593,7 +4593,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _e, _a, _SPACE, _B, _a, _s, _i, _n, _END, _SPACE, _SPACE}, .height = 45, .weight = 3520, - .description = (const u8*) 0x844e653, + .description = (const u8*) 0x844e477, .unusedDescription = (const u8*) 0x844e4dc, .pokemonScale = 272, .pokemonOffset = 1, @@ -4605,7 +4605,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_C, _o, _n, _t, _i, _n, _e, _n, _t, _END, _SPACE, _SPACE}, .height = 35, .weight = 9500, - .description = (const u8*) 0x844e6be, + .description = (const u8*) 0x844e4dd, .unusedDescription = (const u8*) 0x844e534, .pokemonScale = 276, .pokemonOffset = 0, @@ -4617,7 +4617,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_S, _k, _y, _SPACE, _H, _i, _g, _h, _END, _SPACE, _SPACE, _SPACE}, .height = 70, .weight = 2065, - .description = (const u8*) 0x844e71c, + .description = (const u8*) 0x844e535, .unusedDescription = (const u8*) 0x844e593, .pokemonScale = 286, .pokemonOffset = 65535, @@ -4629,7 +4629,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_W, _i, _s, _h, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 3, .weight = 11, - .description = (const u8*) 0x844e785, + .description = (const u8*) 0x844e594, .unusedDescription = (const u8*) 0x844e5f4, .pokemonScale = 608, .pokemonOffset = 65528, @@ -4641,7 +4641,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] = .categoryName = {_D, _N, _A, _END, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE, _SPACE}, .height = 17, .weight = 608, - .description = (const u8*) 0x844e7e6, + .description = (const u8*) 0x844e5f5, .unusedDescription = (const u8*) 0x844e65c, .pokemonScale = 293, .pokemonOffset = 0, diff --git a/src/Pokedex_Orders.c b/src/Pokedex_Orders.c index b35076b..9b207d9 100644 --- a/src/Pokedex_Orders.c +++ b/src/Pokedex_Orders.c @@ -3,157 +3,482 @@ const u16 gPokedexOrder_Regional[] = { - NATIONAL_DEX_BULBASAUR, - NATIONAL_DEX_IVYSAUR, - NATIONAL_DEX_VENUSAUR, - NATIONAL_DEX_CHARMANDER, - NATIONAL_DEX_CHARMELEON, - NATIONAL_DEX_CHARIZARD, - NATIONAL_DEX_SQUIRTLE, - NATIONAL_DEX_WARTORTLE, - NATIONAL_DEX_BLASTOISE, - NATIONAL_DEX_CATERPIE, - NATIONAL_DEX_METAPOD, - NATIONAL_DEX_BUTTERFREE, - NATIONAL_DEX_WEEDLE, - NATIONAL_DEX_KAKUNA, - NATIONAL_DEX_BEEDRILL, - NATIONAL_DEX_PIDGEY, - NATIONAL_DEX_PIDGEOTTO, - NATIONAL_DEX_PIDGEOT, - NATIONAL_DEX_RATTATA, - NATIONAL_DEX_RATICATE, - NATIONAL_DEX_SPEAROW, - NATIONAL_DEX_FEAROW, - NATIONAL_DEX_EKANS, - NATIONAL_DEX_ARBOK, - NATIONAL_DEX_PIKACHU, - NATIONAL_DEX_RAICHU, - NATIONAL_DEX_SANDSHREW, - NATIONAL_DEX_SANDSLASH, - NATIONAL_DEX_NIDORAN_F, - NATIONAL_DEX_NIDORINA, - NATIONAL_DEX_NIDOQUEEN, - NATIONAL_DEX_NIDORAN_M, - NATIONAL_DEX_NIDORINO, - NATIONAL_DEX_NIDOKING, - NATIONAL_DEX_CLEFAIRY, - NATIONAL_DEX_CLEFABLE, - NATIONAL_DEX_VULPIX, - NATIONAL_DEX_NINETALES, - NATIONAL_DEX_JIGGLYPUFF, - NATIONAL_DEX_WIGGLYTUFF, - NATIONAL_DEX_ZUBAT, - NATIONAL_DEX_GOLBAT, - NATIONAL_DEX_ODDISH, - NATIONAL_DEX_GLOOM, - NATIONAL_DEX_VILEPLUME, - NATIONAL_DEX_PARAS, - NATIONAL_DEX_PARASECT, - NATIONAL_DEX_VENONAT, - NATIONAL_DEX_VENOMOTH, - NATIONAL_DEX_DIGLETT, - NATIONAL_DEX_DUGTRIO, - NATIONAL_DEX_MEOWTH, - NATIONAL_DEX_PERSIAN, - NATIONAL_DEX_PSYDUCK, - NATIONAL_DEX_GOLDUCK, - NATIONAL_DEX_MANKEY, - NATIONAL_DEX_PRIMEAPE, - NATIONAL_DEX_GROWLITHE, - NATIONAL_DEX_ARCANINE, - NATIONAL_DEX_POLIWAG, - NATIONAL_DEX_POLIWHIRL, - NATIONAL_DEX_POLIWRATH, - NATIONAL_DEX_ABRA, - NATIONAL_DEX_KADABRA, - NATIONAL_DEX_ALAKAZAM, - NATIONAL_DEX_MACHOP, - NATIONAL_DEX_MACHOKE, - NATIONAL_DEX_MACHAMP, - NATIONAL_DEX_BELLSPROUT, - NATIONAL_DEX_WEEPINBELL, - NATIONAL_DEX_VICTREEBEL, - NATIONAL_DEX_TENTACOOL, - NATIONAL_DEX_TENTACRUEL, - NATIONAL_DEX_GEODUDE, - NATIONAL_DEX_GRAVELER, - NATIONAL_DEX_GOLEM, - NATIONAL_DEX_PONYTA, - NATIONAL_DEX_RAPIDASH, - NATIONAL_DEX_SLOWPOKE, - NATIONAL_DEX_SLOWBRO, - NATIONAL_DEX_MAGNEMITE, - NATIONAL_DEX_MAGNETON, - NATIONAL_DEX_FARFETCHD, - NATIONAL_DEX_DODUO, - NATIONAL_DEX_DODRIO, - NATIONAL_DEX_SEEL, - NATIONAL_DEX_DEWGONG, - NATIONAL_DEX_GRIMER, - NATIONAL_DEX_MUK, - NATIONAL_DEX_SHELLDER, - NATIONAL_DEX_CLOYSTER, - NATIONAL_DEX_GASTLY, - NATIONAL_DEX_HAUNTER, - NATIONAL_DEX_GENGAR, - NATIONAL_DEX_ONIX, - NATIONAL_DEX_DROWZEE, - NATIONAL_DEX_HYPNO, - NATIONAL_DEX_KRABBY, - NATIONAL_DEX_KINGLER, - NATIONAL_DEX_VOLTORB, - NATIONAL_DEX_ELECTRODE, - NATIONAL_DEX_EXEGGCUTE, - NATIONAL_DEX_EXEGGUTOR, - NATIONAL_DEX_CUBONE, - NATIONAL_DEX_MAROWAK, - NATIONAL_DEX_HITMONLEE, - NATIONAL_DEX_HITMONCHAN, - NATIONAL_DEX_LICKITUNG, - NATIONAL_DEX_KOFFING, - NATIONAL_DEX_WEEZING, - NATIONAL_DEX_RHYHORN, - NATIONAL_DEX_RHYDON, - NATIONAL_DEX_CHANSEY, - NATIONAL_DEX_TANGELA, - NATIONAL_DEX_KANGASKHAN, - NATIONAL_DEX_HORSEA, - NATIONAL_DEX_SEADRA, - NATIONAL_DEX_GOLDEEN, - NATIONAL_DEX_SEAKING, - NATIONAL_DEX_STARYU, - NATIONAL_DEX_STARMIE, - NATIONAL_DEX_MR_MIME, - NATIONAL_DEX_SCYTHER, - NATIONAL_DEX_JYNX, - NATIONAL_DEX_ELECTABUZZ, - NATIONAL_DEX_MAGMAR, - NATIONAL_DEX_PINSIR, - NATIONAL_DEX_TAUROS, - NATIONAL_DEX_MAGIKARP, - NATIONAL_DEX_GYARADOS, - NATIONAL_DEX_LAPRAS, - NATIONAL_DEX_DITTO, - NATIONAL_DEX_EEVEE, - NATIONAL_DEX_VAPOREON, - NATIONAL_DEX_JOLTEON, - NATIONAL_DEX_FLAREON, - NATIONAL_DEX_PORYGON, - NATIONAL_DEX_OMANYTE, - NATIONAL_DEX_OMASTAR, - NATIONAL_DEX_KABUTO, - NATIONAL_DEX_KABUTOPS, - NATIONAL_DEX_AERODACTYL, - NATIONAL_DEX_SNORLAX, - NATIONAL_DEX_ARTICUNO, - NATIONAL_DEX_ZAPDOS, - NATIONAL_DEX_MOLTRES, - NATIONAL_DEX_DRATINI, - NATIONAL_DEX_DRAGONAIR, - NATIONAL_DEX_DRAGONITE, - NATIONAL_DEX_MEWTWO, - NATIONAL_DEX_MEW, + SPECIES_SNORUNT, + SPECIES_GLALIE, + SPECIES_FROSLASS, + SPECIES_VANILLITE, + SPECIES_VANILLISH, + SPECIES_VANILLUXE, + SPECIES_DELIBIRD, + SPECIES_MINIOR_SHIELD, + SPECIES_SNEASEL, + SPECIES_WEAVILE, + SPECIES_ZUBAT, + SPECIES_GOLBAT, + SPECIES_CROBAT, + SPECIES_MAKUHITA, + SPECIES_HARIYAMA, + SPECIES_SPHEAL, + SPECIES_SEALEO, + SPECIES_WALREIN, + SPECIES_SMOOCHUM, + SPECIES_JYNX, + SPECIES_ROGGENROLA, + SPECIES_BOLDORE, + SPECIES_GIGALITH, + SPECIES_SWINUB, + SPECIES_PILOSWINE, + SPECIES_MAMOSWINE, + SPECIES_BERGMITE, + SPECIES_AVALUGG, + SPECIES_DRILBUR, + SPECIES_EXCADRILL, + SPECIES_MAWILE, + SPECIES_SANDSHREW_A, + SPECIES_SANDSLASH_A, + SPECIES_STARLY, + SPECIES_STARAVIA, + SPECIES_STARAPTOR, + SPECIES_HOOTHOOT, + SPECIES_NOCTOWL, + SPECIES_PATRAT, + SPECIES_WATCHOG, + SPECIES_RATTATA, + SPECIES_RATICATE, + SPECIES_BUDEW, + SPECIES_ROSELIA, + SPECIES_ROSERADE, + SPECIES_SWABLU, + SPECIES_ALTARIA, + SPECIES_ELECTRIKE, + SPECIES_MANECTRIC, + SPECIES_AZURILL, + SPECIES_MARILL, + SPECIES_AZUMARILL, + SPECIES_STUFFUL, + SPECIES_BEWEAR, + SPECIES_SCRAGGY, + SPECIES_SCRAFTY, + SPECIES_RIOLU, + SPECIES_LUCARIO, + SPECIES_POOCHYENA, + SPECIES_MIGHTYENA, + SPECIES_WINGULL, + SPECIES_PELIPPER, + SPECIES_SENTRET, + SPECIES_FURRET, + SPECIES_BIDOOF, + SPECIES_BIBAREL, + SPECIES_BUIZEL, + SPECIES_FLOATZEL, + SPECIES_SHELLOS, + SPECIES_GASTRODON, + SPECIES_DEWPIDER, + SPECIES_ARAQUANID, + SPECIES_SURSKIT, + SPECIES_MASQUERAIN, + SPECIES_KRABBY, + SPECIES_KINGLER, + SPECIES_BURMY, + SPECIES_WORMADAM, + SPECIES_MOTHIM, + SPECIES_FLABEBE, + SPECIES_FLOETTE, + SPECIES_FLORGES, + SPECIES_CUTIEFLY, + SPECIES_RIBOMBEE, + SPECIES_ORICORIO, + SPECIES_PANSAGE, + SPECIES_SIMISAGE, + SPECIES_PANSEAR, + SPECIES_SIMISEAR, + SPECIES_PANPOUR, + SPECIES_SIMIPOUR, + SPECIES_COMBEE, + SPECIES_VESPIQUEN, + SPECIES_COMFEY, + SPECIES_CHERUBI, + SPECIES_CHERRIM, + SPECIES_CATERPIE, + SPECIES_METAPOD, + SPECIES_BUTTERFREE, + SPECIES_WEEDLE, + SPECIES_KAKUNA, + SPECIES_BEEDRILL, + SPECIES_SEEDOT, + SPECIES_NUZLEAF, + SPECIES_SHIFTRY, + SPECIES_PUMPKABOO, + SPECIES_GOURGEIST, + SPECIES_GASTLY, + SPECIES_HAUNTER, + SPECIES_GENGAR, + SPECIES_SHUPPET, + SPECIES_BANETTE, + SPECIES_DUSKULL, + SPECIES_DUSCLOPS, + SPECIES_DUSKNOIR, + SPECIES_PHANTUMP, + SPECIES_TREVENANT, + SPECIES_NINCADA, + SPECIES_NINJASK, + SPECIES_SHEDINJA, + SPECIES_PIKIPEK, + SPECIES_TRUMBEAK, + SPECIES_TOUCANNON, + SPECIES_LILLIPUP, + SPECIES_HERDIER, + SPECIES_STOUTLAND, + SPECIES_EKANS, + SPECIES_ARBOK, + SPECIES_NUMEL, + SPECIES_CAMERUPT, + SPECIES_MANKEY, + SPECIES_PRIMEAPE, + SPECIES_RALTS, + SPECIES_KIRLIA, + SPECIES_GARDEVOIR, + SPECIES_GALLADE, + SPECIES_LITLEO, + SPECIES_PYROAR, + SPECIES_WOOBAT, + SPECIES_SWOOBAT, + SPECIES_SLUGMA, + SPECIES_MAGCARGO, + SPECIES_SALANDIT, + SPECIES_SALAZZLE, + SPECIES_GEODUDE, + SPECIES_GRAVELER, + SPECIES_GOLEM, + SPECIES_TORKOAL, + SPECIES_MAGBY, + SPECIES_MAGMAR, + SPECIES_MAGMORTAR, + SPECIES_HEATMOR, + SPECIES_VULPIX, + SPECIES_NINETALES, + SPECIES_TAILLOW, + SPECIES_SWELLOW, + SPECIES_MURKROW, + SPECIES_HONCHKROW, + SPECIES_BUNNELBY, + SPECIES_DIGGERSBY, + SPECIES_NIDORAN_M, + SPECIES_NIDORINO, + SPECIES_NIDOKING, + SPECIES_NIDORAN_F, + SPECIES_NIDORINA, + SPECIES_NIDOQUEEN, + SPECIES_GROWLITHE, + SPECIES_ARCANINE, + SPECIES_HOUNDOUR, + SPECIES_HOUNDOOM, + SPECIES_DEDENNE, + SPECIES_PURRLOIN, + SPECIES_LIEPARD, + SPECIES_ARON, + SPECIES_LAIRON, + SPECIES_AGGRON, + SPECIES_NOSEPASS, + SPECIES_PROBOPASS, + SPECIES_NOIBAT, + SPECIES_NOIVERN, + SPECIES_PHANPY, + SPECIES_DONPHAN, + SPECIES_GLIGAR, + SPECIES_GLISCOR, + SPECIES_DUNSPARCE, + SPECIES_ZIGZAGOON, + SPECIES_LINOONE, + SPECIES_LEDYBA, + SPECIES_LEDIAN, + SPECIES_SPINARAK, + SPECIES_ARIADOS, + SPECIES_SHINX, + SPECIES_LUXIO, + SPECIES_LUXRAY, + SPECIES_DEERLING, + SPECIES_SAWSBUCK, + SPECIES_SUNKERN, + SPECIES_SUNFLORA, + SPECIES_KRICKETOT, + SPECIES_KRICKETUNE, + SPECIES_SMEARGLE, + SPECIES_YUNGOOS, + SPECIES_GUMSHOOS, + SPECIES_DODUO, + SPECIES_DODRIO, + SPECIES_BUNEARY, + SPECIES_LOPUNNY, + SPECIES_ABRA, + SPECIES_KADABRA, + SPECIES_ALAKAZAM, + SPECIES_MAREEP, + SPECIES_FLAAFFY, + SPECIES_AMPHAROS, + SPECIES_ESPURR, + SPECIES_MEOWSTIC, + SPECIES_DROWZEE, + SPECIES_HYPNO, + SPECIES_MIME_JR, + SPECIES_MR_MIME, + SPECIES_MAGIKARP, + SPECIES_GYARADOS, + SPECIES_BRONZOR, + SPECIES_BRONZONG, + SPECIES_ONIX, + SPECIES_STEELIX, + SPECIES_CRYOGONAL, + SPECIES_CARBINK, + SPECIES_SNOVER, + SPECIES_ABOMASNOW, + SPECIES_CUBCHOO, + SPECIES_BEARTIC, + SPECIES_STANTLER, + SPECIES_CRABRAWLER, + SPECIES_CRABOMINABLE, + SPECIES_SPEAROW, + SPECIES_FEAROW, + SPECIES_GRUBBIN, + SPECIES_CHARJABUG, + SPECIES_VIKAVOLT, + SPECIES_SHROOMISH, + SPECIES_BRELOOM, + SPECIES_SKORUPI, + SPECIES_DRAPION, + SPECIES_HAPPINY, + SPECIES_CHANSEY, + SPECIES_BLISSEY, + SPECIES_KARRABLAST, + SPECIES_ESCAVALIER, + SPECIES_LOTAD, + SPECIES_LOMBRE, + SPECIES_LUDICOLO, + SPECIES_TYMPOLE, + SPECIES_PALPITOAD, + SPECIES_SEISMITOAD, + SPECIES_MILTANK, + SPECIES_LICKITUNG, + SPECIES_GOOMY, + SPECIES_SLIGGOO, + SPECIES_GOODRA, + SPECIES_SHELMET, + SPECIES_ACCELGOR, + SPECIES_EXEGGCUTE, + SPECIES_EXEGGUTOR, + SPECIES_MEOWTH, + SPECIES_PERSIAN, + SPECIES_YANMA, + SPECIES_YANMEGA, + SPECIES_VENONAT, + SPECIES_VENOMOTH, + SPECIES_SPOINK, + SPECIES_GRUMPIG, + SPECIES_MEDITITE, + SPECIES_MEDICHAM, + SPECIES_ABSOL, + SPECIES_GLAMEOW, + SPECIES_PURUGLY, + SPECIES_SEEL, + SPECIES_DEWGONG, + SPECIES_SHELLDER, + SPECIES_CLOYSTER, + SPECIES_STARYU, + SPECIES_STARMIE, + SPECIES_CORPHISH, + SPECIES_CRAWDAUNT, + SPECIES_GOLDEEN, + SPECIES_SEAKING, + SPECIES_REMORAID, + SPECIES_OCTILLERY, + SPECIES_WISHIWASHI, + SPECIES_CARVANHA, + SPECIES_SHARPEDO, + SPECIES_LUVDISC, + SPECIES_BARBOACH, + SPECIES_WHISCASH, + SPECIES_MAGNEMITE, + SPECIES_MAGNETON, + SPECIES_MAGNEZONE, + SPECIES_CUBONE, + SPECIES_MAROWAK, + SPECIES_KLINK, + SPECIES_KLANG, + SPECIES_KLINKLANG, + SPECIES_ELEKID, + SPECIES_ELECTABUZZ, + SPECIES_ELECTIVIRE, + SPECIES_TYNAMO, + SPECIES_EELEKTRIK, + SPECIES_EELEKTROSS, + SPECIES_TIMBURR, + SPECIES_GURDURR, + SPECIES_CONKELDURR, + SPECIES_JOLTIK, + SPECIES_GALVANTULA, + SPECIES_FERROSEED, + SPECIES_FERROTHORN, + SPECIES_CHINCHOU, + SPECIES_LANTURN, + SPECIES_MACHOP, + SPECIES_MACHOKE, + SPECIES_MACHAMP, + SPECIES_WOOPER, + SPECIES_QUAGSIRE, + SPECIES_MISDREAVUS, + SPECIES_MISMAGIUS, + SPECIES_POLIWAG, + SPECIES_POLIWHIRL, + SPECIES_POLITOED, + SPECIES_PSYDUCK, + SPECIES_GOLDUCK, + SPECIES_FLETCHLING, + SPECIES_FLETCHINDER, + SPECIES_TALONFLAME, + SPECIES_ROCKRUFF, + SPECIES_LYCANROC, + SPECIES_INKAY, + SPECIES_MALAMAR, + SPECIES_PONYTA, + SPECIES_RAPIDASH, + SPECIES_SNUBBULL, + SPECIES_GRANBULL, + SPECIES_MIENFOO, + SPECIES_MIENSHAO, + SPECIES_TOGEDEMARU, + SPECIES_SWIRLIX, + SPECIES_SLURPUFF, + SPECIES_SPRITZEE, + SPECIES_AROMATISSE, + SPECIES_WAILMER, + SPECIES_WAILORD, + SPECIES_EEVEE, + SPECIES_VAPOREON, + SPECIES_JOLTEON, + SPECIES_FLAREON, + SPECIES_ESPEON, + SPECIES_UMBREON, + SPECIES_LEAFEON, + SPECIES_GLACEON, + SPECIES_SYLVEON, + SPECIES_DRATINI, + SPECIES_DRAGONAIR, + SPECIES_DRAGONITE, + SPECIES_PORYGON, + SPECIES_PORYGON2, + SPECIES_PORYGON_Z, + SPECIES_EMOLGA, + SPECIES_HAWLUCHA, + SPECIES_KLEFKI, + SPECIES_GOLETT, + SPECIES_GOLURK, + SPECIES_BRONZOR, + SPECIES_BRONZONG, + SPECIES_CHINGLING, + SPECIES_CHIMECHO, + SPECIES_HORSEA, + SPECIES_SEADRA, + SPECIES_KINGDRA, + SPECIES_BALTOY, + SPECIES_CLAYDOL, + SPECIES_YAMASK, + SPECIES_COFAGRIGUS, + SPECIES_SABLEYE, + SPECIES_LUNATONE, + SPECIES_SOLROCK, + SPECIES_SIGILYPH, + SPECIES_TENTACOOL, + SPECIES_TENTACRUEL, + SPECIES_LAPRAS, + SPECIES_BASCULIN_RED, + SPECIES_MANTYKE, + SPECIES_MANTINE, + SPECIES_PYUKUMUKU, + SPECIES_FINNEON, + SPECIES_LUMINEON, + SPECIES_STUNFISK, + SPECIES_ALOMOMOLA, + SPECIES_SKRELP, + SPECIES_DRAGALGE, + SPECIES_CLAUNCHER, + SPECIES_CLAWITZER, + SPECIES_SLOWPOKE, + SPECIES_SLOWBRO, + SPECIES_SLOWKING, + SPECIES_BELLSPROUT, + SPECIES_WEEPINBELL, + SPECIES_VICTREEBEL, + SPECIES_ODDISH, + SPECIES_GLOOM, + SPECIES_VILEPLUME, + SPECIES_BELLOSSOM, + SPECIES_DWEBBLE, + SPECIES_CRUSTLE, + SPECIES_SANDILE, + SPECIES_KROKOROK, + SPECIES_KROOKODILE, + SPECIES_CACNEA, + SPECIES_CACTURNE, + SPECIES_DARUMAKA, + SPECIES_DARMANITAN, + SPECIES_HIPPOPOTAS, + SPECIES_HIPPOWDON, + SPECIES_TRAPINCH, + SPECIES_VIBRAVA, + SPECIES_FLYGON, + SPECIES_MARACTUS, + SPECIES_WURMPLE, + SPECIES_SILCOON, + SPECIES_BEAUTIFLY, + SPECIES_CASCOON, + SPECIES_DUSTOX, + SPECIES_SCATTERBUG, + SPECIES_SPEWPA, + SPECIES_VIVILLON, + SPECIES_COTTONEE, + SPECIES_WHIMSICOTT, + SPECIES_PETILIL, + SPECIES_LILLIGANT, + SPECIES_FOONGUS, + SPECIES_AMOONGUSS, + SPECIES_MORELULL, + SPECIES_SHIINOTIC, + SPECIES_PICHU, + SPECIES_PIKACHU, + SPECIES_RAICHU, + SPECIES_TANGELA, + SPECIES_TANGROWTH, + SPECIES_GIRAFARIG, + SPECIES_PANCHAM, + SPECIES_PANGORO, + SPECIES_PAWNIARD, + SPECIES_BISHARP, + SPECIES_CHATOT, + SPECIES_THROH, + SPECIES_SAWK, + SPECIES_GOTHITA, + SPECIES_GOTHORITA, + SPECIES_GOTHITELLE, + SPECIES_SOLOSIS, + SPECIES_DUOSION, + SPECIES_REUNICLUS, + SPECIES_GRIMER, + SPECIES_MUK, + SPECIES_KOFFING, + SPECIES_WEEZING, + SPECIES_HOPPIP, + SPECIES_SKIPLOOM, + SPECIES_JUMPLUFF, + SPECIES_TROPIUS, + SPECIES_FARFETCHD, + SPECIES_ZANGOOSE, + SPECIES_SEVIPER, + SPECIES_BAGON, + SPECIES_SHELGON, + SPECIES_SALAMENCE, + SPECIES_VOLBEAT, + SPECIES_ILLUMISE, + SPECIES_HOOPA, }; const u16 gRegionalDexCount = ARRAY_COUNT(gPokedexOrder_Regional);