Update bugs_and_glitches.md
This commit is contained in:
@@ -47,15 +47,15 @@ And edit `AgbMain`:
|
|||||||
```diff
|
```diff
|
||||||
void CB2_InitTitleScreen(void)
|
void CB2_InitTitleScreen(void)
|
||||||
{
|
{
|
||||||
switch (gMain.state)
|
switch (gMain.state)
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
case 0:
|
case 0:
|
||||||
SetVBlankCallback(NULL);
|
SetVBlankCallback(NULL);
|
||||||
+ StartTimer1();
|
+ StartTimer1();
|
||||||
SetGpuReg(REG_OFFSET_BLDCNT, 0);
|
SetGpuReg(REG_OFFSET_BLDCNT, 0);
|
||||||
SetGpuReg(REG_OFFSET_BLDALPHA, 0);
|
SetGpuReg(REG_OFFSET_BLDALPHA, 0);
|
||||||
SetGpuReg(REG_OFFSET_BLDY, 0);
|
SetGpuReg(REG_OFFSET_BLDY, 0);
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
That matches the code of FR/LG and does what GF originally wanted to do.
|
That matches the code of FR/LG and does what GF originally wanted to do.
|
||||||
|
|||||||
Reference in New Issue
Block a user