diff --git a/engine/battle/core.asm b/engine/battle/core.asm index fb8c78c5..b13d97cc 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -3111,7 +3111,7 @@ ExecutePlayerMove: ld hl, wPlayerBattleStatus1 bit CHARGING_UP, [hl] ; charging up for attack jr nz, PlayerCanExecuteChargingMove - call CheckForDisobedience + ;call CheckForDisobedience jp z, ExecutePlayerMoveDone CheckIfPlayerNeedsToChargeUp: