summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-06-28 14:28:21 -0500
committerSeth Barberee <seth.barberee@gmail.com>2021-06-28 14:28:21 -0500
commitf308c79eba1ba8e6bc2134529a2e4f4f21c9c2c2 (patch)
tree8cda9e14196a74c54e10db503bb494b14d7c32d2 /include/pokemon.h
parent7d9a587432ca4cc608b3fa4ddd060ad7c37fbf8b (diff)
15% pog
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 223c74f..a7b2acb 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -156,5 +156,6 @@ u8 GetPokemonOverworldPalette(s16 index, u32 r1);
bool8 IsPokemonDialogueSpriteAvail(s16 index, s32 r1);
struct OpenedFile *OpenPokemonDialogueSpriteFile(s16 index);
struct OpenedFile *GetDialogueSpriteDataPtr(s16 index);
+s32 GetUnownIndex(s16 index);
#endif // POKEMON_H