diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-11-14 22:00:53 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-11-26 12:57:30 -0800 |
commit | 34a49a726c6c42803950fc993394be8b96492c71 (patch) | |
tree | b9260b7eebd85103c01d943df40aaf28a6feee1c /include/pokemon.h | |
parent | e5a0da4d11fcf6bb1a4ca0ed27da7aaa234c28ac (diff) |
More pokemon_summary_screen decompilation
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 |