From 573db5b1b451a901404627696c685c10ab35085b Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 6 May 2013 20:51:07 -0400 Subject: [PATCH] more ai cleanup --- battle/ai/scoring.asm | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/battle/ai/scoring.asm b/battle/ai/scoring.asm index 66aa1bbd1..a509db6f6 100644 --- a/battle/ai/scoring.asm +++ b/battle/ai/scoring.asm @@ -458,7 +458,7 @@ AIScoring_LockOn: ; 3881d jr c, .asm_38834 - call Function_0x39233 + call AICompareSpeed jr nc, .asm_38877 @@ -735,7 +735,7 @@ AIScoring_MirrorMove: ; 3895b and a jr nz, .asm_38968 - call Function_0x39233 + call AICompareSpeed ret nc jp AIDiscourageMove @@ -753,7 +753,7 @@ AIScoring_MirrorMove: ; 3895b ret c dec [hl] - call Function_0x39233 + call AICompareSpeed ret nc call RNG @@ -1121,7 +1121,7 @@ AIScoring_Fly: ; 38b12 ld a, [PlayerSubStatus3] and 1<