diff options
author | yenatch <yenatch@gmail.com> | 2014-01-01 08:09:15 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-01-01 08:09:15 -0500 |
commit | 4dbf0d44e0ecd5575f251a649faba549f790b631 (patch) | |
tree | b06d55bb43fbbc373625d5854bb116b7d0ead933 /battle/effects/curse.asm | |
parent | a18cab495dc3fdee85b89faf4b42ca48fd428c1e (diff) |
comment and relabel more battle functions
Diffstat (limited to 'battle/effects/curse.asm')
-rw-r--r-- | battle/effects/curse.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/battle/effects/curse.asm b/battle/effects/curse.asm index c9dc3d374..fc08beae6 100644 --- a/battle/effects/curse.asm +++ b/battle/effects/curse.asm @@ -41,7 +41,7 @@ BattleCommand54: ; 37588 ld a, $1 ld [$c689], a - call Function37e01 + call AnimateCurrentMove ld a, $2 call Function36532 call SwitchTurn @@ -71,7 +71,7 @@ BattleCommand54: ; 37588 jr nz, .failed set 1, [hl] - call Function37e01 + call AnimateCurrentMove ld hl, GetHalfMaxHP call CallBattleCore ld hl, Function3cc3f @@ -81,7 +81,7 @@ BattleCommand54: ; 37588 jp StdBattleTextBox .failed - call Function37e77 + call AnimateFailedMove jp PrintButItFailed @@ -91,7 +91,7 @@ BattleCommand54: ; 37588 ld b, $8 ; ABILITY call GetStatName - call Function37e77 + call AnimateFailedMove ld hl, WontRiseAnymoreText jp StdBattleTextBox ; 37618 |