mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 15:38:11 +01:00
Update task.c
This commit is contained in:
parent
0159c0c1ae
commit
e7436ab4c8
@ -171,7 +171,7 @@ u8 FindTaskIdByFunc(TaskFunc func)
|
||||
if (gTasks[i].isActive == TRUE && gTasks[i].func == func)
|
||||
return (u8)i;
|
||||
|
||||
return TAIL_SENTINEL; // No task found
|
||||
return 0xFF; // No task found
|
||||
}
|
||||
|
||||
u8 GetTaskCount(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user