From 5f0a31c4470f86aaad37ab56e46ce33f6fb4167b Mon Sep 17 00:00:00 2001 From: red031000 Date: Tue, 6 Jul 2021 00:31:33 +0100 Subject: decompile MSL_Common_arith --- arm9/asm/MSL_Common_arith.s | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 arm9/asm/MSL_Common_arith.s (limited to 'arm9/asm') diff --git a/arm9/asm/MSL_Common_arith.s b/arm9/asm/MSL_Common_arith.s deleted file mode 100644 index 5d93a4de..00000000 --- a/arm9/asm/MSL_Common_arith.s +++ /dev/null @@ -1,11 +0,0 @@ - .include "asm/macros.inc" - .include "global.inc" - - .text - - arm_func_start abs -abs: ; 0x020DE3F0 - cmp r0, #0x0 - rsblt r0, r0, #0x0 - bx lr - arm_func_end abs -- cgit v1.2.3