summaryrefslogtreecommitdiff
path: root/include/evolution_scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/evolution_scene.h')
-rw-r--r--include/evolution_scene.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/evolution_scene.h b/include/evolution_scene.h
index 5f8c534b9..1d87ceb76 100644
--- a/include/evolution_scene.h
+++ b/include/evolution_scene.h
@@ -1,6 +1,8 @@
#ifndef GUARD_EVOLUTION_SCENE_H
#define GUARD_EVOLUTION_SCENE_H
+#include "global.h"
+
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);