d_a_obj_vgnfd OK, d_a_obj_doguu OK, clean up weak-but-not-inlined funcs in finished actors

This commit is contained in:
LagoLunatic
2025-04-25 18:44:45 -04:00
parent 0c6c84d675
commit 341f329dde
19 changed files with 105 additions and 112 deletions
@@ -14,7 +14,7 @@ class JUTNameTab;
enum J3DMaterialCopyFlag {
J3DMatCopyFlag_Material = 0x01,
J3DMatCopyFlag_Texture = 0x02,
J3DMatCopyFlag_All = 0x03,
J3DMatCopyFlag_All = J3DMatCopyFlag_Material | J3DMatCopyFlag_Texture,
};
enum {
+2 -2
View File
@@ -14,8 +14,8 @@ public:
inline bool _execute();
f32 getYureScale() const { return mScale; }
s16 getYureTimer() const { return mTimer; }
void setMoveBGMtx(); // weak but not inlined?
void set_mtx(); // weak but not inlined?
inline void setMoveBGMtx(); // weak but not inlined
inline void set_mtx(); // weak but not inlined
BOOL CreateHeap();
void CreateInit();
+1 -1
View File
@@ -10,7 +10,7 @@ public:
inline bool _delete();
inline bool _draw();
inline bool _execute();
inline void setEffectMtx(const cXyz*, float); // weak but not inlined?
inline void setEffectMtx(const cXyz*, float); // weak but not inlined
void setPointLight();
BOOL CreateHeap();
+1 -2
View File
@@ -118,8 +118,7 @@ public:
class daObjHha_c : public fopAc_ac_c {
public:
BOOL check_sw(); // weak but not inline?
inline BOOL check_sw(); // weak but not inlined
static int solidHeapCB(fopAc_ac_c*);
BOOL create_heap();
+3 -3
View File
@@ -11,9 +11,9 @@ class dBgW;
class daObjVgnfd_c : public fopAc_ac_c {
public:
void check_boss(int) {}
BOOL check_ev_init(int); // weak but not inlined?
void on_door_ev(int) {}
inline BOOL check_ev_init(int); // weak but not inlined
inline void on_door_ev(int);
inline BOOL check_boss(int);
static BOOL solidHeapCB(fopAc_ac_c*);
BOOL create_bdl_brk(int);
+1 -1
View File
@@ -6,7 +6,7 @@
class daObjVmsms_c : public fopAc_ac_c {
public:
bool check_demo() const; // weak but not inlined?
inline bool check_demo() const; // weak but not inlined
static BOOL solidHeapCB(fopAc_ac_c*);
BOOL create_heap();
+1 -1
View File
@@ -7,7 +7,7 @@
class daToge_c : public fopAc_ac_c {
public:
inline void set_mtx(); // weak but not inlined?
inline void set_mtx(); // weak but not inlined
BOOL _delete();
BOOL CreateHeap();
+2 -2
View File
@@ -7,8 +7,8 @@
class daYgcwp_c : public fopAc_ac_c {
public:
BOOL check_ev() const; // weak but not inlined?
void off_ev() const; // weak but not inlined?
inline BOOL check_ev() const; // weak but not inlined
inline void off_ev() const; // weak but not inlined
static BOOL solidHeapCB(fopAc_ac_c*);
BOOL create_heap();