summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-18 23:48:47 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-18 23:48:47 +0200
commit2e7127284f98cb4c8c02b1a41a19fdc73ed4eb79 (patch)
treecb711d29132a9ee6cbc8ce04c731e17a02b38074 /include/pokemon.h
parentc253bf5e75796c462fe5e389c7e8f6040f826c0f (diff)
egg hatch almost decompiled
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index fefe2bd28..3472da04b 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -614,4 +614,8 @@ bool8 IsPokeSpriteNotFlipped(u16 species);
bool8 IsMonShiny(struct Pokemon *mon);
bool8 IsShinyOtIdPersonality(u32 otId, u32 personality);
+#include "sprite.h"
+
+void DoMonFrontSpriteAnimation(struct Sprite* sprite, u16 species, bool8 noCry, u8 arg3);
+
#endif // GUARD_POKEMON_H