Skip to content

Commit a115f66

Browse files
committed
update
1 parent 0a5a0ad commit a115f66

3 files changed

Lines changed: 13 additions & 22 deletions

File tree

GolDP/include/fluffygloomkins0x118.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "zoweeblubberworth0xf0.h"
77

88
class AmberHaze0x20;
9+
class AmberLens0x344;
910
class AmberLensBase0x120;
1011
class BoundingShape0x2c;
1112
class CmbModelPart0x34;
@@ -39,8 +40,8 @@ class FluffyGloomkins0x118 : public ZoweeBlubberworth0xf0 {
3940
WhiteFalconNode0x18* VTable0x40(LegoU32 p_index) const override; // vtable+0x40
4041
BoundingShape0x2c* VTable0x44(LegoU32 p_index) const override; // vtable+0x44
4142
FloatyBoat0x28* VTable0x48(LegoU32 p_index) const override; // vtable+0x48
42-
undefined4* VTable0x4c(LegoU32 p_index) const override; // vtable+0x4c
43-
undefined4* VTable0x50(LegoU32 p_index) const override; // vtable+0x50
43+
MabMaterialAnimation0x14* VTable0x4c(LegoU32 p_index) const override; // vtable+0x4c
44+
AmberLensBase0x120* VTable0x50(LegoU32 p_index) const override; // vtable+0x50
4445

4546
// SYNTHETIC: GOLDP 0x100171e0
4647
// FluffyGloomkins0x118::`scalar deleting destructor'
@@ -57,7 +58,7 @@ class FluffyGloomkins0x118 : public ZoweeBlubberworth0xf0 {
5758
MabMaterialAnimation0x14* m_unk0x108; // 0x108
5859
CmbModelPart0x34* m_unk0x10c; // 0x10c
5960
BoundingShape0x2c* m_unk0x110; // 0x110
60-
AmberLensBase0x120* m_unk0x114; // 0x114
61+
AmberLens0x344* m_unk0x114; // 0x114
6162
};
6263

6364
#endif // FLUFFYGLOOMKINS0X118_H

GolDP/include/zoweeblubberworth0xf0.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33

44
#include "golnametable.h"
55

6+
class AmberLensBase0x120;
67
class AmberHaze0x1c;
78
class BoundingShape0x2c;
89
class CmbModelPart0x34;
910
class FloatyBoat0x28;
1011
class IGdbModel0x40;
12+
class MabMaterialAnimation0x14;
1113
class MagentaRibbon0x20;
1214
class ShadowWolf0xc;
1315
class WhiteFalconNode0x18;
@@ -36,8 +38,8 @@ class ZoweeBlubberworth0xf0 {
3638
virtual WhiteFalconNode0x18* VTable0x40(LegoU32 p_index) const = 0; // vtable+0x40
3739
virtual BoundingShape0x2c* VTable0x44(LegoU32 p_index) const = 0; // vtable+0x44
3840
virtual FloatyBoat0x28* VTable0x48(LegoU32 p_index) const = 0; // vtable+0x48
39-
virtual undefined4* VTable0x4c(LegoU32 p_index) const = 0; // vtable+0x4c
40-
virtual undefined4* VTable0x50(LegoU32 p_index) const = 0; // vtable+0x50
41+
virtual MabMaterialAnimation0x14* VTable0x4c(LegoU32 p_index) const = 0; // vtable+0x4c
42+
virtual AmberLensBase0x120* VTable0x50(LegoU32 p_index) const = 0; // vtable+0x50
4143
virtual void VTable0x54(void); // vtable+0x54
4244

4345
// SYNTHETIC: GOLDP 0x1002c0c0

GolDP/src/fluffygloomkins0x118.cpp

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ShadowWolf0xc* FluffyGloomkins0x118::VTable0x3c(LegoU32 p_index) const
6565
return &m_unk0x104[p_index];
6666
}
6767

68-
// STUB: GOLDP 0x100172f0
68+
// FUNCTION: GOLDP 0x100172f0
6969
WhiteFalconNode0x18* FluffyGloomkins0x118::VTable0x40(LegoU32 p_index) const
7070
{
7171
return &m_unk0xfc[p_index];
@@ -83,28 +83,16 @@ FloatyBoat0x28* FluffyGloomkins0x118::VTable0x48(LegoU32 p_index) const
8383
return &m_unk0x100[p_index];
8484
}
8585

86-
// STUB: GOLDP 0x10017350
87-
undefined4* FluffyGloomkins0x118::VTable0x4c(LegoU32 p_index) const
86+
// FUNCTION: GOLDP 0x10017350
87+
MabMaterialAnimation0x14* FluffyGloomkins0x118::VTable0x4c(LegoU32 p_index) const
8888
{
89-
#if 0
9089
return &m_unk0x108[p_index];
91-
#else
92-
// TODO
93-
STUB(0x10017350);
94-
return NULL;
95-
#endif
9690
}
9791

98-
// STUB: GOLDP 0x10017370
99-
undefined4* FluffyGloomkins0x118::VTable0x50(LegoU32 p_index) const
92+
// FUNCTION: GOLDP 0x10017370
93+
AmberLensBase0x120* FluffyGloomkins0x118::VTable0x50(LegoU32 p_index) const
10094
{
101-
#if 0
10295
return &m_unk0x114[p_index];
103-
#else
104-
// TODO
105-
STUB(0x10017370);
106-
return NULL;
107-
#endif
10896
}
10997

11098
// FUNCTION: GOLDP 0x10017390

0 commit comments

Comments
 (0)