You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix Belly Drum fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user