ref: 4a16bbe45a3d547c44aadd127253f6f5eaf78f54
dir: /battle/effects/foresight.asm/
BattleCommand57: ; 376a0 ; foresight ld a, [AttackMissed] and a jr nz, .failed call CheckHiddenOpponent jr nz, .failed ld a, BATTLE_VARS_SUBSTATUS1_OPP call GetBattleVarAddr bit SUBSTATUS_IDENTIFIED, [hl] jr nz, .failed set SUBSTATUS_IDENTIFIED, [hl] call AnimateCurrentMove ld hl, IdentifiedText jp StdBattleTextBox .failed jp Function37354 ; 376c2