summaryrefslogtreecommitdiff
path: root/include/pokemon_icon.h
diff options
context:
space:
mode:
authorEvan <eroelke@gmail.com>2019-12-11 11:35:10 -0500
committerEvan <eroelke@gmail.com>2019-12-11 11:35:10 -0500
commit9806a60837602916d99076f7ba0e6df67f9b3515 (patch)
tree0b14b8d14714a694bbe2f5e4433479240453eeb8 /include/pokemon_icon.h
parentaf24633bf3f00e47a9d52e0ae6f1914e0f1cfa3d (diff)
finish trainer card matching and data
Diffstat (limited to 'include/pokemon_icon.h')
-rw-r--r--include/pokemon_icon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pokemon_icon.h b/include/pokemon_icon.h
index f0e5c8b9d..5b9876677 100644
--- a/include/pokemon_icon.h
+++ b/include/pokemon_icon.h
@@ -3,6 +3,8 @@
#include "global.h"
+extern const u16 gMonIconPalettes[][16];
+
const u8 *GetMonIconPtr(u16 speciesId, u32 personality, u32 frameNo);
const u8 *GetMonIconTiles(u16 iconSpecies, bool32 extra);
const u16 *GetValidMonIconPalettePtr(u16 speciesId);
@@ -23,5 +25,6 @@ u8 UpdateMonIconFrame(struct Sprite * sprite);
void LoadMonIconPalette(u16 iconId);
void FreeMonIconPalette(u16 iconId);
void SetPartyHPBarSprite(struct Sprite * sprite, u8 animNum);
+u8 GetMonIconPaletteIndexFromSpecies(u16 species);
#endif // GUARD_POKEMON_ICON_H