Files
tp/include/d/actor/d_a_b_zant_sima.h
T
12eb254d76 switch to dtk setup (#2203)
* switch to dtk setup

* some cleanup / fixes

* cleanup d_a_alink literals

* Restore doxygen, update CI & README.md (#1)

* Fix build image ref (#2)

---------

Co-authored-by: Luke Street <luke@street.dev>
2024-10-10 08:29:58 -06:00

42 lines
1.1 KiB
C++

#ifndef D_A_B_ZANT_SIMA_H
#define D_A_B_ZANT_SIMA_H
#include "d/d_bg_w.h"
#include "f_op/f_op_actor_mng.h"
/**
* @ingroup actors-enemies
* @class daB_ZANTS_c
* @brief Zant (Goron Mines Phase)
*
* @details Palace of Twilight dungeon boss. This is the actor used during the Goron Mines part of the fight.
*
*/
class daB_ZANTS_c : public fopAc_ac_c {
public:
/* 806529D8 */ int draw();
/* 80652B28 */ void action();
/* 80652DA8 */ int execute();
/* 80652EC0 */ int _delete();
/* 80652F38 */ int CreateHeap();
/* 806531E8 */ int create();
/* 0x568 */ request_of_phase_process_class mPhase;
/* 0x570 */ J3DModel* mpModel;
/* 0x574 */ mDoExt_brkAnm* mpBrkAnm;
/* 0x578 */ mDoExt_btkAnm* mpBtkAnm;
/* 0x57C */ u32 mPlayerID;
/* 0x580 */ u32 mBossID;
/* 0x584 */ u8 mSinkTimers[2];
/* 0x586 */ bool mSinkPlayer;
/* 0x587 */ bool mSinkZant;
/* 0x588 */ f32 mHeight;
/* 0x58C */ csXyz mRotation;
/* 0x594 */ Mtx mMtx;
/* 0x5C4 */ dBgW* mpBgW;
};
STATIC_ASSERT(sizeof(daB_ZANTS_c) == 0x5C8);
#endif /* D_A_B_ZANT_SIMA_H */