summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-01-06 02:34:39 -0800
committerYamaArashi <shadow962@live.com>2017-01-06 02:34:39 -0800
commit350bd3b11afd30069020c3b8baf9577edbd3bea1 (patch)
tree2852ad961ca70a8d485b96b04e903c22156e89d9 /include
parent2b1a767e57c6ab02627503be2231b3f0fa80b435 (diff)
complete PokemonStorage struct
Diffstat (limited to 'include')
-rw-r--r--include/pokemon.h2
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];