mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_a_coach_fire, d_a_obj_kiPot, d_a_obj_lv4prelvtr done (#2259)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef D_A_OBJ_LV4PRELVTR_H
|
||||
#define D_A_OBJ_LV4PRELVTR_H
|
||||
|
||||
#include "d/actor/d_a_obj_swturn.h"
|
||||
#include "d/d_bg_s_movebg_actor.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
@@ -11,22 +13,26 @@
|
||||
* @details
|
||||
*
|
||||
*/
|
||||
class daObjPRElvtr_c : public fopAc_ac_c {
|
||||
class daObjPRElvtr_c : public dBgS_MoveBgActor, public request_of_phase_process_class {
|
||||
public:
|
||||
/* 80C685F8 */ void create1st();
|
||||
/* 80C685F8 */ int create1st();
|
||||
/* 80C68688 */ void setMtx();
|
||||
/* 80C686F8 */ void CreateHeap();
|
||||
/* 80C68768 */ void Create();
|
||||
/* 80C68844 */ void Execute(f32 (**)[3][4]);
|
||||
/* 80C68944 */ void Draw();
|
||||
/* 80C689E8 */ void Delete();
|
||||
/* 80C68AF0 */ ~daObjPRElvtr_c();
|
||||
/* 80C686F8 */ int CreateHeap();
|
||||
/* 80C68768 */ int Create();
|
||||
/* 80C68844 */ int Execute(Mtx**);
|
||||
/* 80C68944 */ int Draw();
|
||||
/* 80C689E8 */ int Delete();
|
||||
/* 80C68AF0 */ virtual ~daObjPRElvtr_c() {}
|
||||
|
||||
int getSwNo() { return fopAcM_GetParamBit(this, 0, 8); }
|
||||
|
||||
private:
|
||||
/* 0x568 */ u8 field_0x568[0x610 - 0x568];
|
||||
/* 0x5A8 */ Mtx mMtx1;
|
||||
/* 0x5D8 */ Mtx mMtx2;
|
||||
/* 0x608 */ J3DModel* mpModel;
|
||||
/* 0x60C */ int field_0x60c;
|
||||
};
|
||||
|
||||
STATIC_ASSERT(sizeof(daObjPRElvtr_c) == 0x610);
|
||||
|
||||
|
||||
#endif /* D_A_OBJ_LV4PRELVTR_H */
|
||||
|
||||
Reference in New Issue
Block a user