1
0
Fork 0
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:
Dragorn421 2021-09-23 18:14:12 +02:00
parent 4a172b7941
commit d9c7eb3a2d
No known key found for this signature in database
GPG key ID: C182A3A3996E8201

View file

@ -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 {