diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-17 20:38:01 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-17 20:38:01 +0100 |
commit | 54dccc851283d4b5013c6bb9997b695bee79007d (patch) | |
tree | 27844fde72de2bd0f3ab62882f2c6934729aaefa /src | |
parent | 7517f6a030756366607c755c1e95046a2c08c5e1 (diff) |
give batter script command names
Diffstat (limited to 'src')
-rw-r--r-- | src/scrcmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index 8f67d1990..1b10501fc 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -1979,13 +1979,13 @@ bool8 ScrCmd_dotrainerbattle(struct ScriptContext *ctx) return TRUE; } -bool8 ScrCmd_gotobattleendscript(struct ScriptContext *ctx) +bool8 ScrCmd_gotopostbattlescript(struct ScriptContext *ctx) { ctx->scriptPtr = BattleSetup_GetScriptAddrAfterBattle(); return FALSE; } -bool8 ScrCmd_gototrainerscript(struct ScriptContext *ctx) +bool8 ScrCmd_gotobeatenscript(struct ScriptContext *ctx) { ctx->scriptPtr = BattleSetup_GetTrainerPostBattleScript(); return FALSE; |