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:
Alex 2024-05-29 22:30:23 +02:00 committed by GitHub
parent 7b1248b167
commit 2c32da6b0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8568,7 +8568,7 @@ BattleScript_FriskMsg::
BattleScript_FriskActivates::
saveattacker
copybyte gBattlerAttacker, sBATTLER
tryfriskmsg BS_ATTACKER
tryfriskmsg BS_SCRIPTING
restoreattacker
end3