mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
D_a_obj_stair matching for retail (#891)
* bit too difficult for me for now, might go back later * progress * getmsg * logic matching data isnt * data section matches * mathubcg 100% * cleanup * revert this change * final cleanup and configure.py * nevermind cleanup * Equivalent onstead of matching * removed padding * cleanup code comments and a bit more * text 100% matching * _draw and MoveBGDraw() * matches * MatchingFor change
This commit is contained in:
@@ -9,7 +9,7 @@ public:
|
||||
inline bool _delete();
|
||||
inline bool _draw();
|
||||
inline bool _execute();
|
||||
void set_mtx() {}
|
||||
inline void set_mtx();
|
||||
|
||||
virtual BOOL CreateHeap();
|
||||
virtual BOOL Create();
|
||||
@@ -17,16 +17,23 @@ public:
|
||||
virtual BOOL Draw();
|
||||
virtual BOOL Delete();
|
||||
|
||||
public:
|
||||
/* Place member variables here */
|
||||
};
|
||||
|
||||
class daobj_stairHIO_c {
|
||||
public:
|
||||
daobj_stairHIO_c();
|
||||
static const char M_arcname[6];
|
||||
|
||||
public:
|
||||
/* Place member variables here */
|
||||
};
|
||||
/* 0x2C8 */ cXyz field_0x2C8;
|
||||
/* 0x2D4 */ cXyz field_0x2D4;
|
||||
/* 0x2E0 */ int field_0x2E0;
|
||||
/* 0x2E4 */ int field_0x2E4;
|
||||
/* 0x2E8 */ f32 field_0x2E8;
|
||||
/* 0x2EC */ f32 field_0x2EC;
|
||||
/* 0x2F0 */ request_of_phase_process_class mPhs;
|
||||
/* 0x2F8 */ J3DModel* mpModel;
|
||||
/* 0x2FC */ Mtx field_0x2FC;
|
||||
/* 0x32C */ dCcD_Stts mStts;
|
||||
/* 0x368 */ dCcD_Cps mCps;
|
||||
/* 0x4A0 */ Quaternion field_0x4A0;
|
||||
/* 0x4B0 */ Quaternion field_0x4B0;
|
||||
/* 0x4C0 */ cXyz field_0x4C0;
|
||||
}; // Size: 0x4CC
|
||||
|
||||
#endif /* D_A_OBJ_STAIR_H */
|
||||
|
||||
Reference in New Issue
Block a user