diff options
Diffstat (limited to 'data/task.s')
-rw-r--r-- | data/task.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/task.s b/data/task.s new file mode 100644 index 000000000..e87c5b1fc --- /dev/null +++ b/data/task.s @@ -0,0 +1,7 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + + .string "TASK OVER\n" + .string "タスクがオーバーしました$" |