diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-02 16:06:01 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-02 16:06:01 -0500 |
commit | 30d4803a44a8f11ee88c4d4e37cef9f2373b3542 (patch) | |
tree | ffae7b42d9ceecc389947b2b82e65a60a5c6861e /include | |
parent | cd42b22d6b450b1fc1d79b046fe7cd1a0fdcf543 (diff) |
sub_8145D18
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 2c2edcc7c..cef408046 100644 --- a/include/pokemon_icon.h +++ b/include/pokemon_icon.h @@ -12,5 +12,7 @@ void sub_80D2FF0(u16 iconId); void sub_80D2EF8(struct Sprite *sprite); void sub_809707C(void); void FreeMonIconPalettes(void); +u16 sub_8096FD4(u16); +u8 sub_8096ECC(u16, void (*)(struct Sprite *), s16, s16, u8, bool32); #endif // GUARD_POKEMON_ICON_H |