diff options
| author | cadmic <cadmic24@gmail.com> | 2024-08-19 16:15:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 19:15:14 -0400 |
| commit | aba1bb88a3ed369ab450345a65f0176ceb0e482c (patch) | |
| tree | 2c6b94be877923620424075db28316b2f463bb48 /src | |
| parent | ebbc820ef65b11eec5edb797edd9f2e66670549b (diff) | |
Fix missing DEG_TO_BINANG2 (#2059)
Diffstat (limited to 'src')
| -rw-r--r-- | src/overlays/actors/ovl_En_Gs/z_en_gs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_En_Gs/z_en_gs.c b/src/overlays/actors/ovl_En_Gs/z_en_gs.c index ef8cb8cc8..746a7b882 100644 --- a/src/overlays/actors/ovl_En_Gs/z_en_gs.c +++ b/src/overlays/actors/ovl_En_Gs/z_en_gs.c @@ -438,7 +438,7 @@ void func_80A4F13C(EnGs* this, PlayState* play) { } } if (this->unk_19F == 4) { - tmpf1 = Math_SmoothStepToF(&this->unk_1E8, this->unk_1EC, 0.8f, DEG_TO_BINANG2(90.0f), 3640.0f); + tmpf1 = Math_SmoothStepToF(&this->unk_1E8, this->unk_1EC, 0.8f, DEG_TO_BINANG2(90.0f), DEG_TO_BINANG2(20.0f)); this->unk_1A0[0].y += (s16)this->unk_1E8; if (tmpf1 == 0.0f) { |
