mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 20:24:18 +01:00
commit
4d6f54e8d6
@ -5285,8 +5285,19 @@ BattleScript_EffectRolePlay::
|
|||||||
trycopyability BattleScript_ButItFailed
|
trycopyability BattleScript_ButItFailed
|
||||||
attackanimation
|
attackanimation
|
||||||
waitanimation
|
waitanimation
|
||||||
|
.if B_ABILITY_POP_UP == TRUE
|
||||||
|
setbyte sFIXED_ABILITY_POPUP, TRUE
|
||||||
|
showabilitypopup BS_ATTACKER
|
||||||
|
pause 60
|
||||||
|
sethword sABILITY_OVERWRITE, 0
|
||||||
|
updateabilitypopup BS_ATTACKER
|
||||||
|
pause 20
|
||||||
|
destroyabilitypopup
|
||||||
|
pause 40
|
||||||
|
.endif
|
||||||
printstring STRINGID_PKMNCOPIEDFOE
|
printstring STRINGID_PKMNCOPIEDFOE
|
||||||
waitmessage B_WAIT_TIME_LONG
|
waitmessage B_WAIT_TIME_LONG
|
||||||
|
switchinabilities BS_ATTACKER
|
||||||
goto BattleScript_MoveEnd
|
goto BattleScript_MoveEnd
|
||||||
|
|
||||||
BattleScript_EffectWish::
|
BattleScript_EffectWish::
|
||||||
|
@ -12356,6 +12356,7 @@ static void Cmd_trycopyability(void) // role play
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
gBattleScripting.abilityPopupOverwrite = gBattleMons[gBattlerAttacker].ability;
|
||||||
gBattleMons[gBattlerAttacker].ability = defAbility;
|
gBattleMons[gBattlerAttacker].ability = defAbility;
|
||||||
gLastUsedAbility = defAbility;
|
gLastUsedAbility = defAbility;
|
||||||
gBattlescriptCurrInstr += 5;
|
gBattlescriptCurrInstr += 5;
|
||||||
|
Loading…
Reference in New Issue
Block a user