diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/bugs_and_glitches.md | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index c086562fb..4143c2606 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -183,7 +183,9 @@ This bug existed for all battles in Gold and Silver, and was only fixed for sing   	callfar CheckUserHasEnoughHP   	jr nc, .failed  + ++	push bc  +	call BattleCommand_AttackUp2 ++	pop bc  +	ld a, [wAttackMissed]  +	and a  +	jr nz, .failed | 
