summaryrefslogtreecommitdiff
path: root/battle/ai/scoring.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-08 13:27:26 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-08 13:27:26 -0500
commitac824f62fc6bdbc63f2f9fb7bd17e4827a535f36 (patch)
tree78eb17196fca085052cae87ae2997b0ac1b55657 /battle/ai/scoring.asm
parentc34264ddd89c2af4ba1370d4a2789009e9139b48 (diff)
More battle core labels
Diffstat (limited to 'battle/ai/scoring.asm')
-rw-r--r--battle/ai/scoring.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/ai/scoring.asm b/battle/ai/scoring.asm
index 39d2a8eca..dbdbb9db8 100644
--- a/battle/ai/scoring.asm
+++ b/battle/ai/scoring.asm
@@ -1062,7 +1062,7 @@ AI_Smart_Bind: ; 38a71
; Bind, Wrap, Fire Spin, Clamp
; 50% chance to discourage this move if the player is already trapped.
- ld a, [wc730]
+ ld a, [wPlayerWrapCount]
and a
jr nz, .asm_38a8b
@@ -2466,7 +2466,7 @@ AI_Smart_RapidSpin: ; 39084
; 80% chance to greatly encourage this move if the enemy is
; trapped (Bind effect), seeded, or scattered with spikes.
- ld a, [wc731]
+ ld a, [wEnemyWrapCount]
and a
jr nz, .asm_39097