diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-12 21:08:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-12 21:08:06 -0400 |
commit | 807e03c25d6acd9e5c2bf5337a078b2dfb90f4d9 (patch) | |
tree | f834927206547939d8ed4ee9e62e050ff6c8f4f9 /include/pokemon_icon.h | |
parent | c52ba041cb793fc3154ab4244796fd5814bfbf18 (diff) | |
parent | ff795fa8347f111163ef033a4ae132a3a3caf1eb (diff) |
Merge pull request #107 from jiangzhengwenjz/battle
battle (2nd take)
Diffstat (limited to 'include/pokemon_icon.h')
-rw-r--r-- | include/pokemon_icon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon_icon.h b/include/pokemon_icon.h index cd8c798f9..60da74bcb 100644 --- a/include/pokemon_icon.h +++ b/include/pokemon_icon.h @@ -16,5 +16,6 @@ u16 sub_8096FD4(u16); 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); #endif // GUARD_POKEMON_ICON_H |