From 4f6df09c02aa16fd2eef95ab57615ad89e402f0b Mon Sep 17 00:00:00 2001 From: red031000 Date: Fri, 1 May 2020 17:15:18 +0100 Subject: split libmi --- arm9/asm/MI_wram.s | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 arm9/asm/MI_wram.s (limited to 'arm9/asm/MI_wram.s') 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 -- cgit v1.2.3