diff --git a/src/code_1AF120.c b/src/code_1AF120.c index cc7e7701a9..dfad65a6d8 100644 --- a/src/code_1AF120.c +++ b/src/code_1AF120.c @@ -5,7 +5,7 @@ ApiStatus GetDamageIntensity(ScriptInstance* script, s32 isInitialCall) { script->varTable[0] = 0; } else if (gBattleStatus.lastAttackDamage < 7) { script->varTable[0] = 1; - } else if (gBattleStatus.lastAttackDamage < 10){ + } else if (gBattleStatus.lastAttackDamage < 10) { script->varTable[0] = 2; } else { script->varTable[0] = 3;