diff options
author | GriffinR <25753467+GriffinRichards@users.noreply.github.com> | 2019-08-02 12:48:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-02 12:48:15 -0400 |
commit | 9c90ff65af183a50071094bc1c96df252447f1c1 (patch) | |
tree | 8604a368b52f0d0671d3de6b523ea95e7d746f25 | |
parent | 3c4843f2732599f1d245d2c4924d57f0befa8eee (diff) |
Update pokenav.h
-rw-r--r-- | include/pokenav.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokenav.h b/include/pokenav.h index d254858ac..69a9f1f58 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); |