Merge pull request #578 from mid-kid/master

Fixes in the animation subsystem.
This commit is contained in:
Rangi
2018-12-09 17:44:09 -05:00
committed by GitHub
21 changed files with 524 additions and 502 deletions

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