diff options
author | YamaArashi <shadow962@live.com> | 2017-01-02 03:50:37 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-02 03:50:37 -0800 |
commit | 98e5b2ccac6da05fb3b8032c6e5038b26bba140c (patch) | |
tree | a808b1e62a9cd6745ef549780c73ba53da71d765 /src/scrcmd.c | |
parent | 40d5526258c4080f1880e9498fa2ef1dff920780 (diff) |
name battle setup functions
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 2 |
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; } |