diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-26 18:00:32 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-26 18:00:32 -0500 |
commit | b2bf04d83d607ec38011a1ef665cc8db0f679ba3 (patch) | |
tree | b8a661ab2ddd9cee1e973598a171fc9d6dec1f2f /include | |
parent | 426b6a7290d3553ad1059e8f3a1d5e5009d2dafc (diff) |
through (nonmatching) sub_80C3024
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_icon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon_icon.h b/include/pokemon_icon.h index 7e26c1c9b..20f82f882 100644 --- a/include/pokemon_icon.h +++ b/include/pokemon_icon.h @@ -12,5 +12,6 @@ void sub_809D580(u16); void sub_809D608(u16); void sub_809D62C(struct Sprite *sprite); void sub_809D824(struct Sprite *sprite, u8 animNum); +const u8 *GetMonIconPtr(u16 species, u32 personality); #endif // GUARD_POKEMON_ICON_H |