ref: a469a92c2633665c011e5c540e1cc593544abe11
dir: /engine/battle/move_effects/mist.asm/
BattleCommand_Mist: ; mist ld a, BATTLE_VARS_SUBSTATUS4 call GetBattleVarAddr bit SUBSTATUS_MIST, [hl] jr nz, .already_mist set SUBSTATUS_MIST, [hl] call AnimateCurrentMove ld hl, MistText jp StdBattleTextBox .already_mist call AnimateFailedMove jp PrintButItFailed