fix s32/int type mismatch on modern

This commit is contained in:
PikalaxALT 2019-08-06 09:13:19 -04:00
parent 5040a5f96b
commit 1cff6672cf
2 changed files with 2 additions and 2 deletions

View File

@ -472,7 +472,7 @@ bool32 sub_81D0978(void)
return TRUE;
}
void sub_81D09B0(int id)
void sub_81D09B0(s32 id)
{
struct PokenavSub14 *structPtr = GetSubstructPtr(14);
structPtr->loopedTaskId = CreateLoopedTask(gUnknown_08624BA0[id], 1);

View File

@ -168,7 +168,7 @@ bool32 sub_81CDDD4(void)
return TRUE;
}
void sub_81CDE2C(int id)
void sub_81CDE2C(s32 id)
{
struct Pokenav7Struct *structPtr = GetSubstructPtr(0xC);
structPtr->loopedTaskId = CreateLoopedTask(gUnknown_08623384[id], 1);