diff options
| author | Carco_21 <144170194+carter-ktb21@users.noreply.github.com> | 2025-09-19 11:38:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-19 21:38:54 +0300 |
| commit | 2c39c2105fbc3ca0b4ba0147c7ab61d91d68f2bf (patch) | |
| tree | 811419d4782ab733087eb0dea0c99130dc0d3679 /src/d/d_cam_param.cpp | |
| parent | 9306edbec673e5fc10aff269e112c6a524bd3cb2 (diff) | |
Various regalloc fixes and linking (#2673)
* some d_a_b TUs matching
* reworked d_a_b_ob enums
* d_a_b_oh seems to be linking fine
* d_a_b_oh actually not good (i think), but npc_zrc matching
* d_a_b_oh is indeed matching!
* d_a_cam_param linked
---------
Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
Diffstat (limited to 'src/d/d_cam_param.cpp')
| -rw-r--r-- | src/d/d_cam_param.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/d/d_cam_param.cpp b/src/d/d_cam_param.cpp index 5cdd69fa4a..2111aa6478 100644 --- a/src/d/d_cam_param.cpp +++ b/src/d/d_cam_param.cpp @@ -12,8 +12,7 @@ #include "d/d_camera.h" #include "d/d_com_inf_game.h" -/* 8008813C-80088284 082A7C 0148+00 0/0 12/12 0/0 .text rationalBezierRatio__8dCamMathFff - */ +/* 8008813C-80088284 082A7C 0148+00 0/0 12/12 0/0 .text rationalBezierRatio__8dCamMathFff */ f32 dCamMath::rationalBezierRatio(f32 param_0, f32 param_1) { f64 var_f31; f32 var_f1 = param_0; |
