summaryrefslogtreecommitdiff
path: root/arm9/asm
diff options
context:
space:
mode:
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