Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
d_a_tag_wljump.h
Go to the documentation of this file.
1#ifndef D_A_TAG_WLJUMP_H
2#define D_A_TAG_WLJUMP_H
3
4#include "d/d_msg_flow.h"
5#include "d/d_com_inf_game.h"
6
7struct dPath;
8
9class daTagWljump_c : public fopAc_ac_c {
10public:
11 /* 80D64EB8 */ int create();
12 /* 80D65004 */ ~daTagWljump_c();
13 /* 80D65090 */ int execute();
14 /* 80D6589C */ int draw();
15
16 const cXyz* getLockPos() const {
17 if (field_0x568 < 0) {
18 return NULL;
19 } else {
20 return &eyePos;
21 }
22 }
23
24 f32 getLandArea() const { return mLandArea; }
25 void onNextCheckFlg() { mNextCheckFlg = true; }
26 s16 getNotSlideFlg() const { return shape_angle.z; }
27
28 /* 0x568 */ s8 field_0x568;
29 /* 0x569 */ s8 field_0x569;
30 /* 0x56A */ u8 field_0x56a;
31 /* 0x56B */ u8 mNextCheckFlg;
32 /* 0x56C */ u8 field_0x56c;
33 /* 0x56D */ u8 field_0x56d;
34 /* 0x56E */ u8 field_0x56e;
35 /* 0x56F */ u8 field_0x56f;
36 /* 0x570 */ s8 field_0x570;
37 /* 0x571 */ u8 field_0x571;
38 /* 0x572 */ u8 field_0x572;
39 /* 0x573 */ u8 field_0x573;
40 /* 0x574 */ s16 field_0x574;
41 /* 0x574 */ u16 field_0x576;
42 /* 0x578 */ dMsgFlow_c mMsgFlow;
43 /* 0x5C4 */ dPath* field_0x5c4;
44 /* 0x5C8 */ f32 mLandArea;
45};
46
47#endif /* D_A_TAG_WLJUMP_H */
Definition d_msg_flow.h:35
Definition d_a_tag_wljump.h:9
u8 field_0x571
Definition d_a_tag_wljump.h:37
s8 field_0x570
Definition d_a_tag_wljump.h:36
f32 mLandArea
Definition d_a_tag_wljump.h:44
int draw()
Definition d_a_tag_wljump.cpp:235
dPath * field_0x5c4
Definition d_a_tag_wljump.h:43
u8 field_0x56d
Definition d_a_tag_wljump.h:33
~daTagWljump_c()
Definition d_a_tag_wljump.cpp:54
f32 getLandArea() const
Definition d_a_tag_wljump.h:24
dMsgFlow_c mMsgFlow
Definition d_a_tag_wljump.h:42
void onNextCheckFlg()
Definition d_a_tag_wljump.h:25
u8 field_0x572
Definition d_a_tag_wljump.h:38
u8 field_0x56f
Definition d_a_tag_wljump.h:35
u8 mNextCheckFlg
Definition d_a_tag_wljump.h:31
u8 field_0x573
Definition d_a_tag_wljump.h:39
u8 field_0x56a
Definition d_a_tag_wljump.h:30
int create()
Definition d_a_tag_wljump.cpp:9
u8 field_0x56e
Definition d_a_tag_wljump.h:34
s8 field_0x569
Definition d_a_tag_wljump.h:29
u16 field_0x576
Definition d_a_tag_wljump.h:41
const cXyz * getLockPos() const
Definition d_a_tag_wljump.h:16
s16 field_0x574
Definition d_a_tag_wljump.h:40
s16 getNotSlideFlg() const
Definition d_a_tag_wljump.h:26
u8 field_0x56c
Definition d_a_tag_wljump.h:32
s8 field_0x568
Definition d_a_tag_wljump.h:28
int execute()
Definition d_a_tag_wljump.cpp:66
s16 z
Definition c_sxyz.h:7
Definition d_a_hozelda.cpp:20
Definition d_path.h:18
Definition d_a_hozelda.cpp:74
cXyz eyePos
Definition f_op_actor.h:236
csXyz shape_angle
Definition f_op_actor.h:222
signed char s8
Definition types.h:4
signed short int s16
Definition types.h:6
float f32
Definition types.h:22
unsigned short int u16
Definition types.h:7
unsigned char u8
Definition types.h:5