summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-01-02 03:50:37 -0800
committerYamaArashi <shadow962@live.com>2017-01-02 03:50:37 -0800
commit98e5b2ccac6da05fb3b8032c6e5038b26bba140c (patch)
treea808b1e62a9cd6745ef549780c73ba53da71d765 /src/scrcmd.c
parent40d5526258c4080f1880e9498fa2ef1dff920780 (diff)
name battle setup functions
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index 66c68be07..1b9bc7c35 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -1598,7 +1598,7 @@ bool8 ScrCmd_setwildbattle(struct ScriptContext *ctx)
bool8 ScrCmd_dowildbattle(struct ScriptContext *ctx)
{
- sub_8081B3C();
+ StartBattle_ScriptedWild();
ScriptContext1_Stop();
return TRUE;
}