diff options
author | yenatch <yenatch@gmail.com> | 2013-08-09 17:42:04 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-09 17:50:34 -0400 |
commit | 14160a180f8a898d2c282155e32a3c907083cba0 (patch) | |
tree | 05d8623ba46daf59f310688c84dbd70e939ce2e0 /battle/effect_commands.asm | |
parent | 94e9a3f7649b95eff276d8a42b820b74bad5c199 (diff) |
hidden power type/power calculation
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index f52dfa483..afe822a16 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -10623,11 +10623,7 @@ BattleCommand6d: ; 37be8 ld a, [AttackMissed] and a ret nz - - ld a, $3e - ld hl, $7ced - rst FarCall - + callba GetHiddenPower ret ; 37bf4 |