Added Adrenaline Orb check and removed silly comment

This commit is contained in:
LOuroboros 2022-12-11 19:24:36 -03:00
parent 31a602f3b6
commit e6a3396b0f

View File

@ -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