summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-08-03 11:10:42 -0400
committerGitHub <noreply@github.com>2019-08-03 11:10:42 -0400
commitce941e6f56803b389c20a52c0a5b89f5ade12b7a (patch)
tree0b27b3c803bd92858586cc09e3902b4ac186b3ed /include
parent9f50c4fa80e5a3c69ed46883a132ad02bf5edcec (diff)
parent851a814912a671102fe91ce1220d0fd01fe853f3 (diff)
Merge pull request #762 from GriffinRichards/GriffinRichards-documentation
Documenting MAPSEC use in pokenav match call data
Diffstat (limited to 'include')
-rw-r--r--include/pokenav.h2
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);