Begin disassembling text.s

This commit is contained in:
Diegoisawesome
2017-03-07 07:44:41 -06:00
parent b2ec63d69e
commit 20358c4c96
9 changed files with 174 additions and 253 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef GUARD_TASK_H
#define GUARD_TASK_H
#define NUM_TASKS 16
typedef void (*TaskFunc)(u8 taskId);
struct Task