summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-11-25 23:15:33 +0100
committermid-kid <esteve.varela@gmail.com>2018-11-25 23:15:33 +0100
commit112667e773e10bf9a3d20ed8bcf4d7e7c6da185a (patch)
treee3d4e7a04df7e46293d1a4ff1e650613b45b1136
parent5dfe652ff60008dd5f1ca6dd49322b2826d5fd52 (diff)
Fix Belly Drum fix
-rw-r--r--docs/bugs_and_glitches.md2
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