d_a_amiprop (#808)

This commit is contained in:
Maide
2025-07-15 19:50:06 +01:00
committed by GitHub
parent ea02e17b83
commit cc72bf0f19
5 changed files with 140 additions and 17 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ public:
/* 0x9C */ cBgW_GrpElm* pm_grp;
/* 0xA0 */ cBgW_NodeTree* m_nt_tbl;
/* 0xA4 */ int m_rootGrpIdx;
};
}; // size = 0xA8
inline bool cBgW_CheckBGround(f32 ny) {
return ny >= 0.5f;
+16 -3
View File
@@ -2,11 +2,13 @@
#define D_A_AMIPROP_H
#include "f_op/f_op_actor.h"
#include "d/d_cc_d.h"
#include "d/d_bg_w.h"
class daAmiProp_c : public fopAc_ac_c {
public:
bool _delete();
void CreateHeap();
BOOL CreateHeap();
void CreateInit();
cPhs_State _create();
void set_mtx();
@@ -14,8 +16,19 @@ public:
bool _execute();
bool _draw();
static const char m_arcname[];
public:
/* Place member variables here */
};
/* 0x290 */ request_of_phase_process_class unk_290;
/* 0x298 */ J3DModel* unk_298;
/* 0x29C */ dCcD_Stts unk_29C;
/* 0x2D8 */ dCcD_Cyl unk_2D8;
/* 0x408 */ dBgW* unk_408;
/* 0x40C */ Mtx unk_40C;
/* 0x43C */ u32 unk_43C;
/* 0x440 */ s32 unk_440;
/* 0x444 */ bool unk_444;
/* 0x446 */ s16 unk_446;
}; // size = 0x448
#endif /* D_A_AMIPROP_H */