summaryrefslogtreecommitdiff
path: root/arm9/asm
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-07-09 14:34:23 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-07-09 14:34:23 -0400
commit3b6a10b8b12f0a58663e8625a121562d8f1ff046 (patch)
tree10ca05267b7f6285e08fb1edf835ac1073528215 /arm9/asm
parent32acefa0bc9d38d055c5662694fc9ce966d50844 (diff)
MI_swap.c
Diffstat (limited to 'arm9/asm')
-rw-r--r--arm9/asm/MI_swap.s9
1 files changed, 0 insertions, 9 deletions
diff --git a/arm9/asm/MI_swap.s b/arm9/asm/MI_swap.s
deleted file mode 100644
index 576b38dc..00000000
--- a/arm9/asm/MI_swap.s
+++ /dev/null
@@ -1,9 +0,0 @@
- .include "asm/macros.inc"
- .include "global.inc"
-
- .text
-
- arm_func_start MI_SwapWord
-MI_SwapWord: ; 0x020CE520
- swp r0, r0, [r1]
- bx lr