mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-02 15:21:36 +00:00
Set medal positions.
This commit is contained in:
parent
11a717e246
commit
4f213baee9
1 changed files with 5 additions and 3 deletions
|
|
@ -908,7 +908,7 @@ PPC_FUNC(sub_82690660)
|
||||||
if (type == 47) // Ring
|
if (type == 47) // Ring
|
||||||
x = 142.0;
|
x = 142.0;
|
||||||
else // Medal
|
else // Medal
|
||||||
x = 0.0; // TODO
|
x = 1058.0;
|
||||||
|
|
||||||
x *= g_scale;
|
x *= g_scale;
|
||||||
|
|
||||||
|
|
@ -934,8 +934,10 @@ PPC_FUNC(sub_826906A8)
|
||||||
|
|
||||||
if (type == 47) // Ring
|
if (type == 47) // Ring
|
||||||
y = 642.0;
|
y = 642.0;
|
||||||
else // Medal
|
else if (type == 48) // Moon Medal
|
||||||
y = 0.0; // TODO
|
y = 632.0;
|
||||||
|
else if (type == 49) // Sun Medal
|
||||||
|
y = 582.0;
|
||||||
|
|
||||||
y *= g_scale;
|
y *= g_scale;
|
||||||
y += g_offsetY * 2.0 + 720.0 * (1.0 - g_scale);
|
y += g_offsetY * 2.0 + 720.0 * (1.0 - g_scale);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue