diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-02 11:42:45 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-02 11:42:45 -0500 |
commit | 8f0f725039e9b0ae9de440df28e1eb4bd7d00dc3 (patch) | |
tree | 92ee88cb48d2413329cee2bedf0f051741f52fc9 /include | |
parent | 993df493cd566fb086960ffd763965e130e0a8b9 (diff) |
sub_814571C and associated graphics dump
Diffstat (limited to 'include')
-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 da58a2d83..cc6c578fe 100644 --- a/include/pokemon_icon.h +++ b/include/pokemon_icon.h @@ -10,5 +10,6 @@ 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); +void sub_809707C(void); #endif // GUARD_POKEMON_ICON_H |