summaryrefslogtreecommitdiff
path: root/src/script_menu.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-09-09 18:33:29 -0500
committercamthesaxman <cameronghall@cox.net>2017-09-09 18:33:29 -0500
commit66a148af9fea2a7029f5aae362e80b440686064e (patch)
treea171d88817ae2c079df672df08b9d94126b210da /src/script_menu.c
parent95f856c39e81e2b723065e757b4dcf577441c558 (diff)
let's not mess around with typedefs now
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 dc63f9f4a..253157b47 100644
--- a/src/script_menu.c
+++ b/src/script_menu.c
@@ -1153,7 +1153,7 @@ bool8 ScriptMenu_ShowPokemonPic(u16 species, u8 x, u8 y)
}
}
-NativeScriptFunc ScriptMenu_GetPicboxWaitFunc(void)
+bool8 (*ScriptMenu_GetPicboxWaitFunc(void))(void)
{
u8 taskId = FindTaskIdByFunc(Task_PokemonPicWindow);