Update battle_scripts_1.s (#4653)
#4061 change `ABILITY_FRISK` to use `gBattleScripting.battler` but the script wasn't fully updated. BS_ATTACKER needed to be changed to `BS_SCRIPTING`
This commit is contained in:
parent
7b1248b167
commit
2c32da6b0a
1 changed files with 1 additions and 1 deletions
|
@ -8568,7 +8568,7 @@ BattleScript_FriskMsg::
|
|||
BattleScript_FriskActivates::
|
||||
saveattacker
|
||||
copybyte gBattlerAttacker, sBATTLER
|
||||
tryfriskmsg BS_ATTACKER
|
||||
tryfriskmsg BS_SCRIPTING
|
||||
restoreattacker
|
||||
end3
|
||||
|
||||
|
|
Loading…
Reference in a new issue