summaryrefslogtreecommitdiff
path: root/include/pokemon_animation.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-01-22 21:32:50 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-01-22 21:32:50 +0100
commitad73f920612f747a963d9aed8867aa930ebc8173 (patch)
tree48f16b6dfc8882373a7a6484bdb73c53474bdc1e /include/pokemon_animation.h
parentf57340b729d741acae17213c9c748738fcc1dcb3 (diff)
start decompiling pokemon animation
Diffstat (limited to 'include/pokemon_animation.h')
-rw-r--r--include/pokemon_animation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokemon_animation.h b/include/pokemon_animation.h
index 42fc10809..b6d8c868e 100644
--- a/include/pokemon_animation.h
+++ b/include/pokemon_animation.h
@@ -1,7 +1,7 @@
#ifndef GUARD_POKEMON_ANIMATION_H
#define GUARD_POKEMON_ANIMATION_H
-void LaunchAnimationTaskForFrontSprite(struct Sprite* sprite, u8 frontAnimId);
-void LaunchAnimationTaskForBackSprite(struct Sprite* sprite, u8 backAnimId);
+void LaunchAnimationTaskForFrontSprite(struct Sprite *sprite, u8 frontAnimId);
+void LaunchAnimationTaskForBackSprite(struct Sprite *sprite, u8 backAnimId);
#endif // GUARD_POKEMON_ANIMATION_H