mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40: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
|
ld hl, wPlayerBattleStatus1
|
||||||
bit CHARGING_UP, [hl] ; charging up for attack
|
bit CHARGING_UP, [hl] ; charging up for attack
|
||||||
jr nz, PlayerCanExecuteChargingMove
|
jr nz, PlayerCanExecuteChargingMove
|
||||||
call CheckForDisobedience
|
;call CheckForDisobedience
|
||||||
jp z, ExecutePlayerMoveDone
|
jp z, ExecutePlayerMoveDone
|
||||||
|
|
||||||
CheckIfPlayerNeedsToChargeUp:
|
CheckIfPlayerNeedsToChargeUp:
|
||||||
|
|
Loading…
Reference in a new issue