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
0aa1cf4c80
commit
2722975092
@@ -10111,9 +10111,9 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] =
|
||||
[NATIONAL_DEX_APPLETUN] =
|
||||
{
|
||||
.categoryName = {_A, _p, _p, _l, _e, _N, _e, _c, _t, _a, _r, _END},
|
||||
.height = 4
|
||||
.weight = 130
|
||||
.description = DEX_ENTRY_APPLETUN
|
||||
.height = 4,
|
||||
.weight = 130,
|
||||
.description = DEX_ENTRY_APPLETUN,
|
||||
.unusedDescription = (const u8*) 0x8444cb1,
|
||||
.pokemonScale = 0,
|
||||
.pokemonOffset = 0,
|
||||
|
||||
Reference in New Issue
Block a user