sub_81D16DC in pokenav_match_call_data

This commit is contained in:
GriffinR 2019-08-02 12:43:49 -04:00 committed by GitHub
parent 97d58669b7
commit 38a69d3e5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -898,7 +898,7 @@ static bool32 MatchCallGetFlag_Type4(match_call_t matchCall)
return FlagGet(matchCall.type3->flag);
}
u8 sub_81D16DC(u32 idx)
u8 MatchCallMapSecGetByIndex(u32 idx)
{
match_call_t matchCall;
u32 i;