ref: 1853f70addb0bfa9164bc2b5134e564f526b2b1a
dir: /engine/battle/move_effects/safeguard.asm/
BattleCommand_Safeguard: ld hl, wPlayerScreens ld de, wPlayerSafeguardCount ldh a, [hBattleTurn] and a jr z, .ok ld hl, wEnemyScreens ld de, wEnemySafeguardCount .ok bit SCREENS_SAFEGUARD, [hl] jr nz, .failed set SCREENS_SAFEGUARD, [hl] ld a, 5 ld [de], a call AnimateCurrentMove ld hl, CoveredByVeilText jp StdBattleTextbox .failed call AnimateFailedMove jp PrintButItFailed