diff options
author | yenatch <yenatch@gmail.com> | 2013-12-30 23:12:06 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-30 23:12:06 -0500 |
commit | e2b00ea1179bd50ffbd865ad9e2f8d67f0451c8d (patch) | |
tree | 69648758c2c906fb1725c37860c61d25635ab6d4 /battle/ai/scoring.asm | |
parent | a8cb73b654af67bb3caad2c6d45edce7436032b1 (diff) |
shorten SP_ATTACK and SP_DEFENSE move effect constants
Diffstat (limited to 'battle/ai/scoring.asm')
-rw-r--r-- | battle/ai/scoring.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/ai/scoring.asm b/battle/ai/scoring.asm index 3ad219851..e0c0248e5 100644 --- a/battle/ai/scoring.asm +++ b/battle/ai/scoring.asm @@ -326,7 +326,7 @@ AIScoring_Smart: ; 386be dbw EFFECT_BIND, AIScoring_Bind dbw EFFECT_UNUSED_2B, AIScoring_Unused2B dbw EFFECT_CONFUSE, AIScoring_Confuse - dbw EFFECT_SP_DEFENSE_UP_2, AIScoring_SpDefenseUp2 + dbw EFFECT_SP_DEF_UP_2, AIScoring_SpDefenseUp2 dbw EFFECT_REFLECT, AIScoring_Reflect dbw EFFECT_PARALYZE, AIScoring_Paralyze dbw EFFECT_SPEED_DOWN_HIT, AIScoring_SpeedDownHit |