diff options
Diffstat (limited to 'arm9/asm/MI_wram.s')
-rw-r--r-- | arm9/asm/MI_wram.s | 12 |
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 |