ref: 112667e773e10bf9a3d20ed8bcf4d7e7c6da185a
parent: 5dfe652ff60008dd5f1ca6dd49322b2826d5fd52
author: mid-kid <esteve.varela@gmail.com>
date: Sun Nov 25 18:15:33 EST 2018
Fix Belly Drum fix
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -183,7 +183,9 @@
callfar CheckUserHasEnoughHP
jr nc, .failed
+
++ push bc
+ call BattleCommand_AttackUp2
++ pop bc
+ ld a, [wAttackMissed]
+ and a
+ jr nz, .failed