summaryrefslogtreecommitdiff
path: root/src/script_menu.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-03-04 10:42:16 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-03-04 10:42:16 -0500
commit13e06bf7f88be6d25f420704b76828ed6f24cbc2 (patch)
tree515c47936d27b2c7b5a1d60ba1154440686a5f35 /src/script_menu.c
parentce3e1b8af0fa394e5711ea775bfe4099b9fc6680 (diff)
Combine special prefixes, drop more
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 1fd9a2990..a4745ee10 100644
--- a/src/script_menu.c
+++ b/src/script_menu.c
@@ -944,7 +944,7 @@ static void Hask_MultichoiceGridMenu_HandleInput(u8 taskId)
EnableBothScriptContexts();
}
-bool8 ScrSpecial_CreatePCMenu(void)
+bool8 CreatePCMenu(void)
{
if (FuncIsActiveTask(Task_MultichoiceMenu_HandleInput) == TRUE)
return FALSE;