From da8f80bb2887cb3832c1e53ab4a2302a1dcca3aa Mon Sep 17 00:00:00 2001 From: Rozelette Date: Tue, 11 Oct 2022 13:44:55 -0500 Subject: [PATCH] Fix endianness, of a sort, of CS lighting command (#1735) --- soh/include/z64cutscene.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/soh/include/z64cutscene.h b/soh/include/z64cutscene.h index 562561a08..3794547b4 100644 --- a/soh/include/z64cutscene.h +++ b/soh/include/z64cutscene.h @@ -38,8 +38,7 @@ typedef struct { } CsCmdBase; // size = 0x6 typedef struct { - /* 0x00 */ u8 unk_00; - /* 0x01 */ u8 setting; + /* 0x00 */ u16 setting; /* 0x02 */ u16 startFrame; /* 0x04 */ u16 endFrame; } CsCmdEnvLighting; // size = 0x6