diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-20 13:22:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-20 13:22:56 -0500 |
commit | d2cf86bff9792db39ca4f1288dc083ca8018a62e (patch) | |
tree | 2d3bcca1392e757a54d7ec9b56b054e2cac03940 /include/pokemon_icon.h | |
parent | 35a96cb0c007545ecc87732f8dc8b2eb93e3ecc2 (diff) | |
parent | 7bc152e2ed84d5c50db1f5c916f02911ce09be1e (diff) |
Merge pull request #82 from PikalaxALT/mail
Decompile functions for reading mail
Diffstat (limited to 'include/pokemon_icon.h')
-rw-r--r-- | include/pokemon_icon.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pokemon_icon.h b/include/pokemon_icon.h index b82334355..b6d21823e 100644 --- a/include/pokemon_icon.h +++ b/include/pokemon_icon.h @@ -3,5 +3,10 @@ const u8 *GetMonIconPtr(u16 speciesId, u32 personality, u32 frameNo); const u16 *GetValidMonIconPalettePtr(u16 speciesId); +u16 sub_80D2E84(u16 speciesId); +void sub_80D2F68(u16 iconId); +u8 sub_80D2D78(u16 iconId, void callback(struct Sprite *), u16 x, u16 y, u16 a4, u8 a5); +void sub_80D2FF0(u16 iconId); +void sub_80D2EF8(struct Sprite *sprite); #endif // GUARD_POKEMON_ICON_H |