ref: 42ff2bd21f93834469a4b5d97da46ee532fb44d1
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