summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2019-04-05 16:11:24 -0500
committerhuderlem <huderlem@gmail.com>2019-04-05 16:24:57 -0500
commit033580da9623d6519c35efcb3594552d3389772d (patch)
tree8e054f7f825798578269284c96b14bf2df4b640f /include/pokemon.h
parent9a11764b5208a71d346f14eb61703588bd210116 (diff)
Document secret base
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 150486c0e..26d715d89 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -509,7 +509,7 @@ u8 GetMonsStateToDoubles(void);
u8 GetMonsStateToDoubles_2(void);
u8 GetAbilityBySpecies(u16 species, bool8 altAbility);
u8 GetMonAbility(struct Pokemon *mon);
-void CreateSecretBaseEnemyParty(struct SecretBaseRecord *secretBaseRecord);
+void CreateSecretBaseEnemyParty(struct SecretBase *secretBaseRecord);
u8 GetSecretBaseTrainerPicIndex(void);
u8 GetSecretBaseTrainerClass(void);
bool8 IsPlayerPartyAndPokemonStorageFull(void);