summaryrefslogtreecommitdiff
path: root/include/pokemon_icon.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-15 15:11:51 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-15 15:11:51 -0400
commitbe742e6741af58076ac09722d42d64eee3c8d763 (patch)
treebdb64f7dbfed009d75a094acb0ea99e9368d7897 /include/pokemon_icon.h
parent8908b7d47a6f4879a37c6d5794a347e1c3c422f4 (diff)
pokemon_storage_system_7
Diffstat (limited to 'include/pokemon_icon.h')
-rw-r--r--include/pokemon_icon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon_icon.h b/include/pokemon_icon.h
index 597694baf..e2eebc62b 100644
--- a/include/pokemon_icon.h
+++ b/include/pokemon_icon.h
@@ -28,5 +28,7 @@ void FreeMonIconPalette(u16 iconId);
void SetPartyHPBarSprite(struct Sprite * sprite, u8 animNum);
u8 GetMonIconPaletteIndexFromSpecies(u16 species);
u16 GetIconSpecies(u16 species, u32 personality);
+void LoadMonIconPalettesAt(u16 offset);
+u8 GetValidMonIconPalIndex(u16 species);
#endif // GUARD_POKEMON_ICON_H