diff options
author | red031000 <rubenru09@aol.com> | 2021-07-06 00:31:33 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-07-06 00:33:32 +0100 |
commit | 5f0a31c4470f86aaad37ab56e46ce33f6fb4167b (patch) | |
tree | 19c8d969d281590d81226a561790f695011e7b23 /arm9/asm | |
parent | f71d98bf2843eb8f4c0a140184a6ffa30ed1f1e5 (diff) |
decompile MSL_Common_arith
Diffstat (limited to 'arm9/asm')
-rw-r--r-- | arm9/asm/MSL_Common_arith.s | 11 |
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
|