diff options
Diffstat (limited to 'event')
-rw-r--r-- | event/unown.asm | 2 | ||||
-rwxr-xr-x | event/whiteout.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/event/unown.asm b/event/unown.asm index 789629ae0..091d792e0 100644 --- a/event/unown.asm +++ b/event/unown.asm @@ -150,7 +150,7 @@ endr ld bc, AttrMap - TileMap add hl, bc call Function8aee9 - call Function3200 + call WaitBGMap2 call JoyWaitAorB call PlayClickSFX call WriteBackup diff --git a/event/whiteout.asm b/event/whiteout.asm index 4fa391d21..9bce90e17 100755 --- a/event/whiteout.asm +++ b/event/whiteout.asm @@ -35,7 +35,7 @@ Script_Whiteout: ; 0x124ce OverworldBGMap: ; 124fa call ClearPalettes call ClearScreen - call Function3200 + call WaitBGMap2 call HideSprites call RotateThreePalettesLeft ret |