Merge pull request #3 from GriffinRichards/GriffinRichards-sub_81D16DC
Document sub_81D16DC
This commit is contained in:
commit
dad3eba603
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -208,7 +208,7 @@ static u32 sub_81CAD20(s32 taskState)
|
|||
{
|
||||
state->unk1C[state->unkA].unk2 = j;
|
||||
state->unk1C[state->unkA].unk0 = 1;
|
||||
state->unk1C[state->unkA].unk1 = sub_81D16DC(j);
|
||||
state->unk1C[state->unkA].unk1 = MatchCallMapSecGetByIndex(j);
|
||||
state->unkA++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue