Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_tag_wara_howl.h
Go to the documentation of this file.
1#ifndef D_A_TAG_WARA_HOWL_H
2#define D_A_TAG_WARA_HOWL_H
3
5
6class daTagWrHowl_c : public fopAc_ac_c {
7public:
8 /* 80D63F38 */ daTagWrHowl_c();
9 /* 80D63FD4 */ int create();
10 /* 80D6402C */ int Delete();
11 /* 80D64034 */ int draw();
12 /* 80D6403C */ int execute();
13 /* 80D64090 */ void init();
14 /* 80D640B4 */ bool chkWlfInTag();
15
16 /* 80D63F74 */ virtual ~daTagWrHowl_c();
17
18 s8 getTuneId() { return fopAcM_GetParamBit(this, 4, 4); }
19
20 /* 0x56C */ f32 field_0x56c;
21 /* 0x570 */ f32 field_0x570;
22};
23
24#endif /* D_A_TAG_WARA_HOWL_H */
Definition d_a_tag_wara_howl.h:6
bool chkWlfInTag()
Definition d_a_tag_wara_howl.cpp:53
int draw()
Definition d_a_tag_wara_howl.cpp:30
int execute()
Definition d_a_tag_wara_howl.cpp:35
f32 field_0x56c
Definition d_a_tag_wara_howl.h:20
daTagWrHowl_c()
Definition d_a_tag_wara_howl.cpp:12
f32 field_0x570
Definition d_a_tag_wara_howl.h:21
void init()
Definition d_a_tag_wara_howl.cpp:47
int Delete()
Definition d_a_tag_wara_howl.cpp:25
s8 getTuneId()
Definition d_a_tag_wara_howl.h:18
int create()
Definition d_a_tag_wara_howl.cpp:18
virtual ~daTagWrHowl_c()
Definition d_a_tag_wara_howl.cpp:15
u32 fopAcM_GetParamBit(void *ac, u8 shift, u8 bit)
Definition f_op_actor_mng.h:228
Definition d_a_ep.cpp:19
signed char s8
Definition types.h:4
float f32
Definition types.h:22