summaryrefslogtreecommitdiff
path: root/arm9/lib/src/MI_wram.c
blob: a65bbb6fa5e990b1348d896ed07a88e9a885b1c9 (plain)
1
2
3
4
5
6
7
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;
}