diff options
Diffstat (limited to 'battle/effects/curse.asm')
-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 9dc7f4b1d..4af1631a4 100644 --- a/battle/effects/curse.asm +++ b/battle/effects/curse.asm @@ -73,9 +73,9 @@ BattleCommand54: ; 37588 set 1, [hl] call Function0x37e01 ld hl, GetHalfMaxHP - call CallBankF + call CallBattleCore ld hl, Function3cc3f - call CallBankF + call CallBattleCore call UpdateUserInParty ld hl, PutACurseText jp StdBattleTextBox |