d_a_obj_stream_lava mostly done

This commit is contained in:
CovenEsme
2025-05-26 23:11:16 +01:00
parent 4b2c78578e
commit abe9ef4a51
5 changed files with 240 additions and 33 deletions
+4 -1
View File
@@ -15,7 +15,6 @@
#include "f/f_manager.h"
#include "f/f_profile.h"
// Ghidra: fBase
// size: 0x64
// official name
@@ -91,6 +90,10 @@ public:
group_type = m_tmpCtData.group_type;
}
inline u32 getFromParams(u8 shift, u32 mask) {
return (params >> shift) & mask;
}
public:
/* 802e12f0 */ fBase_c();
/* 802e23b0 */ static void *operator new(size_t);