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 7fc8e181f..20a2d6d43 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -612,5 +612,7 @@ bool8 IsPokeSpriteNotFlipped(u16); u8 GetLevelUpMovesBySpecies(u16, u16 *); u8 TryIncrementMonLevel(struct Pokemon *); +struct Sprite *sub_80F7920(u16, u16, const u16 *); + #endif // GUARD_POKEMON_H |