Skip to content
This repository was archived by the owner on Dec 26, 2021. It is now read-only.

Commit be7c545

Browse files
committed
fix
1 parent 74c3a18 commit be7c545

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

SDK/CBlockLegacy.h

+6-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ class C_BlockLegacy {
3131
public:
3232
uintptr_t** Vtable; //0x0000
3333
TextHolder tileName; // 0x0008
34-
TextHolder name; //0x0028
3534
private:
36-
char pad_0x0048[0x78]; //0x0048
35+
char idk[0x8]; //0x0028
36+
public:
37+
TextHolder name; //0x0030
38+
private:
39+
char idk1[0x8]; //0x0050
40+
char pad_0x0048[0x78]; //0x0058
3741
public:
3842
C_Material* material; //0x00C0
3943
private:

SDK/TextHolder.h

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class TextHolder {
1111

1212
size_t textLength; //0x0010
1313
size_t alignedTextLength; //0x0018
14-
size_t idk; //0x0020
1514

1615
TextHolder() {
1716
memset(this, 0, sizeof(TextHolder));

0 commit comments

Comments
 (0)