void pointer standarized
This commit is contained in:
@@ -98,9 +98,9 @@ void ResetVramOamAndBgCntRegs(void)
|
||||
SetGpuReg(REG_OFFSET_BG2CNT, 0);
|
||||
SetGpuReg(REG_OFFSET_BG1CNT, 0);
|
||||
SetGpuReg(REG_OFFSET_BG0CNT, 0);
|
||||
CpuFill16(0, (void*) VRAM, VRAM_SIZE);
|
||||
CpuFill32(0, (void*) OAM, OAM_SIZE);
|
||||
CpuFill16(0, (void*) PLTT, PLTT_SIZE);
|
||||
CpuFill16(0, (void *) VRAM, VRAM_SIZE);
|
||||
CpuFill32(0, (void *) OAM, OAM_SIZE);
|
||||
CpuFill16(0, (void *) PLTT, PLTT_SIZE);
|
||||
}
|
||||
|
||||
void ResetAllBgsCoordinates(void)
|
||||
|
||||
Reference in New Issue
Block a user