mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 21:21:57 -04:00
d_a_npc_coach work (#2579)
* data and class member work * inline work * got to SetCoachBlazing * work on some calc functions * all functions worked on * pr cleanup * more pr cleanup * coach header cleanup
This commit is contained in:
@@ -403,11 +403,17 @@ public:
|
||||
/* 800113FC */ virtual ~mDoExt_McaMorf2();
|
||||
/* 800116F4 */ virtual void calc();
|
||||
|
||||
inline f32 getAnmRate() { return mAnmRate; }
|
||||
inline void changeAnm(J3DAnmTransform* anm, J3DAnmTransform* anm2) {
|
||||
mpAnm = anm;
|
||||
field_0x40 = anm2;
|
||||
}
|
||||
inline J3DModel* getModel() { return mpModel; }
|
||||
private:
|
||||
/* 0x38 */ mDoExt_McaMorfCallBack1_c* mpCallback1;
|
||||
/* 0x3C */ mDoExt_McaMorfCallBack2_c* mpCallback2;
|
||||
/* 0x40 */ J3DAnmTransform* field_0x40;
|
||||
/* 0x44 */ f32 field_0x44;
|
||||
/* 0x44 */ f32 mAnmRate;
|
||||
/* 0x48 */ Z2Creature* mpSound;
|
||||
/* 0x4C */ void* mpBas;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user