diff options
Diffstat (limited to 'include/pokemon.h')
-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]; |