From c15f7fb519b46f64f0de51063b2adb270f730b10 Mon Sep 17 00:00:00 2001 From: elijah-thomas774 Date: Sun, 24 May 2026 14:36:00 -0400 Subject: [PATCH] fixup: dAcEKs_c::executeState_WindBlow --- src/REL/d/a/e/d_a_e_ks.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/REL/d/a/e/d_a_e_ks.cpp b/src/REL/d/a/e/d_a_e_ks.cpp index df30c244..c9f1ca83 100644 --- a/src/REL/d/a/e/d_a_e_ks.cpp +++ b/src/REL/d/a/e/d_a_e_ks.cpp @@ -2920,11 +2920,10 @@ void dAcEKs_c::executeState_WindBlow() { sLib::addCalcAngle(&field_0xD66, 0, 16, 0x16C); sLib::addCalcAngle(&field_0xD68, 0, 16, 0x16C); - f32 add = 0.1f * _weird_zero; - if (std::abs(mVelocity.y) > 0.01f + add) { + if (std::abs(mVelocity.y) > 0.01f + (_weird_zero * 0.1f)) { sLib::addCalcScaled(&mVelocity.y, 0.3, 1.5); } else { - mVelocity.y = -(0.1f * _weird_zero); + mVelocity.y = -(_weird_zero * 0.1f); } if (field_0xD86 > 0) {