dropped aas, moved to maxmod
[gbajam21] / src / gamescr.c
index 8ce610e..1b11c25 100644 (file)
@@ -18,7 +18,7 @@ void gamescr(void)
 
        REG_DISPCNT = 4 | DISPCNT_BG2 | DISPCNT_FB1;
 
-       vblperf_start(0xff);
+       vblperf_setcolor(0xff);
 
        cdst = (uint16_t*)CRAM_BG_ADDR;
        csrc = tuncross_cmap;