Update bugs_and_glitches.md

This commit is contained in:
kiliwily 2020-09-12 18:44:39 +02:00
parent 5c3669e0cd
commit 3e95f837a6

View File

@ -42,7 +42,7 @@ And edit `AgbMain`:
... ...
``` ```
**Altenate Fix:**Edit the following function in [src/title_screen.c](https://github.com/pret/pokeemerald/blob/master/src/title_screen.c): **Altenate Fix:** Edit the following function in [src/title_screen.c](https://github.com/pret/pokeemerald/blob/master/src/title_screen.c):
```diff ```diff
void CB2_InitTitleScreen(void) void CB2_InitTitleScreen(void)
@ -52,7 +52,7 @@ void CB2_InitTitleScreen(void)
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);