ref: 0aac0f9cfc5bc95b378d0c33cb047f136cd361b7
dir: /engine/battle/move_effects/snore.asm/
BattleCommand_Snore: ; snore ld a, BATTLE_VARS_STATUS call GetBattleVar and SLP ret nz call ResetDamage ld a, $1 ld [wAttackMissed], a call FailMove jp EndMoveEffect