diff options
author | yenatch <yenatch@gmail.com> | 2017-07-17 19:40:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-17 19:40:47 -0400 |
commit | d5c9a02e514d8bd75cbe192d6465ab4bb5af43ad (patch) | |
tree | 1f5769533458988e6499322e1d30d1bf82a7a68f /data/task.s | |
parent | a774610eaa767952d4d0033f45dcaec8e8be8583 (diff) | |
parent | 6546ff5d0ad80ceca6b422713e0d3cd0ffa62b53 (diff) |
Merge pull request #357 from camthesaxman/integrate_data
define more data in C
Diffstat (limited to 'data/task.s')
-rw-r--r-- | data/task.s | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/data/task.s b/data/task.s deleted file mode 100644 index e87c5b1fc..000000000 --- a/data/task.s +++ /dev/null @@ -1,7 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - - .string "TASK OVER\n" - .string "タスクがオーバーしました$" |