diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-06 18:35:51 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-06 18:35:51 -0400 |
commit | 4b4d9907a87708cd536d5aebeb3ee67afbdce80c (patch) | |
tree | 70565ba07fb36c3b73bc8809669f26a4fb2c9eab /include/evolution_scene.h | |
parent | d0dfc758fc6684e765736c7aad7190328d3e145c (diff) | |
parent | dea28a0a236412f267e3da8a7c200d947a9c5fe1 (diff) |
merge
Diffstat (limited to 'include/evolution_scene.h')
-rw-r--r-- | include/evolution_scene.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/evolution_scene.h b/include/evolution_scene.h new file mode 100644 index 000000000..48bd6ebe1 --- /dev/null +++ b/include/evolution_scene.h @@ -0,0 +1,10 @@ +#ifndef GUARD_EVOLUTION_SCENE_H +#define GUARD_EVOLUTION_SCENE_H + +void EvolutionScene(struct Pokemon* mon, u16 speciesToEvolve, bool8 canStopEvo, u8 partyID); +void BeginEvolutionScene(struct Pokemon* mon, u16 speciesToEvolve, bool8 canStopEvo, u8 partyID); +void TradeEvolutionScene(struct Pokemon* mon, u16 speciesToEvolve, u8 preEvoSpriteID, u8 partyID); + +extern void (*gCB2_AfterEvolution)(void); + +#endif // GUARD_EVOLUTION_SCENE_H |