From 73a39e0747bdaec5dea210acf7b8925d03445aee Mon Sep 17 00:00:00 2001 From: Jdog Date: Fri, 14 Aug 2020 16:33:44 -0700 Subject: [PATCH] undo change to script_context struct that was experimental --- include/common_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common_structs.h b/include/common_structs.h index 80b5bf692e..fae05de044 100644 --- a/include/common_structs.h +++ b/include/common_structs.h @@ -476,7 +476,7 @@ typedef struct { /* 0x14C */ u32 ownerID; /* can be an npcID, a triggerID, a trigger ptr */ /* 0x150 */ f32 timeScale; /* 0x154 */ f32 frameCounter; - /* 0x158 */ f32 unk_158; + /* 0x158 */ s32 unk_158; /* 0x15C */ s32* ptrFirstLine; /* 0x160 */ s32* ptrSavedPosition; /* 0x164 */ s32* ptrCurrentLine;