summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorMeowsy <Meowsy@users.noreply.github.com>2018-12-15 15:12:28 -0500
committerMeowsy <Meowsy@users.noreply.github.com>2018-12-15 15:12:28 -0500
commitbc11a4a9f4233ce5795f5181729862b26d899f60 (patch)
treecd2a7e9c04193325bf566a09f85d6dfa5a6fb8bf /include/pokemon.h
parent58ca87acccb91e5d439f3af632a2f218f31937d1 (diff)
Document various things relating to the Pokedex.
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 5d7f7f2ae..9b8f1d03f 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -566,7 +566,7 @@ u8 GetMoveRelearnerMoves(struct Pokemon *mon, u16 *moves);
u8 GetLevelUpMovesBySpecies(u16 species, u16 *moves);
u8 GetNumberOfRelearnableMoves(struct Pokemon *mon);
u16 SpeciesToPokedexNum(u16 species);
-bool32 sub_806E3F8(u16 species);
+bool32 IsSpeciesInHoennDex(u16 species);
void ClearBattleMonForms(void);
u16 GetBattleBGM(void);
void PlayBattleBGM(void);