mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-18 12:37:38 +01:00
format fix
This commit is contained in:
parent
f923f5198e
commit
593860b0be
@ -1304,12 +1304,12 @@ static u8 ModifyBreedingScoreForOvalCharm(u8 score)
|
||||
{
|
||||
switch (score)
|
||||
{
|
||||
case 20:
|
||||
return 40;
|
||||
case 50:
|
||||
return 80;
|
||||
case 70:
|
||||
return 88;
|
||||
case 20:
|
||||
return 40;
|
||||
case 50:
|
||||
return 80;
|
||||
case 70:
|
||||
return 88;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user