From 9e2c4f7e4a83af96c7b5428262a0c7ab1970113b Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Mon, 18 Nov 2024 09:05:32 -0600 Subject: [PATCH] Fix mg_item build in NTSC --- src/REL/w02Dll/mg_item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/REL/w02Dll/mg_item.c b/src/REL/w02Dll/mg_item.c index d51268e8..e7b041b5 100644 --- a/src/REL/w02Dll/mg_item.c +++ b/src/REL/w02Dll/mg_item.c @@ -454,7 +454,7 @@ void fn_1_6EA8(void) temp_f29 = -0.04f; temp_f30 = (sp20.y - sp2C.y) / (REFRESH_RATE/2); temp_r29 = 0; - HuAudFXFadeOut(lbl_1_bss_D8, (VERSION_PAL) ? 416 : 500); + HuAudFXFadeOut(lbl_1_bss_D8, (((REFRESH_RATE*500)+30)/60)-1); while (!temp_r29) { sp2C.y += temp_f30; temp_f31 += temp_f29;