summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-09-04 20:27:26 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-09-04 20:27:26 -0400
commit12c4614cc396830f62c02c65547a3465829be5c8 (patch)
tree0f9bb98b991af569bcd94650dcfd35809d94a587 /include/pokemon.h
parent67f39a3b7363fc74539b15a023c340b45b91af14 (diff)
sub_804B2D0
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 ba9d7237e..6ff36a2c4 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -600,5 +600,6 @@ bool32 sub_8040D3C(u16 species, u8 *name, u8 language);
s8 sub_8040A54(struct Pokemon *, u8);
u16 GetMonEVCount(struct Pokemon *);
u16 GetEvolutionTargetSpecies(struct Pokemon *, u8, u16);
+const struct CompressedSpritePalette *sub_8040990(struct Pokemon *);
#endif // GUARD_POKEMON_H