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/lib/src/MI_wram.c | |
parent | 5145a851a2d645791e6d3d89ca00706cf7656319 (diff) |
arm9 MI_wram
Diffstat (limited to 'arm9/lib/src/MI_wram.c')
-rw-r--r-- | arm9/lib/src/MI_wram.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arm9/lib/src/MI_wram.c b/arm9/lib/src/MI_wram.c new file mode 100644 index 00000000..a65bbb6f --- /dev/null +++ b/arm9/lib/src/MI_wram.c @@ -0,0 +1,8 @@ +#include "function_target.h" +#include "consts.h" +#include "MI_wram.h" + +ARM_FUNC void MI_SetWramBank(MIWram cnt) +{ + reg_GX_VRAMCNT_WRAM = (u8)cnt; +} |