summaryrefslogtreecommitdiff
path: root/battle/effect_commands.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-01-05 07:49:35 -0500
committeryenatch <yenatch@gmail.com>2014-01-05 08:13:43 -0500
commit4e9102f2497041873debda18a5f3d055840ad7b9 (patch)
tree8e1613435ebea203c279e0e2b5bfcdbe81f0603f /battle/effect_commands.asm
parentea01721284572181dd34e09bc04f5a363e800b9c (diff)
recomment hidden power calculation
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r--battle/effect_commands.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 7195952ca..0c353eff5 100644
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -10077,7 +10077,7 @@ BattleCommand6d: ; 37be8
ld a, [AttackMissed]
and a
ret nz
- callba GetHiddenPower
+ callba HiddenPowerDamage
ret
; 37bf4