diff options
author | red031000 <rubenru09@aol.com> | 2020-08-31 14:42:00 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-08-31 14:42:00 +0100 |
commit | 5145a851a2d645791e6d3d89ca00706cf7656319 (patch) | |
tree | 8ceb1278c3d699a9f531c05927a32c84793ce0dc /arm9/asm | |
parent | 0a880566f5889cdeb6fa3f96f5916c39dbb16b38 (diff) |
arm9 MI_init
Diffstat (limited to 'arm9/asm')
-rw-r--r-- | arm9/asm/MI_init.s | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arm9/asm/MI_init.s b/arm9/asm/MI_init.s deleted file mode 100644 index 282dde3b..00000000 --- a/arm9/asm/MI_init.s +++ /dev/null @@ -1,17 +0,0 @@ - .include "asm/macros.inc" - .include "global.inc" - - .text - - arm_func_start MI_Init -MI_Init: ; 0x020CE648 - stmdb sp!, {lr} - sub sp, sp, #0x4 - mov r0, #0x3 - bl MI_SetWramBank - mov r0, #0x0 - bl MI_StopDma - add sp, sp, #0x4 - ldmfd sp!, {lr} - bx lr - |