Remove trailing whitespace

This commit is contained in:
nullableVoidPtr
2018-12-09 11:32:58 +08:00
parent f50faac244
commit cceb8ac331
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -5594,7 +5594,7 @@ bool8 TryRunFromBattle(u8 battler)
if (holdEffect == HOLD_EFFECT_CAN_ALWAYS_RUN)
{
gLastUsedItem = gBattleMons[battler].item ;
gLastUsedItem = gBattleMons[battler].item;
gProtectStructs[battler].fleeFlag = 1;
effect++;
}