Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_tag_msg.h
Go to the documentation of this file.
1#ifndef D_A_TAG_MSG_H
2#define D_A_TAG_MSG_H
3
5#include "d/d_msg_flow.h"
6
8public:
9 /* 0x0 */ u8 mDebugAdjustON;
10};
11
13public:
14 virtual ~daTag_Msg_Param_c() {}
15
16 static const daTag_Msg_HIO_Param_c m;
17};
18
19class daTag_Msg_c : public fopAc_ac_c {
20public:
21 virtual ~daTag_Msg_c();
22 int create();
23 int createHeap();
24 int destroy();
25 int execute();
26 int draw();
29 char* getResName();
30 void getParam();
31 BOOL cut_speak(int, BOOL);
32
33 static char* mEvtCutTBL[2];
34
35 /* 0x56C */ char mStaffName[8];
37 /* 0x57C */ int mFlowID;
38 /* 0x580 */ dMsgFlow_c mMsgFlow;
39 /* 0x5CC */ int mOrderEvtNum;
40 /* 0x5D0 */ s16 mEventIdx;
41 /* 0x5D2 */ u8 field_0x5D2[0x5D8 - 0x5D2];
43 /* 0x5DC */ u8 field_0x5dc;
44 /* 0x5DD */ u8 field_0x5dd;
45 /* 0x5DE */ u8 mOnSwitch;
46 /* 0x5DF */ u8 mOffSwitch;
47 /* 0x5E0 */ u16 mOnSaveLabel;
48 /* 0x5E2 */ u16 mOffSaveLabel;
49 /* 0x5E4 */ u8 field_0x5e4;
50};
51
52STATIC_ASSERT(sizeof(daTag_Msg_c) == 0x5E8);
53
54#endif /* D_A_TAG_MSG_H */
Definition d_msg_flow.h:49
Definition d_a_tag_msg.h:7
u8 mDebugAdjustON
Definition d_a_tag_msg.h:9
Definition d_a_tag_msg.h:12
virtual ~daTag_Msg_Param_c()
Definition d_a_tag_msg.h:14
static const daTag_Msg_HIO_Param_c m
Definition d_a_tag_msg.h:60
Definition d_a_tag_msg.h:19
u8 field_0x5e4
Definition d_a_tag_msg.h:49
u8 field_0x5dd
Definition d_a_tag_msg.h:44
int destroy()
Definition d_a_tag_msg.cpp:55
u16 mOnSaveLabel
Definition d_a_tag_msg.h:47
virtual ~daTag_Msg_c()
Definition d_a_tag_msg.cpp:23
int createHeap()
Definition d_a_tag_msg.cpp:46
daTag_Msg_Param_c * mParam
Definition d_a_tag_msg.h:42
u8 field_0x5dc
Definition d_a_tag_msg.h:43
int execute()
Definition d_a_tag_msg.cpp:62
int mOrderEvtNum
Definition d_a_tag_msg.h:39
int mFlowID
Definition d_a_tag_msg.h:37
BOOL cut_speak(int, BOOL)
Definition d_a_tag_msg.cpp:202
u8 mOnSwitch
Definition d_a_tag_msg.h:45
u8 mOffSwitch
Definition d_a_tag_msg.h:46
BOOL otherCheck()
Definition d_a_tag_msg.cpp:140
char * getResName()
Definition d_a_tag_msg.cpp:174
u8 field_0x5D2[0x5D8 - 0x5D2]
Definition d_a_tag_msg.h:41
u16 mOffSaveLabel
Definition d_a_tag_msg.h:48
request_of_phase_process_class mPhase
Definition d_a_tag_msg.h:36
char mStaffName[8]
Definition d_a_tag_msg.h:35
dMsgFlow_c mMsgFlow
Definition d_a_tag_msg.h:38
int draw()
Definition d_a_tag_msg.cpp:131
s16 mEventIdx
Definition d_a_tag_msg.h:40
BOOL rangeCheck()
Definition d_a_tag_msg.cpp:135
static char * mEvtCutTBL[2]
Definition d_a_tag_msg.h:197
void getParam()
Definition d_a_tag_msg.cpp:178
int create()
Definition d_a_tag_msg.cpp:27
Definition f_op_actor.h:230
STATIC_ASSERT(sizeof(daTag_Msg_c)==0x5E8)
int BOOL
Definition types.h:33
signed short int s16
Definition types.h:9
unsigned short int u16
Definition types.h:10
unsigned char u8
Definition types.h:8
Definition c_phase.h:17