summaryrefslogtreecommitdiff
path: root/src/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/task.c')
-rw-r--r--src/task.c3
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;