summaryrefslogtreecommitdiff
path: root/include/pokemon_icon.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2017-10-20 13:22:56 -0500
committerGitHub <noreply@github.com>2017-10-20 13:22:56 -0500
commitd2cf86bff9792db39ca4f1288dc083ca8018a62e (patch)
tree2d3bcca1392e757a54d7ec9b56b054e2cac03940 /include/pokemon_icon.h
parent35a96cb0c007545ecc87732f8dc8b2eb93e3ecc2 (diff)
parent7bc152e2ed84d5c50db1f5c916f02911ce09be1e (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.h5
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