summaryrefslogtreecommitdiff
path: root/include/task.h
diff options
context:
space:
mode:
authorEvan <eroelke@gmail.com>2019-11-30 10:50:58 -0500
committerEvan <eroelke@gmail.com>2019-11-30 10:50:58 -0500
commitb62688270824fc245ce99822ac3b8c46732a71b8 (patch)
tree2dcf9ccca122e5a2855eb8f14f8d8c3bc3934a05 /include/task.h
parent52013cf052e9398987f76cf115ca08091e16288d (diff)
all matching except Task_DoPokeballSendOutAnim
Diffstat (limited to 'include/task.h')
-rw-r--r--include/task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/task.h b/include/task.h
index 785dbe6d4..7a7a2ff22 100644
--- a/include/task.h
+++ b/include/task.h
@@ -15,7 +15,7 @@ struct Task
/*0x05*/ u8 prev;
/*0x06*/ u8 next;
/*0x07*/ u8 priority;
- /*0x08*/ s16 data[16]; //8, a, c, e, 10, 12, 14, 16, 18, 1a, 1c, 1e, 20, 22, 24, 26
+ /*0x08*/ s16 data[16];
}; /*size = 0x28*/
extern struct Task gTasks[];