From 653f067d149d9ef8947258e004a6a3f1284ca679 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Sun, 5 Apr 2020 11:54:00 -0400 Subject: [PATCH] Update src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c Co-Authored-By: Roman971 <32455037+Roman971@users.noreply.github.com> --- src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c b/src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c index 159dec3d6e..2764211558 100644 --- a/src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c +++ b/src/overlays/actors/ovl_Bg_Spot12_Saku/z_bg_spot12_saku.c @@ -119,7 +119,7 @@ static void func_808B3714(BgSpot12Saku* this) { Actor* thisx = &this->dyna.actor; this->actionFunc = func_808B37AC; - thisx->scale.x = 0.00714285764843f; + thisx->scale.x = 0.001f / 0.14f; thisx->posRot.pos.x = thisx->initPosRot.pos.x - (Math_Sins(thisx->shape.rot.y + 0x4000) * 78.0f); thisx->posRot.pos.z = thisx->initPosRot.pos.z - (Math_Coss(thisx->shape.rot.y + 0x4000) * 78.0f); }