diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-08-25 17:13:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-25 17:13:50 -0500 |
commit | 4df36cd814d6bf045d56bc4c30b611838333b705 (patch) | |
tree | 9476571027719936fbbd25542b4ffd36e5a45d90 /include/evolution_graphics.h | |
parent | 2f6f980ecab39855a360648491b3b55a87f48efa (diff) | |
parent | e394b1e04bf3ac5ab9fc7bb7f80e8d349603acdd (diff) |
Merge pull request #418 from DizzyEggg/decompile_evolution_graphics
decompilie evo graphics
Diffstat (limited to 'include/evolution_graphics.h')
-rw-r--r-- | include/evolution_graphics.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/evolution_graphics.h b/include/evolution_graphics.h new file mode 100644 index 000000000..c217f22af --- /dev/null +++ b/include/evolution_graphics.h @@ -0,0 +1,13 @@ +#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 arg0); +u8 LaunchTask_PostEvoSparklesSet2AndFlash_Trade(u16 arg0); +u8 sub_8149E7C(u8 preEvoSpriteID, u8 postEvoSpriteID); + +#endif // GUARD_EVOLUTION_GRAPHICS_H |