diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-01 23:37:57 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-01 23:39:54 -0400 |
commit | 17fd3bccf7a6dd49362f2d280ba2f6670cb5ac0f (patch) | |
tree | df66ddc51a60e6de70e3cdfbb6924a52a4c6ab6f /include/evolution_graphics.h | |
parent | bb10a4dd57fdbdd9b2c0e3962adef705d8ab8f39 (diff) | |
parent | 63210c07897e86953bf093397eee5a33e95b8c91 (diff) |
Merge branch 'master' into secret_base
Diffstat (limited to 'include/evolution_graphics.h')
-rw-r--r-- | include/evolution_graphics.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/evolution_graphics.h b/include/evolution_graphics.h new file mode 100644 index 000000000..f52105815 --- /dev/null +++ b/include/evolution_graphics.h @@ -0,0 +1,15 @@ +#ifndef GUARD_EVOLUTION_GRAPHICS_H +#define GUARD_EVOLUTION_GRAPHICS_H + +void LoadEvoSparkleSpriteAndPal(void); + +u8 LaunchTask_PreEvoSparklesSet1(u16 arg0); +u8 LaunchTask_PreEvoSparklesSet2(void); +u8 LaunchTask_PostEvoSparklesSet1(void); +u8 LaunchTask_PostEvoSparklesSet2AndFlash(u16 species); +u8 LaunchTask_PostEvoSparklesSet2AndFlash_Trade(u16 species); +u8 sub_817C3A0(u8 preEvoSpriteID, u8 postEvoSpriteID); + +#define EvoGraphicsTaskEvoStop data[8] + +#endif // GUARD_EVOLUTION_GRAPHICS_H |