summaryrefslogtreecommitdiff
path: root/battle/hidden_power.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/hidden_power.asm')
-rw-r--r--battle/hidden_power.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/hidden_power.asm b/battle/hidden_power.asm
index b02b31d12..4d1ad9dc3 100644
--- a/battle/hidden_power.asm
+++ b/battle/hidden_power.asm
@@ -96,7 +96,7 @@ HiddenPowerDamage: ; fbced
; Overwrite the current move type.
push af
ld a, BATTLE_VARS_MOVE_TYPE
- call _GetBattleVar
+ call GetBattleVarAddr
pop af
ld [hl], a