mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-09 03:40:14 -04:00
d_a_hys 100% equivalent with weak func order (#758)
* Start matching d_a_hys * Add d_a_hys 100% except for weak func ordering * Enable nosyminline * Address PR comments
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#define D_A_HYS_H
|
||||
|
||||
#include "d/d_bg_s_movebg_actor.h"
|
||||
#include "d/d_cc_d.h"
|
||||
#include "m_Do/m_Do_ext.h"
|
||||
|
||||
class daHys_c : public dBgS_MoveBgActor {
|
||||
public:
|
||||
@@ -19,8 +21,24 @@ public:
|
||||
void mode_wait_init();
|
||||
virtual BOOL Draw();
|
||||
|
||||
static const char* m_arcname[];
|
||||
static const s16 m_bdlidx[];
|
||||
static const s16 m_btpidx[];
|
||||
static const s16 m_dzbidx[];
|
||||
static const u32 m_heapsize[];
|
||||
static const f32 m_tg_r[];
|
||||
|
||||
public:
|
||||
/* Place member variables here */
|
||||
/* 0x2C8 */ request_of_phase_process_class mPhs;
|
||||
/* 0x2D0 */ J3DModel* mpModel;
|
||||
/* 0x2D4 */ mDoExt_btpAnm mBtpAnm;
|
||||
/* 0x2E8 */ dCcD_Stts mStts;
|
||||
/* 0x324 */ dCcD_Sph mSph;
|
||||
/* 0x450 */ u32 field_0x450;
|
||||
/* 0x454 */ u32 mSwitchNo;
|
||||
/* 0x458 */ u8 field_0x458;
|
||||
/* 0x459 */ u8 mType;
|
||||
/* 0x45A */ u8 field_0x45A[0x45C - 0x45A];
|
||||
};
|
||||
|
||||
#endif /* D_A_HYS_H */
|
||||
|
||||
Reference in New Issue
Block a user