diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-17 20:15:15 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-17 20:15:15 -0500 |
commit | e2ab2e50a0723b11802e33074e0dd5d9f7d81496 (patch) | |
tree | 843680a4e5f4e7de6d90f7e7a1e493508f9c1a36 /data/task.s | |
parent | d4bd4c393e59bb66a8d4f69f23dce694982723e1 (diff) | |
parent | 67ced1d77ec0d36cc2b6ebcbfc58ba28b357ddbb (diff) |
fix merge conflicts
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 "タスクがオーバーしました$" |