* d_a_kmon: match for retail

* d_a_kmon: match for demo

* d_a_kmon: remove nonmatching comments
This commit is contained in:
KallePM
2025-11-11 08:46:41 +01:00
committed by GitHub
parent 27f0df12eb
commit cf668ea219
3 changed files with 119 additions and 27 deletions
+13 -10
View File
@@ -1,22 +1,25 @@
#ifndef D_A_KMON_H
#define D_A_KMON_H
#include "f_op/f_op_actor.h"
#include "d/actor/d_a_npc_ji1.h"
class daKmon_c : public fopAc_ac_c {
public:
inline cPhs_State _create();
inline bool _delete();
inline bool _draw();
inline bool _execute();
void set_mtx();
void CreateHeap();
void CreateInit();
BOOL CreateHeap();
cPhs_State CreateInit();
void checkTalk();
static const char m_arcname[];
public:
/* Place member variables here */
};
/* 0x290 */ request_of_phase_process_class mPhase;
/* 0x298 */ J3DModel* mpModel;
/* 0x29C */ mDoExt_btkAnm mBtkAnm;
/* 0x2B0 */ mDoExt_bckAnm mBckAnm;
/* 0x2C0 */ dBgS_ObjAcch mAcch;
/* 0x484 */ dBgS_AcchCir mAcchCir;
/* 0x4C4 */ daNpc_Ji1_c* mpJi1;
}; // Size: 0x4C8
#endif /* D_A_KMON_H */