diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-15 10:01:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 10:01:46 -0400 |
commit | 407fc23f3f86d5caf665d9bca14e498273ae4dae (patch) | |
tree | 08bb2e084faf2b6308d1d396b6d674be1bec922b /include/pokemon_icon.h | |
parent | f3ee5e7511f429026680a1ffee82d18a313d9d32 (diff) | |
parent | 91af78857269212ee25fbaf19b3405fa2c7ec9ef (diff) |
Merge pull request #121 from PikalaxALT/mail
Decompile mail
Diffstat (limited to 'include/pokemon_icon.h')
-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 60da74bcb..d5aab71de 100644 --- a/include/pokemon_icon.h +++ b/include/pokemon_icon.h @@ -17,5 +17,7 @@ u8 sub_8096ECC(u16, void (*)(struct Sprite *), s16, s16, u8, bool32); void sub_8097070(struct Sprite *); u16 GetUnownLetterByPersonality(u32 personality); u8 UpdateMonIconFrame(struct Sprite *sprite); +void sub_80970E0(u16 iconId); +void sub_8097168(u16 iconId); #endif // GUARD_POKEMON_ICON_H |