diff options
Diffstat (limited to 'event/field_moves.asm')
-rwxr-xr-x | event/field_moves.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/event/field_moves.asm b/event/field_moves.asm index e12709b1e..d6fa4a0bb 100755 --- a/event/field_moves.asm +++ b/event/field_moves.asm @@ -7,7 +7,7 @@ PlayWhirlpoolSound: ; 8c7d4 ; 8c7e1 BlindingFlash: ; 8c7e1 - callba RotatePalettesRightPalettes + callba FadeOutPalettes ld hl, StatusFlags set 2, [hl] callba Function8c0e5 @@ -15,7 +15,7 @@ BlindingFlash: ; 8c7e1 ld b, SCGB_09 call GetSGBLayout callba Function49409 - callba RotatePalettesLeftPalettes + callba FadeInPalettes ret ; 8c80a |