summaryrefslogtreecommitdiff
path: root/arm9/asm
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2021-07-07 22:52:15 -0400
committerGitHub <noreply@github.com>2021-07-07 22:52:15 -0400
commit79d007487abb2706c42f2d01d74c8d8a41e6ac43 (patch)
tree73aeafb7a405d717b71814a46aa461b4fd017244 /arm9/asm
parentf71d98bf2843eb8f4c0a140184a6ffa30ed1f1e5 (diff)
parent49a17b6a1803703e6dd7d01d0a0e59adc4d6d4d4 (diff)
Merge pull request #428 from red031000/master
decompile MSL_Common_arith
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