summaryrefslogtreecommitdiff
path: root/battle/effects/sandstorm.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-01-01 08:09:15 -0500
committeryenatch <yenatch@gmail.com>2014-01-01 08:09:15 -0500
commit4dbf0d44e0ecd5575f251a649faba549f790b631 (patch)
treeb06d55bb43fbbc373625d5854bb116b7d0ead933 /battle/effects/sandstorm.asm
parenta18cab495dc3fdee85b89faf4b42ca48fd428c1e (diff)
comment and relabel more battle functions
Diffstat (limited to 'battle/effects/sandstorm.asm')
-rw-r--r--battle/effects/sandstorm.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effects/sandstorm.asm b/battle/effects/sandstorm.asm
index c90e22957..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 Function37e01
+ call AnimateCurrentMove
ld hl, SandstormBrewedText
jp StdBattleTextBox
.failed
- call Function37e77
+ call AnimateFailedMove
jp PrintButItFailed
; 37718