From e078e4b315532c5a309425df6bf450abbf7bba04 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 19 Mar 2020 08:45:32 -0400 Subject: Some documentation of field_control_avatar and related routines --- src/script_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script_menu.c') diff --git a/src/script_menu.c b/src/script_menu.c index a4745ee10..94aaf528d 100644 --- a/src/script_menu.c +++ b/src/script_menu.c @@ -1070,7 +1070,7 @@ static bool8 PicboxWait(void) return FALSE; } -void sub_809D424(void) +void PicboxCancel(void) { u8 taskId = FindTaskIdByFunc(Task_ScriptShowMonPic); struct Task * task; -- cgit v1.2.3