summaryrefslogtreecommitdiff
path: root/include/evolution_scene.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-29 16:15:23 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-29 16:15:23 +0100
commit51df918c04a8dc0db21ad6a80eb74bebc16cba9f (patch)
tree7c006da96a5de8d6b4bec1bde55ff00ed16aa098 /include/evolution_scene.h
parente8903fb4dd3e1f9ef260beb93a939a7e6e9a045b (diff)
evo scene file is done
Diffstat (limited to 'include/evolution_scene.h')
-rw-r--r--include/evolution_scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/evolution_scene.h b/include/evolution_scene.h
index 48bd6ebe1..5f8c534b9 100644
--- a/include/evolution_scene.h
+++ b/include/evolution_scene.h
@@ -1,8 +1,8 @@
#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 EvolutionScene(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);