mirror of
https://github.com/zeldaret/tp
synced 2026-06-25 10:02:05 -04:00
Update dtk-template (#2453)
* Update dtk-template * Fix debug build * Fix d_event_debug includes * Progress reports: Enable function relocation diffing (data_value) * Fix some diffs * Fix a few more diffs * More fixes
This commit is contained in:
+3
-3
@@ -3057,9 +3057,9 @@ void dScnKy_env_light_c::settingTevStruct_plightcol_plus(cXyz* pos_p, dKy_tevstr
|
||||
{
|
||||
cLib_addCalc(&tevstr_p->field_0x344, 0.0f, 0.75f, 0.21f, 0.0001f);
|
||||
} else if (tevstr_p->Type == 9 && player->getSinkShapeOffset() < -35.0f) {
|
||||
cLib_addCalc(&tevstr_p->field_0x344, 0.0f, 0.1f, 0.001f, 0.00001f);
|
||||
cLib_addCalc(&tevstr_p->field_0x344, 0.0f, 0.1f, 0.01f, 0.00001f);
|
||||
} else if (tevstr_p->Type == 10 && player->getSinkShapeOffset() < -100.0f) {
|
||||
cLib_addCalc(&tevstr_p->field_0x344, 0.0f, 0.1f, 0.001f, 0.00001f);
|
||||
cLib_addCalc(&tevstr_p->field_0x344, 0.0f, 0.1f, 0.01f, 0.00001f);
|
||||
} else if (init_timer != 0) {
|
||||
tevstr_p->field_0x344 = kankyo->field_0x1238 +
|
||||
(var_f31 * (kankyo->field_0x123c - kankyo->field_0x1238));
|
||||
@@ -5001,7 +5001,7 @@ void dKy_fog_startendz_set(f32 param_0, f32 param_1, f32 ratio) {
|
||||
ratio = 0.0f;
|
||||
}
|
||||
|
||||
if (ratio < 0.0000000000001f) {
|
||||
if (ratio < 0.0001f) {
|
||||
ratio = 0.0f;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user