diff options
author | red031000 <rubenru09@aol.com> | 2020-08-31 14:55:44 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-08-31 14:55:44 +0100 |
commit | e30abae941b5f61a9d943ffdc6dae7f0ea087118 (patch) | |
tree | 5f79c1f2b561dce8c4f4cdaa1ce101129162dd0e /arm9/asm | |
parent | 5145a851a2d645791e6d3d89ca00706cf7656319 (diff) |
arm9 MI_wram
Diffstat (limited to 'arm9/asm')
-rw-r--r-- | arm9/asm/MI_wram.s | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arm9/asm/MI_wram.s b/arm9/asm/MI_wram.s deleted file mode 100644 index 3f245464..00000000 --- a/arm9/asm/MI_wram.s +++ /dev/null @@ -1,12 +0,0 @@ - .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 |