mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-21 17:54:57 -05:00
fixed pokenav glow issue
This commit is contained in:
parent
4d3144cc66
commit
eb1a6d311a
|
|
@ -1315,7 +1315,11 @@ static void SetupPokenavMenuScanlineEffects(void)
|
|||
SetGpuRegBits(REG_OFFSET_DISPCNT, DISPCNT_WIN0_ON);
|
||||
SetGpuRegBits(REG_OFFSET_WININ, WININ_WIN0_ALL);
|
||||
SetGpuRegBits(REG_OFFSET_WINOUT, WINOUT_WIN01_BG_ALL | WINOUT_WIN01_OBJ);
|
||||
#ifdef BUGFIX
|
||||
SetGpuReg(REG_OFFSET_WIN0V, DISPLAY_HEIGHT);
|
||||
#else
|
||||
SetGpuRegBits(REG_OFFSET_WIN0V, DISPLAY_HEIGHT);
|
||||
#endif
|
||||
ScanlineEffect_Stop();
|
||||
SetMenuOptionGlow();
|
||||
ScanlineEffect_SetParams(sPokenavMainMenuScanlineEffectParams);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user