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