mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-20 19:23:38 +01:00
Update task.c
This commit is contained in:
parent
26246ce281
commit
6b5ce647df
@ -136,7 +136,7 @@ void TaskDummy(u8 taskId)
|
||||
{
|
||||
}
|
||||
|
||||
#define TASK_SPACE NUM_TASKS - 2 // So we can insert the two tasks at the last two array elements
|
||||
#define TASK_SPACE NUM_TASKS - 2 // So we can reserve space for the last array element
|
||||
void SetTaskFuncWithFollowupFunc(u8 taskId, TaskFunc func, TaskFunc followupFunc)
|
||||
{
|
||||
u8 taskNum = TASK_SPACE; // Should be const
|
||||
|
Loading…
x
Reference in New Issue
Block a user