Update AI_TryTo2HKO comment (#6349)

This commit is contained in:
Pawkkie 2025-02-27 12:01:03 -05:00 committed by GitHub
parent b673762ca7
commit da95f81fc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5072,7 +5072,7 @@ static s32 AI_Risky(u32 battlerAtk, u32 battlerDef, u32 move, s32 score)
return score;
}
// Adds score bonus to best powered move
// Adds score bonus to OHKOs and 2HKOs
static s32 AI_TryTo2HKO(u32 battlerAtk, u32 battlerDef, u32 move, s32 score)
{
if (IS_TARGETING_PARTNER(battlerAtk, battlerDef))