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