Tweaked abilitypopup usage on Cotton Down's BattleScript
This commit is contained in:
parent
1f10b94a11
commit
dc34ad7e83
1 changed files with 2 additions and 0 deletions
|
@ -6203,6 +6203,7 @@ BattleScript_IllusionOff::
|
||||||
return
|
return
|
||||||
|
|
||||||
BattleScript_CottonDownActivates::
|
BattleScript_CottonDownActivates::
|
||||||
|
setbyte sFIXED_ABILITY_POPUP, TRUE
|
||||||
call BattleScript_AbilityPopUp
|
call BattleScript_AbilityPopUp
|
||||||
copybyte gEffectBattler, gBattlerTarget
|
copybyte gEffectBattler, gBattlerTarget
|
||||||
savetarget
|
savetarget
|
||||||
|
@ -6224,6 +6225,7 @@ BattleScript_CottonDownLoopIncrement:
|
||||||
jumpifbytenotequal gBattlerTarget, gBattlersCount, BattleScript_CottonDownLoop
|
jumpifbytenotequal gBattlerTarget, gBattlersCount, BattleScript_CottonDownLoop
|
||||||
BattleScript_CottonDownReturn:
|
BattleScript_CottonDownReturn:
|
||||||
restoretarget
|
restoretarget
|
||||||
|
destroyabilitypopup
|
||||||
return
|
return
|
||||||
|
|
||||||
BattleScript_AnticipationActivates::
|
BattleScript_AnticipationActivates::
|
||||||
|
|
Loading…
Reference in a new issue