format fix

This commit is contained in:
Evan 2020-07-16 11:13:03 -06:00
parent f923f5198e
commit 593860b0be

View File

@ -1304,12 +1304,12 @@ static u8 ModifyBreedingScoreForOvalCharm(u8 score)
{ {
switch (score) switch (score)
{ {
case 20: case 20:
return 40; return 40;
case 50: case 50:
return 80; return 80;
case 70: case 70:
return 88; return 88;
} }
} }