Fix Belly Drum fix

This commit is contained in:
mid-kid 2018-11-25 23:15:33 +01:00
parent 5dfe652ff6
commit 112667e773

View File

@ -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