added categories for all entries, only changed ones filled, same entries as _("")
This commit is contained in:
parent
3b359dba4e
commit
9a54c64b03
2 changed files with 765 additions and 570 deletions
|
@ -37,6 +37,7 @@ struct PokedexEntry
|
||||||
|
|
||||||
struct PokedexEntryForms
|
struct PokedexEntryForms
|
||||||
{
|
{
|
||||||
|
u8 categoryName[13];
|
||||||
u16 height; //in decimeters
|
u16 height; //in decimeters
|
||||||
u16 weight; //in hectograms
|
u16 weight; //in hectograms
|
||||||
const u8 *description;
|
const u8 *description;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue