diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-14 14:56:49 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-14 14:59:31 -0400 |
commit | 9a431dae99b018bdc1d7c4174cccd3bc4b1ae233 (patch) | |
tree | 76cbbcf894d9905608dc4310fb45f04d3f29e76b /include/pokemon_icon.h | |
parent | 8efae5c807bf6b27f5c90bfb0c5887dbde24f10d (diff) |
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 |