Skip to content

Commit ccc8f91

Browse files
committed
MHWilds: Additional reflection struct fixes (CRC/size correction)
1 parent 50ec277 commit ccc8f91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

reversing/mhwilds.rcnet

2 Bytes
Binary file not shown.

shared/sdk/ReClass_Internal_MHWILDS.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ class REType
133133
uint32_t typeIndexProbably; //0x0018
134134
char pad_001C[4]; //0x001C
135135
char *name; //0x0020
136-
char pad_0028[8]; //0x0028
136+
uint32_t parentTypeId; //0x0028
137+
uint32_t typeCRC; //0x002C
137138
uint32_t size; //0x0030
138-
uint32_t typeCRC; //0x0034
139-
uint32_t miscFlags; //0x0038
140-
char pad_003C[4]; //0x003C
139+
uint32_t miscFlags; //0x0034
140+
char pad_0038[8]; //0x0038
141141
class REType *super; //0x0040
142142
class REType *childType; //0x0048
143143
class REType *chainType; //0x0050

0 commit comments

Comments
 (0)