Added Adrenaline Orb check and removed silly comment
This commit is contained in:
parent
31a602f3b6
commit
e6a3396b0f
1 changed files with 1 additions and 1 deletions
|
@ -8222,7 +8222,7 @@ BattleScript_IntimidateEffect:
|
|||
playanimation BS_TARGET, B_ANIM_STATS_CHANGE, sB_ANIM_ARG1
|
||||
printstring STRINGID_PKMNCUTSATTACKWITH
|
||||
waitmessage B_WAIT_TIME_LONG
|
||||
@ Perform stat nerf
|
||||
call BattleScript_TryAdrenalineOrb
|
||||
BattleScript_IntimidateLoopIncrement:
|
||||
addbyte gBattlerTarget, 1
|
||||
jumpifbytenotequal gBattlerTarget, gBattlersCount, BattleScript_IntimidateLoop
|
||||
|
|
Loading…
Reference in a new issue