ref: 47495e7d66177e1ecfcbe21809e2de79c2beb6d2
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