diff options
author | JimB16 <f1@jimb.de> | 2015-10-10 13:45:39 +0200 |
---|---|---|
committer | JimB16 <f1@jimb.de> | 2015-10-10 13:45:39 +0200 |
commit | 4b722eb53056e3d6e12e21ef41d5545af37a3025 (patch) | |
tree | c3fc43237c9747854c2a3ccd6104bf5bb4071b01 /battle/effects | |
parent | 6730600d9b960f6f5583f4430a827f318c043df9 (diff) |
changed name of some labels
Diffstat (limited to 'battle/effects')
-rw-r--r-- | battle/effects/curse.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effects/curse.asm b/battle/effects/curse.asm index 65376a4aa..06706aba1 100644 --- a/battle/effects/curse.asm +++ b/battle/effects/curse.asm @@ -44,10 +44,10 @@ BattleCommand54: ; 37588 call AnimateCurrentMove ld a, $2 call Function36532 - call SwitchTurn + call BattleCommand_SwitchTurn call BattleCommand8d call ResetMiss - call SwitchTurn + call BattleCommand_SwitchTurn call BattleCommand70 call BattleCommand8c call ResetMiss |