ref: 7d40476e14542163830cfb60d4b84787d1123797
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