summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_mg_fshop.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-11-21 02:09:21 -0500
committerGitHub <noreply@github.com>2025-11-20 23:09:21 -0800
commite6a5d5c3dd3249fe61086ba37fecc9684caa4191 (patch)
treef2ab7b1f19f278159263bfcf3340575aaa599d2c /src/d/actor/d_a_mg_fshop.cpp
parent91011befd7f834db307ab4b35d7937b470c9f333 (diff)
Miscellaneous retail+debug fixes, link several new TUs (#2836)
Diffstat (limited to 'src/d/actor/d_a_mg_fshop.cpp')
-rw-r--r--src/d/actor/d_a_mg_fshop.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/d/actor/d_a_mg_fshop.cpp b/src/d/actor/d_a_mg_fshop.cpp
index 0bb2a49848..8c15501248 100644
--- a/src/d/actor/d_a_mg_fshop.cpp
+++ b/src/d/actor/d_a_mg_fshop.cpp
@@ -1686,7 +1686,11 @@ static int daFshop_Create(fopAc_ac_c* actor) {
int sp24;
if (sp10 == 1) {
+#if VERSION == VERSION_GCN_JPN
+ sp24 = dComIfGs_getEventReg(check_kind[i]);
+#else
sp24 = 2.54f * dComIfGs_getEventReg(check_kind[i]);
+#endif
} else {
sp24 = dComIfGs_getEventReg(check_kind[i]);
}