Merge pull request #1391 from GriffinRichards/objvram

Add some uses of OBJ_VRAM/VRAM_SIZE
This commit is contained in:
GriffinR
2021-03-31 00:36:20 -04:00
committed by GitHub
14 changed files with 30 additions and 30 deletions

View File

@@ -2060,7 +2060,7 @@ static void sub_80867D8(void)
ScanlineEffect_Stop();
DmaClear16(3, PLTT + 2, PLTT_SIZE - 2);
DmaFillLarge16(3, 0, (void *)(VRAM + 0x0), 0x18000, 0x1000);
DmaFillLarge16(3, 0, (void *)VRAM, VRAM_SIZE, 0x1000);
ResetOamRange(0, 128);
LoadOam();
}