diff options
author | yenatch <yenatch@gmail.com> | 2013-10-25 17:57:27 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-10-25 17:57:27 -0400 |
commit | 193dbd53a62a5789c26f2a34452170802a317a5f (patch) | |
tree | 9ec77143a4b14dfc1ecb37d9d036524daaa9dc60 /battle/effects/curse.asm | |
parent | 52a6b7da8ebebe2adefc03b43bcc5800ddec2835 (diff) | |
parent | 0ead58cdaac5e231650ed39db38344e52051254f (diff) |
Merge commit '0ead58cd' into merge-mrwint
Conflicts:
main.asm
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 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 |