summaryrefslogtreecommitdiff
path: root/battle/effect_commands.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r--battle/effect_commands.asm6
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