mirror of https://github.com/pret/pokecrystal.git
Fix Belly Drum fix
This commit is contained in:
parent
5dfe652ff6
commit
112667e773
|
@ -183,7 +183,9 @@ This bug existed for all battles in Gold and Silver, and was only fixed for sing
|
||||||
callfar CheckUserHasEnoughHP
|
callfar CheckUserHasEnoughHP
|
||||||
jr nc, .failed
|
jr nc, .failed
|
||||||
+
|
+
|
||||||
|
+ push bc
|
||||||
+ call BattleCommand_AttackUp2
|
+ call BattleCommand_AttackUp2
|
||||||
|
+ pop bc
|
||||||
+ ld a, [wAttackMissed]
|
+ ld a, [wAttackMissed]
|
||||||
+ and a
|
+ and a
|
||||||
+ jr nz, .failed
|
+ jr nz, .failed
|
||||||
|
|
Loading…
Reference in New Issue