From dc0b176eb2a77f383955a04cb948b99e581af158 Mon Sep 17 00:00:00 2001 From: robinsch Date: Fri, 9 Feb 2024 07:39:38 +0100 Subject: Prevent sun being affected by LightParams.dbc --- Patcher/Patcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patcher/Patcher.cpp b/Patcher/Patcher.cpp index 5c370d5..c801f0b 100644 --- a/Patcher/Patcher.cpp +++ b/Patcher/Patcher.cpp @@ -100,7 +100,7 @@ int main(int argc, char** argv) // prevents sun and moon color from being affected by LightParams.dbc // better support for planet colors when using darker night mods - write_pos(0x2F2B77, 0xEB); + write_pos(0x2F2B54, 0xEB); write_pos(0x2F2B77, 0xEB); // patch area trigger timer to be more precise (250ms -> 50ms) -- cgit v1.2.3