summaryrefslogtreecommitdiff
path: root/src/script_menu.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-09-09 19:29:05 -0500
committercamthesaxman <cameronghall@cox.net>2017-09-09 19:29:05 -0500
commit7309b13cb34400e0256c09fd54664a3f918b4e3d (patch)
treedb7ec1ed29a98f2a6e7a45a1d550b493f6e08aa6 /src/script_menu.c
parent7edcec9a78710e29922e472358f82d546f6ea592 (diff)
fix German build
Diffstat (limited to 'src/script_menu.c')
-rw-r--r--src/script_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script_menu.c b/src/script_menu.c
index 253157b47..e25e74d8c 100644
--- a/src/script_menu.c
+++ b/src/script_menu.c
@@ -880,7 +880,7 @@ static void Task_HandleMultichoiceGridInput(u8 taskId)
#undef tIgnoreBPress
#undef tDoWrap
-bool8 ScriptMenu_TryCreatePCMenu(void)
+bool8 ScrSpecial_CreatePCMenu(void)
{
if (FuncIsActiveTask(Task_HandleMultichoiceInput) == TRUE)
{