From 1862f70466d6047d1585fe2487de5aa4fa1e8324 Mon Sep 17 00:00:00 2001 From: jiangzhengwenjz Date: Thu, 17 Oct 2019 12:26:01 +0800 Subject: thru BattleIntroDrawTrainersOrMonsSprites --- src/battle_script_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/battle_script_commands.c') diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index ecc8e3d36..46120085a 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -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 -- cgit v1.2.3