summaryrefslogtreecommitdiff
path: root/arm9/asm/MI_wram.s
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-05-01 17:15:18 +0100
committerred031000 <rubenru09@aol.com>2020-05-01 17:15:18 +0100
commit4f6df09c02aa16fd2eef95ab57615ad89e402f0b (patch)
treeffe2280f4aa464fbcf535a769592022d9e8122ee /arm9/asm/MI_wram.s
parent90d38f053ff21a5d6cd967de29dc440cbba9aa29 (diff)
split libmi
Diffstat (limited to 'arm9/asm/MI_wram.s')
-rw-r--r--arm9/asm/MI_wram.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/arm9/asm/MI_wram.s b/arm9/asm/MI_wram.s
new file mode 100644
index 00000000..3f245464
--- /dev/null
+++ b/arm9/asm/MI_wram.s
@@ -0,0 +1,12 @@
+ .include "asm/macros.inc"
+ .include "global.inc"
+
+ .text
+
+ arm_func_start MI_SetWramBank
+MI_SetWramBank:
+ ldr r1, _020CD870 ; =0x04000247
+ strb r0, [r1, #0x0]
+ bx lr
+ .balign 4
+_020CD870: .word 0x04000247