From f308c79eba1ba8e6bc2134529a2e4f4f21c9c2c2 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Mon, 28 Jun 2021 14:28:21 -0500 Subject: 15% pog --- include/pokemon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/pokemon.h') 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 -- cgit v1.2.3