Moved the rest of the Gen 1 data to gBaseStats
This commit is contained in:
parent
e3cffc0328
commit
7e12f5418f
2 changed files with 1563 additions and 90 deletions
File diff suppressed because it is too large
Load diff
|
@ -5,7 +5,7 @@ const struct PokedexEntryForms gPokedexEntriesForms[] =
|
|||
{
|
||||
.height = 15,
|
||||
.weight = 320,
|
||||
.description = gAudinoPokedexText, // No official dex entry
|
||||
.description = gAudinoPokedexText, // No official dex entry for this form
|
||||
},
|
||||
#endif
|
||||
#if P_GEN_6_POKEMON == TRUE
|
||||
|
@ -13,7 +13,7 @@ const struct PokedexEntryForms gPokedexEntriesForms[] =
|
|||
{
|
||||
.height = 11,
|
||||
.weight = 278,
|
||||
.description = gDianciePokedexText, // No official dex entry
|
||||
.description = gDianciePokedexText, // No official dex entry for this form
|
||||
},
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue