diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-05 21:40:52 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-05 21:40:52 -0600 |
commit | 2ea6caea07ef5926b344871fc283fc1984bd2414 (patch) | |
tree | 774de17bd0390d5d19efad58f14bcb08a4e6d960 /asm | |
parent | 734fd136657fac2908cf96c674f0441b6c833dab (diff) |
remove asm and combine easy chat files
Diffstat (limited to 'asm')
-rw-r--r-- | asm/easy_chat.s | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/asm/easy_chat.s b/asm/easy_chat.s deleted file mode 100644 index a71aefb42..000000000 --- a/asm/easy_chat.s +++ /dev/null @@ -1,8 +0,0 @@ - .include "constants/gba_constants.inc" - .include "asm/macros.inc" - - .syntax unified - - .text - - .align 2, 0 @ Don't pad with nop. |