mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
Update bugs_and_glitches.md
This commit is contained in:
parent
3e95f837a6
commit
84acc5c6db
@ -52,11 +52,11 @@ 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);
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user