diff options
Diffstat (limited to 'asm/code.s')
-rw-r--r-- | asm/code.s | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/asm/code.s b/asm/code.s deleted file mode 100644 index c5ba01e..0000000 --- a/asm/code.s +++ /dev/null @@ -1,15 +0,0 @@ - .include "constants/gba_constants.inc" - .include "asm/macros.inc" - - .syntax unified - - .text - - @ Unused - thumb_func_start sub_80001DC -sub_80001DC: - mov r0, sp - bx lr - thumb_func_end sub_80001DC - - .align 2, 0 @ Don't pad with nop. |