diff options
author | YamaArashi <shadow962@live.com> | 2017-01-06 02:34:39 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-06 02:34:39 -0800 |
commit | 350bd3b11afd30069020c3b8baf9577edbd3bea1 (patch) | |
tree | 2852ad961ca70a8d485b96b04e903c22156e89d9 /include | |
parent | 2b1a767e57c6ab02627503be2231b3f0fa80b435 (diff) |
complete PokemonStorage struct
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index b705ab6a1..10eb05757 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -372,6 +372,8 @@ struct PokemonStorage { u8 currentBox; struct BoxPokemon boxes[14][30]; + u8 boxNames[14][9]; + u8 unkArray[14]; }; extern struct Pokemon gPlayerParty[6]; |