summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-12-15 18:06:42 -0600
committerGitHub <noreply@github.com>2018-12-15 18:06:42 -0600
commitfb9a365dc6ddfebde03ac1ea3e770b30dbb5dbf2 (patch)
tree0960d1d78a4c4b758008cf7fbcab8048d1c371de /include/pokemon.h
parent1ca3656d74faf8565e0f61b31a1cd3ab22a44706 (diff)
parent1d09216e4b776ed03daa83c66fd6600bc43f8d25 (diff)
Merge pull request #448 from Meowsy/pokedex-documentation
Pokedex Documentation
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 1d9fbf0ee..94dae089f 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);