mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
No checking for disobedience!
This mechanic is rly unbased
This commit is contained in:
parent
9549675600
commit
fb3a20a51d
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue