From 9c90ff65af183a50071094bc1c96df252447f1c1 Mon Sep 17 00:00:00 2001 From: GriffinR <25753467+GriffinRichards@users.noreply.github.com> Date: Fri, 2 Aug 2019 12:48:15 -0400 Subject: [PATCH] Update pokenav.h --- include/pokenav.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pokenav.h b/include/pokenav.h index d254858aca..69a9f1f58e 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -107,7 +107,7 @@ void sub_81C8234(void); // pokenav_match_call_data.c bool32 sub_81D17E8(u32 idx); -u8 sub_81D16DC(u32 idx); +u8 MatchCallMapSecGetByIndex(u32 idx); bool32 sub_81D1BF8(u32 idx); bool32 MatchCallFlagGetByIndex(u32 idx); u32 MatchCall_GetRematchTableIdx(u32 idx);