From 112667e773e10bf9a3d20ed8bcf4d7e7c6da185a Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 25 Nov 2018 23:15:33 +0100 Subject: [PATCH] Fix Belly Drum fix --- docs/bugs_and_glitches.md | 2 ++ 1 file changed, 2 insertions(+) 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