diff options
Diffstat (limited to 'event/whiteout.asm')
-rwxr-xr-x | event/whiteout.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/event/whiteout.asm b/event/whiteout.asm index 5cc0a07f9..2e8774b8f 100755 --- a/event/whiteout.asm +++ b/event/whiteout.asm @@ -37,12 +37,12 @@ OverworldBGMap: ; 124fa call ClearScreen call Function3200 call HideSprites - call Function4f0 + call RotateThreePalettesLeft ret ; 1250a BattleBGMap: ; 1250a - ld b, $0 + ld b, SCGB_00 call GetSGBLayout call SetPalettes ret |