diff options
Diffstat (limited to 'battle/hidden_power.asm')
-rw-r--r-- | battle/hidden_power.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/hidden_power.asm b/battle/hidden_power.asm index 7eb720401..68b0e80f8 100644 --- a/battle/hidden_power.asm +++ b/battle/hidden_power.asm @@ -106,7 +106,7 @@ endr ; based on the new type, but keep base power. ld a, d push af - callba BattleCommand06 ; damagestats + callba BattleCommand_DamageStats ; damagestats pop af ld d, a ret |