mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-21 06:15:22 +00:00
Fix unk_ offset of TransformUpdateIndex#unk_10
-> unk_0E
This commit is contained in:
parent
4a172b7941
commit
d9c7eb3a2d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue