diff options
author | yenatch <yenatch@gmail.com> | 2014-01-05 07:49:35 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-01-05 08:13:43 -0500 |
commit | 4e9102f2497041873debda18a5f3d055840ad7b9 (patch) | |
tree | 8e1613435ebea203c279e0e2b5bfcdbe81f0603f /battle/effect_commands.asm | |
parent | ea01721284572181dd34e09bc04f5a363e800b9c (diff) |
recomment hidden power calculation
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 2 |
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 |