summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-12-21 13:47:52 -0600
committerMarcus Huderle <huderlem@gmail.com>2017-12-21 13:47:52 -0600
commit173761a5a11edf32eb22453e83689587e0aee683 (patch)
treef3c5744ea6df52bd1deed2318156fe8cf0e5739c /src
parent4307292f55408c8904885eddb576e4d7242304c7 (diff)
Port generic event script macros from pokeruby
Diffstat (limited to 'src')
-rw-r--r--src/scrcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index 412f8acd1..0557cd95e 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -2089,7 +2089,7 @@ bool8 ScrCmd_getpricereduction(struct ScriptContext *ctx)
return FALSE;
}
-bool8 ScrCmd_choosecontestpkmn(struct ScriptContext *ctx)
+bool8 ScrCmd_choosecontestmon(struct ScriptContext *ctx)
{
sub_81B9404();
ScriptContext1_Stop();