summaryrefslogtreecommitdiff
path: root/include/evolution_scene.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-10-18 09:55:23 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-10-18 09:55:23 +0800
commita28bb81ab714da3da457734fcce93879f3d121a9 (patch)
treef5b3f255d91ec31acbae2d408d2c6f92fe4fd643 /include/evolution_scene.h
parent88ad62c3f3ba977146d7f997cf23e612b31d2d69 (diff)
battle_main remaining funcs
Diffstat (limited to 'include/evolution_scene.h')
-rw-r--r--include/evolution_scene.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/evolution_scene.h b/include/evolution_scene.h
index 1d87ceb76..6ceed99c1 100644
--- a/include/evolution_scene.h
+++ b/include/evolution_scene.h
@@ -3,8 +3,8 @@
#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 BeginEvolutionScene(struct Pokemon* mon, u16 speciesToEvolve, u8, u8 partyID);
+void EvolutionScene(struct Pokemon* mon, u16 speciesToEvolve, u8, u8 partyID);
void TradeEvolutionScene(struct Pokemon* mon, u16 speciesToEvolve, u8 preEvoSpriteID, u8 partyID);
extern void (*gCB2_AfterEvolution)(void);