mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-26 13:20:33 +01:00
fix s32/int type mismatch on modern
This commit is contained in:
parent
5040a5f96b
commit
1cff6672cf
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user