diff options
Diffstat (limited to 'battle/effects/curse.asm')
-rw-r--r-- | battle/effects/curse.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effects/curse.asm b/battle/effects/curse.asm index 27f821ffc..f117c5108 100644 --- a/battle/effects/curse.asm +++ b/battle/effects/curse.asm @@ -40,7 +40,7 @@ BattleCommand54: ; 37588 ; Raise Attack and Defense, and lower Speed. ld a, $1 - ld [$c689], a + ld [wc689], a call AnimateCurrentMove ld a, $2 call Function36532 |