d_a_obj_Yboil work

This commit is contained in:
Jasper St. Pierre
2023-11-26 15:07:05 -08:00
parent da7b41ba49
commit ed215c92aa
3 changed files with 187 additions and 27 deletions
+27 -9
View File
@@ -2,24 +2,42 @@
#define D_A_OBJ_YBOIL_H
#include "f_op/f_op_actor.h"
#include "JSystem/J3DGraphBase/J3DMaterial.h"
#include "m_Do/m_Do_ext.h"
#include "SSystem/SComponent/c_phase.h"
class J3DMaterial;
class J3DModel;
class daObjYboil_c : public fopAc_ac_c {
public:
inline s32 _create();
inline BOOL _delete();
inline BOOL _draw();
inline BOOL _execute();
void prm_get_swSave() const {}
void set_sea_material(J3DMaterial*) {}
enum Prm_e {
PRM_SWSAVE_S = 8,
PRM_SWSAVE_W = 8,
};
void CreateHeap();
inline s32 _create();
inline bool _delete();
inline bool _draw();
inline bool _execute();
inline u32 prm_get_swSave() const;
inline void set_sea_material(J3DMaterial*);
BOOL CreateHeap();
void pos_reset(int);
void CreateInit();
void set_mtx();
public:
/* Place member variables here */
/* 0x0290 */ request_of_phase_process_class mPhs;
/* 0x0298 */ J3DModel* mModel[50];
/* 0x0360 */ mDoExt_bckAnm mBckAnm[50];
/* 0x0680 */ mDoExt_btkAnm mBtkAnm[50];
/* 0x0A68 */ mDoExt_brkAnm mBrkAnm[50];
/* 0x0F18 */ s32 mMdlTimer[50];
/* 0x0FE0 */ cXyz mMdlPos[50];
/* 0x1238 */ cXyz mMdlScale[50];
/* 0x1490 */ f32 mScaleMax;
/* 0x1494 */ f32 mScaleMin;
};
#endif /* D_A_OBJ_YBOIL_H */
+1
View File
@@ -431,6 +431,7 @@ void dKy_set_vrboxcol_ratio(f32 ratio);
void dKy_set_vrboxsoracol_ratio(f32 ratio);
void dKy_set_vrboxkumocol_ratio(f32 ratio);
void dKy_set_allcol_ratio(f32 ratio);
void dKy_get_seacolor(GXColor* amb, GXColor* dif);
cXyz dKy_get_orion_pos();
cXyz dKy_get_hokuto_pos();
void dKy_DayProc();