diff options
author | garak <garakmon@gmail.com> | 2019-05-14 10:49:07 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-05-16 17:10:13 -0500 |
commit | daecd5ec4006b607220944a5e5745ad08300b10a (patch) | |
tree | df74a09de73d2b18188be36a4f45701e1e6288a0 /include/pokemon_icon.h | |
parent | 188f2aa29e545b37c94f7d7e510f1c090e6e15fa (diff) |
name some trainer card related functions
Diffstat (limited to 'include/pokemon_icon.h')
-rw-r--r-- | include/pokemon_icon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon_icon.h b/include/pokemon_icon.h index c7b895028..8af43c753 100644 --- a/include/pokemon_icon.h +++ b/include/pokemon_icon.h @@ -23,6 +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); +u8 GetMonIconPaletteIndexFromSpecies(u16 species); #endif // GUARD_POKEMON_ICON_H |