ref: 4b4c53c7ae7f61499304c69b60e39406c5d47126
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