diff options
Diffstat (limited to 'battle/effects/sandstorm.asm')
-rw-r--r-- | battle/effects/sandstorm.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effects/sandstorm.asm b/battle/effects/sandstorm.asm index ad3bac9d1..b4f782721 100644 --- a/battle/effects/sandstorm.asm +++ b/battle/effects/sandstorm.asm @@ -9,12 +9,12 @@ BattleCommand59: ; 376f8 ld [Weather], a ld a, 5 ld [WeatherCount], a - call Function0x37e01 + call AnimateCurrentMove ld hl, SandstormBrewedText jp StdBattleTextBox .failed - call Function0x37e77 + call AnimateFailedMove jp PrintButItFailed ; 37718 |