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 184c597d0..c75a67ab3 100644
--- a/battle/hidden_power.asm
+++ b/battle/hidden_power.asm
@@ -104,7 +104,7 @@ HiddenPowerDamage: ; fbced
; based on the new type, but keep base power.
ld a, d
push af
- callba BattleCommand_DamageStats ; damagestats
+ farcall BattleCommand_DamageStats ; damagestats
pop af
ld d, a
ret