From 4f213baee976e85beac502ae682f0fa32f3d902b Mon Sep 17 00:00:00 2001 From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:27:28 +0300 Subject: [PATCH] Set medal positions. --- UnleashedRecomp/patches/csd_patches.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/UnleashedRecomp/patches/csd_patches.cpp b/UnleashedRecomp/patches/csd_patches.cpp index 6aff5a68..e00d7714 100644 --- a/UnleashedRecomp/patches/csd_patches.cpp +++ b/UnleashedRecomp/patches/csd_patches.cpp @@ -908,7 +908,7 @@ PPC_FUNC(sub_82690660) if (type == 47) // Ring x = 142.0; else // Medal - x = 0.0; // TODO + x = 1058.0; x *= g_scale; @@ -934,8 +934,10 @@ PPC_FUNC(sub_826906A8) if (type == 47) // Ring y = 642.0; - else // Medal - y = 0.0; // TODO + else if (type == 48) // Moon Medal + y = 632.0; + else if (type == 49) // Sun Medal + y = 582.0; y *= g_scale; y += g_offsetY * 2.0 + 720.0 * (1.0 - g_scale);