Update bugs_and_glitches.md

This commit is contained in:
kiliwily 2020-09-12 18:48:57 +02:00
parent 84acc5c6db
commit 7377c2f192

View File

@ -52,11 +52,11 @@ void CB2_InitTitleScreen(void)
default:
case 0:
SetVBlankCallback(NULL);
+ StartTimer1();
SetGpuReg(REG_OFFSET_BLDCNT, 0);
+ StartTimer1();
SetGpuReg(REG_OFFSET_BLDCNT, 0);
SetGpuReg(REG_OFFSET_BLDALPHA, 0);
SetGpuReg(REG_OFFSET_BLDY, 0);
...
...
```
That matches the code of FR/LG and does what GF originally wanted to do.