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/nightmare.asm | |
parent | a18cab495dc3fdee85b89faf4b42ca48fd428c1e (diff) |
comment and relabel more battle functions
Diffstat (limited to 'battle/effects/nightmare.asm')
-rw-r--r-- | battle/effects/nightmare.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effects/nightmare.asm b/battle/effects/nightmare.asm index 1573979a8..cd3210cab 100644 --- a/battle/effects/nightmare.asm +++ b/battle/effects/nightmare.asm @@ -28,12 +28,12 @@ BattleCommand52: ; 37536 ; Otherwise give the opponent a nightmare. set SUBSTATUS_NIGHTMARE, [hl] - call Function37e01 + call AnimateCurrentMove ld hl, StartedNightmareText jp StdBattleTextBox .failed - call Function37e77 + call AnimateFailedMove jp PrintButItFailed ; 37563 |