fix s32/int type mismatch on modern
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user