diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-26 21:58:04 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-26 21:58:04 -0500 |
commit | 88680a64a4990fd0b4a6609574e734ccb1fd1d73 (patch) | |
tree | ebcec501a6df7b114e64f44d795875b4340985e4 /include | |
parent | b2bf04d83d607ec38011a1ef665cc8db0f679ba3 (diff) |
LoadAllContestMonIcons
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_icon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon_icon.h b/include/pokemon_icon.h index 20f82f882..258735502 100644 --- a/include/pokemon_icon.h +++ b/include/pokemon_icon.h @@ -13,5 +13,7 @@ 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); +u16 mon_icon_convert_unown_species_id(u16 species, u32 personality); +extern const u8 gMonIconPaletteIndices[]; #endif // GUARD_POKEMON_ICON_H |