mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 13:08:33 -04:00
d_a_tag_evt OK (#1977)
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
int daNpcKakashi_getSwdTutorialStep();
|
||||
bool daNpcKakashi_getSwdTutorialResult();
|
||||
int daNpcKakashi_getSuccessCount();
|
||||
int daNpcMsg_setEvtNum(u8 iEvtNum);
|
||||
|
||||
#endif /* D_COM_D_COM_STATIC_H */
|
||||
|
||||
@@ -1,6 +1,44 @@
|
||||
#ifndef D_A_TAG_EVT_H
|
||||
#define D_A_TAG_EVT_H
|
||||
|
||||
#include "SSystem/SComponent/c_phase.h"
|
||||
#include "d/msg/d_msg_flow.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor.h"
|
||||
|
||||
class daTag_Evt_c : public fopAc_ac_c {
|
||||
public:
|
||||
/* 8048B918 */ int create();
|
||||
/* 8048B9D8 */ int destroy();
|
||||
/* 8048BA0C */ int execute();
|
||||
/* 8048BE44 */ int draw();
|
||||
/* 8048BE4C */ int getParam();
|
||||
/* 8048BF64 */ int isDelete();
|
||||
/* 8048C090 */ int doEvtCutWait(int);
|
||||
/* 8048C124 */ int doEvtCutTalk(int);
|
||||
/* 8048C1C8 */ int doEvtCutNext(int);
|
||||
|
||||
static char* mEvtCutList[3];
|
||||
|
||||
/* 0x568 */ char field_0x568[8];
|
||||
/* 0x570 */ u16 field_0x570;
|
||||
/* 0x572 */ s16 field_0x572;
|
||||
/* 0x574 */ int field_0x574;
|
||||
/* 0x578 */ dMsgFlow_c mMsgFlow;
|
||||
/* 0x5C4 */ request_of_phase_process_class mPhase;
|
||||
/* 0x5CC */ int mTimer;
|
||||
/* 0x5D0 */ int field_0x5D0;
|
||||
/* 0x5D4 */ int field_0x5D4;
|
||||
/* 0x5D8 */ int field_0x5D8;
|
||||
/* 0x5DC */ u8 field_0x5DC;
|
||||
/* 0x5DD */ u8 field_0x5DD;
|
||||
/* 0x5DE */ u8 field_0x5DE;
|
||||
/* 0x5E0 */ u16 field_0x5E0;
|
||||
/* 0x5E2 */ u16 field_0x5E2;
|
||||
/* 0x5E4 */ s8 field_0x5E4;
|
||||
|
||||
/* 8048C304 */ virtual ~daTag_Evt_c();
|
||||
};
|
||||
STATIC_ASSERT(sizeof(daTag_Evt_c) == 0x5EC);
|
||||
|
||||
#endif /* D_A_TAG_EVT_H */
|
||||
|
||||
Reference in New Issue
Block a user