summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-09-22 19:08:41 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-09-22 19:08:41 +0200
commit611360c29e682ee38779b6ba0ee120032903bf3a (patch)
treee1290658f1e5495fd799c6a19c9263e6aeb36ec2 /data
parente362c06aea1ea68b79d23f5147549fb709c50fef (diff)
calledattack to calledmove
Diffstat (limited to 'data')
-rw-r--r--data/battle_scripts_1.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/battle_scripts_1.s b/data/battle_scripts_1.s
index a9dfd7635..a01066be1 100644
--- a/data/battle_scripts_1.s
+++ b/data/battle_scripts_1.s
@@ -1354,7 +1354,7 @@ BattleScript_SleepTalkUsingMove::
waitanimation
setbyte sB_ANIM_TURN, 0x0
setbyte sB_ANIM_TARGETS_HIT, 0x0
- jumptocalledattack TRUE
+ jumptocalledmove TRUE
BattleScript_EffectDestinyBond::
attackcanceler
@@ -2399,7 +2399,7 @@ BattleScript_EffectAssist::
waitanimation
setbyte sB_ANIM_TURN, 0x0
setbyte sB_ANIM_TARGETS_HIT, 0x0
- jumptocalledattack TRUE
+ jumptocalledmove TRUE
BattleScript_EffectIngrain::
attackcanceler
@@ -4260,7 +4260,7 @@ BattleScript_IgnoresWhileAsleep::
BattleScript_IgnoresAndUsesRandomMove::
printstring STRINGID_PKMNIGNOREDORDERS
waitmessage 0x40
- jumptocalledattack FALSE
+ jumptocalledmove FALSE
BattleScript_MoveUsedLoafingAround::
jumpifbyte CMP_NOT_EQUAL, cMULTISTRING_CHOOSER, 0x4, BattleScript_82DB6C7