diff options
| author | Max Roncace <me@caseif.net> | 2025-09-09 10:15:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-09 17:15:45 +0300 |
| commit | abd44397c698ea47b5cae34ee9a447699f27c906 (patch) | |
| tree | 59754974325aaf08176d70dc3d30205cde65c443 /src/d/actor/d_a_mg_fish.cpp | |
| parent | 54f5a3626405978373cd037540c8f7d0ec51cb70 (diff) | |
Fix up JP splits and link a lot more TUs (#2636)
Diffstat (limited to 'src/d/actor/d_a_mg_fish.cpp')
| -rw-r--r-- | src/d/actor/d_a_mg_fish.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/d/actor/d_a_mg_fish.cpp b/src/d/actor/d_a_mg_fish.cpp index b0d2fe1d1b..064ce29be6 100644 --- a/src/d/actor/d_a_mg_fish.cpp +++ b/src/d/actor/d_a_mg_fish.cpp @@ -3904,7 +3904,11 @@ static int daMg_Fish_Create(fopAc_ac_c* i_this) { a_this->mResName = "O_gD_bott"; } +#if VERSION == VERSION_GCN_JPN + lit_1008 = 0; +#else lit_1008 = 1; +#endif cPhs__Step phase = (cPhs__Step)dComIfG_resLoad(&a_this->mPhaseReq, a_this->mResName); cPhs__Step retval = phase; |
