mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-21 11:43:37 +01:00
Fix build crash
This commit is contained in:
parent
aa2cb6a974
commit
b2d8ce10ce
@ -865,22 +865,22 @@ u32 MatchCall_GetRematchTableIdx(u32 idx)
|
||||
return sMatchCall_GetRematchTableIdxFunctions[i](matchCall);
|
||||
}
|
||||
|
||||
static static u32 MatchCall_GetRematchTableIdx_Type0(match_call_t matchCall)
|
||||
static u32 MatchCall_GetRematchTableIdx_Type0(match_call_t matchCall)
|
||||
{
|
||||
return REMATCH_TABLE_ENTRIES;
|
||||
}
|
||||
|
||||
static static u32 MatchCall_GetRematchTableIdx_Type1(match_call_t matchCall)
|
||||
static u32 MatchCall_GetRematchTableIdx_Type1(match_call_t matchCall)
|
||||
{
|
||||
return matchCall.type1->rematchTableIdx;
|
||||
}
|
||||
|
||||
static static u32 MatchCall_GetRematchTableIdx_Type2(match_call_t matchCall)
|
||||
static u32 MatchCall_GetRematchTableIdx_Type2(match_call_t matchCall)
|
||||
{
|
||||
return matchCall.type2->rematchTableIdx;
|
||||
}
|
||||
|
||||
static static u32 MatchCall_GetRematchTableIdx_Type3(match_call_t matchCall)
|
||||
static u32 MatchCall_GetRematchTableIdx_Type3(match_call_t matchCall)
|
||||
{
|
||||
return REMATCH_TABLE_ENTRIES;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user