diff options
| author | camthesaxman <cameronghall@cox.net> | 2017-07-07 17:06:07 -0500 |
|---|---|---|
| committer | camthesaxman <cameronghall@cox.net> | 2017-07-07 17:06:07 -0500 |
| commit | e9908459ed794ea589854fdb98c56db310719803 (patch) | |
| tree | 957427593a9ed4e8bef5a22e355f274909ccf859 /src | |
| parent | bd4a6520eaaaac186b6b26557305be8939a7ea2a (diff) | |
task.c data
Diffstat (limited to 'src')
| -rw-r--r-- | src/task.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/task.c b/src/task.c index 3c28a66d9..7bd2b5937 100644 --- a/src/task.c +++ b/src/task.c @@ -11,6 +11,9 @@ struct Task gTasks[ACTIVE_SENTINEL]; static void InsertTask(u8 newTaskId); static u8 FindFirstActiveTask(); +// Unused string +const u8 sTaskOverString[] = _("TASK OVER\nタスクがオーバーしました"); + void ResetTasks() { u8 taskId; |
