Update Pokedex_Data_Table.c

This commit is contained in:
professorleondias
2020-06-10 20:02:32 -04:00
committed by GitHub
parent c9790b39e6
commit b60ead7a67

View File

@@ -10743,6 +10743,30 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] =
.pokemonOffset = 0,
.trainerScale = 0,
.trainerOffset = 0,
},
[NATIONAL_DEX_REGIELEKI] =
{
.categoryName = {_U, _n, _k, _n, _o, _w, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE},
.height = 0,
.weight = 0,
.description = DEX_ENTRY_REGIELEKI,
.unusedDescription = (const u8*) 0x8444cb1,
.pokemonScale = 0,
.pokemonOffset = 0,
.trainerScale = 0,
.trainerOffset = 0,
},
[NATIONAL_DEX_REGIDRAGO] =
{
.categoryName = {_U, _n, _k, _n, _o, _w, _n, _END, _SPACE, _SPACE, _SPACE, _SPACE},
.height = 0,
.weight = 0,
.description = DEX_ENTRY_REGIDRAGO,
.unusedDescription = (const u8*) 0x8444cb1,
.pokemonScale = 0,
.pokemonOffset = 0,
.trainerScale = 0,
.trainerOffset = 0,
},
*/
};