diff options
Diffstat (limited to 'battle/effects/foresight.asm')
-rw-r--r-- | battle/effects/foresight.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effects/foresight.asm b/battle/effects/foresight.asm index 775fbd78d..6f4f97cd2 100644 --- a/battle/effects/foresight.asm +++ b/battle/effects/foresight.asm @@ -1,4 +1,4 @@ -BattleCommand57: ; 376a0 +BattleCommand_Foresight: ; 376a0 ; foresight ld a, [AttackMissed] @@ -19,5 +19,5 @@ BattleCommand57: ; 376a0 jp StdBattleTextBox .failed - jp Function37354 + jp FailForesight ; 376c2 |