summaryrefslogtreecommitdiff
path: root/arm9/asm
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-07-08 03:55:47 +0100
committerGitHub <noreply@github.com>2021-07-08 03:55:47 +0100
commitc29ce2882c424ddbc150cb2badddc228ae15fbc5 (patch)
tree37f6b4383a10204bd75ef632e76b2b755c909d50 /arm9/asm
parenteef820ba4669a78a62d106ea1ddb0380bd28ef20 (diff)
parent79d007487abb2706c42f2d01d74c8d8a41e6ac43 (diff)
Merge branch 'master' into communication_error
Diffstat (limited to 'arm9/asm')
-rw-r--r--arm9/asm/MSL_Common_arith.s11
1 files changed, 0 insertions, 11 deletions
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