diff options
author | hondew <pokehondew@gmail.com> | 2019-02-07 11:24:09 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-02-28 21:21:56 -0600 |
commit | 5c8cc5225ff7c11533f8421039e6e9e75adcee90 (patch) | |
tree | f8cb9ba1f8a9a08537a2f2ade3dd93d1ec81d6bb /src/task.c | |
parent | baf95a8e7ab5bf295f10c4e30d043c9629f2d2a3 (diff) |
document slot machine
Diffstat (limited to 'src/task.c')
-rw-r--r-- | src/task.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/task.c b/src/task.c index 14b97a361..a2df66de8 100644 --- a/src/task.c +++ b/src/task.c @@ -1,9 +1,6 @@ #include "global.h" #include "task.h" -#define HEAD_SENTINEL 0xFE -#define TAIL_SENTINEL 0xFF - struct Task gTasks[NUM_TASKS]; static void InsertTask(u8 newTaskId); |