thru BattleIntroDrawTrainersOrMonsSprites

This commit is contained in:
jiangzhengwenjz
2019-10-17 12:26:01 +08:00
parent f03807931f
commit 1862f70466
6 changed files with 818 additions and 3021 deletions
+1 -1
View File
@@ -9515,7 +9515,7 @@ static void atkEF_handleballthrow(void)
else
{
if (gBattleResults.catchAttempts[gLastUsedItem - ITEM_ULTRA_BALL] < 0xFF)
gBattleResults.catchAttempts[gLastUsedItem - ITEM_ULTRA_BALL]++;
++gBattleResults.catchAttempts[gLastUsedItem - ITEM_ULTRA_BALL];
}
}
if (odds > 254) // mon caught