diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 03:18:08 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 03:18:08 -0500 |
commit | 49bef258567b8ac6ead607de8ce0ac64581cdb55 (patch) | |
tree | 5c46abd03c745dd2127756061c0ed8d6173059b9 /include/pokemon_icon.h | |
parent | ee6942683882e2abd4bde79f8355b71abbd21af9 (diff) |
Clean up the last extern functions
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 4f27ef281..c7b895028 100644 --- a/include/pokemon_icon.h +++ b/include/pokemon_icon.h @@ -23,5 +23,6 @@ void LoadMonIconPalette(u16 species); void sub_80D328C(struct Sprite *sprite); void sub_80D3014(struct Sprite *sprite); void sub_80D32C8(struct Sprite *sprite, u8 animNum); +u8 sub_80D30A0(u16 species); #endif // GUARD_POKEMON_ICON_H |