From 6362345b04a04fefec25fdb29fd1b1bb9f8da163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Na=C5=9Bciszewski?= Date: Sat, 26 Dec 2020 06:57:02 +0100 Subject: Decompile UpdateInput and some other minor stuff. --- asm/code.s | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 asm/code.s (limited to 'asm/code.s') 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. -- cgit v1.2.3