summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-06-21 09:55:06 -0400
committerscnorton <scnorton@biociphers.org>2017-06-21 09:55:06 -0400
commit4a1f57f17afcc8005863571119d5f5dc14183183 (patch)
tree36ef66d1a6b6b9af3bffb57af1078b4e35a74677 /include/pokemon.h
parent5463563b32f78ccdd9fe686e90d065d3bf462ca4 (diff)
Through sub_810F96C
Diffstat (limited to 'include/pokemon.h')
-rwxr-xr-xinclude/pokemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index c09f3870e..101ae94ce 100755
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -409,6 +409,7 @@ extern u8 gStatStageRatios[][2];
extern struct Pokemon gPlayerParty[PARTY_SIZE];
extern struct Pokemon gEnemyParty[PARTY_SIZE];
+extern struct PokemonStorage gPokemonStorage;
void ZeroBoxMonData(struct BoxPokemon *boxMon);
void ZeroMonData(struct Pokemon *mon);