diff options
author | Mateusz Naściszewski <matin1111@wp.pl> | 2020-12-26 06:57:02 +0100 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-12-28 20:13:22 -0600 |
commit | 6362345b04a04fefec25fdb29fd1b1bb9f8da163 (patch) | |
tree | 84059fefe70ebab180e8f5efcc5d2208abd28275 /asm/code.s | |
parent | b64320b043fe0a774327d7d880e9f16605db54ee (diff) |
Decompile UpdateInput
and some other minor stuff.
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. |