Skip to content

Commit

Permalink
Update bugs_and_glitches.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliwily committed Sep 12, 2020
1 parent 4c4c2ea commit f84702e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/bugs_and_glitches.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ And edit `AgbMain`:
```diff
void CB2_InitTitleScreen(void)
{
switch (gMain.state)
{
default:
case 0:
SetVBlankCallback(NULL);
+ StartTimer1();
SetGpuReg(REG_OFFSET_BLDCNT, 0);
SetGpuReg(REG_OFFSET_BLDALPHA, 0);
SetGpuReg(REG_OFFSET_BLDY, 0);
switch (gMain.state)
{
default:
case 0:
SetVBlankCallback(NULL);
+ 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.
Expand Down

0 comments on commit f84702e

Please sign in to comment.