summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAvara <31101124+Mother-Of-Dragons@users.noreply.github.com>2018-03-13 11:55:18 +0000
committerAvara <31101124+Mother-Of-Dragons@users.noreply.github.com>2018-03-13 11:55:18 +0000
commite03004b4b6fed2aea46ac87a429bfa2db2f28af1 (patch)
tree20024033c18c573fa17e3982cf71c204f11173b8 /data
parent59c95c32db40773008e6554544003a35a6a29fde (diff)
Fixed label names: battle_ai_scripts.s
Diffstat (limited to 'data')
-rw-r--r--data/battle_ai_scripts.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/battle_ai_scripts.s b/data/battle_ai_scripts.s
index 70cc48d9b..1b4863046 100644
--- a/data/battle_ai_scripts.s
+++ b/data/battle_ai_scripts.s
@@ -2037,11 +2037,6 @@ AI_CV_Protect_ScoreUp2:
AI_CV_Protect2:
if_random_less_than 128, AI_CV_Protect4
score -1
-
-AI_CV_Protect3:
- get_last_used_bank_move AI_TARGET
- get_move_effect_from_result
- if_not_equal EFFECT_LOCK_ON, AI_CV_Protect_End
AI_CV_Protect4:
get_protect_count AI_USER
@@ -2050,6 +2045,11 @@ AI_CV_Protect4:
if_random_less_than 128, AI_CV_Protect_End
score -1
goto AI_CV_Protect_End
+
+AI_CV_Protect3:
+ get_last_used_bank_move AI_TARGET
+ get_move_effect_from_result
+ if_not_equal EFFECT_LOCK_ON, AI_CV_Protect_End
AI_CV_Protect_ScoreDown2:
score -2