mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-18 20:47:40 +01:00
format fix
This commit is contained in:
parent
f923f5198e
commit
593860b0be
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user