From f09acff9808332f8545f26a1762cd8b006e3cff1 Mon Sep 17 00:00:00 2001 From: elijah-thomas774 Date: Thu, 29 May 2025 23:03:09 -0400 Subject: [PATCH] fix regressions --- config/SOUE01/symbols.txt | 6 +++--- include/toBeSorted/blur_and_palette_manager.h | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/SOUE01/symbols.txt b/config/SOUE01/symbols.txt index cfb9c0c5..b22d8282 100644 --- a/config/SOUE01/symbols.txt +++ b/config/SOUE01/symbols.txt @@ -857,10 +857,10 @@ fn_800247A0__21BlurAndPaletteManagerFi = .text:0x800247A0; // type:function size fn_800247D0__21BlurAndPaletteManagerF7mVec3_cf = .text:0x800247D0; // type:function size:0x20 __ct__21BlurAndPaletteManagerFv = .text:0x800247F0; // type:function size:0xBB0 __ct__7mVec3_cFfff = .text:0x800253A0; // type:function size:0x10 -__ct__4Bpm1Fv = .text:0x800253B0; // type:function size:0xC +__ct__12EFLIGHT_PROCFv = .text:0x800253B0; // type:function size:0xC __ct__4Bpm2Fv = .text:0x800253C0; // type:function size:0x4 -__ct__4Bpm7Fv = .text:0x800253D0; // type:function size:0x4 -__dt__4Bpm7Fv = .text:0x800253E0; // type:function size:0x40 +__ct__16SHADOW_INFLUENCEFv = .text:0x800253D0; // type:function size:0x4 +__dt__16SHADOW_INFLUENCEFv = .text:0x800253E0; // type:function size:0x40 __ct__4Bpm8Fv = .text:0x80025420; // type:function size:0x4 __dt__4Bpm8Fv = .text:0x80025430; // type:function size:0x40 __ct__4Bpm9Fv = .text:0x80025470; // type:function size:0x4 diff --git a/include/toBeSorted/blur_and_palette_manager.h b/include/toBeSorted/blur_and_palette_manager.h index 81724265..76a55292 100644 --- a/include/toBeSorted/blur_and_palette_manager.h +++ b/include/toBeSorted/blur_and_palette_manager.h @@ -16,7 +16,9 @@ struct LIGHT_INFLUENCE { mScale = scale; } void SetPosition(const mVec3_c &pos) { - mPos = pos; + mPos.x = pos.x; + mPos.y = pos.y; + mPos.z = pos.z; } /* 0x00 */ mVec3_c mPos;