summaryrefslogtreecommitdiff
path: root/battle/effects/curse.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-10-11 03:04:21 -0400
committeryenatch <yenatch@gmail.com>2013-10-11 03:04:21 -0400
commit0ead58cdaac5e231650ed39db38344e52051254f (patch)
tree3e4ce4a22df7f57b2e2f234794fbe971d8d82135 /battle/effects/curse.asm
parent946a213f09db39243c883ad677a22de738977836 (diff)
fix labels for and rename GetBattleVarPair to GetBattleVar
Diffstat (limited to 'battle/effects/curse.asm')
-rw-r--r--battle/effects/curse.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effects/curse.asm b/battle/effects/curse.asm
index 41ffc3a8d..9dc7f4b1d 100644
--- a/battle/effects/curse.asm
+++ b/battle/effects/curse.asm
@@ -66,7 +66,7 @@ BattleCommand54: ; 37588
jr nz, .failed
ld a, BATTLE_VARS_SUBSTATUS1_OPP
- call GetBattleVarPair
+ call _GetBattleVar
bit 1, [hl]
jr nz, .failed