From d9c7eb3a2d29957f6fcca0ee0951156ad5906e7e Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Thu, 23 Sep 2021 18:14:12 +0200 Subject: [PATCH] Fix unk_ offset of `TransformUpdateIndex#unk_10` -> `unk_0E` --- include/z64animation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/z64animation.h b/include/z64animation.h index e96eb0afe5..ee705413b3 100755 --- a/include/z64animation.h +++ b/include/z64animation.h @@ -212,7 +212,7 @@ typedef struct { /* 0x0004 */ TransformData* transformData; /* 0x0008 */ s16* copyValues; /* 0x000C */ s16 unk_0C; - /* 0x000E */ s16 unk_10; + /* 0x000E */ s16 unk_0E; } TransformUpdateIndex; // size = 0x10 typedef struct {