mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-07 09:35:37 -05:00
Update Pokedex_Data_Table.c
This commit is contained in:
committed by
GitHub
parent
c9790b39e6
commit
b60ead7a67
@@ -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,
|
||||
},
|
||||
*/
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user